<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
    font-size: 12px;
    font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
    overflow-x: hidden;
    color: #333;
    background: #fff;
}

input, textarea {
    font-size: 100%;
    border: 0;
    padding: 0;
    background: none;
    outline: none;
    font-family: 'Microsoft Yahei';
}

body, h1, h2, h3, h4, p, ul, ol, dd, dl, form {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
    cursor: pointer;
}

a:hover {
    color: #b32c27;
}

img {
    border: 0;
    vertical-align: top;
}

i, s, em, u {
    font-style: normal;
    text-decoration: none;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/**解决ie6中的颤动效果**/

.fix:before, .fix:after {
    content: "";
    display: table;
}

.fix {
    *zoom: 1;
}

.fix:after {
    clear: both;
}

.l {
    float: left;
}

.r {
    float: right;
}

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

body, html {
    /*overflow-x: hidden;*/
    width: 100%;
}

/* @media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .top {
        margin-left: 15% !important;
    }
    .index_major {
        margin-left: 20% !important;
    }
    .index_about {
        margin-left: 15% !important;
    }
    .inxex_uscn {
        margin-left: 18% !important;
        padding-right: 20% !important;
    }
    .index_product {
        margin-left: 15% !important;
    }
    .index_Culture {
        margin-left: 15% !important;
    }
    .index_news {
        margin-left: 15% !important;
    }
    .index_service {
        margin-left: 15% !important;
    }
    .footer_cn {
        padding-left: 15% !important;
        padding-right: 18% !important;
    }
    .content {
        margin-left: 16% !important;
        padding-right: 16% !important;
    }
    .about_fz {
        overflow: hidden !important;
    }
} */

/*首页样式*/

.top {
    padding: 59px 0px;
}

.top .logo {
    float: left;
    width: 236px;
    margin-top: 3px;
}

.top .logo a {
    width: 100%;
    display: block;
}

.top .logo a img {
    width: 100%;
    display: block;
}

.nav {
    float: right;
    width: 800px;
    /* background: url(../images/nav_tb.png) right center no-repeat; */
    position: relative;
    z-index: 9999;
}

.nav ul {
    float: left;
    width: 100%;
}

.nav ul .nLi {
    float: left;
    width: 86px;
    position: relative
}

.nav ul .nLi h3 {
    display: block;
}

.nav ul .nLi h3 a {
    display: block;
    color: #232323;
    text-align: center;
    font-size: 14px;
    position: relative;
    height: 42px;
    line-height: 42PX;
}

.nav ul .nLi.on h3 a {
    color: #634429;
}

.nav ul .nLi h3 a i {
    width: 30px;
    display: none;
    height: 3px;
    position: absolute;
    background: #634429;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
}

.nav ul .nLi.on h3 a i {
    display: block;
}

.nav ul .nLi:hover h3 a {
    color: #634429;
}

.nav ul .nLi:hover h3 a i {
    display: block;
}

.nav .sub {
    position: absolute;
    left: 50%;
    top: 64px;
    width: 100px;
    margin-left: -50px;
    background: #fff;
    border: 1px solid #ebebeb;
    display: none;
}

.nav .sub li {
    height: 30px;
    line-height: 30px;
}

.nav .sub li a {
    display: block;
    font-size: 12px;
    color: #888888;
    text-align: center;
}

.nav .sub li:hover {
    background: #634429;
}

.nav .sub li:hover a {
    color: #fff;
}

/*banner*/

.banner {
    position: relative;
    z-index: 1;
    width: 100%!important;
}

.banner_cn {
    overflow: hidden;
    position: relative;
    width: 100%!important;
    z-index: 1;
}

.banner_cn .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 147px;
    z-index: 1;
    transform: translateX(-50%);
}

.banner_cn .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner_cn .hd ul li {
    float: left;
    margin-right: 18px;
    width: 40px;
    height: 5px;
    background: #c8c8c8;
    cursor: pointer;
}

.banner_cn .hd ul li.on {
    background: #a68572;
}

.banner_cn .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner_cn .bd li {
    zoom: 1;
    /*vertical-align:middle; */
}

.banner_cn .bd a {
    display: block;
}

.banner_cn .bd img {
    width: 100%;
    height: auto;
    display: block;
}

/*index_major*/

.index_major {
    width: 1170px;
    margin: 0px auto;
    z-index: 10;
    margin-top: -66px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 20px #ccc;
}

.index_major ul {
    float: left;
    width: 100%;
    padding: 25px 0px;
}

.index_major ul li {
    float: left;
    width: 308px;
    height: 76px;
    position: relative;
    padding: 0px 40px;
    border-left: 1px solid #e0dad4;
}

.index_major ul li:first-child {
    border-left: 0px;
}

.index_major ul li i {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 114px;
    height: 75px;
}

.index_major ul li i.index_majortb1 {
    background: url(../images/index_major1.png) no-repeat;
}

.index_major ul li i.index_majortb2 {
    background: url(../images/index_major2.png) no-repeat;
}

.index_major ul li i.index_majortb3 {
    background: url(../images/index_major3.png) no-repeat;
}

.index_major ul li h3 {
    display: block;
    font-size: 24px;
    color: #634429;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 5px;
}

.index_major ul li h3 span {
    font-weight: normal;
    color: #959595;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 14px;
}

.index_major ul li p {
    display: block;
    font-size: 14px;
    color: #634429;
    line-height: 30px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*index_bt*/

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

.index_btcn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_btcn i {
    display: inline-block;
    background: #e0e0e0;
    width: 106px;
    height: 2px;
}

.index_btcn h3 {
    display: inline-block;
    color: #333333;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 25px;
    line-height: 40px;
}

.index_btcn h3 span {
    font-size: 38px;
    float: left;
    margin-right: 18px;
}

.index_bt p {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #959595;
    height: 30px;
    line-height: 30px;
}

/*index_about*/

.index_about {
    margin-top: 70px;
    padding-bottom: 110px;
}

.index_aboutcn {
    width: 100%;
    margin-top: 50px;
}

.index_aboutmove {
    float: left;
    width: 623px;
}

.index_aboutmove video {
    display: block;
    width: 100%;
    height: auto;
}

.index_aboutnr {
    float: right;
    width: 518px;
}

.index_abouttm {
    width: 100%;
    margin-top: 30px;
}

.index_abouttm span {
    display: block;
    font-size: 20px;
    color: #010101;
    height: 36px;
    line-height: 36px;
}

.index_abouttm h3 {
    display: block;
    color: #727272;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.index_abouttm h3 i {
    display: inline-table;
    width: 15px;
    height: 2px;
    background: #727272;
    margin-left: 16px;
}

/*.index_abouttm i{ display:block; margin-top:12px;}

.index_abouttm i img{ display:block; width:257px; height:37px;}*/

.index_aboutsm {
    margin-top: 30px;
}

.index_aboutsm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 28px;
    /* height: 168px; */
    overflow: hidden;
}

.index_aboutsm p span {
    color: #333333;
    font-weight: bold;
}

.index_aboutmore {
    width: 100%;
    margin-top: 30px;
}

.index_aboutmore_new {
    position: absolute;
    right: 0;
    bottom: -45px;
}

.index_aboutmore_new a {
    display: block;
    color: #8d6449;
    font-size: 14px;
    background: url(../images/index_abouttb1.png) no-repeat bottom left;
    background-size: 100% 100%;
    width: 165px;
    height: 36px;
    line-height: 36px;
    padding-left: 50px;
    margin: 0 auto;
}

.index_aboutmore a {
    display: block;
    color: #8d6449;
    font-size: 14px;
    background: url(../images/index_abouttb1.png) no-repeat;
    background-size: 100% 100%;
    width: 165px;
    height: 36px;
    line-height: 36px;
    padding-left: 50px;
}

/*inxex_us*/

.inxex_us {
    background: #ebebeb;
}

.inxex_uscn {
    background: #ebebeb;
}

.inxex_uscn ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inxex_uscn ul li {
    float: left;
    max-width: 300px;
    width: 50%;
    /* height: 440px; */
    padding: 88px 0;
    cursor: pointer;
    background: url(../images/inxex_usline.png) right center no-repeat;
}

.inxex_uscn ul li:last-child {
    background: url(../images/inxex_usline.png) 442px center no-repeat;
}

.inxex_uscn ul li:hover {
    background: #634429!important;
}

.inxex_uscn ul li i {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0px auto;
    /* margin-top: 110px; */
}

.inxex_uscn ul li i.inxex_ustb1 {
    background: url(../images/inxex_ustb1.png) no-repeat;
}

.inxex_uscn ul li:hover i.inxex_ustb1 {
    background: url(../images/inxex_ustb2.png) no-repeat;
}

.inxex_uscn ul li i.inxex_ustb2 {
    background: url(../images/inxex_ustb3.png) no-repeat;
}

.inxex_uscn ul li:hover i.inxex_ustb2 {
    background: url(../images/inxex_ustb4.png) no-repeat;
}

.inxex_uscn ul li i.inxex_ustb3 {
    background: url(../images/inxex_ustb5.png) no-repeat;
}

.inxex_uscn ul li:hover i.inxex_ustb3 {
    background: url(../images/inxex_ustb6.png) no-repeat;
}

.inxex_uscn ul li i.inxex_ustb4 {
    background: url(../images/inxex_ustb7.png) no-repeat;
}

.inxex_uscn ul li:hover i.inxex_ustb4 {
    background: url(../images/inxex_ustb8.png) no-repeat;
}

.inxex_uscn ul li h3 {
    display: block;
    width: 154px;
    border-top: 1px solid #826954;
    border-bottom: 1px solid #826954;
    margin: 0px auto;
    margin-top: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #634429;
}

.inxex_uscn ul li:hover h3 {
    color: #fff;
}

.inxex_uscn ul li .inxex_ussm {
    text-align: center;
    font-size: 70px;
    color: #826954;
    font-weight: bold;
    white-space: nowrap;
}

.inxex_uscn ul li .inxex_ussm span {
    font-size: 14px;
}

.inxex_uscn ul li:hover .inxex_ussm {
    color: #fff;
}

/*index_product*/

.index_product {
    margin-top: 90px;
    padding-bottom: 120px;
}

.index_productcn {
    width: 100%;
    margin-top: 68px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
}

.index_productcn ul {
    float: left;
    width: 30rem;
}

.index_productcn ul.index_productbl2 {
    width: 15rem;
}

.index_productcn ul li {
    float: left;
    width: 30rem;
    position: relative;
    z-index: 1;
}

.index_productcn ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_productcn .index_producttp img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_productcn ul li.index_productlist3 {
    width: 15rem;
    height: 28rem;
}

.index_productcn ul li.index_productlist1 .index_producttp {
    float: left;
    width: 15rem;
}

.index_productcn ul li.index_productlist2 .index_producttp {
    float: right;
    width: 15rem;
}

.index_productcn ul li.index_productlist4 .index_producttp {
    float: right;
    width: 15rem;
}

.index_productcn ul li.index_productlist5 .index_producttp {
    float: left;
    width: 15rem;
}

.index_productcn ul li .index_productnr {
    float: left;
    width: 15rem;
}

.index_productcn ul li .index_productnr h3 {
    display: block;
    color: #333333;
    font-size: 1.125rem;
    text-align: center;
    font-weight: bold;
    height: 2rem;
    line-height: 2rem;
    margin-top: 3.125rem;
}

.index_productcn ul li .index_productnr span {
    display: block;
    color: #333333;
    font-size: 0.875rem;
    text-align: center;
    height: 1.875rem;
    line-height: 1.875rem;
}

.index_productcn ul li .index_productnr em {
    display: block;
    width: 9.1875rem;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
    border: 0.0625rem solid #a69585;
    color: #5c370c;
    margin: 0rem auto;
    margin-top: 1.875rem;
}

.index_productcn ul li .index_productnr em:hover {
    background: #5c370c;
    color: #fff;
}

.index_productcn ul li.index_productlist1 i {
    position: absolute;
    background: url(../images/index_producttb1.png) no-repeat;
    left: 13.5rem;
    top: 50%;
    margin-top: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 10;
}

.index_productcn ul li.index_productlist2 i {
    position: absolute;
    background: url(../images/index_producttb2.png) no-repeat;
    left: 15rem;
    top: 50%;
    margin-top: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 10;
}

.index_productcn ul li.index_productlist3 i {
    position: absolute;
    background: url(../images/index_producttb3.png) no-repeat;
    left: 50%;
    top: 50%;
    margin-top: -1.5rem;
    margin-left: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 10;
}

.index_productcn ul li.index_productlist4 i {
    position: absolute;
    background: url(../images/index_producttb2.png) no-repeat;
    left: 15rem;
    top: 50%;
    margin-top: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 10;
}

.index_productcn ul li.index_productlist5 i {
    position: absolute;
    background: url(../images/index_producttb1.png) no-repeat;
    left: 13.5rem;
    top: 50%;
    margin-top: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 10;
}

/*index_Culture*/

.index_Culture, .index_Join {
    width: 100%;
}

.index_Culturecn {
    width: 100%;
    margin-top: 68px;
        min-height: 704px;
}

.index_Culturecn .bd a {
    display: block;
}

.index_Culturecn .bd img {
    width: 100%;
    display: block;
}

/*index_news*/

.index_news {
    margin-top: 60px;
}

.index_newscn {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.index_newstp {
    float: left;
    width: 44%;
    position: relative;
    z-index: 1
}

.index_newstp a {
    display: block;
}

.index_newstp a img {
    display: block;
    width: 100%;
    height: auto;
}

.index_newstp:hover .index_newsjs {
    display: block;
}

.index_newstp .index_newsjs {
    box-sizing: border-box;
    background: #eeeeee;
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: none;
}

.index_newstp .index_newsjs h3 {
    display: block;
    color: #535353;
    font-size: 14px;
    font-weight: 600;
}

.index_newstp .index_newsjs span {
    display: block;
    color: #634429;
    height: 30px;
    line-height: 30px;
}

.index_newstp .index_newsjs p {
    display: block;
    color: #c7c7c7;
    font-size: 12px;
    line-height: 20px;
}

.index_newstp .index_newsjs h3:hover {
    color: #634429;
}

.index_newstp .index_newsjs p:hover {
    color: #634429;
}

.index_newsnr {
    float: right;
    width: 50%;
    position: relative;
}

.index_newsnr ul {
    float: left;
    width: 100%;
}

.index_newsnr ul li {
    float: left;
    width: 100%;
    border-bottom: 2px solid #f5f5f5;
    padding: 17px 0px;
}

.index_newsnr ul li:first-child {
    padding-top: 0px;
}

.index_newsnr ul li .index_newstm {
    float: left;
    width: 56px;
}

.index_newsnr ul li .index_newstm h3 {
    display: block;
    color: #535353;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.index_newsnr ul li .index_newstm span {
    display: block;
    font-size: 14px;
    color: #c7c7c7;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.index_newsnr ul li a {
    float: right;
    width: calc(100% - 78px);
}

.index_newsnr ul li a .index_newsbt {
    width: 100%;
}

.index_newsnr ul li a .index_newsbt span {
    float: left;
    color: #634429;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.index_newsnr ul li a .index_newsbt em {
    float: left;
    color: #f0f0f0;
    font-size: 14px;
    margin: 0px 6px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.index_newsnr ul li a .index_newsbt h4 {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_newsnr ul li a .index_newssm {
    width: 100%;
}

.index_newsnr ul li a .index_newssm p {
    display: block;
    font-size: 14px;
    color: #c7c7c7;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}

.index_newsnr ul li a .index_newsbt h4:hover {
    color: #634429
}

.index_newsnr ul li a .index_newssm p:hover {
    color: #634429
}

/*index_service*/

.index_service {
    width: 100%!important;
    margin-top: 130px;
    overflow: hidden;
}

.index_servicecn {
    width: 100%;
    position: relative;
    height: 480px;
    margin-top: 58px;
}

.index_servicecn .hd {
    z-index: 1;
    margin-left: 62px;
    background: url(../images/index_servicebg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 666px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_servicecn .hd .next {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    background: url(../images/index_servicepr.png) no-repeat;
    background-size: 100% 100%;
}

.index_servicecn .hd .prev {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    margin-top: 20px;
    background: url(../images/index_servicenx.png) no-repeat;
    background-size: 100% 100%;
}

.index_servicecn .hd ul {
    display: none;
}

.index_servicecn .hd .pageState {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #eaeaea;
    margin-top: 70px;
}

.index_servicecn .hd .pageState span {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.index_servicecn .hd em {
    background: #aa4f37;
    height: 2px;
    width: 184px;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

.index_servicecn .bd {
    position: absolute;
    left: 33%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    float: left;
    width: 1280px;
}

.index_servicecn .bd ul {}

.index_servicecn .bd ul li {
    float: left;
    width: 220px;
    height: 336px;
    background: #fff;
    margin: 0px 15px;
    border: 1px solid #634429
}

.index_servicecn .bd ul li a {
    display: block;
}

.index_servicecn .bd ul li a i {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0px auto;
    margin-top: 40px;
}

.index_servicecn .bd ul li a i img {
    display: block;
    width: 92px;
    height: 92px;
}

.index_servicecn .bd ul li a span {
    display: block;
    color: #5c370c;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
}

.index_servicecn .bd ul li a em {
    display: block;
    width: 36px;
    height: 1px;
    margin: 0px auto;
    background: #634429;
    margin-top: 30px;
}

.index_servicecn .bd ul li a p {
    display: block;
    border: 1px solid #ac9b8d;
    width: 144px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 0px auto;
    margin-top: 40px;
    color: #634429;
}

.index_servicecn .bd ul li a p:hover {
    background: #ac9b8d;
    color: #fff;
}

/*index_Join*/

.index_Join {
    margin-top: 20px;
}

.index_Joincn {
    background: url(../images/index_Joinbg.jpg) no-repeat;
    width: 100%;
    height: 410px;
    padding-top: 70px;
}

.index_Joinnr {
    display: block;
    margin-top: 30px;
}

.index_Joinnr i {
    display: block;
}

.index_Joinnr i img {
    display: block;
    width: 562px;
    height: 58px;
    margin: 0px auto;
}

.index_Joinnr span {
    display: block;
    font-size: 24px;
    color: #5c370c;
    text-align: center;
    line-height: 44px;
}

.index_Joinnr p {
    display: block;
    font-size: 24px;
    color: #5c370c;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.index_Joinnr a {
    display: block;
    color: #8d6449;
    font-size: 14px;
    text-transform: uppercase;
    background: url(../images/index_abouttb1.png) no-repeat;
    background-size: 100% 100%;
    width: 165px;
    height: 36px;
    line-height: 36px;
    padding-left: 50px;
    margin: 0px auto;
    margin-top: 20px;
}

/*footer*/

.footer {
    background: #ebebeb;
    width: 100%;
}

.footer_cn {
    background: #ebebeb;
}

.footer_logo {
    background: #634429;
    height: 384px;
    float: left;
    width: 212px;
    padding: 5px;
    box-sizing: border-box;
}

.footer_logo i {
    display: block;
    margin-top: 48px;
}

.footer_logo i img {
    display: block;
    width: 148px;
    height: 24px;
    margin: 0px auto;
}

.footer_logo em {
    display: block;
    margin-top: 33px;
}

.footer_logo em img {
    display: block;
    margin: 0px auto;
}

.footer_logo span {
    display: block;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer_right {
    float: right;
    width: 948px;
}

.footer_righl {
    float: left;
    width: 572px;
    padding: 20px 0px;
}

.footer_nav {
    width: 100%;
}

.footer_nav a {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    margin-left: 80px;
}

.footer_nav a:first-child {
    margin-left: 0px;
}

.footer_nav a:hover {
    color: #634429;
}

.footer_nr {
    width: 100%;
    margin-top: 50px;
}

.footer_nrl {
    float: left;
    width: 260px;
    margin-top: 10px;
}

.footer_nrl h3 {
    float: left;
    width: 100%;
}

.footer_nrl h3 i {
    float: left;
    width: 32px;
    height: 32px;
}

.footer_nrl h3 i img {
    display: block;
    width: 32px;
    height: 32px;
}

.footer_nrl h3 span {
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #634429;
    font-weight: bold;
    margin-left: 10px;
}

.footer_nrl ul {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.footer_nrl ul li {
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.footer_nrl ul li i {
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 13px;
}

.footer_nrl ul li i img {
    display: block;
    width: auto;
    height: 18px;
    margin: 0px auto;
}

.footer_nrl ul li span {
    float: right;
    width: 236px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.footer_nrc {
    float: right;
    width: 304px;
}

.footer_nrc .footer_form {
    width: 100%;
}

.footer_nrc .footer_form .footer_bl {
    float: left;
    float: left;
    width: 140px;
    margin-left: 24px;
    margin-top: 0px;
}

.footer_nrc .footer_form .footer_bl.footer_bl1 {
    margin-left: 0px;
}

.footer_nrc .footer_form .footer_bl span {
    display: block;
    font-size: 14px;
    color: #333;
    height: 32px;
    line-height: 32px;
}

.footer_nrc .footer_form .footer_bl .footer_text {
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 130px;
    margin-top: 10px;
}

.footer_tj {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.footer_button {
    background: #634429;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 0px;
    width: 300px;
    height: 32px;
}

.footer_nrr {
    float: right;
    width: 312px;
    padding-top: 20px;
}

.footer_nrr h3 {
    display: block;
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
}

.footer_wx {
    width: 100%;
    margin-top: 56px;
}

.footer_wxl {
    float: left;
    width: 76px;
}

.footer_wxl i {
    display: block;
}

.footer_wxl i img {
    display: block;
    width: 76px;
    height: 76px;
}

.footer_wxl span {
    display: block;
    font-size: 14px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.footer_wxr {
    float: right;
    width: 218px;
}

.footer_wxr h4 {
    display: block;
    font-size: 14px;
    color: #333;
    height: 24px;
    line-height: 24px;
}

.footer_wxr span {
    display: block;
    font-size: 14px;
    color: #333;
    height: 24px;
    line-height: 24px;
}

.footer_wxr p {
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #634429;
}

.copy {
    float: left;
    width: 100%;
    border-top: 1px solid #d0cac4;
    padding: 15px 0px;
}

.copy span {
    float: left;
    font-size: 12px;
    color: #333;
}

.copy p {
    float: right;
    font-size: 12px;
    color: #333;
    text-align: right;
}

.content {
    padding-bottom: 100px;
}

/*banner_er*/

.banner_er {
    min-width: 1200px;
}

.banner_er img {
    display: block;
    width: 100%;
    height: auto;
}

/*position*/

.position {
    width: 100%;
    padding: 40px 0px;
}

.position span {
    font-size: 14px;
    color: #595959;
    font-weight: bold;
}

.position span a {
    color: #634429
}

.position span a:hover {
    color: #634429
}

/*News*/

.News {
    width: 100%;
}

.left_menu {
    float: left;
    width: 280px;
}

.left_menutm {
    background: #634429;
    height: 236px;
}

.left_menutm h3 {
    display: block;
    font-size: 42px;
    color: #fff;
    margin-top: 80px;
    text-align: center;
}

.left_menutm span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: lighter;
}

.left_menucn {
    width: 100%;
    margin-top: 20px;
}

.left_menucn ul {
    float: left;
    width: 100%;
}

.left_menucn ul li {
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
}

.left_menucn ul li:hover {
    border: 1px solid #c59d5f;
}

.left_menucn ul li a {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #595959;
    font-size: 14px;
}

.left_menucn ul li:hover a {
    color: #c59d5f
}

.left_menucn ul li.on {
    border: 1px solid #c59d5f;
}

.left_menucn ul li.on a {
    color: #c59d5f
}

.News_list {
    float: right;
    width: 864px;
}

.News_bt {
    width: 100%;
    position: relative;
}

.News_btcn {
    width: 100%;
}

.News_btsm {
    width: 100%;
    line-height: 30px;
}

.News_btsm h3 {
    float: left;
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
}

.News_btsm p {
    font-size: 24px;
    color: #333333;
    margin-left: 10px;
    float: left;
    letter-spacing: 1px;
}

.News_btsm p span {
    font-weight: bold;
}

.News_btcn b {
    display: block;
    font-size: 14px;
    color: #959595;
    font-weight: normal;
    margin-top: 10px;
}

.News_bt i {
    position: absolute;
    width: 700px;
    background: #e0e0e0;
    height: 1px;
    right: 0px;
    bottom: 3px;
}

/*News_bl*/

.News_bl {
    position: relative;
    margin-top: 60px;
}

.News_bl .hd {
    display: none;
}

.News_bl .bd {
    position: relative;
    width: 530px;
    margin: 0px auto;
    z-index: 1;
}

.News_blcn {
    position: absolute;
    width: 100%;
    height: 220px;
    left: 0px;
    top: 0px;
    background: url(../images/News_blbg.png) repeat;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5%;
}

.News_blcn img {
    display: block;
    width: 100%;
    height: 100%;
}

.News_bl .bd li {
    position: relative;
    padding-bottom: 100px;
}

.News_bl .bd li .News_blbt {
    position: absolute;
    left: 14px;
    border-left: 1px solid #634429;
    height: 80px;
    top: 200px;
}

.News_bl .bd li .News_blbt h4 {
    display: block;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.News_bl .bd li .News_blbt h4:hover {
    color: #634429;
}

.News_bltm {
    float: left;
    border: 1px solid #b2afae;
    width: 78px;
    height: 68px;
    margin-top: 30px;
}

.News_bltm h3 {
    display: block;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
}

.News_bltm span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.News_blsm {
    float: right;
    width: calc(100% - 100px);
    margin-top: 30px;
}

.News_blsm h3 {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.News_blsm p {
    display: block;
    font-size: 13px;
    color: #fff;
    height: 72px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 4px;
}

.News_blsm h3:hover {
    color: #634429;
}

.News_blsm p:hover {
    color: #634429;
}

.News_blsm em {
    display: block;
    width: 118px;
    border: 1px solid #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.News_blsm em:hover {
    background: #fff;
    color: #333
}

.News_bl .prev {
    background: url(../images/.News_blprev.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    left: 0px;
    top: 90px;
    z-index: 999;
}

.News_bl .next {
    background: url(../images/.News_blnext1.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    right: 0px;
    top: 90px;
    z-index: 999;
}

.News_bl .prev:hover {
    background: url(../images/.News_blprev1.jpg) no-repeat;
    background-size: 100% 100%;
}

.News_bl .next:hover {
    background: url(../images/.News_blnext2.jpg) no-repeat;
    background-size: 100% 100%;
}

/*News_listcn */

.News_listcn {
    width: 100%;
}

.News_listcn ul {
    float: left;
    width: 100%;
}

.News_listcn ul li {
    float: left;
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid #eeeeee;
}

.News_listcn ul li a {
    float: left;
    width: 100%;
}

.News_listcn ul li a .News_listtm {
    float: left;
    background: #634429;
    width: 80px;
    height: 70px;
}

.News_listcn ul li a .News_listtm h3 {
    display: block;
    padding: 0px 10px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
}

.News_listcn ul li a .News_listtm span {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.News_listcn ul li a .News_listsm {
    float: right;
    width: 744px
}

.News_listcn ul li a .News_listsm h3 {
    display: block;
    font-size: 16px;
    color: #444444;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.News_listcn ul li a .News_listsm p {
    display: block;
    font-size: 13px;
    color: #c7c7c7;
    /* height: 48px; */
    line-height: 24px;
    overflow: hidden;
    margin-top: 4px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.News_listcn ul li a .News_listsm h3:hover {
    color: #634429;
}

.News_listcn ul li a .News_listsm p:hover {
    color: #634429;
}

/*page*/

.page {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.page span {
    display: inline-block;
    width: 8px;
    height: 12px;
}

.page span.page_prev {
    background: url(../images/page_prev.png) no-repeat;
    margin-right: 20px;
}

.page span.page_next {
    background: url(../images/page_next.png) no-repeat;
    margin-left: 20px;
}

.page a {
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #595959;
    border-bottom: 1px solid #fff;
}

.page a:hover {
    border-bottom: 1px solid #c59d5f;
    color: #c59d5f;
}

.page a.on {
    border-bottom: 1px solid #c59d5f;
    color: #c59d5f;
}

/*news_cn*/

.news_cn {
    width: 100%;
}

.news_tm {
    width: 100%;
    text-align: center;
}

.news_tm i {
    display: inline-block;
    background: #999999;
    width: 105px;
    height: 2px;
    margin-bottom: 5px;
}

.news_tm h3 {
    display: inline-block;
    line-height: 30px;
    color: #333333;
    font-size: 25px;
    margin: 0px 48px;
}

.news_share {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    border-bottom: 1px solid #eeeeee;
}

.news_share span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin: 0px 7px;
    height: 16px;
    line-height: 16px;
}

.bshare-custom {
    display: inline-block;
}

.news_cnnr {
    margin-top: 60px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 60px;
}

.news_cnnr p {
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 90px;
}

.news_cnnr img {
    display: block;
    margin: 0px auto;
    max-width: 1200px;
    margin-top: 10px;
}

/*piece*/

.piece {}

.piece .piececn {
    float: left;
    width: 800px;
}

.piece .piececn a {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #999999
}

.piece .piececn a span {
    color: #999999
}

.piece .piececn a:hover {
    color: #634429;
}

.piece_return {
    float: left;
    margin-left: 26px;
}

.piece_return a {
    background: url(../images/piece_return.png) no-repeat;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: right;
    padding-right: 50px;
    width: 100px;
    font-size: 14px;
    color: #634429;
}

/*contact*/

.contact {}

.contact_right {
    float: right;
    width: 860px;
}

.contact_sm {
    width: 100%;
    margin-top: 60px;
}

.contact_sm ul {
    float: left;
    width: 100%;
    border: 1px solid #634429;
    display: flex;
}

.contact_sm ul li {
    float: left;
    width: 33.3%;
    padding-bottom: 60px;
    border-left: 1px solid #5c370c;
    box-sizing: border-box;
}

.contact_sm ul li:fist-child {
    border-left: 0px;
}

.contact_sm ul li i {
    display: block;
}

.contact_sm ul li i img {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0px auto;
    margin-top: 40px;
}

.contact_sm ul li span {
    display: block;
    padding: 0px 20px;
    text-align: center;
    font-size: 20px;
    color: #5c370c;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}

.contact_sm ul li em {
    display: block;
    margin: 0px auto;
    width: 36px;
    background: #5c370c;
    height: 2px;
    margin-top: 20px;
}

.contact_sm ul li p {
    display: block;
    padding: 0px 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
}

/*contact_nr*/

.contact_nr {
    width: 100%;
    position: relative;
    border: 1px solid #e0dad4;
    margin-top: 60px;
}

.contact_bt {
    background: url(../images/contact_bt.jpg) no-repeat;
    width: 196px;
    height: 44px;
    position: absolute;
    top: -22px;
    left: 30px;
}

.contact_bt h3 {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
}

.contact_form {
    padding: 44px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_bl {
    float: left;
    margin-left: 100px;
    width: 350px;
    margin-top: 10px;
}

.contact_bl.contact_bll {
    margin-left: 0px;
}

.contact_bl.contact_bl2 {
    width: 100%;
    margin-left: 0px;
}

.contact_bl span {
    display: block;
    font-size: 14px;
    color: #666;
}

.contact_bl em {
    font-style: normal;
    display: block;
    font-size: 12px;
    color: #c7c7c7;
    line-height: 30px;
}

.contact_xz {
    width: 100%;
    margin-top: 16px;
    display: flex;
}

.contact_xz .contact_radio {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.contact_xz p {
    float: left;
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 50px;
    height: 34px;
    line-height: 34px;
}

.contact_xz p.on {
    color: #634429;
}

.contact_bl .contact_text {
    width: 338px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    height: 34px;
    line-height: 34px;
    margin-top: 16px;
}

.contact_lycn {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.contact_lycn span {
    display: block;
    font-size: 14px;
    color: #666;
}

.contact_textarea {
    display: block;
    border: 1px solid #e5e5e5;
    width: 788px;
    padding-left: 10px;
    height: 120px;
    line-height: 20px;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 8px;
}

.contact_yz {
    float: left;
    width: 100%;
    margin-top: 16px;
}

.contact_yz span {
    float: left;
    font-size: 14px;
    color: #666;
    width: 100%;
}

.contact_yz .contact_text {
    float: left;
    width: 210px;
    border: 1px solid #e5e5e5;
    height: 34px;
    line-height: 34px;
    margin-top: 16px;
    box-sizing: border-box;
    padding-left: 8px;
}

.contact_code {
    float: left;
    margin-top: 16px;
    margin-left: 10px;
}

.contact_code img {
    float: left;
    width: 120px;
    height: 36px;
}

.contact_code a {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #634429;
    margin-left: 9px;
}

.contact_submit {
    float: right;
    background: #634429;
    width: 150px;
    border: 0px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
}

/*service*/

.service {
    width: 100%;
}

.service_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.service_nav a {
    display: inline-table;
    width: 300px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #595959;
}

/*.service_nav a.on{color:#fff; background:#634429}*/

.service_nav a:hover {
    color: #fff;
    background: #634429
}

/*public_tb*/

.public_tb {
    width: 100%;
    text-align: center;
}

.public_tb i {
    display: inline-table;
    background: #e0e0e0;
    width: 120px;
    height: 1px;
    margin-bottom: 6px;
}

.public_tb .public_tbcn {
    display: inline-table;
    text-align: center;
    margin: 0px 14px;
}

.public_tb .public_tbcn h3 {
    display: block;
    color: #333333;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.public_tb .public_tbcn h3 em {
    float: left;
    font-style: normal;
    font-size: 30px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    margin-right: 14px;
}

.public_tb .public_tbcn h3 span {
    font-weight: bold;
}

.public_tb .public_tbcn p {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #959595;
    height: 30px;
    line-height: 30px;
}

.public_tb .public_tbcn h3 span u {
    font-weight: normal;
}

/*service_lc*/

.service_lc {
    width: 100%;
    margin-top: 70px;
}

.service_lc ul {
    float: left;
    width: 100%;
    display: flex;
}

.service_lc ul li {
    float: left;
    padding-right: 66px;
    width: 92px;
    background: url(../images/service_lctb9.png) 102px 40px no-repeat;
}

.service_lc ul li:last-child {
    padding-right: 0px;
}

.service_lc ul li i {
    display: block;
}

.service_lc ul li i img {
    display: block;
    width: 92px;
    height: 92px;
}

.service_lc ul li span {
    display: block;
    font-size: 16px;
    color: #634429;
    height: 30px;
    line-height: 30px;
    margin-top: 16px;
    text-align: center;
}

.service_sm {
    width: 100%;
    margin-top: 90px;
}

.service_smtp {
    float: left;
    width: 48%;
}

.service_smtp img {
    display: block;
    width: 100%;
}

.service_smnr {
    float: right;
    width: 48%;
}

.service_smtb {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 42px;
}

.service_smtb span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.service_smtb h3 {
    display: block;
    color: #727272;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.service_smtb h3 i {
    display: inline-table;
    width: 15px;
    height: 2px;
    background: #727272;
    margin-left: 16px;
}

.service_smnr p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
}

.service_smnr p span {
    font-weight: bold;
    color: #333;
}

.service_banner {
    width: 100%;
    background: url(../images/service_banner.jpg) no-repeat;
    height: 560px;
    margin-top: 90px;
    margin-bottom: 100px;
}

.service_bannerbt {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 100px;
    padding-left: 40px;
    box-sizing: border-box;
}

.service_bannerbt span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.service_bannerbt h3 {
    display: block;
    color: #757270;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.service_bannerbt h3 i {
    display: inline-table;
    width: 15px;
    height: 2px;
    background: #757270;
    margin-left: 16px;
}

.service_bannercn {
    width: 100%;
}

.service_bannernr ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.service_bannernr ul li {
    float: left;
    width: calc(49.9% - 40px);
    margin-left: 40px;
    background: url(../images/service_tb.png) left center no-repeat;
    line-height: 40px;
}

.service_bannernr ul li a {
    display: block;
    padding-left: 25px;
    font-size: 15px;
    color: #ffffff;
}

.service_zn {
    padding: 0px 30px;
}

.service_zn ul {
    float: left;
    width: 100%;
}

.service_zn ul li {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.service_zn ul li:first-child {
    margin-top: 0px;
}

.service_zn ul li .service_znbt {
    background: url(../images/service_znbt.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 14px;
}

.service_zn ul li .service_znbt h3 {
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    height: 52px;
    line-height: 52px;
}

.service_zn ul li .service_znbt h3 span {
    font-size: 32px;
    font-weight: bold;
    margin-right: 12px;
    font-style: italic;
}

.service_zn ul li .service_znnr {
    padding: 50px 74px 0px 74px;
}

.service_zn ul li .service_znnr p {
    display: block;
    font-size: 14px;
    color: #595959;
    line-height: 28px;
}

.Customized {
    margin-top: 40px;
}

/*Customized_top*/

.Customized_top {
    width: 100%;
    position: relative;
    margin-top: 72px;
    margin-bottom: 110px;
}

.Customized_top a {
    display: block;
}

.Customized_toptp {
    width: 980px;
    margin-left: 220px;
}

.Customized_toptp img {
    display: block;
    width: 100%;
}

.Customized_topnr {
    position: absolute;
    left: 0px;
    top: 56px;
    background: #ebebeb;
    width: 498px;
    padding: 20px 30px
}

.Customized_topnr h3 {
    display: block;
    font-size: 18px;
    color: #727272;
    font-style: italic;
    line-height: 50px;
}

.Customized_topnr h3 span {
    font-style: normal;
    font-size: 22px;
    color: #010101;
    font-weight: bold;
    margin-right: 10px;
}

.Customized_topnr b {
    font-weight: normal;
    font-size: 14px;
    color: #634429;
    height: 20px;
    line-height: 30px;
}

.Customized_topnr p {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
}

.Customized_topnr em {
    display: block;
    background: #634429;
    color: #fff;
    width: 106px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
}

/*Customized_nr*/

.Customized_nr {
    width: 100%;
    margin-top: 70px;
}

.Customized_nr ul {
    float: left;
    width: 100%;
}

.Customized_nr ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.Customized_nr ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.Customized_nr ul li .Customized_nrsm {
    float: left;
    background: #634429;
    width: 194px;
    height: 270px;
    padding: 30px 26px;
}

.Customized_nr ul li .Customized_nrsm h3 {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.Customized_nr ul li .Customized_nrsm span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
}

.Customized_nr ul li .Customized_nrsm p {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    line-height: 28px;
    height: 168px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.Customized_nr ul li .Customized_nrsm i {
    display: block;
    background: url(../images/Customized_tb1.png) center no-repeat;
    height: 17px;
    margin-top: 30px;
}

.Customized_nr ul li .Customized_nrtp {
    float: right;
    width: 78.3%;
    /* height: 330px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.Customized_nr ul li.Customized_list2 .Customized_nrsm {
    background: #ebebeb
}

.Customized_nr ul li.Customized_list2 h3 {
    color: #634429;
}

.Customized_nr ul li.Customized_list2 span {
    color: #634429;
}

.Customized_nr ul li.Customized_list2 p {
    color: #634429;
}

.Customized_nr ul li.Customized_list2 i {
    display: block;
    background: url(../images/Customized_tb2.png) center no-repeat;
    height: 17px;
    margin-top: 30px;
}

.Customized_tk {
    position: fixed;
    z-index: 999999;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/product_tkbg.png) repeat;
}

.Customized_tk .Customized_tkcn {
    position: absolute;
    width: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Customized_tk .Customized_tkcn .Customized_tknr {
    padding: 20px 20px;
    max-height: 560px;
    overflow-y: scroll;
    background: #fff;
}

.Customized_tk .Customized_tkcn .Customized_tknr img {
    display: block;
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: 0px auto;
}

.Customized_tk .Customized_tkcn .Customized_tknr b {
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #634429;
    line-height: 30px;
}

.Customized_tk .Customized_tkcn .Customized_tknr p {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
}

.Customized_tkclose {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
}

/*Stairs*/

.Stairs {
    width: 100%;
}

.Stairs_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.Stairs_nav a {
    display: inline-table;
    width: 236px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #595959;
}

/*.Stairs_nav a.on{color:#fff; background:#634429}*/

.Stairs_nav a:hover {
    color: #fff;
    background: #634429
}

.Stairs_bl {
    width: 100%;
    margin-top: 70px;
}

.Stairs_bltb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Stairs_bllogo {
    float: left;
    width: 154px;
    margin: 0 auto 5px;
}

.Stairs_bllogo img {
    display: block;
    width: 154px;
    height: 134px;
}

.Stairs_bllogo span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #5d370d;
    font-weight: bold;
}

.Stairs_blsm {
    float: right;
    width: 712px;
}

.Stairs_blsm span {
    display: block;
    font-size: 16px;
    color: #5d370d;
    font-weight: bold;
}

.Stairs_blsm p {
    display: block;
    font-size: 16px;
    color: #5d370d;
    line-height: 24px;
    margin-top: 16px;
}

.Stairs_blnr {
    width: 100%;
    margin-top: 50px;
}

.Stairs_blnr ul {
    float: left;
    width: 100%;
}

.Stairs_blnr ul li {
    float: left;
    margin-top: 10px;
}

.Stairs_blnr ul li.Stairs_bllist1 {
    width: 656px;
    height: 459px;
    margin-right: 10px;
}

.Stairs_blnr ul li.Stairs_bllist2 {
    width: 528px;
    height: 459px;
}

.Stairs_blnr ul li.Stairs_bllist3 {
    width: 511px;
    height: 680px;
    margin-right: 10px;
}

.Stairs_blnr ul li.Stairs_bllist4 {
    width: 673px;
    height: 680px;
}

.Stairs_blnr ul li.Stairs_bllist1 img {
    display: block;
    width: 656px;
    height: 459px;
}

.Stairs_blnr ul li.Stairs_bllist2 img {
    display: block;
    width: 528px;
    height: 459px;
}

.Stairs_blnr ul li.Stairs_bllist3 img {
    display: block;
    width: 511px;
    height: 680px;
}

.Stairs_blnr ul li.Stairs_bllist4 img {
    display: block;
    width: 673px;
    height: 680px;
}

/*Join*/

.Join_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.Join_nav a {
    display: inline-table;
    width: 236px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #595959;
}

/*.Stairs_nav a.on{color:#fff; background:#634429}*/

.Join_nav a:hover {
    color: #fff;
    background: #634429
}

.Join_ys {
    width: 100%;
    margin-bottom: 100px;
}

.Join_ystm {
    width: 100%;
    margin-top: 40px;
}

.Join_ystm span {
    display: block;
    font-size: 18px;
    color: #634429;
    text-align: center;
}

.Join_ysnr {
    width: 100%;
    margin-top: 20px;
}

.Join_ysnr ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Join_ysnr ul li {
    float: left;
    width: 25%;
    border: 1px solid #634429;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}

.Join_ysnr ul li.Join_yslist {
    margin-left: 0px;
}

.Join_ysnr ul li:hover {
    background: #634429;
}

.Join_ysnr ul li .Join_ysbt {
    width: 100%;
    position: relative;
    z-index: 1;
}

.Join_ysnr ul li .Join_ysbt h3 {
    position: relative;
    z-index: 1;
}

.Join_ysnr ul li .Join_ysbt span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #634429;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.Join_ysnr ul li .Join_ysbt i {
    display: block;
    font-size: 80px;
    color: #f2f0ef;
    position: absolute;
    left: 0px;
    top: -14px;
    z-index: 0;
}

.Join_ysnr ul li p {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
    height: 140px;
    overflow: hidden;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb1 {
    display: block;
    background: url(../images/Join_ystb1.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb2 {
    display: block;
    background: url(../images/Join_ystb3.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb3 {
    display: block;
    background: url(../images/Join_ystb5.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb4 {
    display: block;
    background: url(../images/Join_ystb7.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb5 {
    display: block;
    background: url(../images/Join_ystb9.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb6 {
    display: block;
    background: url(../images/Join_ystb11.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb7 {
    display: block;
    background: url(../images/Join_ystb13.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li .Join_ysbt .Join_ysyb8 {
    display: block;
    background: url(../images/Join_ystb15.png) no-repeat;
    width: 38px;
    height: 34px;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb1 {
    background: url(../images/Join_ystb2.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb2 {
    background: url(../images/Join_ystb4.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb3 {
    background: url(../images/Join_ystb6.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb4 {
    background: url(../images/Join_ystb8.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb5 {
    background: url(../images/Join_ystb10.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb6 {
    background: url(../images/Join_ystb12.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb7 {
    background: url(../images/Join_ystb14.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt .Join_ysyb8 {
    background: url(../images/Join_ystb16.png) no-repeat;
}

.Join_ysnr ul li:hover .Join_ysbt span {
    color: #fff;
}

.Join_ysnr ul li:hover .Join_ysbt i {
    color: #6e533d;
}

.Join_ysnr ul li:hover p {
    color: #fff;
}

.Join_dp {
    width: 100%;
    margin-top: 50px;
}

.Join_dpsx {
    width: 100%;
}

.Join_dpsxl {
    float: left;
    /* width: 500px; */
}

.Join_dpsxl span {
    float: left;
    height: 32px;
    line-height: 32px;
}

.Join_dpsxl .Join_dpselect {
    float: left;
    width: 148px;
    height: 30px;
    line-height: 30px;
    margin-left: 14px;
    margin-right: 30px;
    padding-left: 10px;
}

.Join_dpsxr {
    float: right;
    width: 300px;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
}

.Join_dptext {
    border: 0px;
    padding-left: 10px;
    width: 262px;
}

.Join_dpbutton {
    float: right;
    background: url(../images/Join_dpbutton.png) no-repeat;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    border: 0px;
    margin-right: 14px;
}

.Join_dpnr {
    margin-top: 40px;
}

.Join_dpnr ul {
    float: left;
    width: 100%;
}

.Join_dpnr ul li {
    float: left;
    width: 50%;
}

.Join_dpnr ul li .Join_dptp {
    float: left;
    width: 50%;
    position: relative;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Join_dpnr ul li .Join_dptp img {
    display: block;
    width: 100%;
}

.Join_dpnr ul li .Join_dptp i {
    position: absolute;
    background: url(../images/Join_dptb3.png) no-repeat;
    right: 0px;
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    margin-top: -12px;
}

.Join_dpsm {
    float: left;
    width: 50%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.Join_dpsm h3 {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
}

.Join_dpsm p {
    display: block;
    line-height: 20px;
    background: url(../images/Join_dptb1.png) left 2px no-repeat;
    padding-left: 26px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.Join_dpsm span {
    display: block;
    line-height: 20px;
    background: url(../images/Join_dptb2.png) no-repeat;
    padding-left: 26px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.Join_dpnr ul li.Join_dplist3 .Join_dptp, .Join_dpnr ul li.Join_dplist4 .Join_dptp {
    float: right;
}

.Join_dpnr ul li.Join_dplist3 .Join_dptp i, .Join_dpnr ul li.Join_dplist4 .Join_dptp i {
    right: auto;
    left: 0px;
    background: url(../images/Join_dptb4.png) no-repeat;
}

#Join_gy {
    margin-top: 100px;
}

.Join_gy {
    margin-top: 70px;
}

.Join_gybt {
    background: url(../images/Join_gybt.png) left 16px no-repeat;
    width: 960px;
    height: 186px;
    margin: 0px auto;
}

.Join_gybt h3 {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #634429;
    font-weight: bold;
}

.Join_gybt span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #634429;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.Join_gybt p {
    display: block;
    width: 362px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 32px;
    color: #595959;
    height: 96px;
    overflow: hidden;
    margin-top: 10px;
}

.Join_gynr {
    width: 100%;
    margin-top: 70px;
}

.Join_gynr img {
    display: block;
    width: 740px;
    margin: 0px auto;
}

#Join_lc {
    margin-top: 100px;
}

.Join_lcline {
    position: relative;
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: -110px;
    z-index: 0;
    float: left;
}

.Join_lcl {
    float: left;
    background: url(../images/Join_lcl.png) no-repeat;
    width: 22px;
    height: 43px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -22px;
}

.Join_lcr {
    float: left;
    background: url(../images/Join_lcr.png) no-repeat;
    width: 22px;
    height: 43px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -21px;
}

.Join_lc {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 50px;
}

.Join_lc ul {
    float: left;
    width: 100%;
}

.Join_lc ul li {
    float: left;
    height: 220px;
    width: 175px;
    position: relative;
    margin: 0px 32px;
}

.Join_lc ul li h3 {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    margin: 0px auto;
    margin-top: 18px;
}

.Join_lc ul li span {
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.Join_lc ul li i {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #dddddd;
    border-radius: 12px;
    position: relative;
    z-index: 10;
    background: #fff;
    margin: 0px auto;
}

.Join_lc ul li p {
    display: block;
    font-size: 36px;
    color: #634429;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.Join_lc ul li.Join_lclist1 h3 {
    background: url(../images/Join_lctb1.png) no-repeat;
}

.Join_lc ul li.Join_lclist2 h3 {
    background: url(../images/Join_lctb3.png) no-repeat;
}

.Join_lc ul li.Join_lclist3 h3 {
    background: url(../images/Join_lctb5.png) no-repeat;
}

.Join_lc ul li.Join_lclist4 h3 {
    background: url(../images/Join_lctb7.png) no-repeat;
}

.Join_lc ul li.Join_lclist5 h3 {
    background: url(../images/Join_lctb9.png) no-repeat;
}

.Join_lc ul li.Join_lclist1:hover h3 {
    background: url(../images/Join_lctb2.png) no-repeat;
}

.Join_lc ul li.Join_lclist2:hover h3 {
    background: url(../images/Join_lctb4.png) no-repeat;
}

.Join_lc ul li.Join_lclist3:hover h3 {
    background: url(../images/Join_lctb6.png) no-repeat;
}

.Join_lc ul li.Join_lclist4:hover h3 {
    background: url(../images/Join_lctb8.png) no-repeat;
}

.Join_lc ul li.Join_lclist5:hover h3 {
    background: url(../images/Join_lctb10.png) no-repeat;
}

.Join_lc ul li .Join_lcbg1 {
    display: none;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/Join_lcbg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 220px;
    width: 175px;
    z-index: 0;
}

.Join_lc ul li .Join_lcbg2 {
    display: none;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/Join_lcbg.jpg) no-repeat;
    height: 220px;
    width: 175px;
    z-index: 0;
}

.Join_lc ul li .Join_lcbg3 {
    display: none;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/Join_lcbg.jpg) no-repeat;
    height: 220px;
    width: 175px;
    z-index: 0;
}

.Join_lc ul li .Join_lcbg4 {
    display: none;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/Join_lcbg.jpg) no-repeat;
    height: 220px;
    width: 175px;
    z-index: 0;
}

.Join_lc ul li .Join_lcbg5 {
    display: none;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/Join_lcbg.jpg) no-repeat;
    height: 220px;
    width: 175px;
    z-index: 0;
}

.Join_lc ul li.Join_lclist1:hover .Join_lcbg1 {
    display: block;
}

.Join_lc ul li.Join_lclist2:hover .Join_lcbg2 {
    display: block;
}

.Join_lc ul li.Join_lclist3:hover .Join_lcbg3 {
    display: block;
}

.Join_lc ul li.Join_lclist4:hover .Join_lcbg4 {
    display: block;
}

.Join_lc ul li.Join_lclist5:hover .Join_lcbg5 {
    display: block;
}

.Join_lc ul li:hover span {
    color: #fff;
    font-weight: bold;
}

.Join_lc ul li:hover i {
    border: 1px solid #fff;
}

.Join_lc ul li:hover p {
    color: #ffd900
}

.Join_sq {
    width: 100%;
    margin-top: 20px;
}

.Join_sqform {
    width: 916px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Join_sqform .Join_sqbl {
    border: 1px solid #e0e0e0;
    width: 442px;
    height: 58px;
    line-height: 58px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin-right: 15px;
}

.Join_sqform .Join_sqbl.Join_sqbl1.Join_sqform .Join_sqbl.Join_sqbl2 {
    margin-right: 0px!important;
}

.Join_sqform .Join_sqbl .Join_sqtext {
    float: left;
    padding-left: 30px;
    height: 58px;
    line-height: 58px;
    color: #959595;
    font-size: 14px;
    width: calc(100% - 95px);
}

.Join_sqform .Join_sqbl.Join_sqbl2 .Join_sqtext {
    width: calc(100% - 135px);
}

.Join_sqform .Join_sqbl i {
    float: right;
    margin-top: 14px;
    width: 30px;
    height: 30px;
    margin-right: 26px;
}

.Join_sqform .Join_sqbl.Join_sqbl2 i {
    margin-right: 5px;
    width: 100px;
    height: 40px;
    margin-top: 9px;
}

.Join_sqtel {
    float: left;
    width: 442px;
    margin-right: 15px;
}

.Join_sqtel img {
    display: block;
    width: 100%;
}

.Join_sqtj {
    float: right;
    width: 442px;
}

.Join_sqbutton {
    background: #634429;
    color: #fff;
    display: block;
    text-align: center;
    border: 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

/*product*/

.product {
    width: 100%;
}

.product_sm {
    width: 100%;
}

.product_sm p {
    display: block;
    font-size: 14px;
    color: #595959;
    line-height: 32px;
}

.product_sm p span {
    font-size: 16px;
    color: #634429;
    font-weight: bold;
}

.product_zp {
    height: 340px;
    overflow-y: scroll;
    margin-top: 100px;
    margin-bottom: 100px;
    direction: rtl
}

.product_zp::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.product_zp::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.product_zp ul {
    float: left;
    width: 100%;
}

.product_zp ul li {
    float: left;
    width: 100%;
    background: #ebebeb;
    border-bottom: 1px solid #ccc;
}

.product_zp ul li .product_zpsm {
    float: left;
    width: 244px;
    padding: 0px 20px
}

.product_zp ul li .product_zpsm h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 50px;
}

.product_zp ul li .product_zpsm p {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    height: 180px;
    overflow: hidden;
    margin-top: 40px;
    text-align: left;
}

.product_zp ul li img {
    float: left;
    width: 898px;
    height: 340px;
}

.product_nav {
    width: 100%;
    margin-top: 50px;
}

.product_nav .hd {
    position: relative;
    z-index: 10;
}

.product_nav .hd ul {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.product_nav .hd ul li {
    float: left;
    width: 20%;
    position: relative;
}

.product_nav .hd ul li i {
    display: block;
}

.product_nav .hd ul li i img {
    display: block;
    width: 51px;
    height: 48px;
    margin: 0px auto;
}

.product_nav .hd ul li span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
}

.product_nav .hd ul li.on span {
    color: #634429
}

.product_nav .hd ul li em {
    background: url(../images/product_tb1.png) no-repeat;
    width: 35px;
    height: 23px;
    display: none;
    float: left;
    /* margin: 0px 106px; */
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -22px;
}

.product_nav .hd ul li.on em {
    display: block;
}

.product_nav .bd {
    position: relative;
    z-index: 1;
}

.bd .tempWrap {
    width: 100%!important;
}

.product_nav .tempWrap {
    width: 100%!important;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    top: -5px !important;
}

.tempWrap .News_blsm p:hover {
    color: #ffffff;
}

.product_nav .bd ul {}

.product_nav .bd ul li {
    float: left;
    width: 114px;
    text-align: center;
    height: 64px;
    line-height: 64px;
}

.product_nav .bd ul li a {
    display: block;
    height: 64px;
    line-height: 64px;
}

.product_nav .bd ul li a span {
    display: block;
    height: 44px;
    line-height: 44px;
}

.product_nav .bd ul li a i {
    display: none;
    background: url(../images/product_tb2.png) no-repeat;
    width: 11px;
    height: 7px;
    margin: 0px auto;
}

.product_nav .bd ul li:hover a i {
    display: block;
}

.product_nav .bd ul li:hover a span {
    color: #634429;
}

.product_list {}

.product_list ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product_list ul li {
    float: left;
    width: 31%;
    /* margin-left: 60px; */
    background: #fff;
    margin-top: 50px;
    margin-right: 3.5%;
}
.product_list ul li:nth-child(3n){
	margin-right: 0%;
}

.product_list ul li.product_list1 {
    margin-left: 0px;
}

.product_list ul li a {
    display: block;
    pointer-events: none;
}

.product_list ul li a i {
    display: block;
}

.product_list ul li a i img {
    width: 100%;
}

.product_list ul li a span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.product_list ul li a p {
    display: block;
    color: #444444;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.product_list ul li a em {
    display: block;
    border: 1px solid #634429;
    color: #634429;
    text-align: center;
    width: 148px;
    height: 38px;
    margin: 0px auto;
    line-height: 38px;
    font-size: 14px;
    margin-top: 20px;
    display: none;
}

.product_list ul li a em:hover {
    background: #634429;
    color: #fff;
}

.product_tk {
    position: fixed;
    z-index: 999999;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/product_tkbg.png) repeat;
}

.product_tk .product_tkcn {
    position: absolute;
    width: 600px;
    height: 600px;
    margin: -280px -300px;
    top: 50%;
    left: 50%;
}

.product_tk .product_tkcn .product_tknr {
    width: 600px;
    height: 600px;
}

.product_tk .product_tkcn .product_tknr img {
    display: block;
    width: 600px;
    height: 600px;
}

.product_tkclose {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
}

/*product_cn*/

.product_cn {}

.product_cnbt {
    width: 100%;
    position: relative;
}

.product_cnbtcn {
    width: 100%;
}

.product_cnbtsm {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.product_cnbtsm h3 {
    float: left;
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
}

.product_cnbtsm em {
    float: left;
    background: #634429;
    height: 4px;
    width: 35px;
    margin: 0px 10px;
    margin-top: 14px;
}

.product_cnbtsm p {
    font-size: 24px;
    color: #333333;
    float: left;
    letter-spacing: 1px;
}

.product_cnbtsm p span {
    font-weight: bold;
}

.product_cnbtcn b {
    display: block;
    font-size: 14px;
    color: #959595;
    font-weight: normal;
    margin-top: 10px;
}

.product_cnbt i {
    position: absolute;
    width: 1000px;
    background: #e0e0e0;
    height: 1px;
    right: 0px;
    bottom: 3px;
}

.product_js {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.product_js .product_jssm {
    float: left;
    width: 572px;
}

.product_js .product_jssm h3 {
    display: block;
    padding: 0px 26px;
    color: #634429;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.product_js .product_jssm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    margin-top: 40px;
    text-indent: 20px;
}

.product_js .product_jssm img {
    display: block;
    width: 573px;
    height: 250px;
    margin-top: 60px;
}

.product_jstp {
    float: right;
    width: 600px;
    height: 500px;
}

.product_jstp img {
    display: block;
    width: 600px;
    height: 500px;
}

.product_cs {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 100px;
}

.product_cstp {
    float: left;
    width: 340px;
}

.product_cstp img {
    display: block;
    width: 340px;
    height: 535px;
}

.product_cssm {
    float: right;
    width: 658px;
    margin-right: 56px;
}

.product_cssm ul {
    float: left;
    width: 100%;
}

.product_cssm ul li {
    float: left;
    width: 100%;
    margin-bottom: 26px;
}

.product_cssm ul li span {
    float: left;
    background: #634429;
    width: 118px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    padding: 0px 22px;
}

.product_cssm ul li p {
    float: right;
    width: 480px;
    padding-left: 5px;
    border-bottom: 1px solid #e0e0e0;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 18px;
}

.product_csnr {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.product_csnr img {
    display: block;
    max-width: 1200px;
    margin: 0px auto;
}

.product_xj {
    width: 100%;
    margin-top: 60px;
}

.product_xj ul {
    float: left;
    width: 100%;
}

.product_xj ul li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.product_xj ul li .product_xjtp {
    float: left;
    width: 780px;
    height: 480px;
}

.product_xj ul li .product_xjtp img {
    display: block;
    width: 780px;
    height: 480px;
}

.product_xj ul li .product_xjnr {
    float: right;
    width: 280px;
    padding: 0px 60px;
    background: #634429;
    height: 480px;
    position: relative;
}

.product_xj ul li .product_xjnr h3 {
    display: block;
    font-size: 34px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 60px;
    text-align: center;
}

.product_xj ul li .product_xjnr p {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    letter-spacing: 1px;
    margin-top: 50px;
    height: 180px;
    overflow: hidden;
}

.product_xj ul li .product_xjnr i {
    position: absolute;
    background: url(../images/index_producttb2.png) no-repeat;
    left: 0px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0px;
}

.product_xj ul li.product_xjlist1 .product_xjtp {
    float: right;
}

.product_xj ul li.product_xjlist1 .product_xjnr {
    float: left;
}

.product_xj ul li.product_xjlist1 .product_xjnr i {
    background: url(../images/index_producttb1.png) no-repeat;
    left: auto;
    right: 0px;
}

/*North*/

.North_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.North_nav a {
    display: inline-table;
    width: 300px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #595959;
}

/*.North_nav a.on{color:#fff; background:#634429}*/

.North_nav a:hover {
    color: #fff;
    background: #634429
}

/*North_ls*/

.North_ls {
    width: 100%;
    margin-bottom: 80px;
}

.North_lstm {
    width: 100%;
    margin-top: 20px;
}

.North_lstm span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #595959;
    line-height: 30px;
}

.North_lsjs {
    width: 100%;
    margin-top: 20px;
}

.North_lsjs p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
}

.North_lsbl {
    width: 100%;
    margin-top: 30px;
}

.North_lsbl ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.North_lsbl ul li {
    float: left;
    width: 22.5%;
}

.North_lsbl ul li i {
    display: block;
    width: 100%;
}

.North_lsbl ul li i img {
    display: block;
    width: 100%;
}

.North_lsbl ul li span {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.North_js {
    width: 100%;
    margin-top: 60px;
}

.North_js .North_jstp {
    background: url(../images/North_jsbg.png) 26px 24px no-repeat;
    padding-bottom: 24px;
    float: left;
    padding-right: 26px;
}

.North_js .North_jstp img {
    display: block;
    width: 100%;
}

.North_jssm {
    float: right;
    width: 590px;
}

.North_jssm h3 {
    display: block;
    background: url(../images/North_tb1.png) no-repeat;
    width: 110px;
    height: 60px;
    margin-bottom: 34px;
}

.North_jssm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
}

.North_jssm span {
    display: block;
    color: #634429;
    font-size: 16px;
    margin: 0px auto;
    font-weight: bold;
}

.North_jsbl {
    float: right;
    width: 590px;
    margin-top: 30px;
}

.North_jsbl ul {
    float: left;
    width: 100%;
}

.North_jsbl ul li {
    float: left;
    width: 285px;
    margin-left: 20px;
}

.North_jsbl ul li img {
    display: block;
    width: 100%;
}

.North_jsbl ul li:first-child {
    margin-left: 0px;
}

.North_jsnr {
    float: left;
    width: 100%;
    margin-top: 53px;
    margin-bottom: 100px;
}

.North_jsnr p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
}

.North_fq {
    width: 100%;
    margin-top: 60px;
}

.North_fqtp {
    float: left;
    width: 48%;
}

.North_fqtp img {
    display: block;
    width: 100%;
}

.North_fqnr {
    float: right;
    width: 50%;
}

.North_fqnr p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    overflow: hidden;
}

.North_fqsm {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.North_fqsm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
}

/*Europe*/

.Europe_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.Europe_nav a {
    float: left;
    width: 240px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #595959;
}

/*.Europe_nav a.on{color:#fff; background:#634429}*/

.Europe_nav a:hover {
    color: #fff;
    background: #634429
}

/*Europe_ls*/

.Europe_ls {
    width: 100%;
    margin-top: 60px;
}

.Europe_ls .Europe_lstm {
    width: 100%;
}

.Europe_ls .Europe_lstm span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.Europe_lsnr {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
}

.Europe_lsnr .bd {
    position: relative;
}

.Europe_lsnr .bd ul {
    float: left;
    display: flex;
    justify-content: space-between;
}

.Europe_lsnr .bd ul li {
    float: left;
    width: 370px;
    margin: 0px 15px;
}

.Europe_lsnr .bd ul li i {
    display: block;
}

.Europe_lsnr .bd ul li i img {
    display: block;
    width: 100%;
}

.Europe_lsnr .bd ul li .Europe_lsjs {
    display: block;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 0px 22px 30px 22px;
}

.Europe_lsnr .bd ul li .Europe_lsjs h3 {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Europe_lsnr .bd ul li .Europe_lsjs p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 20px;
    height: 200px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.Europe_lsnr .hd {
    position: absolute;
    width: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 70px;
    z-index: 999;
}

.Europe_lsnr .hd .prev {
    background: url(../images/.News_blprev.jpg) no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    left: 0px;
}

.Europe_lsnr .hd .next {
    background: url(../images/.News_blnext1.jpg) no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    right: 0px;
}

.Europe_lsnr .hd .prev:hover {
    background: url(../images/.News_blprev1.jpg) no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    left: 0px;
}

.Europe_lsnr .hd .next:hover {
    background: url(../images/.News_blnext2.jpg) no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    right: 0px;
}

.Europe_jz {
    width: 100%;
    margin-bottom: 60px;
}

.Europe_jz .Europe_jztm {
    width: 100%;
}

.Europe_jz .Europe_jztm span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.Europe_jznr {
    width: 100%;
    margin-top: 60px;
}

.Europe_jznr .Europe_jztp {
    float: left;
    width: 45%;
    margin-bottom: 35px!important;
}

.Europe_jznr .Europe_jztp img {
    display: block;
    width: 100%;
}

.Europe_jzsm {
    float: right;
    width: 50%;
}

.Europe_jzsm h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.Europe_jzsm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    margin-bottom: 25px;
}

.Europe_jzsm p:last-child {
    margin-bottom: 0px;
}

.Europe_jzjs {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.Europe_jzjs h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.Europe_jzjs p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    margin-bottom: 25px;
}

.Europe_hj {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
}

.Europe_hj .Europe_hjtm {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.Europe_hj .Europe_hjtm p {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.Europe_hj .Europe_hjtm p span {
    color: #634429;
    font-weight: bold;
    font-size: 18px;
}

.Europe_hjsm {
    float: left;
    width: 50%;
}

.Europe_hjtp {
    float: right;
    width: 45%;
}

.Europe_hjtp img {
    display: block;
    width: 100%;
}

.Europe_hjbt {
    width: 100%;
    margin-bottom: 20px;
}

.Europe_hjbt span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.Europe_hjbt h3 {
    display: block;
    color: #727272;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.Europe_hjbt h3 i {
    display: inline-table;
    width: 15px;
    height: 2px;
    background: #727272;
    margin-left: 16px;
}

.Europe_hjjs {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.Europe_hjjs p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    overflow: hidden;
}

.Europe_hjbl {
    float: left;
    width: 100%;
}

.Europe_hjbl ul {
    float: left;
    width: 100%;
}

.Europe_hjbl ul li {
    float: left;
    width: 168px;
    margin-left: 10px;
}

.Europe_hjbl ul li.Europe_hjlist1 {
    width: 350px;
}

.Europe_hjbl ul li a {
    display: block;
    background: url(../images/Europe_hjtb.png) left center no-repeat;
    padding-left: 25px;
    font-size: 16px;
    color: #634429;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-weight: bold;
}

.Europe_ys {
    width: 100%;
}

.Europe_ystm {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
}

.Europe_ystm span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #595959;
    height: 30px;
    line-height: 30px;
}

.Europe_ysbl {
    float: left;
    width: 30%;
}

.Europe_ysbl h3 {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #634429;
    line-height: 30px;
    text-align: center;
}

.Europe_ysbl span {
    display: block;
    font-size: 14px;
    color: #634429;
    line-height: 24px;
    text-align: center;
}

.Europe_ysbl1 h3, .Europe_ysbl1 span {
    box-sizing: border-box;
    padding-right: 12%;
}

.Europe_ysbl p {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
}

.Europe_ysbl.Europe_ysbl1 {
    width: 35%;
}

.Europe_ysbl.Europe_ysbl1 p {
    float: left;
    text-align: left;
}

.Europe_ysbl.Europe_ysbl1 p:last-child {
    float: right;
}

/*China*/

.China {
    width: 100%;
}

.China_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.China_nav a {
    float: left;
    width: 240px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #595959;
}

/*.China_nav a.on{color:#fff; background:#634429}*/

.China_nav a:hover {
    color: #fff;
    background: #634429
}

.China_ls {
    width: 100%;
    margin-top: 60px;
}

.China_ls .China_lstm {
    width: 100%;
}

.China_ls .China_lstm span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.China_ls {
    width: 100%;
    margin-bottom: 100px;
}

.China_lsnr {
    margin-top: 60px;
}

.China_lssm {
    float: right;
    width: 50%;
}

.China_lstp {
    float: left;
    width: 45%;
}

.China_lstp img {
    display: block;
    width: 100%;
    height: auto;
}

.China_lsbt {
    width: 540px;
    margin-bottom: 20px;
}

.China_lsbt span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.China_lsbt h3 {
    display: block;
    color: #727272;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.China_lsbt h3 i {
    display: inline-table;
    width: 15px;
    height: 2px;
    background: #727272;
    margin-left: 16px;
}

.China_lsjs {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.China_lsjs p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    overflow: hidden;
}

.China_lsbl {
    float: left;
    width: 100%;
}

.China_lsbl ul {
    float: left;
    width: 100%;
}

.China_lsbl ul li {
    float: left;
    width: 260px;
    margin-left: 10px;
}

.China_lsbl ul li a {
    display: block;
    background: url(../images/Europe_hjtb.png) left center no-repeat;
    padding-left: 25px;
    font-size: 16px;
    color: #634429;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-weight: bold;
}

.China_lsbl ul li.China_lslist1 {
    margin-left: 0px;
}

.China_fz {
    margin-top: 20px;
}

.China_fz .China_fztm {
    float: left;
    width: 100%;
    /* margin-bottom: 60px; */
}

.China_fz .China_fztm p {
    display: block;
    font-size: 14px;
    color: #666666;
    /* line-height: 30px; */
}

.China_fz .China_fztm p span {
    color: #634429;
    font-weight: bold;
}

.China_fznr {
    width: 100%;
    margin-top: 60px;
}

.China_fznr .China_fztp {
    float: right;
    width: 48%;
}

.China_fznr .China_fztp img {
    display: block;
    width: 100%;
}

.China_fzsm {
    float: left;
    width: 47%;
}

.China_fzsm h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    line-height: 30px;
    font-weight: bold;
}

.China_fzsm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    margin-bottom: 30px;
}

.China_fzsm p:last-child {
    margin-bottom: 0px;
}

.China_fzjs {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.China_fzjs h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.China_fzjs p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    margin-bottom: 25px;
}

.China_cp {
    margin-bottom: 100px;
}

.China_cptm {
    width: 100%;
}

.China_cptm h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    line-height: 30px;
    font-weight: bold;
}

.China_cptm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    margin-bottom: 25px;
}

.China_cpnr {
    width: 100%;
}

.China_cptp {
    float: left;
    width: 45%;
}

.China_cptp img {
    display: block;
    width: 100%;
}

.China_cpsm {
    float: right;
    width: 50%;
}

.China_cpsm h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 6px;
}

.China_cpsm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
}

.China_yx {
    width: 100%;
}

.China_yxtm {
    width: 100%;
    margin-top: 20px;
}

.China_yxtm span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #595959;
    line-height: 30px;
}

.China_yxcn {
    width: 100%;
    margin-top: 68px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
}

.China_yxcn ul {
    float: left;
    width: 480px;
}

.China_yxcn ul.China_yxbl2 {
    width: 240px;
}

.China_yxcn ul li {
    float: left;
    width: 480px;
    position: relative;
    z-index: 1;
}

.China_yxcn ul li.China_yxlist3 {
    width: 240px;
    height: 448px;
}

.China_yxcn ul li.China_yxlist1 .China_yxtp {
    float: left;
    width: 240px;
}

.China_yxcn ul li.China_yxlist2 .China_yxtp {
    float: right;
    width: 240px;
}

.China_yxcn ul li.China_yxlist4 .China_yxtp {
    float: right;
    width: 240px;
}

.China_yxcn ul li.China_yxlist5 .China_yxtp {
    float: left;
    width: 240px;
}

.China_yxcn ul li .China_yxnr {
    float: left;
    width: 240px;
}

.China_yxcn ul li .China_yxnr h3 {
    display: block;
    color: #333333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
}

.China_yxcn ul li .China_yxnr span {
    display: block;
    color: #634429;
    padding: 0px 25px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.China_yxcn ul li .China_yxnr p {
    display: block;
    padding: 0px 25px;
    line-height: 22px;
    height: 110px;
}

.China_yxcn ul li .China_yxnr p:hover {
    color: #634429
}

.China_yxcn ul li.China_yxlist1 i {
    position: absolute;
    background: url(../images/index_producttb1.png) no-repeat;
    left: 216px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.China_yxcn ul li.China_yxlist2 i {
    position: absolute;
    background: url(../images/index_producttb2.png) no-repeat;
    left: 240px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.China_yxcn ul li.China_yxlist3 i {
    position: absolute;
    background: url(../images/index_producttb3.png) no-repeat;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.China_yxcn ul li.China_yxlist4 i {
    position: absolute;
    background: url(../images/index_producttb2.png) no-repeat;
    left: 240px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.China_yxcn ul li.China_yxlist5 i {
    position: absolute;
    background: url(../images/index_producttb1.png) no-repeat;
    left: 216px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 10;
}

.China_ys {
    width: 100%;
    margin-bottom: 100px;
}

/*.China_ys .smallScroll{  width:100%; margin-left:-360px; position:relative; margin-top:30px;}*/

.smallScrollbg {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: #ebebeb;
    z-index: 0;
    height: 440px;
}

/*.China_ys .smallScroll .smallImg{ width:1200px; margin-left:360px;position:relative; }

.China_ys .smallScroll .smallImg .tempWrap{}*/

.China_ys .China_yscn {
    width: 100%;
    /* margin-left: -360px; */
    position: relative;
    margin-top: 30px;
}

.China_ys .China_yscn .hd {
    width: 1200px;
    /* margin-left: 360px; */
    position: relative;
    margin-bottom: 30px;
}

.China_ys .China_yscn .hd ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.China_ys .China_yscn .hd ul li {
    float: left;
    width: 25%;
    position: relative;
}

.China_ys .China_yscn .hd ul li img {
    display: block;
    width: 100%;
}

.China_ys .China_yscn .hd ul li .China_yssm {
    position: absolute;
    background: url(../images/China_yssm.png) repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.China_ys .China_yscn .hd ul li .China_yssm span {
    position: absolute;
    display: block;
    width: 60%;
    border-top: 1px solid #91857a;
    border-bottom: 1px solid #91857a;
    font-size: 14px;
    color: #fff;
    height: 50px;
    text-align: center;
    overflow: hidden;
    line-height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.China_ys .China_yscn .hd ul li em {
    display: none;
    background: url(../images/China_ysrtb.png) no-repeat;
    width: 29px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -20px;
    z-index: 9999;
}

.China_ys .China_yscn .hd ul li.on .China_yssm {
    display: none;
}

.China_ys .China_yscn .hd ul li.on em {
    display: block;
}

.China_ys .China_yscn .hd .arrow {
    position: absolute;
    width: 115%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 60px;
    z-index: 999;
}

.China_ys .China_yscn .hd .prev {
    background: url(../images/.News_blprev.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    left: 0;
    z-index: 99
}

.China_ys .China_yscn .hd .next {
    background: url(../images/.News_blnext1.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px #ccc;
    right: 0px;
    z-index: 99
}

.China_ys .China_yscn .hd .prev:hover {
    background: url(../images/.News_blprev1.jpg) no-repeat;
    background-size: 100% 100%;
}

.China_ys .China_yscn .hd .next:hover {
    background: url(../images/.News_blnext2.jpg) no-repeat;
    background-size: 100% 100%;
}

.China_ys .China_yscn .bd {
    width: 1200px;
    margin: 0px auto;
    border: 1px solid #826954;
    background: #fff;
    margin-top: -12px;
    position: relative;
    z-index: 0;
}

.China_ysnr {
    padding: 20px;
}

.China_ysnr h3 {
    display: block;
    font-size: 16px;
    color: #634429;
    font-weight: bold;
}

.China_ysnr p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
}

/*about*/

.about {
    width: 100%;
}

.about_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.about_nav a {
    float: left;
    width: 240px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    box-sizing: border-box;
}

/*.about_nav a.on{color:#fff; background:#634429}*/

.about_nav a:hover {
    color: #fff;
    background: #634429
}

.about_jj {
    margin-bottom: 100px;
}

.about_jjcn {
    width: 100%;
    margin-top: 50px;
}

.about_jjmove {
    float: left;
    width: 623px;
}

.about_jjmove video {
    display: block;
    width: 100%;
    height: auto;
}

.about_jjnr {
    float: right;
    width: 518px;
}

.about_jjtm {
    width: 100%;
    margin-top: 30px;
}

.about_jjtm span {
    display: block;
    font-size: 20px;
    color: #010101;
    height: 36px;
    line-height: 36px;
}

.about_jjtm h3 {
    display: block;
    color: #727272;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.about_jjtm h3 i {
    display: inline-table;
    width: 15px;
    height: 2px;
    background: #727272;
    margin-left: 16px;
}

/*.about_jjtm i{ display:block; margin-top:12px;}

.about_jjtm i img{ display:block; width:257px; height:37px;}*/

.about_jjsm {
    margin-top: 30px;
}

.about_jjsm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 28px;
    /* height: 168px; */
    overflow: hidden;
}

.about_jjsm p span {
    color: #333333;
    font-weight: bold;
}

.about_jjmore {
    width: 100%;
    margin-top: 30px;
}

.about_jjmore a {
    display: block;
    color: #8d6449;
    font-size: 14px;
    background: url(../images/index_abouttb1.png) no-repeat;
    background-size: 100% 100%;
    width: 165px;
    height: 36px;
    line-height: 36px;
    padding-left: 50px;
}

.about_fz {
    margin-bottom: 100px;
}

.about_wh {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 60px;
}

.about_wh ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about_wh ul li {
    float: left;
    width: 23%;
    border: 1px solid #634429;
    padding: 20px 0 10px;
    margin-bottom: 2%;
    box-sizing: border-box;
    height: 220px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.about_wh ul li.about_whlist {
    margin-left: 0px;
}

.about_wh ul li .about_whbt {
    position: relative;
    padding: 0px 25px;
    z-index: 1;
}

.about_wh ul li .about_whbt h3 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #634429;
    position: relative;
    z-index: 1;
}

.about_wh ul li .about_whbt span {
    position: absolute;
    color: #f2f0ef;
    font-size: 40px;
    left: 30px;
    top: -20px;
    z-index: 0;
}

.about_wh ul li p {
    display: block;
    padding: 0px 5.5%;
    font-size: 14px;
    color: #959595;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
}

.about_rc {
    background: #ebebeb;
    margin-top: 70px;
}

.about_rctop {
    width: 100%;
}

.about_rctm {
    float: left;
    margin-left: 68px;
    margin-top: 70px;
}

.about_rctm img {
    display: block;
    width: 163px;
}

.about_rcsm {
    float: left;
    width: 920px;
    margin-left: 30px;
}

.about_rcsm ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about_rcsm ul li {
    float: left;
    background: url(../images/about_rcbg.png) left top no-repeat;
    max-width: 24.9%;
    width: 220px;
    position: relative;
}

/**about_english_recruit**/

.about_recruit_left {
    float: left;
    margin-top: 148px;
    width: 240px;
}

.about_recruit_left p {
    width: 163px;
    margin: 0 auto;
    text-align: center;
    color: #634429;
    font-size: 36px;
    font-weight: bold;
}

.about_rcsm.about_recruit_right {
    width: 960px;
    margin-left: 0;
}

.about_rcsm.about_recruit_right ul li {
    float: left;
    background: url(../images/about_rcbg.png) left top no-repeat;
    width: 233px;
    height: 380px;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 60px;
}

.about_recruit_right .recruit_position {
    font-size: 20px;
    color: #634429;
    height: 54px;
}

.about_recruit_right .recruit_salary {
    color: #333333;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.about_recruit_right .recruit_info {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.about_recruit_right .recruit_info span {
    font-size: 16px;
    color: #634429;
}

/*end   about_english_recruit*/

/*.about_rcsm ul li i{ float:left; width:68px; margin-right:20px; margin-left:30px; margin-top:70px;}

.about_rcsm ul li i img{ display:block; width:68px; height:217px;}*/

.about_rcsm ul li .about_rcsmbt {
    float: left;
    width: 44px;
    padding: 12px;
    min-height: 217px;
    margin-right: 20px;
    margin-left: 30px;
    margin-top: 70px;
    background: #634429;
    position: relative;
}

.about_rcsm ul li .about_rcsmbt::after {
    content: '';
    position: absolute;
    border-left: 20px solid transparent;
    border-top: 25px solid #634429;
    width: 0;
    height: 0;
    bottom: -17px;
    right: 14px;
}

.about_rcsm ul li .about_rcsmbt i {
    float: left;
    width: 30px;
    word-break: break-all;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.about_rcsm ul li .about_rcsmbt b {
    float: left;
    width: 10px;
    margin-top: 7px;
    letter-spacing: 1.5px;
    word-break: break-all;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.about_rcsm ul li&gt;p {
    width: 13px;
    float: left;
    margin-top: 70px;
    text-align: center;
    word-break: break-all;
    margin-right: 3px;
}

.about_rcsm ul li p span {
    word-wrap: break-word;
    color: #333;
    font-weight: bold;
}

.about_rcsm ul li h3 {
    width: 26px;
    right: 20px;
    top: 70px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    position: absolute;
    word-break: break-all;
    line-height: 1.6em;
    text-align: center;
}

.about_rcnr {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 40px;
}

.about_rcnr h3 {
    display: block;
    color: #634429;
    text-align: center;
    font-size: 46px;
}

.about_rcnr p {
    display: block;
    color: #634429;
    text-align: center;
    font-size: 24px;
}

.about_fz {
    height: 750px;
    margin-top: 60px;
}

.about_fz .swiper-wrapper {
    width: 4028px;
    margin-left: -614px;
    padding: 325px 0px;
    height: 100px;
    background: url(../images/about_fzbg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden !important;
}

.about_fz .swiper-wrapper .swiper-slide:first-child {
    margin-left: 614px;
}

.about_fz .swiper-wrapper .swiper-slide {
    float: left;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    position: relative;
    width: 64px !important;
    height: 76px !important;
}

.about_fz .swiper-wrapper .swiper-slide span {
    display: block;
    font-size: 22px;
    color: #fff;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz {
    position: absolute;
    display: none;
    width: 188px;
    height: 212px;
    background: #fff;
    outline: 0;
    overflow: hidden;
    overflow-y: scroll;
}

.about_fz .swiper-wrapper .swiper-slide:hover .about_wz {
    display: block;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz::-webkit-scrollbar {
    width: 2px;
    background: #F8F8F8;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .05);
    background: #ccc;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .05);
    border-radius: 2px;
    background: #EDEDED;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz::-webkit-scrollbar-track {
    border-radius: 5x;
    background: #f8f8f8;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz h3 {
    background: url(../images/Europe_hjtb.png) 5px center no-repeat;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0px 25px;
    overflow: hidden;
}

.about_fz .swiper-wrapper .swiper-slide .about_wz p {
    display: block;
    padding: 0px 15px;
    font-size: 14px;
    color: #959595;
    line-height: 26px;
    height: 156px;
    overflow: hidden;
}

.about_fz .swiper-wrapper .swiper-slide:nth-child(2n+1) span {
    display: block;
    margin-top: 20px;
}

.about_hz {
    width: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
    padding: 0 15px;
}

.about_hztm {
    width: 100%;
    margin-top: 30px;
}

.about_hztm p {
    display: block;
    font-size: 14px;
    color: #595959;
    line-height: 30px;
}

.about_hzcn {
    width: 100%;
    position: relative;
    margin-top: 40px;
    z-index: 1;
    padding-top: 32px;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 32px 15px;
}

.about_hzcn .hd {
    float: left;
    background: url(../images/about_hzbg.png) no-repeat;
    width: 904px;
    height: 642px;
    position: relative;
    margin-bottom: 50px;
}

.about_hzcn .hd ul {
    float: left;
    width: 100%;
    height: 642px;
}

.about_hzcn .hd ul li {
    float: left;
    position: absolute;
    z-index: 10;
}

.about_hzcn .hd ul li span {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0px 10px;
    color: #634429;
    width: 78px;
    box-shadow: 0px 0px 3px #ccc;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.about_hzcn .hd ul li.about_hzlist1 {
    left: 54px;
    top: -14px;
}

.about_hzcn .hd ul li.about_hzlist1 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist1.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist2 {
    left: 376px;
    top: -14px;
}

.about_hzcn .hd ul li.about_hzlist2 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist2.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist3 {
    left: 202px;
    top: 50px;
}

.about_hzcn .hd ul li.about_hzlist3 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist3.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist4 {
    left: 505px;
    top: 32px;
}

.about_hzcn .hd ul li.about_hzlist4 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist4.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist4 span {
    float: right;
}

.about_hzcn .hd ul li.about_hzlist5 {
    left: 628px;
    top: 62px;
}

.about_hzcn .hd ul li.about_hzlist5 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist5 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist5.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist5 span {
    float: right;
}

.about_hzcn .hd ul li.about_hzlist6 {
    left: 238px;
    top: 104px;
}

.about_hzcn .hd ul li.about_hzlist6 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist6.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist7 {
    left: 412px;
    top: 98px;
}

.about_hzcn .hd ul li.about_hzlist7 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist7.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist8 {
    left: 558px;
    top: 150px;
}

.about_hzcn .hd ul li.about_hzlist8 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist8.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist9 {
    left: 686px;
    top: 156px;
}

.about_hzcn .hd ul li.about_hzlist9 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist9.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist9 span {
    float: right;
}

.about_hzcn .hd ul li.about_hzlist10 {
    left: 330px;
    top: 164px;
}

.about_hzcn .hd ul li.about_hzlist10 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist10.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist11 {
    left: 450px;
    top: 178px;
}

.about_hzcn .hd ul li.about_hzlist11 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist11.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist11 span {
    float: right;
}

.about_hzcn .hd ul li.about_hzlist12 {
    left: 730px;
    top: 218px;
}

.about_hzcn .hd ul li.about_hzlist12 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist12.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist12 span {
    float: right;
}

.about_hzcn .hd ul li.about_hzlist13 {
    left: 495px;
    top: 240px;
}

.about_hzcn .hd ul li.about_hzlist13 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist13.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist14 {
    left: 582px;
    top: 264px;
}

.about_hzcn .hd ul li.about_hzlist14 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist14.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist15 {
    left: 713px;
    top: 270px;
}

.about_hzcn .hd ul li.about_hzlist15 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist15.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist15 span {
    float: right;
}

.about_hzcn .hd ul li.about_hzlist16 {
    left: 180px;
    top: 246px;
}

.about_hzcn .hd ul li.about_hzlist16 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist16.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist16 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist17 {
    left: 50px;
    top: 254px;
}

.about_hzcn .hd ul li.about_hzlist17 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist17.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist17 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist18 {
    left: 808px;
    top: 318px;
    width: 120px;
}

.about_hzcn .hd ul li.about_hzlist18 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist18.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist18 span {
    float: right;
}

.about_hzcn .hd ul li.about_hzlist19 {
    left: 226px;
    top: 340px;
}

.about_hzcn .hd ul li.about_hzlist19 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist19.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist19 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist20 {
    left: 380px;
    top: 364px;
}

.about_hzcn .hd ul li.about_hzlist20 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist20.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist20 span {
    float: right;
    margin: 0px 0px
}

.about_hzcn .hd ul li.about_hzlist21 {
    left: 480px;
    top: 356px;
}

.about_hzcn .hd ul li.about_hzlist21 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist21.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist21 span {
    float: right;
    margin: 0px 0px
}

.about_hzcn .hd ul li.about_hzlist22 {
    left: 586px;
    top: 360px;
}

.about_hzcn .hd ul li.about_hzlist22 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist22.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist22 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist23 {
    left: 732px;
    top: 344px;
}

.about_hzcn .hd ul li.about_hzlist23 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist23.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist23 span {
    float: right;
    margin: 0px 0px
}

.about_hzcn .hd ul li.about_hzlist24 {
    left: 178px;
    top: 418px;
}

.about_hzcn .hd ul li.about_hzlist24 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist24.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist24 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist25 {
    left: 520px;
    top: 432px;
}

.about_hzcn .hd ul li.about_hzlist25 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist25.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist25 span {
    float: right;
    margin: 0px 0px
}

.about_hzcn .hd ul li.about_hzlist26 {
    left: 664px;
    top: 436px;
}

.about_hzcn .hd ul li.about_hzlist26 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist26.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist26 span {
    float: right;
    margin: 0px 0px
}

.about_hzcn .hd ul li.about_hzlist27 {
    left: 312px;
    top: 470px;
}

.about_hzcn .hd ul li.about_hzlist27 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist27.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist27 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist28 {
    left: 100px;
    top: 540px;
}

.about_hzcn .hd ul li.about_hzlist28 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist28.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist28 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist29 {
    left: 300px;
    top: 540px;
}

.about_hzcn .hd ul li.about_hzlist29 i {
    float: right;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist29.on i {
    float: right;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist29 span {
    float: left;
}

.about_hzcn .hd ul li.about_hzlist30 {
    left: 398px;
    top: 596px;
}

.about_hzcn .hd ul li.about_hzlist30 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist30.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist30 span {
    float: right;
    margin: 0px 0px
}

.about_hzcn .hd ul li.about_hzlist31 {
    left: 618px;
    top: 624px;
}

.about_hzcn .hd ul li.about_hzlist31 i {
    float: left;
    background: url(../images/Europe_hjtb.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist31.on i {
    float: left;
    background: url(../images/Europe_hjtb1.png) center no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 7px;
}

.about_hzcn .hd ul li.about_hzlist31 span {
    float: right;
    margin: 0px 0px
}

.about_hzcn .bd {
    float: right;
    width: 203px;
    padding-bottom: 30px;
}

.about_hztp {
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 24px;
}

.about_hzcn .about_hztp h3 {
    display: block;
    color: #634429;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.about_hztp img {
    display: block;
    width: 203px;
    height: 140px;
}

.about_hzcn .bd ul li {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/about_line.png) 10px center repeat-y;
    padding-bottom: 40px;
}

.about_hzcn .bd ul li:last-child {
    padding-bottom: 0px;
}

.about_hzcn .bd ul li:last-child i {}

.about_hzcn .bd ul li span {
    float: left;
    padding-left: 30px;
    width: 180px;
    height: 30px;
    line-height: 30px;
}

.about_hzcn .bd ul li i {
    position: absolute;
    background: url(../images/about_hztb1.png) no-repeat;
    width: 21px;
    height: 21px;
    left: 0px;
    top: 4px;
}

.about_hzcn .bd ul li:last-child span {
    line-height: normal;
    height: auto;
}

.about_hzcn .bd ul li:last-child i {
    top: 0px;
}

.about_hzcn .bd ul li.about_hzbl i {
    top: -10px;
}

.about_hzcn .bd ul li.about_hzbl span {
    line-height: normal;
    height: auto;
    margin-top: -8px;
}

.about_tk {
    width: 100%;
    display: none;
    background: url(../images/product_tkbg.png) repeat;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0px;
    top: 0px;
    position: fixed;
}

.about_tk .about_tkcn {
    background: #fff;
    width: 1100px;
    /* height: 400px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about_tk .about_tkcn .about_tkclose {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
}

.about_tk .about_tkcn .about_tkclose img {
    display: block;
    width: 16px;
    height: 16px;
}

.about_tk .about_tkcn .about_tknr {
    padding: 30px 20px;
}

.about_tk .about_tkcn .about_tknr p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 28px;
    overflow: hidden;
}

.about_tk .about_tkcn .about_tknr p span {
    color: #333333;
    font-weight: bold;
}

/*top*/

.toTopH {
    position: fixed;
    z-index: 999999;
    right: 30px;
    top: 85%;
    width: 70px;
    height: 70px;
}

.toTopH img {
    display: block;
    width: 100%;
    height: 100%;
}

/*Europe_tk*/

.Europe_tk {
    width: 100%;
    display: none;
    background: url(../images/product_tkbg.png) repeat;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0px;
    top: 0px;
    position: fixed;
}

.Europe_tk .Europe_tkcn {
    background: #fff;
    width: 1100px;
    height: 400px;
    margin: -200px -550px;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow-y: scroll
}

.Europe_tk .Europe_tkcn .Europe_tkclose {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
}

.Europe_tk .Europe_tkcn .Europe_tkclose img {
    display: block;
    width: 16px;
    height: 16px;
}

.Europe_tk .Europe_tkcn .Europe_tknr {
    padding: 30px 20px;
}

.Europe_tk .Europe_tkcn .Europe_tknr h3 {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.Europe_tk .Europe_tkcn .Europe_tksm {
    width: 100%;
}

.Europe_tk .Europe_tkcn .Europe_tksm p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 28px;
}

.Europe_tk .Europe_tkcn .Europe_tksm p span {
    color: #333333;
    font-weight: bold;
}

.Europe_tk .Europe_tkcn .Europe_tksm img {
    max-width: 1060px;
    margin: 0px auto;
    height: auto;
}

/*China_tk*/

.China_tk {
    width: 100%;
    display: none;
    background: url(../images/product_tkbg.png) repeat;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0px;
    top: 0px;
    position: fixed;
}

.China_tk .China_tkcn {
    background: #fff;
    width: 1100px;
    height: 400px;
    margin: -200px -550px;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow-y: scroll
}

.China_tk .China_tkcn .China_tkclose {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
}

.China_tk .China_tkcn .China_tkclose img {
    display: block;
    width: 16px;
    height: 16px;
}

.China_tk .China_tkcn .China_tknr {
    padding: 30px 20px;
}

.China_tksm {
    width: 100;
}

.China_tk .China_tkcn .China_tknr h3 {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.China_tk .China_tkcn .China_tknr p {
    display: block;
    font-size: 14px;
    color: #959595;
    line-height: 28px;
}

.China_tk .China_tkcn .China_tknr p span {
    color: #333333;
    font-weight: bold;
}

.China_tk .China_tkcn .China_tknr img {
    max-width: 1060px;
    margin: 0px auto;
    height: auto;
}

/*language**/

.language {
    width: 120px;
    float: right;
    height: 42px;
    margin-left: 30px;
    line-height: 42px;
    font-size: 14px;
    color: #000;
}

.language a {
    color: #000;
    cursor: pointer;
    margin: 0 4px;
}

.language a:hover {
    color: #634429;
}

/*new 样式*/

.about_rcsm .about_recruit_info p {
    display: inline-block;
    height: auto;
    width: 13px;
}

.about_rcsm .about_recruit_info {
    width: 13px;
    float: left;
    margin-top: 70px;
    text-align: center;
    word-break: break-all;
    margin-right: 3px;
}

.about_rcsm .about_recruit_info p:not(:first-child) {
    margin-top: 30px;
}

.about_recruit_new {
    position: relative;
    overflow: hidden;
}

/* .about_recruit_new .recruit_item:hover{font-size:13px;cursor: pointer;}

.about_recruit_new .recruit_item:hover p span{font-weight: bold;}

.about_recruit_new .recruit_item:hover .about_rcsmbt i{font-size:27px;}

.about_recruit_new .recruit_item:hover .about_rcsmbt b{

font-size:17px}

.about_recruit_new .recruit_item:hover h3{font-size:21px;} */

.about_recruit_new .about_rcsmbt {
    float: left;
    width: 44px;
    padding: 12px;
    min-height: 217px;
    margin-left: 30px;
    margin-top: 70px;
    background: #634429;
    position: relative;
}

.about_recruit_new .about_rcsmbt::after {
    content: '';
    position: absolute;
    border-left: 20px solid transparent;
    border-top: 25px solid #634429;
    width: 0;
    height: 0;
    bottom: -17px;
    right: 14px;
}

.about_recruit_new .about_rcsmbt i {
    float: left;
    width: 30px;
    word-break: break-all;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.about_recruit_new .about_rcsmbt b {
    float: left;
    width: 10px;
    margin-top: 7px;
    letter-spacing: 1.5px;
    word-break: break-all;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.about_recruit_detail {
    position: absolute;
    z-index: 6666;
    width: 920px;
    height: 420px;
    background: #ebebeb;
    right: -940px;
    top: 0;
}

@keyframes sport1 {
    0% {
        right: -940px;
    }
    100% {
        right: -3px
    }
}

@keyframes sport2 {
    0% {
        right: -3px;
    }
    100% {
        right: -940px
    }
}

.about_recruit_detail.show_recruit_detail {
    animation: sport1 1s;
    right: -3px
}

.about_recruit_detail.hide_recruit_detail {
    animation: sport2 1s;
    right: -940px;
}

.recruit_detail_left {
    /* background: url(../images/about_rcbg.png) left top no-repeat; */
    float: left;
    height: 100%;
    margin-right: 54px;
}

.recruit_detail_right {
    width: 750px;
    box-sizing: border-box;
    height: 420px;
    padding-right: 50px;
    float: left;
    padding-top: 70px;
    overflow-y: scroll;
}

.recruit_detail_right .recruit_detail_info p, .all_about_recruit .recruit_detail_info p {
    display: inline-block;
    margin-right: 40px;
}

.recruit_detail_right p, .all_about_recruit p {
    line-height: 1.8em;
    font-size: 14px;
    color: #333333;
}

.recruit_detail_right p span, .all_about_recruit p span {
    font-weight: bold;
}

.about_recruit_new .show_more_recruit {
    padding-top: 450px;
    text-align: right;
}

.about_recruit_new .show_more_recruit a {
    color: #8d6449;
    font-size: 14px;
    background: url(../images/index_abouttb1.png) no-repeat;
    background-size: 100% 100%;
    width: 165px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 50px;
    text-align: left;
}

.all_about_recruit {
    position: absolute;
    z-index: 6666;
    width: 920px;
    height: 420px;
    background-color: #ebebeb;
    right: -940px;
    top: 0;
    /* background-image: url(../images/about_rcbg.png);background-position: left top;background-repeat: no-repeat; */
    z-index: 8888;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-left: 44px;
}

.all_about_recruit.show_all_recruit {
    animation: sport1 1s;
    right: -3px
}

.all_about_recruit.hide_all_recruit {
    animation: sport2 1s;
    right: -940px;
}

.about_recruit_new .recruit_box {
    margin-top: 40px;
}

.recruit_detail_position {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

/* 侧边栏 */

#navList {
    width: 194px;
    height: calc(100% - 65px);
    background-color: #ffffff;
    position: fixed;
    cursor: pointer;
    right: -200px;
    top: 72px;
    z-index: 99999;
    box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.377);
}

.tabBtn {
    width: 26px;
    height: 26px;
    float: right;
    display: none;
    background: url('../images/addNew/tabBtn.png')no-repeat;
    background-size: 100% 100%;
}

#btnb {
    padding: 11px;
    box-sizing: border-box;
    float: right;
    width: 34px;
    height: 34px;
    background: url(../images/addNew/close.png) no-repeat;
    background-size: 12px 10px;
    background-position: center center;
}

#btna {
    display: none;
    padding: 11px;
    box-sizing: border-box;
    float: right;
    width: 34px;
    height: 34px;
    background: url(../images/close.png) no-repeat;
    background-size: 12px 10px;
    background-position: center center;
}

.more {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/menu.png) no-repeat;
    background-size: 100%;
    background-position: center center;
}

#navList ul li {
    position: relative;
    /* display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 62px;
    border-bottom: 1px solid #546A5D; */
}

#navList ul {
    /* padding: 34px; */
    padding: 0;
}

#navUl {
    margin-top: 35px;
    height: calc(100% - 38px);
    overflow-y: auto;
    border-top: 1px solid #eee;
}

#navList li a {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #717071;
    line-height: 62px;
    text-align: center;
    display: block;
}

#navList li a:hover {
    color: #ffba48;
}

.navList .switch&gt;li {
    position: relative;
    float: left;
    /* margin-right: 3%; */
    width: 30%;
    max-width: 191px;
    height: 110px;
}

.navList .switch&gt;li:last-child {
    margin-right: 0;
}

#navUl&gt;li {
    margin-bottom: 9px;
    background: #ffffff;
    z-index: 1;
}

#navUl&gt;li .itemCont1 {
    width: 100%;
    margin-top: 10px;
    display: none;
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 65px;
}

#navUl .item1 {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    border-left-width: 6px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #717071;
    border-left-color: #DADADA;
    border-left-style: solid;
    box-shadow: 0px 1px 7px #ddd;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

#navUl .icon1 {
    display: block;
    width: 23px;
    height: 23px;
    background: url("../images/addNew/add_b.png")no-repeat;
    background-position: center;
    margin-left: 5px;
    position: absolute;
    right: 5px;
}

#navUl li.open .icon1 {
    background: url("../images/addNew/cut_b.png")no-repeat;
    background-position: center;
}

#accordion {
    /* overflow: hidden; */
    margin-top: 20px;
}

#accordion&gt;li {
    width: 310px;
    /* height: 110px; */
    margin-bottom: 9px;
    background: #ffffff;
    z-index: 1;
}

#accordion&gt;li .itemCont1 {
    width: 100%;
    margin-top: 10px;
    display: none;
}

#accordion .item1 {
    box-sizing: border-box;
    font-size: 25px;
    line-height: 110px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #717071;
    padding: 0 20px 0 33px;
    border-left-width: 24px;
    border-left-color: #DADADA;
    border-left-style: solid;
    box-shadow: 0px 1px 7px #ddd;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

#accordion .icon1 {
    display: block;
    width: 23px;
    height: 23px;
    background: url("../images/add_b.png")no-repeat;
    background-position: center;
    margin-left: 5px;
}

#accordion li.open .icon1 {
    background: url("../images/cut_b.png")no-repeat;
    background-position: center;
}

.itemList1 {
    width: 100%;
    overflow: hidden;
}

.itemList1 li {
    box-sizing: border-box;
    width: 100%;
    /* height: 63px; */
    background: #ffffff;
    z-index: 9;
}

.itemList1 .icon2 {
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/add_s.png")no-repeat;
    background-position: center;
    margin-left: 5px;
}

.itemList1 li.open .icon2 {
    background: url("../images/cut_s.png")no-repeat;
    background-position: center;
}

#navList ul li.open .item1&gt;a {
    color: #634429;
}

.itemList1 .item2 {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 63px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #717071;
    padding: 0 25px;
    margin-bottom: 6px;
    box-shadow: 0px 1px 3px #ddd;
    border: 1px solid #f3f3f3;
    border-left-width: 4px;
    border-left-color: #DADADA;
    border-left-style: solid;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

.itemList2 {
    overflow: hidden;
}

#navList .item1&gt;a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#accordion .item1 a, .itemList1 .item2 a, .itemList2 .item3 a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #717071;
}

.itemList2 .item3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 1px;
    color: #717071;
    padding: 0 18px;
    margin-bottom: 6px;
    box-shadow: 0px 1px 3px #ddd;
    border: 1px solid #f3f3f3;
    border-left: 4px solid #DADADA;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

.itemList1&gt;li .itemCont2 {
    display: none;
}

#accordion&gt;li.open .item1, .itemCont1 li.open .item2 {
    border-left-color: #634429;
    color: #634429;
}

#navUl&gt;li.open .item1 {
    border-left-color: #634429;
    color: #634429;
}

/* 結束 */

@media screen and (max-width: 1367px) {
    .smallScrollbg {
        display: none;
    }
    .Europe_lsnr .hd {
        width: 100%;
        margin-top: -25px;
    }
    .China_ys .China_yscn .hd .arrow {
        width: 100%;
    }
    .index_servicecn .hd .next, .index_servicecn .hd .prev {
        margin-left: 26%;
    }
    .index_servicecn .hd em {
        margin-left: 18%;
    }
    .index_servicecn .hd .pageState {
        text-align: left;
        padding-left: 26%;
    }
    .about_wh ul li .about_whbt span {
        font-size: 32px;
    }
    .about_fz {
        margin-bottom: 40px;
    }
    .about_wh {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1201px) {
    .nav {
        width: auto;
    }
    .language {
        margin-left: 20px;
    }
    .nav ul {
        display: flex;
    }
    .nav ul .nLi {
        width: auto;
        padding: 0 10px;
    }
    .top .logo {
        width: 180px;
        margin-left: 15px;
    }
    .top {
        padding: 20px 0px;
    }
    .Stairs_bl {
        margin-top: 30px;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .Customized_nr {
        margin-top: 50px;
    }
    .piece {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .piece.fix::before, .piece.fix:after {
        content: none;
    }
    .piece .piececn {
        width: auto;
    }
    .about_tk .about_tkcn, .Customized_tk .Customized_tkcn {
        width: 85%;
    }
    .service_banner {
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }
    .service_bannernr ul li {
        margin-left: 20px;
        line-height: 35px;
    }
    .service_banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service_bannerbt {
        margin-bottom: 30px;
        margin-top: 0;
        padding-left: 30px;
    }
    .service_banner {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .service_sm {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .service_smtb {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .Join_lc ul {
        width: 1200px;
    }
    .Join_lcline {
        width: calc(100% + 133px);
    }
    .Join_lcr {
        right: -135px;
    }
    .Join_lc {
        overflow-x: auto;
    }
    .Join_gybt {
        width: 95%;
        background-size: 100% auto;
    }
    .Join_gy {
        margin-top: 40px;
    }
    .Join_dpsm p {
        margin-top: 0;
    }
    .Join_dpsm span {
        margin-top: 0px;
    }
    .Join_dpsm {
        padding: 0px 15px;
    }
    .Join_dpsm h3 {
        font-size: 16px;
    }
    .Join_ys {
        margin-bottom: 50px;
    }
    .Customized_nr ul li .Customized_nrtp {
        width: 95%;
        margin: 0 auto;
    }
    .Customized_nr ul li {
        position: relative;
    }
    .Customized_nr ul li .Customized_nrsm p, .Customized_nr ul li .Customized_nrsm {
        height: auto;
    }
    .Customized_nr ul li .Customized_nrsm {
        width: 60%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .Customized_toptp {
        width: 95%;
        position: relative;
        margin: 0 auto;
    }
    .Customized_topnr {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .public_tb {
        margin-top: 40px!important;
    }
    .China_ys {
        margin-bottom: 30px;
    }
    .China_fztp {
        margin-bottom: 30px!important;
    }
    .China_fz, .Customized {
        margin-top: 0px;
    }
    .North_fqsm {
        margin-top: 10px;
    }
    .North_fq, .service_sm {
        margin-top: 35px;
    }
    .North_jssm, .North_jsbl, .North_jsnr, .North_fq, .North_fqsm, .China_ls, .China_fz, .China_cp, .product, .Join_ys, .Join_dp, .Join_gy, .service_lc, .service_sm, .contact_right, .news_cn {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .news_cnnr p {
        margin-bottom: 50px;
    }
    .service_lc {
        margin-top: 50px;
        overflow-x: auto;
    }
    .North_jsnr {
        margin-top: 35px;
        margin-bottom: 40px;
    }
    .North_jsbl ul {
        display: flex;
        justify-content: space-around;
    }
    .North_js .North_jstp {
        display: none;
    }
    .Europe_ysnr {
        width: 100%;
        display: flex;
    }
    .Europe_ysbl.Europe_ysbl1 {
        width: 48%;
        padding-left: 2%;
    }
    .Europe_hj .Europe_hjtm {
        margin-bottom: 35px;
    }
    .Europe_hj {
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 80px;
    }
    .Europe_jznr {
        margin-top: 30px;
    }
    .Europe_jz, .North_ls {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .Europe_lsnr .hd {
        width: 100%;
    }
    .bd .tempWrap {
        width: calc(100% - 24px)!important;
        margin: 0 auto;
    }
    .Europe_lsnr .bd ul {
        display: flex;
    }
    .Europe_ls {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .about_rctm {
        margin-left: 0;
    }
    .recruit_detail_right {
        width: calc(100% - 154px);
    }
    .about_rcsm {
        width: auto;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .about_rctop {
        display: flex;
        justify-content: space-around;
    }
    .about_wh ul li .about_whbt span {
        font-size: 28px;
        left: 50%;
        transform: translateX(-50%);
    }
    .about_wh ul li .about_whbt h3 {
        text-align: center;
    }
    .index_servicecn .hd .next, .index_servicecn .hd .prev {
        margin-left: 20%;
    }
    .index_servicecn .hd em {
        margin-left: 10%;
    }
    .index_servicecn .hd .pageState {
        text-align: left;
        padding-left: 20%;
    }
    .w1200, .banner_cn .bd img {
        width: 100%!important;
    }
    .banner_cn {
        margin-left: 0px;
        width: 100%!important;
        height: auto;
    }
    .banner_cn .bd img {
        height: auto;
    }
    .banner_cn .hd {
        bottom: 76px;
    }
    .index_major {
        width: 95%;
    }
    .index_major ul {
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
    }
    .index_major ul li {
        width: 33%;
    }
    .index_major ul li h3 {
        margin-top: 0;
    }
    .index_major ul li p {
        line-height: 22px;
    }
    .index_bt, .index_aboutcn {
        width: 95%;
        margin: 0 auto!important;
    }
    .index_aboutcn {
        margin-top: 10px!important;
    }
    .banner_er {
        min-width: 100%;
    }
    .news_cnnr img, .product_csnr img {
        max-width: 100%;
    }
    .China_ys .China_yscn .hd, .China_ys .China_yscn .hd .arrow {
        width: 100%;
    }
    .China_ys .China_yscn .bd {
        width: 95%;
    }
    .index_aboutmove, .index_aboutnr, .about_jjmove, .about_jjnr {
        float: none;
        margin: 0 auto;
    }
    .index_aboutnr, .about_jjnr {
        width: 80%;
    }
    .index_aboutmore a, .about_jjmore a {
        margin: 0 auto;
    }
    .index_Culture, .index_Culturecn {
        width: 100%;
        min-height: 450px;
    }
    .index_Culturecn {
        
    }
    .index_productcn, .China_yxcn {
        justify-content: flex-start;
        margin-top: 35px;
    }
    .index_bt {
        width: 100%;
    }
    .index_newsnr ul li a .index_newssm p {
        height: auto;
        display: -webkit-box !important;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }
    .footer_nrr {
        display: none;
    }
    .footer_righl {
        float: none;
        width: 100%;
    }
    .footer_right {
        width: auto;
        padding: 0 10px;
    }
    .footer_cn {
        display: flex;
        justify-content: space-between;
    }
    .footer_nr {
        display: flex;
        flex-wrap: wrap;
    }
    .about_rc, .about_rc {
        margin-top: 50px;
    }
    .about_rcsm ul li .about_rcsmbt {
        margin-right: 16px;
        margin-left: 24px;
    }
    .about_rcsm ul li h3 {
        right: 10px;
    }
    .left_menu {
        display: none;
    }
    .position {
        box-sizing: border-box;
        padding: 40px 10px;
    }
    .News_bt i {
        width: 55%;
    }
    .News_list {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .News_listcn ul li a .News_listsm {
        width: calc(100% - 120px);
    }
}

@media screen and (min-width: 920px) {
    #navList {
        right: -200px;
        display: none;
    }
}

@media screen and (max-width: 919px) {
    .index_Culture, .index_Culturecn {
        width: 100%;
        min-height:350px;
    }
    .all_about_recruit {
        width: 100%;
        height: 370px;
    }
    .banner {
        margin-top: 72px;
    }
    .top {
        padding: 15px 0;
        position: fixed !important;
        width: 100%;
        box-shadow: 3px 3px 8px #7170711f;
        top: 0;
        left: 0;
        background: #ffffff;
        z-index: 999;
    }
    .top .logo {
        margin-top: 6px;
    }
    .tabBtn {
        display: block;
        margin-right: 10px;
        margin-top: 7px;
    }
    #navList {
        right: -200px;
        display: block;
    }
    #nav {
        display: none;
    }
    #navList li a {
        font-size: 14px;
        line-height: 35px;
    }
    .Stairs_blnr {
        margin-top: 30px;
    }
    .Stairs_blsm span {
        text-align: center;
    }
    .Stairs_bl {
        margin-top: 20px;
    }
    .Customized_nr {
        margin-top: 40px
    }
    .news_cnnr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .news_cnnr p {
        margin-bottom: 40px;
    }
    .news_tm h3 {
        margin: 0px;
    }
    .contact_bl {
        width: 36.8%;
    }
    .contact_bl {
        margin-left: 0;
    }
    .contact_xz p {
        margin-right: 5px;
    }
    .contact_bl span, .contact_bl .contact_text {
        width: 100%;
        box-sizing: border-box;
    }
    .contact_textarea {
        width: 100%;
    }
    .service_zn ul li {
        margin-top: 20px;
    }
    .service_zn ul li .service_znnr {
        padding: 30px 15px 0px 15px;
    }
    .service_bannerbt {
        margin-bottom: 0;
    }
    .service_bannernr ul li {
        width: calc(100% - 40px);
    }
    .service_banner {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Join_sqform {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .Join_sqform .Join_sqbl, .Join_sqtel {
        width: 48%;
        margin-right: 1%;
    }
    .Join_sqtj {
        width: 48%;
    }
    .Join_lc ul {
        width: 880px;
    }
    .Join_lc, .service_sm {
        margin-top: 30px;
    }
    .Join_lc ul li {
        margin: 0px 0px;
    }
    .Join_gy, .Join_gynr {
        margin-top: 30px;
    }
    .Join_gybt {
        background: none;
        height: auto;
        border: 1px solid #ddd;
        padding: 10px;
        box-sizing: border-box;
    }
    .Join_dpsm h3 {
        font-size: 14px;
    }
    .Join_dpsm {
        padding: 0px 5px;
    }
    .Join_dpsm p {
        font-size: 13px;
        padding-left: 22px;
    }
    .Join_dpsm span {
        font-size: 12px;
        padding-left: 22px;
    }
    .Join_dpsxr {
        width: 250px;
    }
    .Join_dptext {
        width: 210px;
    }
    .Join_ys {
        margin-bottom: 40px;
    }
    .Customized_nr ul li .Customized_nrsm {
        width: 70%;
    }
    .Customized_toptp {
        display: none;
    }
    .Customized_topnr {
        width: 95%;
        margin: 0 auto;
        position: inherit;
        transform: none;
        box-sizing: border-box;
    }
    .Customized_top {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .product_list ul li {
        margin-top: 30px;
    }
    .product_list ul li a span {
        margin-top: 30px;
    }
    .product_nav .hd ul li span {
        font-size: 15px;
        line-height: 40px;
    }
    .public_tb {
        margin-top: 30px!important;
    }
    .China_ys .China_yscn .hd .arrow {
        top: 100%;
        transform: translate(-50%, -100%);
    }
    .China_ys .China_yscn .hd .next, .China_ys .China_yscn .hd .prev {
        width: 40px;
        height: 40px;
    }
    .China_ys .China_yscn .hd .arrow {
        height: 40px;
    }
    .China_fznr {
        margin-top: 30px;
    }
    .China_ls {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .China_lsnr, .China_lsnr {
        margin-top: 30px;
    }
    .North_fqtp {
        margin-bottom: 30px!important;
    }
    .North_fqnr {
        width: 100%;
    }
    .North_ls {
        margin-bottom: 50px;
    }
    .Europe_ysnr {
        width: 90%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .Europe_ysbl.Europe_ysbl1 {
        width: 90%;
        padding-left: 8%;
        padding-right: 10%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .Europe_jz {
        margin-bottom: 40px;
    }
    .Europe_jznr .Europe_jztp, .Europe_hjtp, .China_lstp, .China_fznr .China_fztp, .China_cptp, .service_smtp, .North_fqtp {
        width: 65%;
        float: none;
        margin: 0 auto;
    }
    .China_cptp {
        margin-bottom: 20px;
    }
    .China_cp {
        margin-bottom: 40px;
    }
    .service_sm {
        display: flex;
        flex-wrap: wrap;
    }
    .Europe_jzsm, .Europe_hjsm, .China_lssm, .China_fzsm, .China_cpsm, .service_smnr {
        width: 100%;
        float: right;
    }
    .Europe_lsnr {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .News_bltm h3 {
        font-size: 24px;
    }
    .News_bltm {
        width: 62px;
        height: 60px;
    }
    .News_bltm span {
        font-size: 13;
    }
    .page {
        margin-top: 30px;
    }
    .content {
        padding-bottom: 30px;
    }
    .News_listcn ul li {
        padding: 30px 0px;
    }
    .News_bl .bd li {
        padding-bottom: 60px;
    }
    .about_rcnr {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .about_rcnr p {
        font-size: 20px;
    }
    .about_rcnr h3 {
        font-size: 30px;
    }
    .about_recruit_new .show_more_recruit {
        padding-top: 400px;
    }
    .about_recruit_new .about_rcsmbt {
        padding: 5px;
        margin-top: 70px;
        margin-left: 15px;
        padding-top: 40px;
        display: flex;
    }
    .recruit_detail_left {
        margin-right: 18px;
    }
    .about_rcsm ul li {
        display: flex;
        justify-content: center;
    }
    .about_rctm, .about_rcsm ul li h3 {
        display: none;
    }
    .about_rcsm ul li .about_rcsmbt {
        padding: 5px;
        padding-top: 40px;
        margin-left: 0;
        margin-right: 3%;
        display: flex;
    }
    .about_recruit_new .show_more_recruit a {
        transform: translateX(9%);
        display: block;
        margin: 0 auto;
    }
    .about_recruit_detail {
        height: auto;
    }
    .about_recruit_detail {
        display: flex;
        width: 100%;
    }
    .recruit_detail_right {
        width: 100%;
        margin-top: 70px;
        padding-top: 0px;
        height: 310px;
    }
    .about_rcsm ul li .about_rcsmbt i, .about_recruit_new .about_rcsmbt i {
        width: 26px;
        font-size: 20px;
    }
    .about_rcsm ul li .about_rcsmbt b, .about_recruit_new .about_rcsmbt b {
        font-size: 14px;
    }
    .about_recruit_new {
        margin-left: 0;
    }
    .about_rc, .about_rc {
        margin-top: 40px;
    }
    .about_fz {
        margin-top: 30px;
        overflow-x: auto;
        height: auto;
    }
    .about_fz .swiper-wrapper {
        margin-left: -82%;
        width: 3000px;
        height: 75px;
        padding: 260px 0px;
    }
    .inxex_uscn ul li {
        padding: 45px 0;
    }
    .inxex_uscn ul li:nth-child(2) {
        background: url(../images/inxex_usline.png) 442px center no-repeat;
    }
    .index_product {
        margin-top: 60px;
        padding-bottom: 80px;
    }
    .index_Culturecn {
        margin-top: 40px;
    }
    .index_btcn h3, .public_tb .public_tbcn h3, .news_tm h3 {
        font-size: 25px;
        letter-spacing: 0;
    }
    .index_btcn h3 span, .public_tb .public_tbcn h3 em {
        font-size: 30px;
    }
    .index_newscn {
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
    }
    .index_newstp {
        margin: 0 auto;
    }
    .index_newsnr {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }
    .index_newstp {
        width: 60%;
    }
    .index_aboutmore_new {
        right: 50%;
        transform: translateX(50%);
    }
    .index_servicecn .hd .next, .index_servicecn .hd .prev {
        margin-left: 10%;
        width: 60px;
        height: 60px;
    }
    .index_servicecn .hd em {
        width: 35%;
    }
    .index_servicecn .hd em {
        margin-left: 0%;
    }
    .index_servicecn .hd .pageState {
        text-align: left;
        padding-left: 10%;
    }
    .index_servicecn .hd .pageState {
        margin-top: 40px;
    }
    .index_Joincn {
        padding-top: 38px;
    }
    .position {
        padding: 20px 10px 10px;
        box-sizing: border-box;
    }
    .about_nav {
        margin-bottom: 25px;
    }
    .about_jjcn {
        margin-top: 10px;
    }
    .about_jj, .index_about {
        margin-bottom: 55px;
    }
    .North_js {
        margin-top: 40px;
    }
}

@media screen and (max-width: 798px) {
    .Stairs_bl {
        margin-top: 10px;
    }
    .Customized_nr {
        margin-top: 30px
    }
    .news_tm i {
        display: none;
    }
    .news_cnnr p {
        margin-bottom: 25px;
    }
    .contact_form {
        padding: 38px 15px 25px;
    }
    .contact_yz .contact_text {
        width: calc(100% - 135px);
    }
    .contact_bl {
        width: 100%;
    }
    .contact_submit {
        width: 100%;
        margin: 20px auto 0;
    }
    .contact_xz {
        margin-top: 0;
    }
    .contact_sm {
        margin-top: 50px;
    }
    .service_zn {
        padding: 0 15px;
    }
    .service_banner {
        background-size: auto 100%;
    }
    .service_banner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .service_lc {
        margin-top: 30px;
    }
    .Join_lc, .service_sm {
        margin-top: 15px;
    }
    .Join_lc ul {
        width: 880px;
    }
    .Join_gynr img {
        width: 100%;
    }
    .Join_gy, .Join_gynr {
        margin-top: 20px;
    }
    .page {
        margin-top: 20px;
    }
    .Join_dpnr ul li {
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }
    .Join_dpnr {
        margin-top: 20px;
    }
    .Join_dp {
        margin-top: 10px;
    }
    .Join_dpnr ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Join_dpsm {
        padding: 5px 5px 8px;
    }
    .Join_dpnr ul li {
        width: 48.5%;
    }
    .Join_dpnr ul li .Join_dptp, .Join_dpsm {
        width: 100%;
    }
    .Join_dpnr ul li .Join_dptp i {
        display: none;
    }
    .Join_ys {
        margin-bottom: 30px;
    }
    .Join_ysnr ul li .Join_ysbt span {
        font-size: 14px;
    }
    .Join_ysnr ul li {
        width: 48%;
        margin-top: 4%;
        padding: 20px;
    }
    .Join_dpsxl, .Join_dpsxr {
        margin: 8px 0;
    }
    .Customized_topnr h3 {
        font-size: 14px;
    }
    .Customized_topnr h3 span {
        font-size: 19px;
    }
    .Customized_top {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .product_list ul li {
        width: 48%;
    }
    .public_tb {
        margin-top: 30px!important;
    }
    .China_cp {
        margin-bottom: 30px;
    }
    #China_ys i {
        display: none;
    }
    .North_jsbl ul li {
        width: 48%;
    }
    .North_ls {
        margin-bottom: 35px;
    }
    .North_js {
        margin-top: 30px;
    }
    .North_jssm h3 {
        margin-bottom: 25px;
    }
    .North_lsbl {
        margin-top: 15px;
    }
    .North_lsbl ul li {
        width: 48%;
    }
    .Europe_ysbl.Europe_ysbl1 {
        padding-right: 6%;
    }
    .Europe_hj {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .Europe_jz {
        margin-bottom: 30px;
    }
    .Europe_jzjs {
        margin-top: 25px;
    }
    .News_listcn ul li a .News_listtm {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .News_listcn ul li a .News_listtm {
        width: 72px;
        height: 63px;
    }
    .News_listcn ul li a .News_listtm h3 {
        font-size: 23px;
    }
    .News_listcn ul li a .News_listtm span {
        font-size: 13px;
    }
    .News_listcn ul li {
        padding: 25px 0px;
    }
    .News_listcn ul li a .News_listsm {
        width: calc(100% - 85px);
    }
    .News_blsm {
        width: calc(100% - 80px);
    }
    .about_rcnr h3 {
        font-size: 26px;
    }
    .about_rcnr p {
        font-size: 18px;
    }
    .about_rc, .about_rc {
        margin-top: 30px;
    }
    .about_jj, .index_about {
        margin-bottom: 45px;
    }
    .index_major ul li {
        padding: 0px 5px 0 12px;
    }
    .index_aboutmove, .about_jjmove {
        width: 95%!important;
    }
    .index_about {
        margin-top: 25px;
        padding-bottom: 50px;
    }
    .inxex_uscn ul li .inxex_ussm {
        font-size: 55px;
    }
    .index_servicecn .hd {
        width: 95%;
        margin: 0 auto;
        height: 420px;
    }
    .index_servicecn .bd {
        width: 1000px;
    }
    .index_servicecn .bd ul li {
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .index_servicecn .bd ul li a span, .index_servicecn .bd ul li a p, .index_servicecn .bd ul li a em {
        margin-top: 20px;
    }
    .index_servicecn .bd ul li a i {
        margin-top: 2px;
    }
    .index_servicecn .hd .pageState {
        margin-top: 35px;
    }
    .footer_logo em img {
        width: 95%;
    }
    .footer_nrl {
        margin: 10px auto 0;
    }
    .footer_nrc {
        margin: 0 auto;
    }
    .footer_nav {
        display: flex;
        justify-content: space-between;
    }
    .footer_nr, .footer_nav a {
        margin: 0;
    }
    .footer_nrl ul {
        margin-top: 5px;
    }
    .copy {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .toTopH {
        width: 50px;
        height: 50px;
    }
    .banner_cn .hd {
        bottom: 5px;
    }
    .index_major {
        width: 100%;
        margin-top: 0;
    }
    .index_service {
        margin-top: 50px;
    }
    .about_nav, .Europe_nav, .North_nav, .China_nav, .Join_nav, .service_nav, .Stairs_nav {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .about_nav a, .Europe_nav a, .North_nav a, .China_nav a, .Join_nav a, .service_nav a, .Stairs_nav a {
        width: 50%;
        height: auto;
        line-height: inherit;
        box-sizing: border-box;
        padding: 10px;
    }
    .Europe_ls {
        margin-top: 30px;
    }
    .index_productcn {
        margin-top: 20px;
    }
    .about_wh ul li {
        width: 48%;
        margin-bottom: 3.9%;
    }
    .about_hzcn .bd {
        margin: 0 auto;
        float: none;
    }
    .Europe_ystm {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 590px) {
    .index_news{
        margin-top: 30px;
    }
    .index_Culture, .index_Culturecn {
        width: 100%;
        min-height:auto;
    }
     .index_Culturecn {
        width: 100%;
        min-height:auto;
    }
    .language {
        margin-left: 0;
    }
    .Stairs_bl {
        margin-top: 0px;
    }
    .piece_return {
        margin: 15px auto 0;
    }
    .news_cnnr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .news_cnnr p {
        margin-bottom: 15px;
    }
    .contact_sm ul li span {
        font-size: 15px;
        white-space: nowrap;
    }
    .contact_sm ul li em {
        margin-top: 10px;
    }
    .contact_sm ul li p {
        margin-top: 10px;
        line-height: 25px;
        padding: 0px 8px;
    }
    .contact_sm ul li {
        padding-bottom: 20px;
    }
    .contact_sm {
        margin-top: 30px;
    }
    .contact_sm ul li i img {
        margin-top: 28px;
        width: 70px;
        height: 70px;
    }
    .service_zn ul li .service_znnr {
        padding: 20px 0 0;
    }
    .service_zn ul li .service_znbt h3 {
        padding-left: 10px;
    }
    .service_banner {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .service_lc {
        margin-top: 15px;
    }
    .Join_lc {
        margin-top: 0px;
    }
    .Join_gybt p {
        width: auto;
        height: auto;
    }
    .Join_sqform .Join_sqbl, .Join_sqtel {
        width: 100%;
        margin-right: 0;
    }
    .Join_sqtj {
        width: 100%;
    }
    .page {
        margin-top: 10px;
    }
    .Join_dpsxl .Join_dpselect {
        margin-left: 8px;
        margin-right: 10px;
    }
    .Join_dpnr {
        margin-top: 9px;
    }
    .Join_ysnr ul li {
        padding: 15px 10px;
    }
    .product_list ul li a em {
        width: 120px;
        height: 32px;
        line-height: 32px;
    }
    .China_lsjs {
        margin-bottom: 10px;
    }
    .Europe_ysbl p {
        margin-top: 20px;
        font-size: 12px;
    }
    .Europe_ysnr {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .Europe_ysbl.Europe_ysbl1 {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding: 0;
    }
    .Europe_hjbl {
        margin-bottom: 20px;
    }
    .Europe_hj .Europe_hjtm {
        margin-bottom: 35px;
    }
    .Europe_hj {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .Europe_jz {
        margin-bottom: 10px;
    }
    .Europe_jznr .Europe_jztp, .Europe_hjtp, .China_lstp, .China_fznr .China_fztp, .service_smtp, .North_fqtp {
        width: 98%;
    }
    .Europe_lsnr .bd ul li {
        margin: 0;
        width: 85vw;
    }
    .Europe_lsnr .bd ul li .Europe_lsjs {
        width: 93%;
        box-sizing: border-box;
        padding: 0px 15px 20px 15px;
    }
    .News_btsm h3 {
        font-size: 25px;
    }
    .News_btsm p {
        font-size: 20px;
    }
    .News_blsm em {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .News_bl .bd {
        width: 100%;
    }
    .News_bl .prev, .News_bl .next {
        bottom: 0;
        transform: translateY(100%);
        width: 45px;
        height: 45px;
    }
    .index_servicecn .hd .pageState span {
        font-size: 30px;
    }
    .index_service {
        margin-top: 30px;
    }
    .w1200 {
        overflow: hidden;
    }
    .index_major ul li i {
        width: 57px;
        height: 36px;
        background-size: 100% 100%!important;
        top: 50%;
        left: 100%;
        transform: translate(-115%, -50%);
    }
    .index_major ul {
        flex-wrap: wrap;
        padding: 0;
    }
    .index_major ul li h3 span {
        margin-left: 0;
    }
    .index_major ul li {
        height: auto;
        width: 100%;
        padding-bottom: 12px;
        padding-top: 12px;
        border-bottom: 1px solid #f2f2f2;
        box-sizing: border-box;
    }
    .index_major ul li h3 {
        font-size: 20px;
        white-space: nowrap;
    }
    .index_major ul li h3 span {
        letter-spacing: 0px;
    }
    .index_newstp {
        width: 85%;
    }
    .index_newsnr ul li a {
        width: calc(100% - 66px);
    }
    .index_servicecn .hd .pageState {
        margin-top: 30px;
    }
    .index_Joinnr {
        margin-top: 25px;
    }
    .index_Joinnr i img {
        width: 85%;
        height: auto;
        margin-bottom: 15px;
    }
    .index_Joinnr span, .index_Joinnr p {
        font-size: 18px;
    }
    .index_Joinnr p {
        line-height: normal;
        height: auto;
    }
    .index_Joincn {
        height: 342px;
    }
    .index_servicecn {
        margin-top: 30px;
        height: 450px;
    }
    .footer_logo {
        display: none;
    }
    .index_abouttm, .about_jjtm {
        margin-top: 5px;
    }
    .index_aboutsm, .about_jjsm {
        margin-top: 5px;
    }
    .service_smtb {
        margin-bottom: 5px;
    }
    .index_abouttm h3, .about_jjtm h3, .Europe_hjbt h3, .China_lsbt h3, .service_smtb h3, .service_bannerbt h3 {
        font-size: 24px;
    }
    .inxex_uscn ul li .inxex_ussm {
        font-size: 38px;
    }
    .index_btcn h3 span, .public_tb .public_tbcn h3 em {
        font-size: 20px;
        margin-right: 5px;
    }
    .index_btcn h3, .public_tb .public_tbcn h3 {
        font-size: 16px;
        margin: 0 7px;
    }
    .news_tm h3 {
        margin-top: 10px;
        font-size: 22px;
    }
    .news_share {
        padding: 15px 0;
    }
    .Europe_ls {
        margin-top: 20px;
    }
    .index_Culture .index_btcn i {
        display: none;
    }
    .index_btcn i, .public_tb i {
        width: 10%;
    }
    .index_product {
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .index_Culturecn, .index_newscn {
        margin-top: 25px;
    }
}
</pre></body></html>