.button_box {
    position: absolute;
    top: -70px;
    width: 100%;
}

.button_box a {
    font-size: 20px;
    color: #282828;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    transition: all 0.3s;
    padding: 10px 10px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.button_box a:hover {
    border: 1px solid #6eb92b;
    background-color: #6eb92b;
    color: #fff;
}
@media screen and (min-width:1100px) {
.product_list .button_box a.icon_ar_left {
    right: 70px;
}
}

.product_list .button_box a.icon_ar_right {
    right: 0;
}

.page_banner {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 326px;
    background-size: cover;
    overflow: hidden;
}

.page_banner .main_box {
    position: relative;
}
.page_tit{text-align: center;}
.page_tit .p1 {padding: 20px 0; }
.page_tit .page_tit1 {font-size: 26px; margin-bottom: 20px;}
.page_tit .page_tit1 .point {font-size: 40px; margin: 0 10px;}
.page_tit .page_tit1 .bold {font-weight: bold;}
.page_tit .bbar { width: 70px; height: 3px; background-color: #fd992c;margin-top: -2px;}
.page_tit .line { width: 630px; border-top: 1px solid #ccc; margin: auto; }
.page_tit .page_tit3 {
    margin-top: 25px;
    color: #adadad;
}
.bdsharebuttonbox {
    margin-top: 30px;
}


.sub_cate_box {
    
}
.sub_cate_box .sub_main {
display: flex;
justify-content: center;
padding: 30px 0;
align-items: center;
}
.sub_main .sub_menu {
    margin-right: 200px;
}
.sub_main .sub_menu li {
    line-height: 40px;
}


header nav li .lang_select{
    width: 100%;
    left: 0;
}
.lang_select li {
    text-align: center;
    line-height: 40px;
}
.row_title  {
    padding: 55px 0;
    text-align: center;
}
.row_title .p1 {
    font-size: 30px;
    color: #4b4b4b;
    /*font-weight: bold;*/
    margin-bottom: 15px;
}
.row_title .p2 {
    font-size: 16px;
    color: #7d7d7d;
}
.row_title .p3 {
    font-size: 15px;
    line-height: 17px;
    color: #7d7d7d;
    margin-top: 10px;
}
.page_content .row_title .p3 {
    line-height: 25px;
}
.cate_box {
    height: 739px;
    position: relative;
    margin-bottom: 10px;
}
.cate_box a {
    float: left;
    margin: 3.5px;
    position: relative;
    overflow: hidden;
}
.cate_box a  img {
    transition: all 0.5s;
}
.cate_box a  img:hover {
    transform:scale(1.1,1.1);
}
.cate_box a:nth-child(2) {
    margin-left: 151px;
}
.cate_box a:nth-child(5) {
    position: absolute;
    left: 227px;
    top: 250px;
}
.cate_box a:nth-child(6) {
    position: absolute;
    left: 451px;
    top: 250px;
}
.cate_box a:nth-child(8) {
    position: absolute;
    left: 0px;
    bottom: 0;
}
.cate_box a:nth-child(9) {
    position: absolute;
    left: 227px;
    top: 420px;
}
.cate_box a:nth-child(10) {
    position: absolute;
    right: 314px;
    top: 399px;
}
.cate_box a:nth-child(12)  {
    position: absolute;
    right: 0;
    bottom: 3.5px;
}
.ocean_box {
    height: 505px;
    display: flex;
    align-items: center;
    
}
.ocean_list {
    position: relative;

}
.ocean_swiper {
    overflow: hidden;
}
.ocean_swiper p{
    font-size: 25px;
    color: #fff;
    line-height: 65px;
    text-align: center;

}
.ocean_list .button_box {
    z-index: 1000;
    top:45%;
}
.ocean_list .button_box a {
    background: none;
    border:none;
    font-size: 50px;
    color: #fff;
}
.ocean_list .button_box a.icon_ar_left {
    left: -70px;
}
.ocean_list .button_box a.icon_ar_right {
    right: -70px;
}
.serial_content {
    margin-bottom: 57px;
}
.serial_content:last-child {
    margin-bottom: 0;
}
.serial_content .big_img{
    float: left;
}
.s_item {
    width: 51%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: right;
}
.serial_content:nth-child(odd) .s_item{
    float: left;
}
.serial_content:nth-child(odd) .big_img{
    float: right;
}

.s_item .product_item {
    float: left;
}
.s_item .product_item p {
    text-align: center;
    line-height: 50px;
}
.news_box {
    padding-bottom: 70px;
}
.btn_m_box {text-align: center; border: 1px #ddd solid;background-color: #c5b6a3; color: #fff; cursor: pointer;padding: 8px 16px;/*text-transform: uppercase;*/letter-spacing: 2px;font-size: 14px;position: relative;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;z-index: 2;display: block;}

.btn_m_box:after {content: '';position: absolute;z-index: -1;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}

.btn_m_box:after {width: 0%;height: 100%;top: 0;left: 0;background:#4d4d4d;}
.btn_m_box:hover,
.btn_m_box:active,
.index_featurette a:hover .btn_m_box,
.news_box .m_img a:hover .btn_m_box{color: #fff;/*border: 1px #333 solid;*/}
.btn_m_box:hover:after,
.index_featurette a:hover .btn_m_box:after,
.news_box .m_img a:hover .btn_m_box:after{width: 100%; color: #fff;}
.cont_btn1{ width: 120px; color: #fff; background: #656568; border: none;}
.contact_from .cont_btn1{background: #ddd;}
.cont_btn1:active,
.cont_btn1:hover,
.cont_btn1:hover:after{border:0 !important;}
.featurette {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.marketing .col-lg-4 {margin-bottom: 1.5rem;text-align: center;}
.marketing h2 {font-weight: normal;}
.marketing .col-lg-4 p {margin-right: .75rem;margin-left: .75rem;}
.featurette-divider {text-align: center; padding: 38px 20px;}
.featurette-divider1{ padding: 0 115px; text-align:left;}
.featurette-heading {font-size: 26px; margin-bottom: 45px; margin-top: 30px; color: #333;}
.index_featurette .featurette-heading,
.news_box .featurette-heading{font-size: 18px; /*transform: all 0.3s ease-out 0s;*/position: initial;}
.index_featurette .featurette-heading,
.news_box .featurette-heading{
    margin-bottom: 5px;
}
.index_featurette .featurette-heading p,
.news_box .featurette-heading p {
    font-size: 16px;
}
.index_featurette .featurette_bg,
.news_box .featurette_bg{background: #f7f7f7;}
.featurette-heading  .text-muted{margin:10px 0;display: block; font-size: 12px;color: #888;text-transform:uppercase!important;}
.index_featurette .featurette-heading  .text-muted,
.news_box .featurette-heading  .text-muted{font-size: 16px;}
.featurette-divider p.lead{margin-bottom: 60px;font-size: 14px;line-height:200%; text-align: left; font-family:inherit; color: #888;}
.index_featurette .featurette-divider  p.lead,
.news_box .featurette-divider  p.lead{margin-bottom: 38px;}
.m_img{ overflow: hidden;}
.btn-secondary{ color: #fff; background: #f3f4f5;}
.m_wt100 {
    overflow: hidden;
}
.img-fluid {
    transition: all 0.5s;
}
.img-fluid img {
    height: 100%;
}
.img-fluid:hover {
    transform:scale(1.1,1.1);
}


.f_nav li.contact_box {
    width: 310px;
}
.f_nav li.contact_box p {
    margin-bottom: 10px;
}
.contact_box .p1 {
    margin-bottom: 10px;
}
.contact_box .textarea_input {
    height: 75px;
}
.contact_box .text_input, .contact_box .textarea_input {
    border: 1px solid #fff;
    width: 100%;
    line-height: 35px;
    padding-left: 8px;
}
.contact_box li {
    width: 100%;
    margin-bottom: 20px;
}
.footerform .join_form_submit {
    background-color: #fff !important;
    color: #DCD7D5 !important;
    border: none;
}
.intro_block .row_title1 {
    color: #fff;
}
.row_title1 .p1{
    font-size: 25px;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold;
}
.row_title1 .p2 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.intro_block {
        display: flex;
        align-items: center;
        height: 1068px;
        text-align: center;
}
.intro_block .p1, .intro_block .p2 {
    color: #fff;
}
.intro_box {
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 128px 0;
}
.intro_box .p1 {
    color: #000;
    font-weight: bold;
}
.intro_box .right {
    /*margin-right: 65px;*/
}
.div1 {
    height: 400px;
    display: flex;
    align-items: center;
}
.intro_box .intro_content {
    margin-top: 40px;

}
.intro_box .intro_content strong {
    color: #000;
    font-weight: bold;
}
.intro_main {
    width: 900px;
    height: 484px;
    position: relative;
    margin: 0 auto;
    top: -30px;
}
.intro_main img {
    top: 10px;
    left: 0;
    position: absolute;
}
.intro_title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
}
.intro_block .intro_content {
    margin-top: 30px;
    line-height: 50px;
    color: #fff;
     width: 100%;
}
.brand_history {
            display: flex;
    align-items: center;
    height: 1034px;
    text-align: center;
}
.history_content {
    width: 100%;
    text-align: center;
}
.brand_history  {
    padding-bottom: 72px;
}
.contact_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    flex-direction: column;
}
.contact_info {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.map {
    width: 100%;
    height: 466px;
}
.contact_info_box {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 15%;
    padding-bottom: 5rem;
}
.contact_info_box .p1 {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact_info_box li {
    margin-bottom: 15px;
    color: #6f6f6f;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.contact_info_box li p {
    position: relative;
}
.contact_info_box li img {
    margin-right: 8px;
    /* position: absolute; */
    /* left: 0; */
    display: inline-block;
}
.contact_page .row_title {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.join_content {
    padding-bottom: 5rem;
}
.join_condition {
    padding: 35px 0;
}
.join_condition .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
}
.join_condition .p2 {
    font-size: 15px;
    line-height: 30px;   
}
.join_content .right{
    width: 550px;
    padding: 51px 42px 25px 42px;
}
.join_form .p1 {
    color: #4b4b4b;
    font-size: 20px;
    font-weight: bold;
}
.join_form .text_input, .join_form .textarea_input {
    border-color: #dcdcdc;
}
.join_form .textarea_input {
    height: 75px;
}
.join_form .text_input{
    line-height: 50px;
}
.join_form ::-webkit-input-placeholder {
    color:    #7d7d7d;
}
.join_form :-moz-placeholder {
    color:    #7d7d7d;
}
.join_form ::-moz-placeholder {
    color:    #7d7d7d;
}
.join_form :-ms-input-placeholder {
    color:    #7d7d7d;
}
.contact_box .join_form_submit {
    background-color: #7d7d7d;
    color: #fff;
    border-color: #7d7d7d;
}
.jobs_title {
    font-size: 20px;
    margin-bottom: 45px;
    color: #000;
    text-align: center;
}
.progress_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.progress_list .line {
    width: 100%;
    position: relative;
    top: 67px;
    z-index: -1;
    border-top: 1px solid #e6e6e6;
}
.progress_item {
    background-color: #fff;
    padding: 0 15px;
}
.progress_item p {
    text-align: center;
    line-height: 75px;
    font-size: 15px;
}
.progress_item .p2 {
    display: none;
}
.progress_item:hover .p1 {
    display: none;
}
.progress_item:hover .p2 {
    display: block;
}
.jobs_detail {
}

.page_cate_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page_cate_list li {
    float: left;
    margin: 0 10px;
    margin-bottom: 25px;
}
.page_cate_list li a{
    display: inline-block;
    width: 170px;
    line-height: 45px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    color: #000;
}
.page_cate_list li a:hover, .page_cate_list li a.active {
    background-color: #7d7d7d;
    color: #fff;
}

.cate_img {
    width: 592px;
    height: 624px;
    float: left;
    margin-right: 15px;
}
.cate_img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.cate_img img:hover {
    transform:scale(1.1,1.1);
} 
.product_page  {
    padding-bottom: 40px;
}

.n_list {
    /* margin-top: 67px; */
}
.h48 {
    width: 100%;
    height: 48px;
}
.n_item {
    width: 100%;
    padding: 22px 40px 22px 20px;
    background-color: #ededed;
    border: 1px solid #e5e4e4;
    margin-bottom: 25px;
}
.n_item:nth-child(even) {
    background-color: #fff;
}
.n_item .n_title {
    color: #282828;
    font-size: 16px;
    /* margin-bottom: 10px; */
}
.n_item .n_desc {
    font-size: 14px;
    color: #7e7e7e;
} 
.n_list.tab_content {
    /* width: 1440px; */
    display: block;
    flex-wrap: wrap;
}
.n_list .tab_item {
    width: 285px;
    float: left;
    margin-right: 20px;
}
.n_list .tab_item:nth-child(4n+0){
    margin-right: 0;
}
.n_list.tab_content .tab_item .news_bottom {
    padding: 5px;
}
.news_detail_box {
    background-color: #fff;
    padding: 50px 0;
    /* margin-top: 50px; */
}
.n_list.tab_content .tab_item .news_bottom .p1{
    line-height: 40px;
}
.n_list.tab_content .tab_item .news_bottom .p2 {
    margin-bottom: 10px;
    font-size: 12px;
}
.n_list.tab_content .tab_item .news_bottom .p3{display: inline-flex;background: #ededed;border-radius: 15px;padding: 5px 15px;align-items: center;justify-content: space-between;width: 84px;}
.news_detail {
    padding: 50px 0;
}
@media screen and (max-width:1200px) {
.n_list .tab_item {
    width: 100%;
    float: left;
    margin-right: 0;
}
}
.page_tit{text-align: center;}
.page_tit .p1 {padding: 20px 0;color: #000;font-size: 23px;}
.page_tit .page_tit1 {font-size: 26px; margin-bottom: 20px;}
.page_tit .page_tit1 .point {font-size: 40px; margin: 0 10px;}
.page_tit .page_tit1 .bold {font-weight: bold;}
.page_tit .bbar { width: 70px; height: 3px; background-color: #fd992c;margin-top: -2px;}
.page_tit .line { width: 630px; border-top: 1px solid #ccc; margin: auto; }
.page_tit .page_tit3 {
    margin-top: 25px;
    color: #adadad;
}
.page_des{padding: 30px;/* width: 1270px; */margin: 0 auto;line-height: 30px;margin-bottom: 5rem;}

.page_des.page {
    /* padding-top: 0; */
}
.base_page .row_title {
    padding-bottom: 35px;
}
.base_page .row_title .p1 {
    margin-bottom: 10px;
}
.base_page .row_title .p2{
    text-transform:uppercase;
    font-size: 14px;
}
.brand_intro {
    margin-top: 190px;
    padding-bottom: 88px;
    background-color: #eeeeee;
}
.brand_intro .intro_box {
    margin-bottom: 0;
    padding-top: 0;
}
.brand_intro img {
    margin-top: -120px;
}
.brand_intro .right {
    margin-left: 45px;
}
.brand_intro .right .row_title {
    text-align: left;
    padding-bottom: 15px;
}
.brand_intro .right .intro_content {
    line-height: 42px;
    margin-top: 0;
}
.about_detail {
    text-align: center;
}
.env_box {
    padding-bottom: 70px;
}
.category_img {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
.category_img .row_title .p1{
    color: #fff;
    font-size: 40px;
}
.category_img .row_title .p2{
    color: #fff;
    font-size: 28px;
}
.production_box {
    padding-bottom: 65px;
}
.production_box .category_img {
    margin-bottom: 95px;
}
.honor_box {
    padding-bottom: 65px;
}
.honor_box .category_img {
    margin-bottom: 65px;
}
.channels_box {
    background-color: #eeeeee;
}
.channels_box .channels_title {
    text-align: center;
    padding-top: 70px;
}
.channels_box .channels_title .p1 {
    text-transform:uppercase;
    font-size: 40px;
    color: #7d7d7d;
    margin-bottom: 10px;
}
.channels_box .channels_title .p2 {
    font-size: 30px;
    font-weight: bold;
    color: #5d5d5d;
}
.channels_box .channels_title .p3 span {
    font-size: 30px;
    color: #eb2d43;
    font-weight: bold;
}
.channels_box {
    padding-bottom: 62px;
}
.channels_box .about_detail {
    position: relative;
}
.channel_contact {
    position: absolute;
    left: 0;
    text-align: left;
    bottom: 0;
    background-color: #e4e3e0;
    padding: 40px 30px;
}
.channel_contact .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #585858;
    padding-left: 20px;
    margin-bottom: 23px;
}
.channel_contact ul {
    padding-left: 20px;
}
.channel_contact li {
    width: 45%;
    float: left;
    line-height: 30px;
    list-style-type:disc 
}


#preload{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    
    z-index:200;
    display:flex;
    justify-content: center;
    align-items: center;
}
.preload-bg{
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    }
#preload .tip{
    display:inline;
    color:#fff;
    font-size:4vw;
    text-transform:uppercase;
    font-weight:bold;
    line-height:1;
    position:relative;
    overflow:hidden;
}
.tip-bg{
    position:absolute;
    width:0px;
    height:100%;
    background:#fff;
    }
.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 100;
}
#txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.history_list {
    width: 100%;
}

.scrollbox {
  width: 100%;
  height: 312px;
  position: relative;
  overflow: hidden;
  /* margin-top: 200px; */
}
.scrollbox:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #9c9c9c;
    left: 0;
    bottom: 201px;
    z-index: 1;
}
.scrollbox div.viewport {
    width: 80%;
    height: 275px;
    margin: auto;
    position: relative;
}
.scrollbox div.overview {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.scrollbox div.scrollbar {
    margin-left: -145px;
    position: absolute;
    top: 300px;
    left: 50%;
    z-index: 100;
}
.scrollbox div.scrollbar div.track {
    background: #9b9b9b;
    width: 290px;
    height: 12px;
    border-radius: 6px;
    position: relative; 
}
.scrollbox div.scrollbar div.track div.thumb {
  height: 12px; 
  border-radius: 6px;
  background: #f2f2f2;
  width: 20px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
}

.scrollbar .thumb .end {
    overflow: hidden;
    height: 12px;
    width: 100px;
}
.scrollbar .disable{ display: none; }
.scrollbar .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.bg24{background-color:#f9f7f7;}
.bg27{background-color:#f7f5f5;}
/* ------------------------------------------------------------------------------
   banner
-------------------------------------------------------------------------------*/
#home_banner{width: 100%;position: relative;overflow: hidden;margin-bottom: 3rem;}
#home_banner a{float: left;background-position: center;background-size: cover;}
#home_banner a.active{float: left;}
#home_banner a img{display: block;width: 100%;}
#home_banner .banner_box{position:absolute;top: 33%;left:5%;color: #00589a;}
.banner_box .p1{font-size:40px;}
.banner_box .p2{font-size:50px;}
.banner_box .p3{font-size:18px;}
#home_banner .page_spot{position: absolute;bottom: 1%;left: 50%;margin-left: -30px;z-index: 999;display: inline-block;width: auto;}
#home_banner .page_spot a{width: 7px;height: 7px;border-radius: 50%;margin: 2px;display: inline-block;cursor: pointer;}
#home_banner .page_spot a.active{color: #6f6f6f;background:#64b63e;}
#home_banner .wave_box{position:absolute;bottom: 0;width: 100%;left: 0;z-index: 9;}

@media screen and (max-width: 1280px) {
#home_banner{height:500px;}
#home_banner li img{display:none;}
}
@media screen and (max-width: 768px) {
#home_banner{height: 400px;}
}
@media screen and (max-width: 425px) {
#home_banner{height: 200px;margin-bottom:30px;}

}
.imglist{display:flex;justify-content:space-between;padding-bottom: 5rem;}
.imglist .img_box{width: 24.5rem;height: 24.5rem;overflow:hidden;}
@media screen and (max-width:1200px) {
.imglist .img_box{width: 32%;text-align: center;height: auto;margin-bottom: 2rem;}
.imglist{/* flex-direction:column; */padding-bottom: 0;}
}
.cattit{text-align:center;margin: 3rem 0;text-transform: uppercase;}
.cattt1{text-align:center;margin: 0rem 0 1rem;text-transform: uppercase;}
.cattit .p1{font-size: 2.6rem;}
.cattit .p2{font-size: 1.25rem;text-transform: uppercase;}
.cattit .p3{font-size:1.625rem;margin-bottom: 0.5rem;}
.cattit .p4{font-size:1.875rem;margin-bottom: 0.5rem;}
.cattit .p5{font-size:2rem;}
.cat_tab{display:flex;justify-content:space-between;margin-bottom: 5rem;}
.cat_tab a{width:33.333333%;display: inline-block;border: #DCD7D5 1px solid;text-align: center;font-size: 1.145rem;line-height: 48px;}
.cat_tab a:hover,.cat_tab a.on{background-color:#DCD7D5;color:#fff;}

.c999{color:#DCD7D5}
.c333{color:#333333}
.c7d{color:#7d7d7d}
.w500{font-weight:500;}
.en{font-weight:lighter;}
.tc{text-align:center;}
.tr{text-align:right;}
@media screen and (max-width:1200px) {
.cattit .p1{font-size: 16px;}
.cattit .p2{font-size:0.5rem;}
.cattit .p3{font-size:1rem;}
.cattit .p4{font-size:1.2rem;}
.cattit .p5{font-size: 14px;}
.cattit{margin:15px 0;}
.cat_tab{margin-bottom:30px;}
.cat_tab a{font-size:14px;line-height: 2;}
}
/* ------------------------------------------------------------------------------
   home
-------------------------------------------------------------------------------*/
.hpcats{overflow:hidden;}
.hpcats a{float: left;}
.hpcats a:nth-child(1){width: 25.91666666666667%;}
.hpcats a:nth-child(2){width: 23.82333333333333%;}
.hpcats a:nth-child(3){width: 50.08333333333333%;}
.hpcats a:nth-child(4){width:50.08333333333333%;}
.hpcats a:nth-child(5){width: 23.82333333333333%;}

@media screen and (max-width:1200px) {
.hpcats{/* display:none; */}
}
.hp_list{display:flex;align-items:center;justify-content:center;margin-bottom: 5rem;}
.hp_list a{margin: 0 2px;}

.hjoin{display:flex;justify-content:space-between;align-items: center;background: #DCD7D5;margin-bottom: 2rem;}
.hjoin .rbox{text-transform:uppercase;width: 50%;text-align: center;color: #Fff;}
.hjoin .rbox .p1{font-size:4.166rem;font-family: Myriad Pro;}
.hjoin .rbox .p2{font-size:2.6rem;margin-bottom: 1rem;}
.hjoin .rbox .p3{padding: 0.5rem 2rem;background-color:#fff;display: inline-block;}

@media screen and (max-width:1200px) {
.hjoin .lbox{width: 50%;}
.hjoin .rbox{padding: 0;padding-right: 10%;width: auto;}
.hjoin .rbox .p1{font-size:2rem;}
.hjoin .rbox .p2{font-size:1.25rem;}
.hp_list{margin-bottom:30px;}
}
.hstore{display:flex;justify-content:space-between;align-items: center;margin-bottom: 5rem;border: 1px solid;padding: 3rem;}
.hstore .lbox{text-transform:uppercase;width: 50%;text-align: center;}
.hstore .lbox .p1{font-size:4.166rem;font-family: Myriad Pro;}
.hstore .lbox .p2{font-size:2.6rem;margin-bottom: 1rem;}
.hstore .lbox .p3{font-size: 1rem;margin-bottom: 2rem;}
.hstore .lbox .p4{padding: 0.5rem 2rem;background-color: #DCD7D5;display: inline-block;color: #fff;}
@media screen and (max-width:1200px) {
.hstore{flex-direction:column;position:relative;margin-bottom: 30px;}
.hstore .lbox{padding:1rem;width: auto;position:relative;z-index:2;}
.hstore .lbox .p1{font-size:2rem;}
.hstore .lbox .p2{font-size:1.25rem;}
.hstore .rbox{position:absolute;z-index:1;}
}
.hnews{display:flex;justify-content: space-between;margin-bottom: 5rem;}
.hnews_box{width: 33%;}
.hnews_img{margin-bottom:1rem;}
.hnews_tit{display:flex;background-color:#dcd7d5;justify-content:space-between;color: #444343;align-items: center;padding: 6px;min-height: 3.9rem;}
.hnews_tit .p1{font-size:0.9165rem;width: 30%;text-align: center;}
.hnews_tit .p2{font-size:1.149rem;width: 70%;border-left: 1px #a2a2a2 solid;padding-left: 1rem;}
@media screen and (max-width:1200px) {
.hnews{flex-direction:column;margin-bottom: 30px;}
.hnews_box{width:100%;margin-bottom:1rem;;}
.hnews_tit .p1{font-size:12px;}
.hnews_tit .p2{font-size:14px;}
}
/* ------------------------------------------------------------------------------
   store
-------------------------------------------------------------------------------*/
.drawing{border-top:#dadada 1px solid;margin-top: 5rem;}
.big_draw {position:relative;margin-bottom: 5rem;}
.big_draw img{position:relative;z-index:2;}
.big_draw .blok{background-color: #f2f2f2;width:100%;height: 147px;position: absolute;left: 0;top: 159px;z-index: 1;}

.shopimgs{overflow:hidden;margin-bottom: 150px;}
.si_box{display:flex;justify-content:space-between;margin-bottom: 4px;align-items: center;}
.si_box.box2{background-color: #DCD7D5;padding: 0.5rem;}
.si_box.box2 li{align-items:center;width: 50%;color: #fff;}
.si_box.box2 .con_box{padding-left:0%; text-align: center; font-weight: 300;}
.si_box.box2 .con_box img{
    margin-bottom: 30px;
}
.si_box.box2 .con_box .p1{font-size:2.265rem;}
.si_box.box2 .con_box .p2{font-size:1.6475rem;}
.si_box.box2 .con_box .p3{font-size:0.9rem;}

.jointo{display:flex;margin-bottom:5rem;justify-content: space-between;}
.jointo li{text-align:center;border:1px solid;padding:1rem;width: 24%;}
.jointo li .p1{margin-bottom: 2rem;display:inline-block;padding-top: 1rem;}
.jointo li .p2{font-size: 1.458rem;display:inline-block;width: 100%;margin-bottom: 1rem;font-weight: 400;}
.jointo li .p3{margin-bottom:1rem;display:inline-block;font-size: 0.9375rem;}

.learn_more{background-color:#DCD7D5;padding: 0.4rem 1rem 0.2rem;color:#fff;display:inline-block;margin-bottom:5rem;font-size: 1.2rem;text-transform: uppercase;}
.learn_more:hover{color:#fff;background-color:#000;}
@media screen and (max-width:1200px) {
.si_box.box2 .con_box .p1{font-size:14px;}
.si_box.box2 .con_box .p2{font-size:14px;}
.si_box.box2 .con_box .p3{font-size:12px;}
.jointo li{padding: 0 10px;}
.jointo li .p2{font-size:14px;}
.jointo li .p3{font-size:12px;}
.jointo{margin-bottom:30px;}
.learn_more{margin-bottom:30px;}
}
/* ------------------------------------------------------------------------------
   product
-------------------------------------------------------------------------------*/
.product{display:flex;flex-wrap:wrap;margin-bottom: 3rem;justify-content: space-between;}
.product li{position:relative;}

.pro_tit{position:absolute;}
.pro_tit .p1{font-size:1.25rem;}
.pro_tit .p2{font-size:0.9375rem;}
.view_more{background-color:#DCD7D5;color:#fff;font-size:1rem;padding: 0.6rem 2.125rem;display:inline-block;margin-top: 1rem;transition: all 0.5s;}
.view_more:hover{background-color:#000;}
@media screen and (min-width:1200px) {
.pro1{margin-bottom: 2rem;border-bottom: 1px solid;padding-bottom: 2rem;}
.pro1 .pro_tit{right: 15%;top: 50%;}
.pro2{margin-right: 5px;}
.pro2 .pro_tit{right: 5%;bottom: 10%;}
.pro3{}
.pro3 .pro_tit{left: 5%;top: 10%;text-align: right;}
.pro4{border:1px solid;margin-top: 5px;padding: 5px;width: 100%;}
.pro4 .pro_tit{right: 11%;top: 30%;text-align: center;}
}
@media screen and (max-width:1200px) {
.pro_tit{position:absolute;top: 5%;right: 5%;background: rgb(102 102 102 / 19%);color: #000;padding: 10px;}
.product a{/* width: 100%; */text-align: center;font-size: 12px;/* padding: 5px; */}
.pro_tit .p1{font-size:14px;}
.pro_tit .p2{font-size:12px;}
.view_more{margin-top:5px;}
.pro3{width:67%;}
.pro2{width:32.58333333333333%;}
}
/* ------------------------------------------------------------------------------
   sale
-------------------------------------------------------------------------------*/
.sale{overflow:hidden;position:relative;}
.black_box{background-color: #DCD7D5;height: 465px;position:absolute;top: 290px;width: 100%;z-index: 1;}
.salelist{display:flex;flex-direction: column;font-size: 1.25rem;line-height: 2;margin-bottom: 5rem;z-index: 2;position: relative;}
.salelist li {display:flex;position: relative;}

.salelist li div{width:50%;}
.salelist li .rbox{display: flex;flex-direction: column;justify-content: center;padding: 0 2rem;}

.salelist li dd{line-height:2;padding: 1rem 0;}
.salelist li dd .p1{font-size:1.66rem;}
.salelist li dd .p2{font-size:1.04rem;}

@media screen and (min-width:1201px) {
.salelist li.lr .lbox{text-align:left;}
.salelist li.ll .lbox{text-align:right;}
.salelist li.lr{flex-direction:row-reverse;text-align: right;}
.pat0 .rbox{background:#fff;width: 411px;}
.pat2 .rbox{color:#Fff;}
.pat4 .rbox{background:#fff;}

}
@media screen and (max-width:1200px) {
.salelist li div{/* width: 60%; */text-align: center;}
.salelist li{/* flex-direction:column; */margin-bottom: 15px;}
.salelist li dd .p1{font-size:12px;}
.salelist li dd .p2{font-size:12px;}
.salelist li dd{padding:0;}
.salelist li .rbox{padding:0 15px;}
.black_box{display:none;}
.salelist{margin-bottom: 0;}
}
/* ------------------------------------------------------------------------------
   brand
-------------------------------------------------------------------------------*/

.about1{display:flex;flex-direction: column;align-items: center;padding-bottom: 2.5rem;font-size: 1.25rem;}
.about1 .rbox{margin:5rem 0;}
.about1 .lbox{}
.about2{display:flex;font-size: 1.25rem;justify-content: space-between;}
.about2 .rbox{background-color: #DCD7D5;width:50%;padding-top: 3.5rem;}
.about2 .rbox *{
    background-color: #DCD7D5!important;
}
.about1 .des,.about2 .des{line-height:2;}
.video-box{width: 100%;height: 600px;}
@media screen and (max-width:1200px) {
.about2 .rbox{width:auto;padding-top: 0;padding-bottom: 3rem;}
.about2 {flex-direction: column;}
.about1 .des, .about2 .des{padding:0 1rem;}
.about1 .rbox{margin:0;}
}

.brand_hisory{display:flex;flex-direction: column;font-size: 1.25rem;line-height: 2;background: #f4f4f4;padding: 3rem 0;margin-bottom: 5rem;}
.bh_box {display:flex;justify-content:center;position: relative;}
.bh_box.lr{flex-direction:row-reverse;text-align: right;}
.bh_box div{width:50%;}
.bh_box.ll div.rbox{position:relative;padding-left: 20px;border-left: 1px solid;left: -1px;}
.bh_box.lr div.rbox{position:relative;padding-right: 20px;border-right: 1px solid;}

.bh_box i{position: absolute;top: 0;display: inline-block;}
.bh_box.ll i{left: -4.5px;}
.bh_box.lr i{right: -5px;}

.ad1{background:url(../images/ad1.jpg) center no-repeat;height:370px;}

.shijin {display:flex;justify-content:space-between;margin-bottom:3rem;flex-wrap: wrap;}
.shijin li{width: 100%;display:flex;justify-content:space-between;align-items:center;}
.shijin li.lr{flex-direction:row-reverse;}
.shijin li dd{text-align:center;width: 50%;}
.shijin li dd .p1{font-size:1.56rem}
.shijin li dd .p2{font-size:0.83rem;}
/* ------------------------------------------------------------------------------
   base
-------------------------------------------------------------------------------*/

.factoies{display:flex;justify-content:space-between;padding-bottom: 5rem;}
.factoies li{display: flex;flex-direction: column;align-items: center;}
.factoies li .p1{font-size:1.25rem;color:#Fff;background-color:#DCD7D5;padding: 0.5rem 2rem;margin-bottom: 3rem;}
.factoies li .p2{margin-bottom: 1rem;}
.factoies li .p3{font-size: 1rem;text-align: center;}
@media screen and (max-width:1200px) {
.factoies li{width: 32%;text-align: center;margin-bottom: 30px;border-bottom: 1px solid;padding-bottom: 15px;overflow: hidden;}
.factoies{/* flex-direction:column; */padding-bottom: 0;}
.factoies li .p1{margin-bottom:30px; height:70px;}
.factoies li .p3{font-size:12px;}
}
.base_nc{display:flex;justify-content:space-between;margin-bottom: 5rem;}
.base_nc .lbox{width:50%;}
.base_nc .rbox{width:50%;border: 1px solid;padding: 3rem;font-size: 1.25rem;display: flex;flex-direction: column;align-items: flex-start;}
.base_nc .rbox .p1{font-size:1.875rem;}
.base_nc .rbox .p1 span{font-size:3.12rem;margin: 0 5px;}
.base_nc .rbox .p2{line-height:2;}
@media screen and (max-width:1200px) {
.base_nc .lbox{width:100%;text-align: center;}
.base_nc .rbox{width:100%;text-align: center;align-items: unset;}
.base_nc .rbox .p1{font-size:24px;}
.base_nc{flex-direction:column;margin-bottom: 30px;}
}

.xfooter{
    background: #A5503B;
    padding:60px 50px;
    padding-left: 150px;
    padding-right: 150px;

}
.xfooter-top{
    padding-bottom: 36px;
    border-bottom: 1px solid #CAA89E;
    color: #EEE2D2;
}
.xf-1{
    float: left;
    width: 20%;
    height: 220px;
    border-right:1px solid #CAA89E;
    line-height: 200px;
    text-align: center;

}
.xf-1 img{
   width: 190px!important;
}
.xf-2{
    float: left;
    width: 60%;
    padding:0 30px;
}
.xf-3{
    float: left;
    width: 20%;
    height: 220px;
    border-left:1px solid #CAA89E;
    padding-left: 30px;
}
.xf-3 img{
    width: 104px;
    margin-bottom: 22px;
}
.xf-3 .p1{
    font-size: 17px;
    margin-bottom: 15px;
}
.xf-3 .p2{
    font-size: 15px;
    margin-bottom: 15px;
}
.xf-2-div{
    width: 20%;
    float: left;
   
}
.xf-2-div .p1{
    font-size: 17px;
    margin-bottom: 12px;
}
.xf-2-div .p2{
    color: #EEE2D2;
    text-decoration: none!important;
    display: block;
    margin-bottom: 12px;
}
.w60{
    width: 68px;
    margin-left: auto;
    margin-right: auto;
}
.xfooter-bottom{
    text-align: center;
}
.xfooter-bottom a{
    color: #EEE2D2;
    text-decoration: none!important;
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    margin: 0 30px;
    margin-top: 10px;
}
.xfooter a:hover{
    color: red;
}