/*====================??????======================*/
.hide {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body, input, select, button, textarea {
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
}

button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

a, a:link {
    color: #000;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #ffffff;
}

header {
    position: relative;
    padding-top: 85px;
}

.head_box {
    border-bottom: 1px solid #dacabf;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #ffffff;
}

.head {
    max-width: 1200px;
    height: 85px;
    margin: 0 auto;
}

.logo {
    width: 187px;
    height: 54px;
    float: left;
    margin-top: 20px;
}

.logo img {
    width: 100%;
    display: block;
}

.head_nav {
    float: left;
    margin: 45px 0 0 50px;
}

.head_nav li {
    float: left;
    padding: 0 15px;
    position: relative;
    /* z-index: 5; */
}

.head_nav li::after {
    width: 1px;
    height: 15px;
    background-color: #a3a3a3;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
}

.head_nav li:nth-child(1)::after {
    display: none;
}

.head_nav li em a {
    font-size: 14px;
    color: #787878;
    transition: all 0.5s;
}

.head_nav li:hover em a {
    color: #b48462;
}

.head_nav li dl {
    position: absolute;
    width: 245px;
    height: 0;
    overflow: hidden;
    top: 100%;
    left: -80px;
    padding-top: 22px;
    transition: all 0.5s;
    opacity: 0;
}

.head_nav li:hover dl {
    opacity: 1;
    z-index: 10;
    height: auto;
}

.head_nav li dl::before {
    width: 22px;
    height: 13px;
    content: '';
    background-image: url(/JS9FH1OPUIgnHI1gHEcSK1H.jpg);
    position: absolute;
    left: 50%;
    top: 7px;
    margin-left: -11px;
}

.head_nav li dl dt {
    background-color: #ffffff;
    padding: 40px 0 85px;
}

.head_nav li dl dt a {
    display: block;
    font-size: 14px;
    color: #4c4948;
    line-height: 30px;
    text-align: center;
}

.head_nav li dl dd {
    background-color: #ffffff;
    padding-bottom: 45px;
}

.head_nav li dl dd a {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}

.head_nav li dl dd a i {
    font-size: 15px;
    margin-left: 10px;
}

.head_nav li dl dd a:hover {
    color: #ffffff;
    border-color: #b48462;
    background-color: #b48462;
}

.telephone {
    float: right;
    font-size: 18px;
    font-weight: 900;
    color: #c51d23;
    margin-top: 37px;
    padding-left: 40px;
    background-image: url(/JS9FH1OPUHApJy9KUHEoIt.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
}

.hb_nav_box {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 86px;
    background-color: #ffffff;
    z-index: -15;
    transition: all 0.5s;
    opacity: 0;
}

.hb_nav_box_1 {
    z-index: 15;
    opacity: 1;
    height: auto;
}

.hb_nav_box::before {
    width: 22px;
    height: 13px;
    content: '';
    background-image: url(/JS9FH1OPUIgnHI1gHEcSK1H.jpg);
    position: absolute;
    left: 46.7%;
    top: 0;
    transform: rotate(180deg);
    margin-left: -11px;
}

.hbnb {
    overflow: hidden;
    max-width: 1135px;
    margin: 40px auto;
}

.hbnb dl {
    width: 24.5%;
    float: left;
    border-right: 1px solid #b2b2b2;
}

.hbnb dl dt {
    height: 265px;
    padding-left: 35%;
}

.hbnb dl dt a {
    display: block;
    font-size: 14px;
    color: #4c4948;
    margin-bottom: 7px;
    transition: all 0.5s;
}

.hbnb dl dt em a {
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
}

.hbnb dl dt a:hover {
    color: #b48462;
}

.hbnb dl:nth-child(1) {
    border-left: 1px solid #b2b2b2;
}

.hbnb dl dd a {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}

.hbnb dl dd a i {
    font-size: 15px;
    margin-left: 10px;
}

.hbnb dl dd a:hover {
    color: #ffffff;
    border-color: #b48462;
    background-color: #b48462;
}

.banner {
    overflow: hidden;
    position: relative;
}

.yd_contact_banner {
    display: none;
}

.yd_group_banner {
    display: none;
}

.banner_1 {
    display: none;
}

.banner_1 img {
    width: 100%;
    display: block;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination {
    /* display: none; */
}

.banner .swiper-button-next {
    /* display: none; */
    right: 50px;
}

.banner .swiper-button-prev {
    /* display: none; */
    left: 50px;
}

.product_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product_banner img {
    width: 100%;
    display: block;
}

.product_banner img:nth-child(1) {
    display: block;
}

.product_banner img:nth-child(2) {
    display: none;
}

.contact_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.contact_banner img {
    width: 100%;
    display: block;
}

.contact_banner img:nth-child(1) {
    display: block;
}

.contact_banner img:nth-child(2) {
    display: none;
}

.join_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.join_banner img {
    width: 100%;
    display: block;
}

.join_banner img:nth-child(1) {
    display: block;
}

.join_banner img:nth-child(2) {
    display: none;
}

.main_af {
    max-width: 1300px;
    margin: 45px auto 55px;
}

.main_af::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.main_af li {
    width: 16.41%;
    float: left;
    border-left: 1px solid #ae7a55;
}

.main_af li:nth-child(1) {
    border-left: 0;
}

.main_af li i {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ae7a55;
    height: 18px;
    position: relative;
}

.main_af li i b {
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 25%;
}

.main_af li span {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #ae7a55;
}

.main_af li em {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ae7a55;
    height: 18px;
}

.mb_title em {
    display: block;
    font-size: 30px;
    color: #ae7a55;
    text-align: center;
}

.mb_title span {
    display: block;
    font-size: 14px;
    color: #ae7a55;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.mb_t {
    max-width: 1130px;
    margin: 50px auto 40px;
}

.mb_t::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.mb_t dt {
    width: 50%;
    float: left;
}

.mb_t dt img {
    width: 100%;
    display: block;
}

.mb_t dd {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}

.mb_t dd img {
    width: 100%;
    opacity: 0;
    display: block;
}

.mbt_dt {
    position: absolute;
    width: 75%;
    padding-left: 8%;
    height: 99.5%;
    top: 0;
    left: 0;
    z-index: 5;
    border: 1px solid #e8dad0;
    border-left: 0;
}

.mbt_dt em {
    display: block;
    font-size: 25px;
    margin: 80px 0 30px;
    color: #ae7a55;
}

.mbt_dt p {
    width: 83%;
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #ae7a55;
}

.mbt_dt a {
    height: 21px;
    line-height: 21px;
    font-size: 15px;
    color: #ae7a55;
    display: inline-block;
    position: absolute;
    right: -13%;
    top: 47%;
    padding-right: 30px;
    background-image: url(/JS9FH1OPUI5JDJ5JE2gHU0WqHj.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 5;
}

.mbt_dt::after {
    width: 30px;
    height: 50%;
    background-color: #ffffff;
    content: '';
    position: absolute;
    right: -15px;
    top: 25%;
}

.mb_b {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.mb_b li i {
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto;
}

.mb_b li i img {
    width: 100%;
    display: block;
}

.mb_b li em {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #ae7a55;
    line-height: 55px;
}

.mb_b li p {
    font-size: 12px;
    line-height: 24px;
    color: #ae7a55;
    text-align: center;
}

.main_cf {
    height: 578px;
    background-image: url(/JS9FH1OPUI5KnyAIUI5SIt.jpg);
    background-position: center;
    overflow: hidden;
    margin: 35px auto 50px;
}

.mc_box {
    max-width: 910px;
    margin: 345px auto 0;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
}

.mc_box li {
    width: 20%;
    float: left;
    padding-top: 15px;
    padding-bottom: 2px;
    position: relative;
}

.mc_box li:nth-child(1)::after {
    display: none;
}

.mc_box li::after {
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    width: 1px;
    height: 82%;
    background-color: #ece9e6;
}

.mc_box li i {
    width: 88px;
    height: 59px;
    margin: 0 auto;
    display: block;
}

.mc_box li em {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 10px 0;
    color: #ba8e6f;
}

.mc_box li b {
    display: block;
    width: 0;
    height: 5px;
    background-color: #ae7a55;
    margin: 0 auto;
    transition: all 0.5s;
}

.mc_box li:hover b {
    width: 87px;
}

.md_t {
    display: flex;
    justify-content: center;
    margin: 40px 0 40px;
}

.md_t .swiper-wrapper {
    justify-content: center;
}

.md_t li {
    width: 165px;
    margin: 0 60px;
}

.md_t li img {
    width: 165px;
    width: 100%;
}

.md_b {
    position: relative;
    padding: 0 100px;
}

.mdb_t .mdb_t_l {
    width: 27px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -23px;
    background-image: url(/JS9FH1OPUI5DI25ToStoDIkH.jpg);
    background-size: 100% auto;
}

.mdb_t .mdb_t_r {
    width: 27px;
    height: 47px;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -23px;
    background-image: url(/JS9FH1OPUI5DI25ToRLoDIkH.jpg);
    background-size: 100% auto;
}

.mdb_b {
    display: none;
}

.mdb {
    max-width: 1570px;
    margin: 0 auto;
    overflow: hidden;
}

.mdb dl {
    width: 100%;
    height: 100%;
    display: flex;
}

.mdb dl dt {
    display: inline-block;
}

.mdb dl dt img {
    width: 100%;
    height: 100%;
    display: block;
}

.mdb dl dd {
    display: inline-block;
}

.mdb dl dd img {
    width: 100%;
    height: 100%;
    display: block;
}

.mdb_dd_l {
    float: left;
    padding: 50px 0 0 95px;
}

.mdb_dd_l1 {
    height: 60px;
}

.mdb_dd_l2 {
    margin-top: 60px;
}

.mdb_dd_l2 li {
    font-size: 15px;
    margin-bottom: 15px;
}

.mdb_dd_l2 li a {
    color: #1b2f50;
}

.mdb_dd_l3 {
    margin-top: 80px;
    background-image: url(/JS9FH1OPUI5DI1IJKjpoDIkH.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 160px;
    font-size: 15px;
    color: #1b2f50;
    display: inline-block;
    transition: all 0.5s;
}

.mdb_dd_r {
    float: left;
    margin-left: 75px;
}

.mdb_dd_r em {
    display: block;
    float: left;
    width: 30px;
    font-size: 25px;
    color: #1b2f50;
    text-align: center;
    padding-top: 40px;
}

.mdb_dd_r em i {
    display: block;
    transform: rotate(90deg);
    line-height: 13px;
}

.mdb_dd_r b {
    display: block;
    float: left;
    width: 1px;
    height: 180px;
    background-color: #a9a7a6;
    margin: 0 10px;
}

.mdb_dd_r span {
    display: block;
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: #1b2f50;
    float: left;
    padding-top: 47px;
}

.mdb_dd_r span i {
    display: block;
    background-color: #1b2f50;
    color: #ffffff;
    line-height: 15px;
    padding: 3px 0;
    margin-bottom: 5px;
}

.main_ef {
    margin: 65px auto;
    max-width: 1200px;
}

.main_ef .mb_title {
    position: relative;
}

.main_ef .mb_title a {
    position: absolute;
    right: 0;
    top: 50%;
    height: 21px;
    line-height: 21px;
    font-size: 15px;
    margin-top: -10px;
    color: #ae7a55;
    display: inline-block;
    padding-right: 30px;
    background-image: url(/JS9FH1OPUI5JDJ5JE2gHU0WqHj.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 5;
}

.me_t {
    max-width: 1198px;
    border: 1px solid #bfbfbf;
    overflow: hidden;
    position: relative;
    margin: 45px 0 25px;
}

.me_t img {
    width: 100%;
    display: block;
}

.me_t img:nth-child(1) {
    display: block;
}

.me_t img:nth-child(2) {
    display: none;
}

.me_t .swiper-pagination {
    width: 94% !important;
    padding: 0 3%;
    text-align: right;
    bottom: 5px !important;
}

.me_t .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 24px;
    background-color: unset;
    color: #ffffff;
    font-size: 14px;
    font-family: '宋体';
    font-weight: bold;
    border-radius: 0;
}

.me_t .swiper-pagination .swiper-pagination-bullet-active {
    border-bottom: 1px solid #ffffff;
}

.meb_t {
    display: flex;
    justify-content: space-between;
}

.meb_t li {
    width: 168px;
    margin: 40px 0;
}

.meb_t li img {
    width: 100%;
    display: block;
}

.meb_b,
.meb_b:link {
    width: 180px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ae7a55;
    display: block;
    font-size: 17px;
    color: #ae7a55;
    margin: 0 auto;
    border-radius: 20px;
    transition: all 0.5s;
    cursor: pointer;
}

.meb_b:hover {
    background-color: #ae7a55;
    color: #ffffff;
}

.mf_t {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.mft_l {
    float: left;
}

.mft_l em {
    font-size: 30px;
    color: #b87d54;
    display: block;
}

.mft_l span {
    font-size: 14px;
    color: #b87d54;
    display: block;
    margin-top: 5px;
}

.mft_r {
    float: right;
    margin-top: 30px;
}

.mft_r a {
    position: relative;
    font-size: 16px;
    color: #be9578;
    padding: 0 13px;
    line-height: 15px;
    display: inline-block;
    border-right: 1px solid #be9578;
    transition: all 0.5s;
}

.mft_r a:hover {
    color: #c51d23;
}

.mft_r a:last-child {
    padding-right: 0;
    border-right: 0;
}

.mf_b {
    background-color: #f8f6f6;
    margin-top: 25px;
    padding: 60px 0 65px;
}

.mfb {
    max-width: 1200px;
    margin: 0 auto;
}

.mfb::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.mfb dl {
    width: 32.41%;
    background-color: #ffffff;
    float: left;
    margin-right: 1.385%;
}

.mfb dl:hover {
    outline: 1px solid #e0c7a4;
}

.mfb dl:nth-child(3n) {
    margin-right: 0;
}

.mfb dl dt {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.mfb dl dt img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.mfb dl:hover dt img {
    transform: scale(1.1);
}

.mfb dl dd {
    padding: 8%;
}

.mfb dl dd em {
    display: block;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mfb dl dd em a {
    color: #303030;
    transition: all 0.5s;
}

.mfb dl:hover dd em a {
    color: #ba8e6f;
}

.mfb dl dd span {
    display: block;
    font-size: 12px;
    color: #303030;
    margin: 10px 0;
    transition: all 0.5s;
}

.mfb dl:hover dd span {
    color: #ba8e6f;
}

.mfb dl dd p {
    font-size: 12px;
    line-height: 24px;
    color: #303030;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.mfb dl:hover dd p {
    color: #ba8e6f;
}

.mfb dl dd .mfb_more {
    font-size: 16px;
    color: #787878;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding-right: 30px;
    background-image: url(/JS9FH1OPUI5FI25sKRMDU0WqHj.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 30px;
    transition: all 0.5s;
}

.mfb dl:hover dd .mfb_more {
    color: #ba8e6f;
    background-image: url(/JS9FH1OPUI5JDJ5JE2gHU0WqHj.jpg);
}

.mian_gf {
    position: relative;
}

.mian_gf dt img {
    width: 100%;
    display: block;
}

.mian_gf dt img:nth-child(1) {
    display: block;
}

.mian_gf dt img:nth-child(2) {
    display: none;
}

.mian_gf dd {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 40%;
    left: 0;
}

.mian_gf dd ul {
    width: 100%;
    height: 100%;
    /*display: flex;
    justify-content: space-evenly;
    align-items: center;*/
    display: block;
    text-align: center;
}

.mian_gf dd ul li {
    display: inline-block;
}

.mian_gf dd ul li:nth-child(2) {
    margin: 0 20%;
}

.mian_gf dd a {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    padding-right: 32px;
    background-image: url(/JS9FH1OPUI5qIS9gISWdHOkQJyV.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.ft_af {
    display: flex;
    justify-content: center;
    margin: 70px auto 80px;
    max-width: 928px;
}

.ft_af li {
    width: 25%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft_af li img {
    max-width: 100%;
}

.ft_af li::after {
    width: 1px;
    height: 39px;
    background-color: #b5b5b5;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
}

.ft_af li:nth-child(1)::after {
    display: none;
}

.ft_bf {
    max-width: 1073px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft_bf li {
    width: 145px;
}

.ft_bf li img {
    width: 100%;
    display: block;
}

.ft_cf {
    width: 160px;
    margin: 45px auto;
    font-size: 18px;
    color: #c5a38c !important;
    display: block;
    padding-right: 120px;
    background-image: url(/JS9FH1OPUIINnyWHUHEoIt.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.footer_b {
    background-color: #f8f6f6;
    margin-bottom: 55px;
}

.fb_box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 70px 0 80px;
}

.fb_box ul li em a {
    font-size: 25px;
    color: #98806f;
}

.fb_box ul li.fr_joinbtn a {
    width: 70px;
    height: 28px;
    line-height: 28px;
    background-color: #ae7a55;
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.fb_box ul li.fr_joinbtn a:hover {
    color: #ffffff;
}

.fb_box ul li.fr_joinbtn a:hover::after {
    display: none;
}

.fb_box ul li {
    margin-bottom: 15px;
}

.fb_box ul li:nth-child(1) {
    margin-bottom: 25px;
}

.fb_box ul li a {
    font-size: 14px;
    color: #98806f;
    transition: all 0.5s;
    position: relative;
}

.fb_box ul li a:hover {
    color: #c51d23;
}

.fb_box ul li a::after {
    width: 0;
    height: 1px;
    background-color: #c51d23;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transition: all 0.5s;
}

.fb_box ul li a:hover::after {
    width: 100%;
    left: 0;
}

.fb_box ul li p {
    font-size: 14px;
    color: #98806f;
}

.fb_box ul li dt b {
    display: block;
    font-size: 14px;
    color: #98806f;
    margin-top: 15px;
    font-weight: 400;
}

.fb_box ul li dd {
    display: none;
}

.fb_p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
}

.fb_p p {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    color: #c1b3a9;
}

.crumbs {
    border-bottom: 1px solid #d7d7d7;
}

.crumbs_box {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.crumbs_l {
    float: left;
    line-height: 49px;
    padding-left: 32px;
    background-image: url(/JS9FH1OPUIOTDSkDDTgMU0WqHj.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 12px;
    color: #949494;
}

.crumbs_l a {
    color: #949494;
}

.crumbs_l span {
    font-family: '宋体';
    margin: 0 5px;
}

.crumbs_r {
    float: right;
    width: 190px;
    height: 26px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-top: 10px;
}

.crumbs_r .crumbs_r_text {
    width: 120px;
    height: 26px;
    background-color: unset;
    border: 0;
    float: left;
    padding-left: 10px;
}

.crumbs_r .crumbs_r_botton {
    width: 42px;
    height: 26px;
    background-color: unset;
    border: 0;
    float: right;
    background-image: url(/JS9FH1OPUIOTDSkDDTgUoyOpDRSrKO1rEIL.jpg);
    background-size: 100% auto;
    cursor: pointer;
}

.product_nav {
    max-width: 1200px;
    margin: 15px auto 40px;
}

.product_nav dl {
    overflow: hidden;
    margin-bottom: 20px;
}

.product_nav dl dt {
    float: left;
    width: 20%;
    line-height: 20px;
    font-size: 14px;
    color: #342c2a;
}

.product_nav dl dd {
    float: left;
}

.product_nav dl dd b {
    display: none;
}

.product_nav dl dd a {
    display: inline-block;
    padding: 0 8px;
    color: #8c8c8c;
    line-height: 20px;
    margin-right: 2px;
    transition: all 0.5s;
    border-radius: 3px;
}

.product_nav dl dd a:hover,
.product_nav dl dd a.cur {
    background-color: #ae7a55;
    color: #ffffff;
}

.product_dl {
    max-width: 1200px;
    margin: 0 auto;
}

.product_dl dl:nth-child(2n) {
    margin-right: 0;
}

.product_dl::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.product_dl dl {
    width: 46.91%;
    float: left;
    outline: 1px solid #e5e5e5;
    padding: 0.2%;
    margin: 0 5.3% 60px 0;
    transition: all 0.5s;
}

.product_dl dl:hover {
    outline-color: #ae7a55;
}

.product_dl dl dt {
    width: 100%;
    height: 332px;
    outline-color: #000;
    overflow: hidden;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.product_dl dl dt img {
    transition: all 0.5s;
    max-height: 100%;
}

.product_dl dl:hover dt img {
    transform: scale(1.1);
}

.product_dl dl dd {
    padding: 0 5% 3.5%;
}

.product_dl dl dd em {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #757575;
    line-height: 70px;
}

.product_dl dl dd em a {
    color: #757575;
}

.product_dl dl dd p {
    overflow: hidden;
}

.product_dl dl dd p a {
    /*float: left;*/
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #757575;
    display: block;
    border: 1px solid #bebebe;
    border-radius: 3px;
    transition: all 0.5s;
    margin: 0 auto;
}

.product_dl dl dd p span {
    float: right;
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #757575;
    display: block;
    border: 1px solid #bebebe;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

.product_dl dl dd p a:hover {
    background-color: #ae7a55;
    border-color: #ae7a55;
    color: #ffffff;
}

.product_dl dl dd p span:hover {
    background-color: #ae7a55;
    border-color: #ae7a55;
    color: #ffffff;
}

.product_title {
    margin: 20px 0 25px;
}

.product_title em {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #2a3d5e;
    font-weight: bold;
}

.product_title p {
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #2a3d5e;
    margin-top: 20px;
}

.product_brand {
    background-color: #f8f6f6;
    max-width: 1198px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.product_brand dt {
    width: 100%;
}

.product_brand dt img {
    width: 100%;
    display: block;
}

.product_brand dd {
    max-width: 745px;
    height: 230px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: -85px auto 0;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}

.pbdd_l {
    width: 180px;
    float: left;
    margin-left: 55px;
}

.pbdd_l span {
    height: 60px;
    display: block;
    text-align: center;
}

.pbdd_l em {
    position: relative;
    display: block;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    color: #1b2f50;
    font-weight: bold;
    margin-top: 35px;
}

.pbdd_l em::after {
    width: 180px;
    height: 1px;
    background-color: #1b2f50;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.pbdd_l em i {
    padding: 0 10px;
    background-color: #f8f6f6;
}

.pbdd_r {
    width: 55.704%;
    float: right;
}

.pbdd_r em {
    display: block;
    font-size: 20px;
    color: #1b2f50;
    border-bottom: 1px solid #a9a7a6;
    padding-bottom: 10px;
}

.pbdd_r p {
    width: 78%;
    font-size: 12px;
    line-height: 24px;
    color: #1b2f50;
    margin-top: 20px;
}

.product_brand_xl {
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
}

.product_brand_xl a {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    padding: 0 15px;
    position: relative;
    transition: all 0.5s;
}

.product_brand_xl a::after {
    width: 1px;
    height: 17px;
    content: '';
    background-color: #999999;
    position: absolute;
    left: 0;
    top: 3px;
}

.product_brand_xl a:nth-child(1)::after {
    display: none;
}

.product_brand_xl a:hover {
    color: #2c2c2c;
}

.product_brand_xl .pbxl {
    color: #2c2c2c;
}

.product_special {
    max-width: 1150px;
    background-color: #f8f8f8;
    padding: 25px;
    overflow: hidden;
    margin: 0 auto 30px;
    position: relative;
}

.product_special .swiper-pagination {
    text-align: left;
    width: 94% !important;
    padding: 0 3%;
    bottom: 25px !important;
}

.product_special .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.product_special .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8a1d1d;
}

.product_special dt {
    width: 26%;
    float: left;
}

.product_special dt i {
    display: block;
}

.product_special dt em {
    display: block;
    font-size: 18px;
    color: #33260d;
    font-weight: bold;
    margin: 25px 0;
}

.product_special dt p {
    font-size: 12px;
    line-height: 24px;
    color: #33260d;
}

.product_special dd {
    width: 68%;
    float: right;
}

.product_special dd img {
    width: 100%;
    display: block;
}

.ny_titel {
    max-width: 1200px;
    margin: 40px auto 0;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.ny_titel::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.myt_l {
    float: left;
}

.myt_l em {
    display: block;
    font-size: 30px;
    color: #b87d54;
}

.myt_l span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #b87d54;
    margin-top: 8px;
}

.nyt_r {
    float: right;
    margin-top: 30px;
}

.nyt_r a {
    font-size: 16px;
    color: #999999;
    position: relative;
    padding: 0 15px;
    transition: all 0.5s;
}

.nyt_r a:hover,
.nyt_r a.cur {
    color: #2c2c2c;
}

.nyt_r a:last-child {
    padding-right: 0;
}

.nyt_r a::before {
    width: 1px;
    height: 18px;
    background-color: #b8b8b8;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
}

.nyt_r a:nth-child(1)::before {
    display: none;
}

.customized_af {
    max-width: 1200px;
    margin: 26px auto 65px;
    position: relative;
}

.ca_box {
    overflow: hidden;
}

.ca_box dl {
    width: 47.75%;
    float: left;
    padding: 0.5%;
    border: 1px solid #e5e5e5;
    margin-right: 2%;
}

.ca_box dl dt {
    width: 100%;
    height: 366px;
    display: block;
    overflow: hidden;
}

.ca_box dl dt img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.ca_box dl:hover dt img {
    transform: scale(1.1);
}

.ca_box dl dd {
    padding: 20px 25px;
}

.ca_box dl dd em {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 17px;
    color: #757575;
    line-height: 112px;
}

.ca_box dl dd .cab {
    float: right;
}

.cab_t {
    float: left;
}

.cab_t span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.cab_t i {
    width: 23px;
    height: 20px;
    background-image: url(/JS9FH1OPUIOII25ToS0oDIkH.jpg);
    background-size: 100% auto;
    margin: 35px 0 15px 45px;
    display: block;
}

.cab_b {
    float: right;
    margin-left: 10px;
}

.cab_b img {
    width: 113px;
}

.ca_bottom .cab_r {
    width: 27px;
    height: 47px;
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -23px;
    background-image: url(/JS9FH1OPUI5DI25ToRLoDIkH.jpg);
    background-size: 100% auto;
}

.ca_bottom .cab_l {
    width: 27px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -23px;
    background-image: url(/JS9FH1OPUI5DI25ToStoDIkH.jpg);
    background-size: 100% auto;
}

.customized_bf {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.customized_bf dt {
    width: 65.169%;
    float: left;
    overflow: hidden;
}

.customized_bf dt img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.customized_bf dt img:hover {
    transform: scale(1.1);
}

.customized_bf dd {
    width: 34%;
    float: right;
    padding-top: 130px;
}

.customized_bf dd p {
    width: 70%;
    font-size: 15px;
    line-height: 27px;
    color: #717171;
    margin: 0 auto 25px;
}

.customized_cf {
    max-width: 1200px;
    margin: 100px auto 0;
    border: 1px solid #81511c;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 0;
}

.customized_cf li {
    width: 33.333%;
    float: left;
    position: relative;
}

.customized_cf li::before {
    width: 1px;
    height: 170px;
    background-color: #c0a88d;
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
}

.customized_cf li i {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: block;
}

.customized_cf li i img {
    width: 100%;
    display: block;
}

.customized_cf li em {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #ba8e6f;
    margin: 5px auto 10px;
}

.customized_cf li p {
    width: 68%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #ba8e6f;
}

.customized_df {
    background-color: #f8f6f6;
    padding-bottom: 38px;
}

.cb_box {
    max-width: 1200px;
    margin: 0 auto;
}

.customized_df .mb_title {
    background-color: #ffffff;
    padding: 40px 0 25px;
}

.cb_input {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.cb_input input {
    width: 210px;
    height: 37px;
    background-color: #ffffff;
    border: 1px solid #ae7a55;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 5px;
    margin: 0 5px;
}

.group_af {
    max-width: 1200px;
    margin: 50px auto 0;
}

.group_af em {
    display: block;
    text-align: center;
    font-size: 25PX;
    color: #ae7a55;
}

.group_af p {
    width: 53%;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #ae7a55;
    margin: 25px auto 0;
}

.group_bf li p {
    text-align: center;
    font-size: 12px;
    color: #ae7a55;
    margin-top: 15px;
}

.group_cf {
    max-width: 1200px;
    overflow: hidden;
    margin: 60px auto 0;
}

.gc_l {
    width: 39.916%;
    float: left;
}

.gc_l li {
    margin-bottom: 20px;
}

.gc_l li img {
    width: 100%;
    display: block;
}

.gc_r {
    float: right;
    width: 52%;
    font-size: 14px;
    color: #0e0e0e;
}

.gc_other {
    float: none;
    width: 100%;
}

.gc_r em {
    display: block;
    font-size: 16px;
    color: #0e0e0e;
    line-height: 26px;
    font-weight: bold;
}

.gc_r p {
    font-size: 14px;
    color: #0e0e0e;
    line-height: 26px;
    margin-bottom: 27px;
}

.gc_r b {
    font-size: 20px;
    font-weight: bold;
    color: #c51d23;
    line-height: 24px;
}

.join_title .myt_l {
    width: 100%;
    text-align: center;
}

.ja_af {
    width: 822px;
    margin: 20px auto 30px;
    background-image: url(/JS9FH1OPUIyInyAIUHEoIt.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.ja_af em {
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 47px;
    color: #ae7a55;
    font-weight: bold;
}

.ja_bf {
    width: 345px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #ae7a55;
    border: 1px solid #ae7a55;
    border-radius: 20px;
    margin: 0 auto;
}

.ja_cf {
    max-width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.ja_cf li {
    width: 23.66%;
    float: left;
    border: 1px solid #ae7a55;
}

.ja_cf li i {
    width: 110px;
    height: 110px;
    margin: 38px auto 27px;
    display: block;
}

.ja_cf li em {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    color: #ae7a55;
    font-weight: bold;
}

.ja_cf li b {
    width: 53px;
    height: 5px;
    display: block;
    margin: 45px auto 30px;
    background-color: #ae7a55;
}

.join_bf {
    max-width: 1200px;
    position: relative;
    margin: 30px auto;
}

.join_bf dt {
    width: 100%;
}

.join_bf dt img {
    width: 100%;
    display: block;
}

.join_bf dt img:nth-child(1) {
    display: block;
}

.join_bf dt img:nth-child(2) {
    display: none;
}

.join_bf dd {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.join_bf dd p {
    max-width: 705px;
    background-image: url(/JS9FH1OPUIyJEJ5DIOcSK1H.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 45px auto 0;
}

.join_bf dd p em {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 35px;
    color: #f7dbc7;
    font-weight: bold;
}

.join_ef {
    max-width: 1200px;
    margin: 0 auto;
}

.join_ef em {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #ae7a55;
    font-weight: bold;
}

.join_ef ul {
    overflow: hidden;
}

.join_ef ul li {
    float: left;
    width: 31.41%;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 20px;
    color: #ae7a55;
    font-weight: bold;
    border: 1px solid #ae7a55;
    border-radius: 10px;
    margin: 46px 2.6% 0 0;
}

.join_ef ul li:nth-child(3n) {
    margin-right: 0;
}

.jf_t {
    text-align: center;
    font-size: 28px;
    color: #ae7a55;
    font-weight: bold;
}

.jf_t i {
    font-size: 60px;
}

.jf_b {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 30px;
}

.jf_b dl dt {
    float: left;
    width: 96px;
    height: 92px;
}

.jf_b dl dd {
    float: left;
    margin-left: 10px;
}

.jf_b dl dd em {
    display: block;
    font-size: 25px;
    color: #ae7a55;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.jf_b dl dd p {
    font-size: 14px;
    line-height: 25px;
    color: #ae7a55;
}

.jf_button {
    max-width: 1200px;
    height: 1px;
    border: 1px solid #dedede;
    margin: 0 auto;
}

.join_gf {
    margin: 35px auto 0;
}

.jg_t {
    max-width: 1190px;
    margin: 35px auto;
}

.jg_t img {
    width: 100%;
    display: block;
}

.jg_t img:nth-child(1) {
    display: block;
}

.jg_t img:nth-child(2) {
    display: none;
}

.jg_b {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.jg_b li {
    width: 136px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #ae7a55;
    border: 1px solid #ae7a55;
}

.jc_t {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 33px auto 33px;
}

.jc_t li {
    width: 197px;
    height: 197px;
}

.jc_t li img {
    width: 100%;
    display: block;
}

.jc_b {
    max-width: 1200px;
    margin: 20px auto 30px;
    overflow: hidden;
}

.jc_b dl {
    width: 30.416%;
    height: 120px;
    border: 1px solid #ae7a55;
    border-radius: 15px;
    float: left;
    margin: 0 3.75% 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jc_b dl dt {
    width: 55px;
    height: 55px;
}

.jc_b dl dt img {
    width: 100%;
    display: block;
}

.jc_b dl:nth-child(3n) {
    margin-right: 0;
}

.jc_b dl dd {
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
    color: #ae7a55;
}

.join_df {
    background-color: #f8f6f6;
    padding: 20px 0 20px;
}

.jb_p {
    max-width: 1200px;
    margin: 10px auto 30px;
}

.jb_p p {
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    color: #ae7a55;
}

.jb_t {
    max-width: 1185px;
    margin: 0 auto;
    overflow: hidden;
}

.jb_t li {
    width: 48.77%;
    float: left;
    margin: 0 2.4% 25px 0;
    overflow: hidden;
}

.jb_t li img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.jb_t li img:hover {
    transform: scale(1.1);
}

.jb_t li:nth-child(2n) {
    margin-right: 0;
}

.jh_em {
    text-align: center;
    font-size: 26px;
    color: #ae7a55;
    font-weight: bold;
    margin: 10px auto 15px;
}

.ji_t {
    max-width: 1200px;
    margin: 50px auto 0;
    overflow: hidden;
}

.ji_t li {
    width: 15.75%;
    float: left;
    margin: 0 5.3% 50px 0;
}

.ji_t li img {
    width: 100%;
    display: block;
}

.ji_t li:nth-child(5n) {
    margin-right: 0;
}

.join_jf {
    max-width: 1199px;
    margin: 0 auto;
}

.ji_b {
    width: 100%;
    margin-top: 25px;
}

.ji_b img {
    width: 100%;
    display: block;
}

.ji_b img:nth-child(1) {
    display: block;
}

.ji_b img:nth-child(2) {
    display: none;
}

.join_kf {
    max-width: 1200px;
    margin: 45px auto 55px;
}

.jk_t {
    margin-top: 25px;
}

.jk_t li {
    height: 120px;
    width: 70%;
    padding: 0 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 37px;
    color: #ae7a55;
    border: 1px solid #ae7a55;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.join_lf {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.jl_t img {
    width: 100%;
    display: block;
}

.jl_t img:nth-child(1) {
    display: block;
}

.jl_t img:nth-child(2) {
    display: none;
}

.join_lf dl {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.join_lf dl dt {
    float: left;
    padding: 50px 0 0 55px;
}

.join_lf dl dt em {
    display: block;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}

.join_lf dl dt span {
    display: block;
    font-size: 25px;
    color: #ffffff;
    margin-top: 15px;
}

.join_lf dl dd {
    width: 55%;
    padding-top: 60px;
    float: right;
}

.join_lf dl dd em {
    display: block;
    font-size: 21px;
    color: #ffffff;
}

.inout_1, .inout_2, .inout_4 {
    margin-top: 25px;
}

.inout_1 input {
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    width: 40%;
    height: 30px;
    margin-right: 5%;
}

.inout_2 input {
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    width: 25%;
    height: 30px;
    margin-right: 4.6%;
}

.inout_3 {
    margin-top: 50px;
}

.inout_3 textarea {
    width: 85%;
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    color: #666666;
    height: 30px;
}

.inout_4 input {
    width: 150px;
    height: 37px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #d6d6d6;
    border: 1px solid #d6d6d6;
    background-color: unset;
}

.ny_news {
    max-width: 1200px;
    margin: 0 auto;
}

.ny_news dl {
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
}

.ny_news dl dt {
    width: 19.33%;
    height: 154px;
    overflow: hidden;
    float: left;
}

.ny_news dl dt img {
    width: 100%;
    display: block;
}

.ny_news dl dd {
    width: 75%;
    float: right;
    padding-top: 25px;
}

.ny_news dl dd .nyn_af {
    overflow: hidden;
}

.ny_news dl dd .nyn_af span {
    font-size: 21px;
    color: #303030;
    float: right;
    line-height: 24px;
    transition: all 0.5s;
}

.ny_news dl:hover dd .nyn_af span {
    color: #ba8e6f;
}

.ny_news dl dd .nyn_af b {
    width: 45px;
    height: 1px;
    background-color: #b5b5b5;
    margin: 11px 30px 0;
    display: block;
    float: right;
}

.ny_news dl dd .nyn_af em {
    width: 75%;
    float: right;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    transition: all 0.5s;
}

.ny_news dl dd .nyn_af em a {
    color: #303030;
    transition: all 0.5s;
}

.ny_news dl:hover dd .nyn_af em a {
    color: #ba8e6f;
}

.nyn_bf {
    margin-top: 20px;
    overflow: hidden;
}

.nyn_bf p {
    width: 75%;
    float: right;
    font-size: 12px;
    color: #303030;
    line-height: 24px;
    transition: all 0.5s;
}

.ny_news dl:hover dd .nyn_bf p {
    color: #ba8e6f;
}

.nyn_bf a {
    width: 76px;
    height: 16px;
    background-image: url(/JS9FH1OPUI1AJ25DIJgHU0WqHj.jpg);
    background-size: 100% auto;
    float: left;
    margin-top: 20px;
    transition: all 0.5s;
}

.ny_news dl:hover dd .nyn_bf a {
    width: 116px;
    height: 17px;
    background-image: url(/JS9FH1OPUI1AJ25DIJgHoy4qESgJ.jpg);
}

.nyn_bf a i {
    display: none;
}

.contact {
    max-width: 1200px;
    overflow: hidden;
    margin: 65px auto;
}

.contact_l {
    width: 66.25%;
    float: right;
}

.contact i {
    width: 33%;
    float: left;
}

.cr_t em {
    display: block;
    font-size: 25px;
    color: #98806f;
}

.cr_t span {
    display: block;
    font-size: 28px;
    color: #98806f;
    margin: 25px 0 15px;
}

.cr_t p {
    font-size: 14px;
    color: #b2a093;
    margin-bottom: 20px;
}

.cr_b {
    margin-top: 50px;
}

.cr_b em {
    display: block;
    font-size: 25px;
    color: #98806f;
}

.cr_b dl {
    margin: 15px 0;
}

.cr_b dl dt img {
    width: 100px;
}

.cr_b dl dd {
    font-size: 14px;
    color: #b2a093;
    margin-top: 15px;
}

.cr_b p span {
    font-size: 18px;
    color: #98806f;
    margin-right: 30px;
}

.cr_b p span a {
    color: #98806f;
}
/* 留咨窗口 */
.for_client {
    width: 100%;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 15;
}

.forclient_box {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.forclient_box_af {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.forclient_box_af dt {
    width: 40px;
    height: 38px;
    float: left;
}

.forclient_box_af dt img {
    width: 100%;
    display: block;
}

.forclient_box_af dd {
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    float: left;
    margin-left: 5px;
}

.forclient_box_bf {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.forclient_box_bf input {
    width: 155px;
    height: 30px;
    border: 0;
    background-color: #ffffff;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 12px;
    padding-left: 18px;
}

.forclient_box_bf .fcbb_button {
    width: 173px;
    padding-left: 0;
    background-color: #ae7a55;
    color: #ffffff;
    cursor: pointer;
}

.forclient_box_bf em {
    display: none;
}

.forclient_box_cf {
    width: 77px;
    height: 101px;
    margin: -47px 0 0 25px;
    float: left;
}
/* 在线翻译 */
.floating {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 20;
}

.floating li {
    width: 78%;
    position: relative;
}

.floating li .box {
    display: none;
    position: absolute;
    top: 0;
    left: -151px;
    height: 56px;
    line-height: 56px;
    background-color: #fffbf8;
    font-size: 20px;
    width: 150px;
    text-align: center;
    color: #ae7a55;
}

.floating li.opbox:hover .box {
    display: block;
}

.floating li img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.floating li:nth-child(1) {
    margin-bottom: 3px;
}

.floating li:nth-child(1) img {
    cursor: inherit;
}

.magazine_list dl {
    width: 28%;
    margin-right: 5%;
}

.magazine_list dl:nth-child(2n) {
    margin-right: 5%;
}

.magazine_list dl:nth-child(3n) {
    margin-right: 0%;
}

.magazine_list dl dt {
    height: 480px;
}
/* 移动端 */
.yd_head {
    display: none;
}

.yd_more {
    display: none;
}

.yd_menu_bar {
    display: none;
}

.yd_bottom_bar {
    display: none;
}

.ydmenubar {
    display: none;
}

@media screen and (max-width:1180px ) {
    .ny_news dl dd .nyn_af b {
        margin: 11px 20px 0;
    }
}

@media screen and (max-width:1160px ) {
    .mb_t {
        margin: 20px auto 0;
    }

    .telephone {
        display: none;
    }

    .mb_b li em {
        font-size: 15px;
    }

    .mdb dl {
        flex-wrap: wrap;
    }

    /* .mdb dl dt {
        width: 639px;
        height: 305px;
    } */

    .mdb dl dd {
        /* width: 550px;
        height: 375px;
        margin-top: -202px; */
    }

    .ca_bottom .cab_r {
        right: 0;
        z-index: 10px;
    }

    .ca_bottom .cab_l {
        left: 0;
        z-index: 10px;
    }

    .ca_box dl dd em {
        width: 40%;
    }
}

@media screen and (max-width:1055px ) {
    .join_ef ul li {
        margin-right: 2.52%;
    }

    .ny_news dl dd .nyn_af b {
        margin: 11px 10px 0;
    }

    .product_dl dl dt {
        height: 286px;
    }

    .magazine_list dl dt {
        height: 400px;
    }

    .mfb dl dt {
        height: 214px;
    }

    .ca_box dl dt {
        height: 315px;
    }
}

@media screen and (max-width:1055px ) {
    .head_nav {
        margin-left: 20px;
    }

    .customized_bf dd {
        padding-top: 50px;
    }
}

@media screen and (max-width:1000px ) {
    .head_nav li {
        padding: 0 11px;
    }

    .main_af li span {
        font-size: 45px;
    }

    .mbt_dt em {
        margin-top: 60px;
    }

    .mdb dl dd {
    }

    .contact {
        width: 94%;
        padding: 0 3%;
    }

    .contact_l {
        width: 100%;
        float: none;
    }

    .contact_r {
        width: 100%;
        margin-top: 30px;
    }

    .ny_titel {
        padding: 0 3% 15px;
    }

    .crumbs_box {
        padding: 0 3%;
    }

    .ft_bf {
        padding: 0 3%;
    }

    .fb_box {
        padding: 50px 3% 20px;
    }

    .main_bf {
        padding: 0 3%;
    }

    .md_t li {
        margin: 0 20px;
    }

    .mf_t {
        padding: 0 3%;
    }

    .mfb {
        padding: 0 3%;
    }

    .customized_af {
        padding: 0 3%;
    }

    .customized_bf {
        width: 94%;
    }

    .customized_cf {
        width: 94%;
        margin: 50px auto 0;
    }

    .cb_box {
        padding: 0 3%;
    }

    .product_dl {
        padding: 0 3%;
    }

    .product_special dt {
        width: 30%;
    }

    .product_dl dl dt {
        height: 256px;
    }

    .magazine_list dl dt {
        height: 380px;
    }

    .join_af {
        padding: 0 3%;
    }

    .join_ef {
        padding: 0 3%;
    }

    .join_bf dd p {
        margin-top: 30px;
    }

    .join_ff {
        padding: 0 3%;
    }

    .join_gf {
        padding: 0 3%;
    }

    .jg_b {
        justify-content: center;
        flex-wrap: wrap;
    }

    .jg_b li {
        margin: 0 30px 10px;
    }

    .jc_b {
        padding: 0 3%;
    }

    .jb_t {
        padding: 0 3%;
    }

    .ji_t {
        padding: 0 3%;
    }

    .ji_b {
        width: 94%;
        padding: 0 3%;
    }

    .jk_t {
        padding: 0 3%;
    }

    .ny_news dl {
        padding: 15px 3%;
    }

    .ny_news dl dd .nyn_af b {
        margin: 11px 5px 0;
    }

    .product_nav {
        padding: 0 3%;
    }

    .mfb dl dt {
        height: 214px;
    }

    .forclient_box_cf {
        display: none;
    }
}

@media screen and (max-width:930px ) {
    .logo {
        width: 145px;
    }

    .mdb_dd_l3 {
        margin-top: 30px;
    }

    .mdb_dd_r em {
        font-size: 20px;
    }

    .mdb_dd_r span {
        font-size: 12px;
    }

    .mfb dl dt {
        height: 179px;
    }

    .mian_gf dd a {
        font-size: 25px;
    }

    .ft_bf li {
        width: 120px;
    }

    .product_special .swiper-pagination {
        bottom: 5px !important;
    }

    .ca_box dl dt {
        height: 250px;
    }

    .ca_box dl dd {
        padding: 10px 5px;
    }

    .customized_bf dd p {
        width: 70%;
    }

    .customized_bf dd {
        padding-top: 20px;
    }

    .customized_cf li p {
        width: 80%;
    }

    .join_bf dd p {
        margin-top: 20px;
    }

    .ny_news dl dd .nyn_af b {
        width: 25px;
        margin: 11px 5px 0;
    }
}

@media screen and (max-width:880px ) {
    .head_nav li {
        padding: 0 5px;
    }

    .mbt_dt em {
        margin-top: 40px;
    }

    .product_nav dl dd {
        width: 70%;
    }

    .product_dl dl dt {
        height: 223px;
    }

    .magazine_list dl dt {
        height: auto;
    }

    .for_client {
        display: none;
    }

    .ny_news dl dd .nyn_af em {
        width: 70%;
    }

    .nyn_bf p {
        width: 70%;
    }

    .ja_af {
        width: 94%;
        background-size: 100% auto;
    }

    .join_lf dl dd {
        padding-top: 5px;
    }
}

@media screen and (max-width:780px ) {
    .ydmenubar {
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #f7f7f7;
        height: 70px;
        align-items: center;
    }

    .ydmenubar a {
        width: 125px;
        font-size: 25px;
        color: #323232;
        position: relative;
        text-align: center;
    }

    .ydmenubar a::after {
        width: 1px;
        height: 74%;
        background-color: #a3a3a3;
        content: '';
        position: absolute;
        left: 0;
        top: 15%;
    }

    .ydmenubar a:nth-child(1)::after {
        display: none;
    }

    .mdb_t .mdb_t_r, .mdb_t .mdb_t_l {
        display: none;
    }

    header {
        padding-top: 0;
    }

    .art-cont-wrap .Article .Article_time {
        font-size: 14px;
        line-height: 22px !important;
        padding-bottom: 10px;
    }

    .Article .Article_content {
        padding-top: 20px !important;
    }

    .ny_news dl dt {
        height: auto;
    }

    .fb_box ul li:nth-child(2) {
        display: none;
    }

    .fb_box ul li:nth-child(3) {
        display: none;
    }

    .fb_box ul li dl dd {
        display: block;
        float: left;
        margin-left: 10px;
    }

    .fb_box ul li dl dd span {
        display: block;
        font-size: 14px;
        color: #98806f;
        margin-top: 25px;
    }

    .fb_box ul li dl {
        overflow: hidden;
    }

    .fb_box ul li dl dt {
        float: left;
    }

    .mc_box li em {
        margin: 0;
    }

    .footer_b {
        margin-bottom: 0;
    }

    .yd_menu_bar {
        display: block;
        position: fixed;
        background-color: #ffffff;
        width: 65.38%;
        height: 100%;
        top: 0;
        right: -100%;
        transition: all 0.5s;
        z-index: 50;
    }

    .yd_menu_bar_1 {
        right: 0;
    }

    .yd_zzc {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
    }

    .yd_menu_bar_t {
        width: 30px;
        height: 30px;
        background-image: url(/JS9FH1OPUHcDnykKKHSdH1AOn0RsDy1G.jpg);
        background-size: 100% 100%;
        float: right;
        margin: 10px 10px 0 0;
    }

    .yd_menu_bar_b {
        width: 100%;
        height: 550px;
        margin-top: 40px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .yd_menu_bar_b::-webkit-scrollbar {
        display: none;
    }

    .yd_menu_bar_b li {
        border-bottom: 1px solid #eaeaea;
    }

    .yd_menu_bar_b li em {
        display: block;
        height: 50px;
        text-align: center;
        font-size: 14px;
        color: #333333;
        line-height: 50px;
        position: relative;
    }

    .yd_menu_bar_b li em a {
        color: #333333;
    }

    .yd_menu_bar_b li em b {
        width: 12px;
        height: 8px;
        display: block;
        position: absolute;
        top: 23px;
        right: 25%;
        background-image: url(/JS9FH1OPUHcDJT5DUHEoIt.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .yd_menu_bar_b li nav {
        display: none;
    }

    .yd_menu_bar_b li nav a {
        display: block;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #7b7b7b;
    }

    .yd_contact_banner {
        display: block;
        width: 100%;
    }

    .yd_contact_banner img {
        width: 100%;
        display: block;
    }

    .yd_group_banner {
        display: block;
        width: 100%;
    }

    .yd_group_banner img {
        width: 100%;
        display: block;
    }

    .join_banner img:nth-child(2) {
        display: block;
    }

    .join_banner img:nth-child(1) {
        display: none;
    }

    .banner {
        display: none;
    }

    .banner_1 {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .banner_1 .swiper-pagination {
        display: none;
    }

    .banner_1 .swiper-button-next {
        display: none;
    }

    .banner_1 .swiper-button-prev {
        display: none;
    }

    .contact_banner img:nth-child(2) {
        display: block;
    }

    .contact_banner img:nth-child(1) {
        display: none;
    }

    .product_banner img:nth-child(2) {
        display: block;
    }

    .product_banner img:nth-child(1) {
        display: none;
    }

    .group_bf li p {
        display: none;
    }

    /* .me_t img:nth-child(1) {
        display: none;
    }

    .me_t img:nth-child(2) {
        display: block;
    } */

    .head_box {
        display: none;
    }

    .ydh_t {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .yd_head {
        width: 94%;
        padding: 0 3%;
        display: block;
        height: 110px;
    }

    .yd_logo {
        width: 187px;
        height: 54px;
        margin-top: 20px;
    }

    .yd_logo img {
        width: 100%;
        display: block;
    }

    .yd_menu {
        width: 42px;
        height: 32px;
        position: absolute;
        right: 0;
        top: 50%;
        background-image: url(/JS9FH1OPUHcDnykKKHRoDIkH.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin-top: -16px;
    }

    .main_af {
        margin: 30px 0 70px;
    }

    .mb_t {
        width: 82.3%;
        margin: 30px auto;
    }

    .main_af li i b {
        top: 2px;
        right: 19%;
    }

    .mb_t dt {
        width: 100%;
    }

    .mb_t dd {
        width: 100%;
    }

    .mb_t dd img {
        display: none;
    }

    .mb_t dd .mbt_dt {
        position: unset;
        width: 100%;
        padding: 0;
        border: 1px solid #e8dad0;
    }

    .mb_t dd .mbt_dt em {
        text-align: center;
    }

    .mbt_dt p {
        margin: 0 auto 80px;
    }

    .mbt_dt a {
        right: 50%;
        bottom: -10px;
        top: auto;
        margin-right: -45px;
    }

    .mbt_dt::after {
        width: 180px;
        height: 22px;
        top: auto;
        right: 50%;
        margin-right: -90px;
    }

    .mb_b li p {
        display: none;
    }

    .mc_box li::after {
        display: none;
    }

    .mc_box {
        width: 95.3%;
    }

    .main_cf {
        height: 450px;
        background-image: url(/JS9FH1OPUHcDnykEoSMFU1uQHj.jpg);
        background-size: 100% auto;
    }

    .mc_box {
        margin-top: 280px;
    }

    .mc_box li {
        padding: 20px 0;
    }

    .md_t .swiper-wrapper {
        flex-wrap: wrap;
    }

    .md_t li {
        margin: 0 10% 20px;
    }

    .md_b {
        width: 100%;
        padding: 0;
    }

    .mdb dl {
        background-color: #f9f9f9;
    }

    .mdb dl dt {
        width: 100%;
        height: 100%;
    }

    .mdb dl dd {
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
    }

    .mdb_b {
        width: 100%;
        display: block;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 8px;
        z-index: 1;
    }

    .mdb_b .swiper-pagination-bullet {
        opacity: 1;
        background-color: #ae7a55;
        margin: 0 1%;
    }

    .mdb_b .swiper-pagination-bullet-active {
        background-color: #3e3e3e;
    }

    .mdb_dd_r {
        float: right;
        margin: 0 5% 0 0;
    }

    .main_ef .mb_title a {
        display: none;
    }

    .yd_more {
        display: block;
        width: 320px;
        height: 70px;
        line-height: 72px;
        text-align: center;
        border-radius: 50px;
        color: #ae7a55 !important;
        border: 1px solid #ae7a55;
        margin: 45px auto;
        font-size: 25px;
    }

    .meb_t li img {
        width: 100%;
        display: block;
    }

    .meb_t {
        /*padding: 0 2%;*/
    }

    .meb_t li {
        width: 19.5%;
    }

    .main_ff {
        width: 83%;
        padding: 0 8.5%;
        background-color: unset;
        position: relative;
    }

    .mf_b {
        background-color: unset;
        padding: 0;
        position: relative;
    }

    .mft_r {
        display: none;
    }

    .mfb {
        overflow: hidden;
    }

    .mfb dl {
        width: 99.5%;
        margin-right: 0;
        border: 1px solid #d5b383;
    }

    .mfb_b .mfbb_l {
        width: 15px;
        height: 47px;
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -23px;
        background-image: url(/JS9FH1OPUI5DI25ToStoDIkH.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .mfb_b .mfbb_r {
        width: 15px;
        height: 47px;
        position: absolute;
        top: 50%;
        right: -30px;
        margin-top: -23px;
        background-image: url(/JS9FH1OPUI5DI25ToRLoDIkH.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .mfb dl dt {
        /*height: auto;*/
        height: 179px;
    }

    .mfb {
        padding: 3px;
    }

    .mfb dl dd {
        padding: 5%;
    }

    .mfb dl dd em a {
        color: #d5b383;
    }

    .mfb dl dd span {
        color: #d5b383;
    }

    .mfb dl dd p {
        color: #d5b383;
        min-height:24px;
    }

    .mfb dl dd .mfb_more {
        color: #ba8e6f;
        background-image: url(/JS9FH1OPUI5JDJ5JE2gHU0WqHj.jpg);
    }

    .mian_gf dt img:nth-child(1) {
        display: none;
    }

    .mian_gf dt img:nth-child(2) {
        display: block;
    }

    .mian_gf dd {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .mian_gf dd ul {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    .mian_gf dd ul li:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .mian_gf dd ul li:nth-child(2) {
        margin: 0;
    }

    .ft_af li {
        text-align: center;
    }

    .ft_af li img {
        width: 80%;
    }

    .ft_cf {
        display: none;
    }

    .ft_bf {
        flex-wrap: wrap;
        padding: 0 11%;
    }

    .ft_bf li {
        width: 28%;
        margin: 25px 0;
    }

    .ft_af {
        margin-bottom: 0px;
    }

    .fb_box {
        display: block;
    }

    .fb_box ul {
        width: 100%;
    }

    .fb_box ul:nth-child(1) {
        display: none;
    }

    .fb_box ul:nth-child(2) {
        display: none;
    }

    .fb_p {
        text-align: center;
    }

    .crumbs_l {
        display: none;
    }

    .crumbs_r {
        float: none;
        margin: 10px auto;
    }

    .product_brand dd {
        padding-top: 20px;
    }

    .product_dl dl {
        width: 100%;
        margin-right: 0;
    }

    .product_dl dl dt {
        height: auto;
    }

    .product_dl dl dt img {
        width: 100%;
    }

    .for_client {
        position: unset;
        display: block;
        height: auto;
        background-image: url(/JS9FH1OPUIIoE25EK11DK0MfIyVsJRAG.jpg);
        background-position: center;
        background-size: 100% auto;
        overflow: hidden;
        padding: 35px 0 60px;
    }

    .forclient_box_af {
        display: none;
    }

    .forclient_box_bf {
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .forclient_box_bf em {
        display: block;
        text-align: center;
        font-size: 35px;
        color: #ffffff;
        margin-bottom: 10px;
        width: 100%;
    }

    .forclient_box_bf input {
        display: block;
        width: 400px;
        height: 60px;
        margin: 0 auto 35px;
        font-size: 28px;
    }

    .forclient_box_bf .fcbb_button {
        width: 350px;
    }

    .yd_bottom_bar {
        width: 100%;
        height: 85px;
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #ae7a55;
        z-index: 10000;
    }

    .yd_bottom_bar li {
        width: 20%;
        height: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .yd_bottom_bar li i {
        width: 38px;
        height: 38px;
        display: block;
        margin: 0 auto;
        background-size: 100% 100%;
    }

    .yd_bottom_bar li em {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 21px;
        color: #ffffff;
    }

    .yd_bottom_bar li em a {
        color: #ffffff;
    }

    .yd_bottom_bar li:nth-child(1) i {
        background-image: url(/JS9FH1OPUHcDnyAqE0OnKT1EIHpNURAnHt.jpg);
    }

    .yd_bottom_bar li:nth-child(2) i {
        background-image: url(/JS9FH1OPUHcDnyAqE0OnKT1EIHpQURAnHt.jpg);
    }

    .yd_bottom_bar li:nth-child(3) {
        background-image: url(/JS9FH1OPUHcDnyAqE0OnKT1EIHpRURAnHt.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;
    }

    .yd_bottom_bar li:nth-child(4) i {
        background-image: url(/JS9FH1OPUHcDnyAqE0OnKT1EIHpPURAnHt.jpg);
    }

    .yd_bottom_bar li:nth-child(5) i {
        background-image: url(/JS9FH1OPUHcDnyAqE0OnKT1EIHpSURAnHt.jpg);
    }

    .yd_bottom_bar li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .product_brand dd {
        width: 85.8%;
        height: auto;
        overflow: hidden;
    }

    .pbdd_l {
        width: 85%;
        padding: 0 7.5%;
        margin-left: 0;
        overflow: hidden;
    }

    .pbdd_l span {
        float: left;
    }

    .pbdd_l em {
        width: 245px;
        float: right;
        margin-top: 15px;
    }

    .pbdd_l em i {
        background-color: unset;
        font-size: 26px;
    }

    .pbdd_l em::after {
        width: 50px;
        left: 0;
    }

    .pbdd_l em::before {
        width: 50px;
        height: 1px;
        background-color: #1b2f50;
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        z-index: -1;
    }

    .pbdd_r {
        width: 92.5%;
        margin-top: 60px;
        padding-bottom: 30px;
    }

    .pbdd_r p {
        width: 90%;
        font-size: 20px;
        line-height: 35px;
    }

    .pbdd_r em {
        font-size: 29px;
    }

    .product_brand_xl a::after {
        display: none;
    }

    .product_brand_xl {
        padding-top: 10px;
    }

    .product_brand_xl a {
        width: 160px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border: 1px solid #959595;
        margin-bottom: 20px;
        padding: 0;
    }

    .pbxl_mf a {
        width: 130px;
    }

    .product_nav dl {
        border-bottom: 1px solid #c5c5c5;
    }

    .product_nav dl dt {
        width: 45%;
        line-height: 60px;
        font-size: 20px;
    }

    .product_nav dl dd {
        width: 52%;
    }

    .product_nav dl dd a {
        line-height: 60px;
        font-size: 20px;
    }

    .product_special dd {
        width: 100%;
    }

    .product_special dt {
        width: 90%;
        padding: 3% 5%;
    }

    .product_special dt i {
        float: left;
    }

    .product_special dt em {
        float: left;
        margin: 15px 0 0 20px;
    }

    .product_special dt p {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .product_special .swiper-pagination {
        width: 100%;
        text-align: center;
        bottom: 10px !important;
    }

    .myt_l {
        width: 100%;
        text-align: center;
    }

    .nyt_r {
        width: 100%;
        text-align: center;
    }

    .nyt_r a {
        width: 160px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border: 1px solid #959595;
        margin-bottom: 20px;
        padding: 0;
        display: inline-block;
    }

    .nyt_r a::before {
        display: none;
    }

    .ny_titel {
        border-bottom: 0;
    }

    .ny_news dl {
        width: 83.3%;
        margin: 0 auto 30px;
        border: 1px solid #d5b383;
        padding: 0;
    }

    .ny_news dl dt {
        width: 100%;
        height: auto;
    }

    .ny_news dl dd {
        width: 94%;
        padding: 0 3%;
    }

    .ny_news dl dd .nyn_af em {
        width: 100%;
        float: none;
        display: block;
        margin-top: 20px;
    }

    .ny_news dl dd .nyn_af em a {
        font-size: 30px;
        color: #ba8e6f;
    }

    .ny_news dl dd .nyn_af b {
        display: none;
    }

    .ny_news dl dd .nyn_af span {
        float: none;
        font-size: 20px;
        color: #ba8e6f;
        margin: 20px 0;
        display: block;
    }

    .nyn_bf p {
        width: 100%;
        color: #ba8e6f;
        float: none;
        font-size: 20px;
        line-height: 40px;
    }

    .nyn_bf a {
        width: 40px;
        font-size: 18px;
        color: #ba8e6f;
        display: inline-block;
        height: 21px;
        line-height: 21px;
        padding-right: 30px;
        background-image: url(/JS9FH1OPUI5JDJ5JE2gHU0WqHj.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
        margin-top: 30px;
        margin-bottom: 40px;
        transition: all 0.5s;
    }

    .nyn_bf a i {
        display: block;
        color: #ba8e6f;
    }

    .ja_af em {
        font-size: 32px;
    }

    .ja_af {
        width: 100%;
    }

    .ja_cf {
        flex-wrap: wrap;
    }

    .ja_cf li {
        width: 48%;
        margin-bottom: 20px;
    }

    .join_bf dd p em {
        font-size: 32px;
    }

    .join_bf dt img:nth-child(2) {
        display: block;
    }

    .join_bf dt img:nth-child(1) {
        display: none;
    }

    .join_bf dd p {
        margin-top: 50px;
    }

    .join_ef ul li {
        margin-right: 2.45%;
    }

    .jf_b {
        flex-wrap: wrap;
    }

    .jf_b dl {
        width: 45%;
        margin-bottom: 20px;
    }

    .jg_t img:nth-child(2) {
        display: block;
    }

    .jg_t img:nth-child(1) {
        display: none;
    }

    .jg_b {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .jg_b li {
        width: 170px;
        margin: 0 0 10px;
    }

    .jc_b dl {
        height: 100px;
    }

    .ji_t li {
        width: 30%;
        margin-right: 5%;
    }

    .ji_t li:nth-child(5n) {
        margin-right: 5%;
    }

    .ji_t li:nth-child(4) {
        margin-right: 0;
    }

    .ji_t li:nth-child(7) {
        margin-right: 0;
    }

    .ji_t li:nth-child(10) {
        margin-right: 0;
    }

    .ji_t li:nth-child(1) {
        float: none;
        margin: 0 auto 50px;
    }

    .ji_b img:nth-child(2) {
        display: block;
    }

    .ji_b img:nth-child(1) {
        display: none;
    }

    .join_lf dl {
        width: 94%;
        padding: 0 3%;
    }

    .join_lf dl dt {
        width: 100%;
        padding: 0px;
        padding-top: 60px;
    }

    .jl_t img:nth-child(2) {
        display: block;
    }

    .jl_t img:nth-child(1) {
        display: none;
    }

    .join_lf dl dd {
        width: 100%;
        margin-top: 50px;
    }

    .join_lf dl dd p {
        margin-top: 40px;
    }

    .md_t {
        flex-wrap: wrap;
    }

    .group_af {
        display: none;
    }

    .gc_l {
        width: 100%;
    }

    .gc_l li:nth-child(2) {
        display: none;
    }

    .gc_r {
        width: 94%;
        padding: 0 3%;
    }

    .ca_box dl {
        width: 98%;
    }

    .ca_box dl dt {
        height: auto;
    }

    .customized_af {
        padding: 5%;
        width: 86%;
    }

    .customized_bf {
        width: 100%;
        border: 0;
        padding: 0;
        background-color: #f8f6f6;
    }

    .customized_bf dt {
        width: 100%;
        float: none;
    }

    .customized_bf dd {
        width: 87.17%;
        float: none;
        background-color: #ffffff;
        position: relative;
        top: -60px;
        margin: 0 auto;
        overflow: hidden;
    }

    .customized_bf dd p {
        width: 83%;
    }

    .cb_input {
        display: block;
    }

    .cb_input input {
        display: block;
        width: 480px;
        height: 60px;
        font-size: 31px;
        margin: 0 auto 20px;
    }

    .contact {
        width: 100%;
        padding: 0;
    }

    .contact_r {
        padding: 0 10%;
    }

    .cr_b dl {
        float: left;
    }

    .cr_b p {
        float: left;
        margin-left: 20px;
    }

    .cr_b p span {
        display: block;
        margin-right: 0;
        margin-top: 30px;
    }

    .floating {
        bottom: 25%;
        right: -8%;
    }

    .floating li {
        width: 60%;
    }

    .floating li .box,
    .floating li.opbox:hover .box {
        display: none;
    }

    .join_bf dd p {
        width: 94%;
        background-size: 100% auto;
    }
}

@media screen and (max-width:650px ) {
    .join_ef ul li {
        margin-right: 2.35%;
    }

    .join_bf dd p em {
        font-size: 29px;
    }

    .join_bf dd p {
        margin-top: 40px;
    }

    .jg_b li {
        width: 24%;
    }

    .jc_t li {
        width: 150px;
        height: 150px;
    }

    .jk_t li {
        width: 80%;
        padding: 0 10%;
        line-height: 28px;
    }

    .fb_box {
        padding-left: 15%;
    }

    .fb_box ul li {
        margin-bottom: 15px;
    }

    .fb_box ul li:nth-child(1) {
        margin-bottom: 25px;
    }

    .fb_box ul {
        margin-bottom: 35px;
    }

    .product_title p br {
        display: none;
    }

    .product_title p i {
        display: block;
    }

    .main_af li span {
        font-size: 28px;
    }

    .main_af li i {
        font-size: 14px;
    }

    .main_af li i b {
        font-size: 20px;
        top: 7px;
    }

    .main_af {
        margin-bottom: 50px;
    }

    .mb_title em {
        font-size: 25px;
    }

    .mb_title span {
        margin-top: 5px;
    }
}

@media screen and (max-width:550px ) {
    .ydmenubar {
        height: 50px;
    }

    .ydmenubar a {
        font-size: 18px;
    }

    .product_nav dl dt {
        width: 45%;
    }

    .product_nav dl dd {
        width: 50%;
        height: 30px;
        overflow: hidden;
        padding-right: 5%;
        position: relative;
    }

    .product_nav dl dd b {
        width: 10px;
        height: 17px;
        display: block;
        position: absolute;
        right: 5px;
        top: 7px;
    }

    .product_nav dl .dd_1 b {
        /*transform: rotate(90deg);*/
    }

    .product_nav dl .dd_1 {
        height: auto;
    }

    .product_nav dl {
        margin-bottom: 0px;
    }

    .yd_head {
        height: 80px;
    }

    .yd_logo {
        width: 150px;
    }

    .yd_menu {
        width: 26px;
        height: 21px;
        margin-top: -10px;
    }

    .crumbs_r {
        width: 300px;
        height: 35px;
        margin: 15px auto;
    }

    .crumbs_r .crumbs_r_text {
        width: 60%;
    }

    .crumbs_r .crumbs_r_botton {
        width: 57px;
        height: 35px;
        background-size: 100% auto;
    }

    .ny_titel {
        margin-top: 30px;
    }

    .myt_l em {
        font-size: 25px;
    }

    .myt_l span {
        font-size: 12px;
    }

    .contact {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .cr_t em {
        font-size: 18px;
    }

    .cr_t p {
        font-size: 16px;
    }

    .cr_b em {
        display: none;
    }

    .cr_b {
        margin-top: 0;
    }

    .cr_b dl {
        margin: 0;
    }

    .cr_b dl dd {
        font-size: 12px;
        margin-top: 5px;
    }

    .ft_af {
        margin-bottom: 20px;
    }

    .ft_af li img {
        width: 70%;
    }

    .ft_af li::after {
        height: 25px;
        top: 10px;
    }

    .ft_af {
        padding: 0 3%;
    }

    .fb_box ul li p {
        font-size: 16px;
    }

    .forclient_box_bf input {
        width: 250px;
        height: 40px;
        font-size: 17px;
        margin-bottom: 15px;
    }

    .forclient_box_bf .fcbb_button {
        width: 200px;
    }

    .forclient_box_bf em {
        font-size: 25px;
    }

    .yd_bottom_bar {
        height: 65px;
    }

    .yd_bottom_bar li em {
        font-size: 17px;
    }

    .yd_bottom_bar li i {
        width: 29px;
        height: 29px;
    }

    .fb_box {
        padding-top: 30px;
    }

    .ft_bf li {
        margin: 20px 0;
    }

    .nyt_r {
        width: 90%;
        padding: 0 5%;
    }

    .nyt_r a {
        width: 120px;
        height: 35px;
        line-height: 37px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .nyt_r {
        margin-top: 20px;
    }

    .customized_af {
        margin: 0 auto 40px;
        padding: 0 5%;
    }

    .customized_cf li i {
        width: 56px;
        height: 56px;
    }

    .customized_cf li em {
        font-size: 32px;
    }

    .customized_cf li::before {
        height: 200px;
    }

    .cb_input input {
        width: 300px;
        height: 40px;
        font-size: 17px;
    }

    .gc_r {
        width: 90%;
        padding: 5%;
    }

    .ja_af em {
        font-size: 23px;
        line-height: 29px;
    }

    .ja_bf {
        width: 300px;
        height: 35px;
        line-height: 37px;
        font-size: 18px;
    }

    .ja_cf li i {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }

    .ja_cf li i img {
        width: 100%;
        display: block;
    }

    .ja_cf li em {
        font-size: 18px;
        line-height: 30px;
    }

    .ja_cf li b {
        width: 40px;
        margin: 35px auto 25px;
    }

    .join_bf dd p {
        margin-top: 30px;
    }

    .join_bf dd p em {
        font-size: 23px;
    }

    .join_bf {
        margin: 10px 0 15px;
    }

    .jf_t {
        font-size: 23px;
    }

    .join_ef ul li {
        margin-right: 2.15%;
        margin-top: 15px;
        height: 65px;
        line-height: 67px;
        font-size: 16px;
    }

    .join_ef {
        margin-bottom: 25px;
    }

    .jf_b dl dt {
        width: 80px;
    }

    .jf_b dl dt img {
        width: 100%;
    }

    .jf_b dl dd em {
        font-size: 23px;
    }

    .jf_b {
        margin-bottom: 20px;
    }

    .join_gf {
        margin-top: 15px;
    }

    .jg_t {
        margin: 25px auto;
    }

    .jg_b li {
        font-size: 15px;
    }

    .jc_t li {
        width: 130px;
        height: 130px;
    }

    .jf_t i {
        font-size: 48px;
    }

    .jc_t {
        margin: 20px auto;
    }

    .jc_b dl dt {
        width: 40px;
        height: 40px;
    }

    .jc_b dl dd {
        font-size: 18px;
    }

    .jc_b dl {
        height: 80px;
        margin-bottom: 15px;
    }

    .jc_b {
        margin-bottom: 20px;
    }

    .jb_p {
        margin-bottom: 20px;
    }

    .jb_p p {
        font-size: 16px;
        line-height: 25px;
    }

    .jb_t li {
        margin-bottom: 10px;
    }

    .jh_em {
        font-size: 24px;
    }

    .ji_t li {
        margin-bottom: 20px;
    }

    .ji_t li:nth-child(1) {
        margin-bottom: 20px;
    }

    .join_kf {
        margin: 25px auto 30px;
    }

    .jk_t li {
        width: 90%;
        padding: 0 5%;
        font-size: 16px;
        border-radius: 10px;
        line-height: 25px;
    }

    .join_lf dl {
        width: 90%;
        padding: 0 5%;
    }

    .join_lf dl dt {
        padding-top: 40px;
    }

    .join_lf dl dt span {
        font-size: 22px;
    }

    .join_lf dl dd p {
        margin-top: 30px;
    }

    .ny_news dl dd .nyn_af em a {
        font-size: 20px;
    }

    .ny_news dl dd .nyn_af span {
        font-size: 14px;
        margin: 10px 0;
    }

    .ny_news dl dd {
        width: 90%;
        padding: 0 5%;
    }

    .nyn_bf {
        margin-top: 0px;
    }

    .nyn_bf p {
        font-size: 14px;
        line-height: 23px;
    }

    .yd_more {
        width: 250px;
        height: 50px;
        line-height: 52px;
        font-size: 22px;
    }

    .product_nav dl dt {
        font-size: 14px;
        line-height: 30px;
    }

    .product_nav dl dd a {
        font-size: 14px;
        line-height: 30px;
    }

    .product_title em {
        font-size: 25px;
    }

    .product_title p {
        margin-top: 10px;
    }

    .pbdd_l span {
        height: auto;
        text-align: left;
    }

    .pbdd_l span img {
        width: 80%;
    }

    .pbdd_l em {
        width: 200px;
        margin-top: 0;
    }

    .pbdd_l em i {
        font-size: 20px;
    }

    .pbdd_l em::before {
        width: 40px;
    }

    .pbdd_l em::after {
        width: 40px;
    }

    .pbdd_r {
        margin-top: 30px;
    }

    .pbdd_r em {
        font-size: 22px;
    }

    .pbdd_r p {
        font-size: 16px;
        line-height: 25px;
    }

    .product_brand_xl a {
        width: 120px;
        height: 45px;
        line-height: 47px;
        font-size: 15px;
    }

    .product_brand_xl {
        padding: 0 5%;
    }

    .pbxl_mf {
        padding: 0;
    }

    .pbxl_mf a {
        height: 45px;
        line-height: 47px;
    }

    .mbt_dt em {
        font-size: 20px;
        margin: 30px 0 20px;
    }

    .mbt_dt p {
        margin-bottom: 60px;
    }

    .mb_b li i {
        width: 40px;
        height: 40px;
    }

    .mb_b li em {
        font-size: 18px;
        line-height: 50px;
    }

    .mb_b {
        margin-top: 50px;
    }

    .main_cf {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .mc_box li i {
        width: 50px;
        height: 45px;
    }

    .mc_box li i img {
        width: 100%;
    }

    .mc_box li em {
        font-size: 16px;
    }

    .main_cf {
        height: 310px;
    }

    .mc_box {
        margin-top: 180px;
    }

    .mc_box li {
        padding: 10px 0;
    }

    .md_t li {
        width: 135px;
    }

    .mdb_dd_l {
        padding: 40px 0 0 50px;
    }

    .mdb dl dd {
        height: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .mdb_dd_l2 {
        margin-top: 40px;
    }

    .mdb dl dd {
        top: -60px;
    }

    .mdb_b {
        bottom: 8px;
    }

    .main_ef {
        margin: 30px 0;
    }

    .me_t {
        margin: 30px 0 0;
    }

    .mft_l em {
        font-size: 25px;
    }

    .mft_l span {
        font-size: 12px;
    }
}

@media screen and (max-width:450px ) {
    .ydmenubar {
        height: 40px;
    }

    .ydmenubar a {
        font-size: 16px;
    }

    #container7301987a27db800b9bf5f9aad4c4129d_7 {
        height: 180px !important;
    }

    .fb_box ul li dl dd span {
        font-size: 16px;
    }

    .product_nav dl dd a:hover, .product_nav dl dd a.cur {
        color: #ae7a55 !important;
        background-color: #ffffff !important;
    }

    .mfb_b .mfbb_r {
        right: -25px;
    }

    .mfb_b .mfbb_l {
        left: -25px;
    }

    .product_nav dl dt i {
        display: none;
    }

    .product_nav dl dt {
        width: 25%;
    }

    .product_nav dl dd {
        width: 70%;
        height: 30px;
        overflow: hidden;
        padding-right: 5%;
        position: relative;
    }

    .product_nav dl dd b {
        width: 25px;
        height: 17px;
        background: no-repeat;
        display: block;
        position: absolute;
        right: 5px;
        top: 7px;
        color: #8c8c8c;
        font-weight: normal;
    }

    .product_nav dl .dd_1 b {
        /*transform: rotate(90deg);*/
    }

    .product_nav dl .dd_1 {
        height: auto;
    }

    .product_nav dl {
        margin-bottom: 0px;
    }

    .fb_box {
        padding-left: 10%;
    }

    .fb_p {
        line-height: 20px;
        overflow: hidden;
    }

    .fb_p p {
        margin-top: 10px;
    }

    .forclient_box_bf input {
        margin-bottom: 20px;
    }

    .yd_bottom_bar li em {
        font-size: 14px;
    }

    .yd_bottom_bar li i {
        width: 25px;
        height: 25px;
    }

    .crumbs_r {
        width: 250px;
        height: 30px;
    }

    .crumbs_r .crumbs_r_text {
        height: 100%;
    }

    .crumbs_r .crumbs_r_botton {
        height: 30px;
        width: 49px;
    }

    .nyt_r a {
        width: 100px;
        height: 30px;
        line-height: 32px;
        font-size: 14px;
    }

    .cr_t p {
        font-size: 15px;
    }

    .cr_b dl {
        width: 88px;
    }

    .cr_b dl dt img {
        width: 100%;
    }

    .cr_b p span {
        font-size: 16px;
    }

    .ft_bf li {
        margin: 10px 0;
    }

    .cab_b {
        width: 85px;
    }

    .cab_b img {
        width: 100%;
    }

    .cab_t i {
        width: 16px;
        height: 14px;
        margin: 22px 0 15px 45px;
    }

    .cab_t span {
        font-size: 12px;
        margin-top: 2px;
    }

    .ca_box dl dd em {
        line-height: 80px;
    }

    .ca_box dl dd em {
        font-size: 15px;
    }

    .ca_bottom .cab_r {
        width: 20px;
        height: 35px;
    }

    .ca_bottom .cab_l {
        width: 20px;
        height: 35px;
    }

    .customized_bf dd p {
        line-height: 24px;
    }

    .customized_bf dd {
        border-radius: 5px;
        top: -45px;
    }

    .customized_cf li i {
        width: 40px;
        height: 40px;
    }

    .customized_cf li em {
        font-size: 23px;
    }

    .customized_cf li p {
        line-height: 20px;
    }

    .customized_cf li::before {
        height: 160px;
    }

    .myt_l em {
        font-size: 22px;
    }

    .customized_df .mb_title {
        padding: 25px 0 15px;
    }

    .mb_title em {
        font-size: 22px;
    }

    .md_t li {
        width: 130px;
    }

    .group_bf {
        margin: 15px 0;
    }

    .group_cf {
        margin-top: 0;
    }

    .gc_r b {
        font-size: 16px;
    }

    .ja_af em {
        font-size: 18px;
        line-height: 24px;
    }

    .ja_bf {
        width: 230px;
        font-size: 14px;
        height: 30px;
        line-height: 32px;
    }

    .ja_af {
        margin-bottom: 20px;
    }

    .ja_cf {
        margin-top: 15px;
    }

    .join_bf dd p em {
        font-size: 20px;
    }

    .jf_t {
        font-size: 18px;
    }

    .join_ef ul li {
        font-size: 14px;
        height: 55px;
        line-height: 57px;
    }

    .jf_b dl dd p {
        font-size: 12px;
        line-height: 20px;
    }

    .jf_b dl {
        margin-bottom: 15px;
    }

    .jf_b dl dt {
        width: 60px;
        height: 62px;
    }

    .jf_b dl dd em {
        font-size: 19px;
        margin: 8px 0 2px;
    }

    .jf_b {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .jf_t i {
        font-size: 40px;
    }

    .jg_b li {
        height: 32px;
        line-height: 34px;
        font-size: 14px;
    }

    .jc_t li {
        width: 100px;
        height: 100px;
    }

    .jc_b dl {
        margin-right: 3.5%;
        height: 60px;
        border-radius: 5px;
    }

    .jc_b dl dt {
        width: 35px;
        height: 35px;
    }

    .jc_b dl dd {
        font-size: 15px;
    }

    .jb_p p {
        font-size: 14px;
        line-height: 22px;
    }

    .join_df {
        padding: 10px 0 15px;
    }

    .jh_em {
        font-size: 18px;
        margin: 8px 0 10px;
    }

    .join_hf {
        margin-bottom: 10px;
    }

    .ji_t {
        margin-top: 35px;
    }

    .ji_b {
        margin-top: 15px;
    }

    .join_kf {
        margin-top: 15px;
    }

    .jk_t {
        margin-top: 15px;
    }

    .jk_t li {
        font-size: 14px;
        line-height: 22px;
        height: 100px;
    }

    .join_lf dl dt em {
        font-size: 22px;
    }

    .join_lf dl dt span {
        font-size: 18px;
        margin-top: 8px;
    }

    .join_lf dl dd em {
        font-size: 18px;
    }

    .join_lf dl dd {
        margin-top: 35px;
    }

    .inout_2 input {
        font-size: 12px;
    }

    .inout_1 input {
        font-size: 12px;
    }

    .inout_3 textarea {
        font-size: 12px;
    }

    .inout_4 input {
        width: 120px;
        height: 30px;
        font-size: 15px;
    }

    .join_lf dl dd p {
        margin-top: 25px;
    }

    .ny_news dl dd .nyn_af em {
        font-size: 16px;
    }

    .ny_news dl dd .nyn_af span {
        margin: 6px 0;
    }

    .yd_more {
        width: 200px;
        height: 40px;
        line-height: 42px;
        font-size: 18px;
    }

    .product_dl dl dd em {
        font-size: 20px;
        line-height: 60px;
    }

    .product_dl dl dd p a {
        width: 120px;
        height: 32px;
        line-height: 34px;
        font-size: 16px;
    }

    .product_dl dl dd p span {
        width: 120px;
        height: 32px;
        line-height: 34px;
        font-size: 16px;
    }

    .ft_af li::after {
        top: 4px;
    }

    .pbdd_r p {
        font-size: 14px;
        margin-top: 15px;
    }

    .pbdd_r em {
        font-size: 18px;
    }

    .pbdd_l span img {
        width: 80%;
    }

    .pbdd_l span {
        width: 40%;
    }

    .pbdd_l em {
        width: 160px;
    }

    .pbdd_l em i {
        font-size: 18px;
    }

    .pbdd_l em::before {
        width: 30px;
    }

    .pbdd_l em::after {
        width: 30px;
    }

    .pbdd_r {
        padding-bottom: 20px;
    }

    .product_title p {
        font-size: 12px;
        line-height: 22px;
    }

    .product_brand_xl a {
        width: 100px;
        height: 35px;
        line-height: 37px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .product_brand_xl {
        margin-bottom: 10px;
    }

    .product_dl dl {
        margin-bottom: 20px;
    }

    .main_af li em {
        font-size: 12px;
    }

    .main_af li i {
        font-size: 12px;
    }

    .main_af li span {
        font-size: 22px;
    }

    .main_af {
        margin: 18px 0 45px;
    }

    .main_af li i b {
        font-size: 16px;
    }

    .mbt_dt em {
        font-size: 18px;
        margin: 20px 0 15px;
    }

    .mb_title span {
        font-size: 12px;
    }

    .mb_title em {
        font-size: 20px;
    }

    .mbt_dt p {
        margin-bottom: 40px;
    }

    .mb_b li i {
        width: 35px;
        height: 35px;
    }

    .mb_b li em {
        font-size: 16px;
    }

    .main_cf {
        height: 245px;
        background-repeat: no-repeat;
    }

    .mc_box {
        margin-top: 140px;
    }

    .mc_box li i {
        height: 35px;
    }

    .md_t li {
        width: 110px;
    }

    .mdb_dd_l {
        padding: 20px 0 0 30px;
    }

    .mdb_dd_l1 img {
        width: 50%;
    }

    .mdb_dd_r em {
        padding-top: 20px;
    }

    .mdb_dd_r span {
        padding-top: 27px;
    }

    .mdb_dd_l2 {
        margin-top: 30px;
    }

    .mdb_dd_l3 {
        padding-left: 120px;
    }

    .mdb_dd_l1 {
        height: 40px;
    }

    .main_ef {
        margin: 15px 0 25px;
    }

    .yd_more {
        margin: 30px auto;
    }

    .meb_t {
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0;
    }

    .meb_t li {
        /*width: 25.5%;
        margin: 10px 3%;*/
        width: 18%;
        margin: 10px 1%;
    }

    .mft_l em {
        font-size: 20px;
    }

    .mf_b {
        margin-top: 15px;
    }

    .mian_gf dd a {
        font-size: 22px;
    }

    .cb_input {
        margin-bottom: 30px;
    }

    .customized_df {
        padding-bottom: 30px;
    }

    .ft_af {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .ft_af li {
        width: 50%;
        margin: 10px 0;
    }

    .ft_af li:nth-child(3)::after {
        display: none;
    }
}

@media screen and (max-width:450px ) {
    .nyn_bf p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pbxl_mf a {
        width: 90px;
    }

    .product_special dt i {
        width: 40%;
    }

    .product_special dt i img {
        width: 80%;
    }

    .product_special dt em {
        font-size: 13px;
        margin-left: 5px;
    }

    .product_special .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .join_ef ul li {
        margin-right: 2%;
    }

    .join_bf dd p em {
        font-size: 18px;
    }

    .join_bf dd p {
        margin-top: 25px;
    }

    .ja_cf li i {
        width: 80px;
        height: 80px;
        margin: 28px auto 20px;
    }

    .ja_cf li em {
        font-size: 16px;
        line-height: 25px;
    }

    .ja_cf li b {
        margin: 25px auto 15px;
    }

    .jf_t {
        font-size: 16px;
    }

    .jf_t i {
        font-size: 30px;
    }

    .jf_b dl {
        width: 50%;
    }

    .jg_t {
        margin: 15px auto;
    }

    .join_lf dl dt {
        padding-top: 30px;
    }

    .mdb_dd_r em {
        width: 25px;
        font-size: 18px;
    }
}

@media screen and (max-width:375px ) {
    .ydmenubar {
        height: 30px;
    }

    .ydmenubar a {
        font-size: 14px;
    }

    .mc_box li em {
        font-size: 15px;
    }

    .mfb_b .mfbb_l, .mfb_b .mfbb_r {
        width: 15px;
        height: 27px;
    }

    .fb_box ul li dt b {
        font-size: 12px;
        margin-top: 5px;
    }

    .fb_box ul li dl dd span {
        font-size: 14px;
        margin-top: 20px;
    }

    .myt_l em {
        font-size: 20px;
    }

    .myt_l span {
        margin-top: 5px;
    }

    .nyt_r a {
        width: 90px;
    }

    .ca_bottom .cab_r, .ca_bottom .cab_l {
        width: 15px;
        height: 27px;
    }

    .ca_box dl dd em {
        font-size: 14px;
    }

    .cab_t i {
        width: 10px;
        height: 9px;
        margin: 22px 0 7px 45px;
    }

    .cab_b {
        width: 75px;
        margin-left: 5px;
    }

    .ca_box dl dd em {
        line-height: 68px;
    }

    .customized_bf dd p {
        font-size: 14px;
        line-height: 22px;
    }

    .customized_cf li p {
        width: 90%;
    }

    .customized_cf li em {
        font-size: 20px;
    }

    .customized_cf li::before {
        height: 180px;
    }

    .cb_input input {
        width: 220px;
        height: 35px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .meb_b {
        width: 150px;
        height: 30px;
        font-size: 15px;
    }

    .ft_af {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .fb_box {
        padding-top: 20px;
        padding-left: 8%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .fb_box ul li em a {
        font-size: 18px;
    }

    .fb_box ul li:nth-child(1) {
        margin-bottom: 15px;
    }

    .fb_box ul li p {
        font-size: 14px;
    }

    .fb_box ul li {
        margin-bottom: 10px;
    }

    .fb_box ul {
        margin-bottom: 25px;
    }

    .fb_p p {
        padding: 0 3%;
    }

    .forclient_box_bf em {
        font-size: 22px;
    }

    .forclient_box_bf input {
        width: 230px;
        height: 35px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .forclient_box_bf .fcbb_button {
        width: 180px;
    }

    .yd_bottom_bar {
        height: 55px;
    }

    .yd_bottom_bar li i {
        width: 22px;
        height: 22px;
    }

    .yd_bottom_bar li em {
        font-size: 13px;
    }

    .yd_head {
        height: 60px;
    }

    .yd_logo {
        width: 130px;
        height: 40px;
        margin-top: 10px;
    }

    .yd_menu {
        width: 22px;
        height: 18px;
        margin-top: -9px;
    }

    .crumbs_r {
        margin: 10px auto;
        height: 28px;
        width: 210px;
    }

    .crumbs_r .crumbs_r_botton {
        width: 46px;
        height: 28px;
    }

    .contact_r {
        padding: 0 5%;
        width: 90%;
        margin-top: 20px;
    }

    .cr_t em {
        font-size: 16px;
    }

    .cr_t span {
        font-size: 22px;
        margin: 15px 0 10px;
    }

    .cr_t p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cr_t p b {
        font-size: 18px;
    }

    .cr_b p {
        margin-left: 10px;
    }

    .cr_b p span {
        margin-top: 20px;
        font-size: 14px;
    }

    .md_t li {
        width: 23%;
        float: left;
        margin: 0 2% 0 0;
    }

    .md_t li:last-child {
        margin: 0;
    }

    .gc_r b {
        font-size: 14px;
    }

    .ny_titel {
        margin-top: 20px;
    }

    .afterService_bd {
        padding: 0 1rem;
        margin: 0px auto !important;
    }

    .ja_af em {
        font-size: 15px;
        line-height: 20px;
    }

    .ja_af {
        margin: 0 auto 15px;
    }

    .ja_bf {
        width: 200px;
        height: 28px;
        line-height: 30px;
        font-size: 13px;
    }

    .join_bf dd p {
        margin-top: 20px;
        font-size: 17px;
    }

    .join_ef ul li {
        font-size: 12px;
        height: 50px;
        line-height: 52px;
        margin-top: 8px;
    }

    .jf_t {
        font-size: 15px;
    }

    .jf_b dl dd {
        margin-left: 5px;
    }

    .jf_b dl dt {
        width: 40px;
        height: 40px;
    }

    .jf_b dl dd em {
        font-size: 17px;
        margin-top: 2px;
    }

    .jc_t li {
        width: 85px;
        height: 85px;
    }

    .jc_t {
        margin: 15px auto;
    }

    .jc_b dl {
        margin-right: 3.3%;
    }

    .jc_b dl dd {
        margin-left: 6px;
        font-size: 14px;
    }

    .jc_b dl dt {
        width: 30px;
        height: 30px;
    }

    .join_df {
        padding: 5px 0 10px;
    }

    .jh_em {
        font-size: 16px;
        margin: 4px 0 5px;
    }

    .jk_t li {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        height: 80px;
    }

    .join_lf dl dt em {
        font-size: 20px;
    }

    .join_lf dl dt span {
        font-size: 16px;
    }

    .join_lf dl dd {
        margin-top: 20px;
    }

    .join_lf dl dd em {
        font-size: 16px;
    }

    .join_lf dl dd p {
        margin-top: 15px;
    }

    .inout_1 input {
        width: 44%;
    }

    .inout_2 input {
        width: 27.5%;
    }

    .inout_3 textarea {
        width: 94%;
    }

    .ny_news dl dd .nyn_af em {
        font-size: 16px;
    }

    .ny_news dl dd .nyn_af em a {
        font-size: 16px;
    }

    .ny_news dl dd .nyn_af span {
        font-size: 12px;
        margin: 2px 0;
    }

    .nyn_bf p {
        font-size: 12px;
        line-height: 22px;
    }

    .ny_news dl:hover dd .nyn_bf a {
        background-image: url(/JS9FH1OPUI5JDJ5JE2gHU0WqHj.jpg);
        width: 40px;
    }

    .nyn_bf a {
        margin: 15px 0 30px;
        height: 17px;
        line-height: 17px;
    }

    .yd_more {
        width: 180px;
        height: 35px;
        line-height: 37px;
        font-size: 16px;
    }

    .product_title p i {
        display: none;
    }

    .product_title p {
        padding: 0 3%;
    }

    .pbdd_l em {
        width: 150px;
        margin-top: 5px;
    }

    .pbdd_r em {
        font-size: 16px;
    }

    .pbdd_r p {
        font-size: 12px;
        line-height: 22px;
    }

    .product_dl dl dd em {
        font-size: 16px;
        line-height: 50px;
    }

    .product_dl dl dd p a, .product_dl dl dd p span {
        font-size: 14px;
        width: 100px;
        height: 28px;
        line-height: 30px;
    }

    .product_brand_xl a {
        height: 30px;
        line-height: 32px;
    }

    .pbxl_mf a {
        width: 80px;
    }

    .product_special dt {
        padding: 3%;
        width: 94%;
    }

    .product_special dt i {
        width: 35%;
    }

    .product_special dt em {
        font-size: 12px;
        margin-top: 5px;
    }

    .product_special dt p {
        margin-top: 10px;
    }

    .main_af {
        margin-bottom: 30px;
    }

    .main_bf {
        padding: 0;
    }

    .mb_b {
        padding: 0 3%;
        margin-top: 40px;
    }

    .main_cf {
        height: 208px;
    }

    .mc_box {
        margin-top: 120px;
    }

    .mc_box li b {
        display: none;
    }

    .mdb_dd_r span {
        line-height: 14px;
    }

    .mdb_dd_l3 {
        margin-top: 10px;
    }

    .mfb dl dd em {
        font-size: 16px;
    }

    .mian_gf dd a {
        font-size: 18px;
        height: 20px;
        line-height: 20px;
        background-size: auto 100%;
    }
}

.honor_list,
.magazine_list,
.video_list {
    margin: 50px auto 0;
}

.pro_co_main,
.bra_fea_main {
    max-width: 1200px;
    margin: 60px auto;
    min-height: 550px;
    font-size: 14px;
    color: #0e0e0e;
    line-height: 26px;
}
/*咨询通用样式*/
.btnbar {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.btnbar .go,
.opformbtn {
    padding: 8px 30px;
    background-color: #98251e;
    color: #fff;
}

.opformbtn:hover {
    color: #fff;
}

.btnbar .opformbtn {
    margin-left: 20px;
}

.showbtn {
    padding: 5px 10px;
    background-color: #ae7a55;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

.layui-btn, .layui-btn-primary:hover {
    background: #ae7a55;
    color: #fff;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #ae7a55;
}

@media screen and (max-width: 768px) {
    .layui-form-item .layui-form-label {
        width: 65px !important;
    }

    .layui-form-item .layui-form-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .layui-form-item .layui-input-block {
        text-align: center;
        margin-left: 0;
    }
}

.fb_box ul li .wp_joinbtn a {
    width: 70px;
    height: 28px;
    line-height: 28px;
    background-color: #ae7a55;
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 5px;
}
