@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=League+Spartan:wght@400;500;600;700;800&family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

html {
/*  scroll-behavior: smooth;*/
}

body{ 
    font-size:14px; 
    font-family: 'Noto Sans TC',Arial,Microsoft JhengHei, Helvetica,sans-serif,nsimsun; 
    font-weight: 500;
    color:#333; 
    position:relative;
    background-color: #fff;
    letter-spacing: 1px;

    /*overflow-y: hidden; */

    width: 100%;
    overflow-x: hidden;
    animation-name: fade-in;
    animation-duration:1s;
    animation-timing-function:ease-in;
}
@keyframes fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}

body.active{
    overflow: hidden;
}

a{ color:#333;transition: .3s}
a:hover{ color:#d54e23;}
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}
  
/*   html{
    overflow-y: hidden; 
    position:static;
} */


::selection {
    background: #333;
    color: #fff;
}
::-moz-selection {
    background: #333;
    color: #fff;
}


/****** scrollbar ******/
 ::-webkit-scrollbar {
    width: 8px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px #E2E2E2;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px;
}








input,select,
input::placeholder,
select::placeholder {
  font-family: 'Noto Sans TC'
}

/*==============================================*/

/*共用*/

.all_title01{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #333;
    margin-bottom: 20px;
}



/*-------*/


.all_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.all_title_box .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
    position: relative;
}

.all_title_box .title:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 76px;
    background-color: #998a77;
}

.all_title_box .title:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 76px;
    background-color: #998a77;
}



.all_title_box .title .dot{
    position: relative;
    padding: 20px 0;
}


.all_title_box .title .dot:after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #515a6b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.all_title_box .title .dot:before{
    content: "";
    width: 20px;
    height: 20px;
    border: 4px #c9c2b8 solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.all_title_box h2{
    font-family: "Noto Serif TC", serif;
    color: #998a77;
    font-weight: 700;
    font-size: 70px;
}


.all_title_box span{
    font-family: Arial;
    color: #969696;
    font-size: 13px;
    text-align: center;
}



.all_title_box .text{
    display: flex;
    margin-top: 30px;
}

.all_title_box .text h3 {
    writing-mode: vertical-lr;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 8px;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    color: #838a96;
    border-right:1px #b7c4c8 solid ;
    padding: 5px 0px;
}

.all_title_box .text h3:nth-child(1){
    border-left:1px #b7c4c8 solid ;
}





.all_title_box02{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.all_title_box02 p{
    color: #978877;
    font-size: 18px;
}

.all_title_box02 h1{
    color: #606060;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}

.all_title_box02 h1.border{
    padding-bottom: 10px;
}

.all_title_box02 h1.border:after{
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #aba195;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}






.all_title_box03{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.all_title_box03 p{
    color: #7f7f7f;
    font-size: 18px;
}

.all_title_box03 h1{
    color: #283a49;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}



.i_cust_box{
    display: flex;
    gap: 30px;
}

.i_cust_box li img{
    width: 100%;
    margin-bottom: 15px;

}

.i_cust_box li h2{
    color: #5e5e5e;
    font-size: 24px;

}

.i_cust_box li h3{
    color: #969696;
    font-size: 16px;

}


/*-------*/
.all_introduce_01{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    letter-spacing: 1.5px;
}

.all_introduce_02{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #434343;
    letter-spacing: 1.5px;
}

.all_introduce_03{
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    letter-spacing: 1.5px;
    font-weight: 400;
}

/*-------*/


.all_pd_left{
    padding-left: 8rem;
}

.all_pd_right{
    padding-right: 8rem;
}


.all_width{
    width: 1600px;
    max-width: 90%;
    margin: 0 auto;
}

.top_padding{
/*    padding-bottom: 72px;*/
    transition: .5s;
}

.top_padding.active{
/*    padding-bottom: 62px;*/
}




.menu{
    background-color: #ffffffb3;
    padding: 12px 40px ;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
/*    box-shadow: 0 0 8px #75563b4a;*/
    z-index: 100;
    transition: .5s;
    border-radius: 50px;

}

.menu.active{
    background-color: #fff;
}


.menu_box {
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: space-between;
}


.menu_3line_box,.search_btn{
    display: none;
}

.menu_logo {
    padding: 0px 0;
    width: 298px;
    transition: .4s;
}

.menu_logo.active{
/*    padding: 15px 0;*/
}

.menu_logo img{
    width: 100%;
}



.menu_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px 0;
}


.menu_list ul{
    display: flex;
    gap: 0 25px;
}

.menu_list ul li{
    
}

.menu_list ul li a{
    font-size: 17px;
    transition: .3s;
    color: #515a6b;
    padding: 0 5px;
}


.menu_list ul li a:hover{
    color: #998a77;
}


.menu_right .search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu_right .search input {
    border: 1px #515a6b4f solid;
    padding: 8px 14px;
    border-radius: 10px;
    letter-spacing: 2px;
    width: 240px;
    background-color: #fff0;
    outline: none;
    transition: .3s;
    font-size: 15px;
    letter-spacing: 1px;
}

.menu_right .search input:focus{
    border: 1px #515a6b solid;
}

.menu_right .search a{
    color: #515a6b;
    font-size: 24px;
}
















.footer {
    background-color: #d2e1e4;
    padding: 70px 0;
    position: relative;
/*    margin-top: 50px;*/
}


.text_bg {
    position: absolute;
    font-size: 70px;
    font-weight: 700;
    color: #b9cbce;
    writing-mode: vertical-lr;
    left: -15px;
    bottom: 0;
    letter-spacing: 7px;
    bottom: 190px;
    z-index: 1;
}

.footer_top_bg{
    position: absolute;
    width: 100%;
    bottom: calc(100% - 70px);
    z-index: 1;
    height: 450px;
    pointer-events: none;
}


.footer_box {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px #515a6b38 solid;
    padding-bottom: 60px;
    margin-bottom: 30px;
}


.footer_box .left {
    position: relative;
    width: 400px;
}

.footer_box .left .footer_logo {
    position: absolute;
    top: -180px;
    z-index: 1;
}


.footer_box .left h1{
    font-size: 18px;
    color: #729193;
}

.footer_s_title{
    color: #515a6b;
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700;
} 




.footer_contect_ul {
    display: flex;
    gap: 10px 0;
    flex-direction: column;
    margin-top: 15px;
}

.footer_contect_ul li{
    display: flex;
    gap: 0 5px;
    color: #729193;
    font-weight: 400;
    font-size: 18px;
    align-items: flex-start;
}

.footer_contect_ul li h2{
    color: #729193;
}

.footer_contect_ul li p{
    width: calc(100% - 63px);
}

.footer_contect_ul li a{
    color: #729193;
    transition: .3s;
    width: calc(100% - 63px);
}

.footer_contect_ul li a:hover{
    color: #998a77;
}









.footer_box .center{
    width: 280px;
} 



.footer_menu {
    display: flex;
    gap: 15px 15px;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer_menu li{
    min-width: 150px;
}

.footer_menu li a{
    font-size: 18px;
    color: #729193;
    transition: .3s;
    font-weight: 400;
}


.footer_menu li a:hover{
    color: #998a77;
}



.footer_box .right{
    width: 320px;
} 


.footer_box .right div {
    display: flex;
}




.footer_copyright {
    font-size: 18px;
    color: #8fa7aa;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_copyright a{
    color: #729193;
    transition: .3s;
    font-weight: 400;
}


.footer_copyright a:hover{
    color: #998a77;
}


/*------------------*/

.footer_icon {
    display: flex;
/*    gap: 5px;*/
    position: fixed;
    right: 1.2rem;
    z-index: 5;
    bottom: 2rem;
    flex-direction: column;
}

.footer_icon a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.footer_icon a img{
    width: 100%;
}

.footer_icon a:hover{
    transform: scale(0.9);
}





.top_box {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    display: flex;
    background-color: #283a49;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-left: 4px;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}

.top_box.active{
    opacity: 1;
}

.top_box p{
    writing-mode: vertical-lr;

}


/*===================================*/





.i_box1{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f7f7f7;
    width: 100%;
    padding-top: 300px;
}

.i_box1 .bg_img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
}


.i_box1 {
    position: relative;
}


.i_box1 .b1_bg01{
    position: absolute;
    right: 0;
    top: 0;
    width: 1400px;
    max-width: 80%;
}




.i_bn_box{
    width: 1188px;
    max-width: 70%;
    margin: 0 auto;
}

.i_bn_box ul{
    width: 100%;
}



.b1_text_box {
    position: absolute;
    left: 7%;
    top: 170px;
    width: 100px;
}

.b1_text_box img{
    width: 100%;
}

.b1_text_icon {
    position: absolute;
    right: 18px;
    bottom: 9px;
    z-index: -1;
}

.b1_text_icon:after{
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #515a6b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.b1_text_icon:before{
    content: "";
    width: 30px;
    height: 30px;
    border: 5px #c9c2b8 solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}






/*---*/

.i_box2{
    position: relative;
    overflow: hidden;
    background-image: url(../img/i_b2_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.i_b2 {
/*    min-height: 650px;*/
    z-index: 1;
    position: relative;
    /*margin: 0 auto;
    width: 1600px ;
    max-width: 90%;*/
}


.b2_bg01{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}



.curcle{
    width: 1188px;
    max-width: 70%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

.curcle img{
    width: 100%;
}



.i_pro_box {
    width: 650px;
    margin: 0 auto 0 auto;
    padding: 15% 0 30px 0;
}





.i_box2 .prev{
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 45px;
    cursor: pointer;
    z-index: 1;
    color: #999999;
    transition: .3s;
}

.i_box2 .next{
    position: absolute;
    top: 50%;
    right: 10%;
     font-size: 45px;
     cursor: pointer;
     z-index: 1;
     color: #999999;
     transition: .3s;
}

.i_box2 .prev:hover,
.i_box2 .next:hover{
    color: #fcfcfc;
}





.curcle_title {
    display: flex;
    width: 300px;
    max-width: 70%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 20px 0;
    gap: 10px 0;
}

.curcle_title img{
    width: 50px;
}

.curcle_title h3{
    font-size: 18px;
    color: #998a77;
}

.curcle_title h2{
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    padding: 0 5px 20px 5px;
    border-bottom: 1px #998a77 solid ;
}

.curcle_title p{
    color: #998a77;
    font-size: 22px;
}

/*-----------*/




.i_box3{
    background-color: #f7f7f7;
    padding: 100px 0 50px 0;
}


.i_b3 {
    display: flex;
    align-items: center;
    gap: 0 50px;
}





.i_box4{
    background-color: #f7f7f7;
    padding: 300px 0 340px 0;
    position: relative;
}

.i_b4 {
    background-color: #f0f5f8;
}

.i_b4_b1{
    display: flex;
    gap: 0 50px;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.i_b4 .map {
    width: 1400px;
    max-width: 78%;
    border-radius: 30px;
    overflow: hidden;
}

.i_b4 .map iframe {
    width: 100%;
    height: 620px;
    position: relative;
    z-index: 1;
}

.b4_bg01{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.b4_bg01-1{
    position: absolute;
    width:200px;
    top: -20px;
    right:10px;
    z-index: 0;
}

.b4_bg02{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;

}

/*--------------------------------------*/



.all_bg01{
    position: absolute;
    right: 0;
    top: 0;
    width: 1400px;
    max-width: 80%;
    pointer-events: none;
}

.all_box{
    padding-bottom: 150px;
}


.contact_page {
    background-image: url(../img/contact_bg01.jpg);
    background-position: center 0%;
    padding: 300px 0 150px 0;
    overflow: hidden;
}

.pro_page{
    padding: 80px 0 300px 0;
    display: flex;
    gap: 30px 50px;
}


.news_page{
    background-image: url(../img/news_bg01.jpg);
    padding: 150px 0 300px 0;
}

.cust_page{
    padding: 100px 0 300px 0;
}

.catalog_page{
    background-image: url(../img/catalog_bg.jpg);
    padding: 100px 0 300px 0;
}


.contact_ul {
    margin: 70px auto 30px auto;
    display: flex;
    gap: 10px 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact_ul li {
    display: flex;
    gap: 10px 10px;
    align-items: center;
    justify-content: center;
}

.contact_ul li:nth-child(3){
    width: 100%;
}

.contact_ul li img{
    margin-right: 10px;
}

.contact_ul li h2{
    font-size: 22px;
    color: #728f91;
    font-weight: 700;
}

.contact_ul li p{
    font-size: 22px;
    color: #728f91;
    font-weight: 400;
}


.line_qr{
    margin: 20px auto 50px auto;
    width: 300px;
    max-width: 90%;

}



.contact_info{
    position: relative;
    text-align: center;
}

.contact_bg_b1{
    position: absolute;
    left: 0%;
    top: 50%;
    width: 350px;
    transform: translateY(-50%);
}

.contact_bg_b2{
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
}



.contact_info .all_introduce_03 {
    text-align: center;
    margin-bottom: 130px;
}



.contact_info .btn {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 50px 0 0 0;
}

.contact_info .btn img {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
}


.contact_info .btn a {
    display: flex;
    padding: 20px 30px;
    background-color: #85b4ba;
    color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 6px 6px 0px 0px #395e63;
    max-width: 308px;
    width: 250px;
    border-radius: 88px;
    transition: 0.5s;
    justify-content: center;
    font-size: 20px;
    border: 2px #395e63 solid;
}

.contact_info .btn a:hover {
    box-shadow: 0px 0px 0px 0px #395e63;
    transform: translate(6px, 6px);
}




.contact_bg_b3 {
    margin: 0 auto;
    width: 960px;
    max-width: 90%;
}


/*----------------------------*/

.all_top_title {
    display: flex;
    height: 400px;
    padding-top: 100px;
    width: 100%;
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
}



/*------------*/



.web_cate_box{
    background-color: #283a49;
    padding: 15px 0;
}

.web_cate {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}


.web_cate span{
    margin: 0 10px;
    font-weight: 700;
    color: #fff;
}


.web_cate p{
    color: #b9b9b9;
}

.web_cate a{
    color: #fff;
}

.web_cate a:hover{
    color: #fff;
}



/*------------*/




.pro_cate {
    width: 250px;
}



.pro_cate .title_box{
    border-bottom: 1px #ddd solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pro_cate .title_box h2{
    color: #464a51;
    font-weight: 700;
    font-size: 22px;

}

.pro_cate .title_box p{
    color: #7f7f7f;
    margin-bottom: 5px;
    font-size: 16px;
}



.pro_cate h3{
    font-size: 20px;
    color: #464a51;
}


.pro_cate h3 span{
    display: none;
}


.pro_cate_ul{

}

.pro_cate_ul>li{
    padding: 15px 0;
    border-bottom: 1px #ddd solid;
}

.pro_cate_ul>li>a{
    color: #464a51;
    font-size: 18px;
    position: relative;
    display: flex;
    padding: 10px 0;
    font-weight: 700;
}

.pro_cate_ul>li>a>i {
    position: absolute;
    right: 10px;
    color: #464a51;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    transition: .3s;
}

.pro_cate_ul>li>a.active>i{
    transform:translateY(-50%)rotate(180deg);
}

/*-----*/

.pro_cate_ul_02{
    max-height: 260px;
    overflow-y:auto;
    padding-right: 10px;
    display: none;
}

.pro_cate_ul_02>li{
    
}

.pro_cate_ul_02>li>a{
    font-size: 17px;
    color: #adadad;
    transition: .3s;
    position: relative;
    display: flex;
    padding: 10px 0;

}

.pro_cate_ul_02>li>a:hover{
    color: #5f6468;
}

.pro_cate_ul_02>li>a.active{
    color: #5f6468;
}

.pro_cate_ul_02>li>a>i{
    position: absolute;
    right: 10px;
    color: #adadad;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.pro_cate_ul_02>li>a.active>i{
    transform:translateY(-50%)rotate(180deg);
}

/*-----*/

.pro_cate_ul_03 {
    padding: 10px 0;
    display: none;
}

.pro_cate_ul_03>li{
    padding-left: 15px;
}

.pro_cate_ul_03>li>a{
    padding: 6px 0;
    display: block;
    color: #adadad;
    font-size: 17px;
    transition: .3s;
    position: relative;
    font-weight: 400;
}

.pro_cate_ul_03>li>a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    left: -15px;
    width: 5px;
    height: 1px;
    background-color: #adadad;
}



.pro_cate_ul_03>li>a:hover{
    color: #978878;

}




/****** scrollbar ******/
.pro_cate_ul_02::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.pro_cate_ul_02::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px #f5f5f5;
    background-color: #f5f5f5;
}

.pro_cate_ul_02::-webkit-scrollbar-thumb {
    background-color: #717170;
    border-radius: 5px;
}






.pro_list_box {
    width: calc(100% - 300px);
}


.pro_filter {
    display: flex;
    justify-content: flex-end;
}



.select_01{
    color: #464a51;
    font-size: 16px;
    padding: 15px 0px;
    border: 0;
    border-bottom: 1px #ddd solid;
    width: 200px;
    outline: none;
}



.pro_ul{
    display: flex;
    gap: 24px 18px;
    flex-wrap: wrap;
    margin: 20px 0 50px 0;
}

.pro_ul li{
    width: calc(33.3% - 12px);
}

.pro_ul li a {
    padding: 1rem;
    display: inline-flex;
    flex-direction: column;
    border-radius: 10px;
    align-items: flex-start;
    width: 100%;
}

.pro_ul li a:hover{
    box-shadow: 0 0 10px #38383833
}

.pro_ul li a .img{
    position: relative;
    width: 100%;
}

.pro_ul li a .img .img_1{
    width: 100%;
    border-radius: 40px;
}

.pro_ul li a .img .img_2{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    border-radius: 40px;
}

/*.pro_ul li a:hover .img_2{
    opacity: 1;
}*/

.pro_ul li a .img span{
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #978877;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 10px;
    z-index: 2;
    display: none;
}

.pro_ul li.new_pro a .img span{
    display: block;
}



.pro_ul li a h3{
    display: inline-flex;
    padding: 3px 10px;
    font-size: 13px;
    color: #978878;
    border-radius: 20px;
    border: 1px #978878 solid;
    margin: 20px 0 5px 0;
}

.pro_ul li a h2{
    color: #464a51;
    font-size: 20px;
}





.page_box {
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: 30px 0;
    justify-content: space-between;
}

.page_box .btn{
    font-size: 16px;
    color: #adadad;
    transition: .3s;
}

.page_box .btn:hover{
    color: #283a49;
}


.page_box_ul {
    width: calc(100% - 140px);
    display: flex;
    gap: 5px 8px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    
    font-size: 17px;

}

.page_box_ul a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_box_ul a.active{
    background-color: #283a49;
    color: #fff;
}





.page_box_ul a:hover{
    background-color: #283a49;
    color: #fff;
}






/*----------------*/


.pro_d_box {
    display: flex;
    gap: 50px 50px;
    flex-wrap: wrap;
}


.pro_d_img {
    width: 400px;
}


.pro_d_info {
    width: calc(100% - 450px);
}



.pdi_img{
    margin-bottom: 20px;
}

.pdi_img img{
    border-radius: 40px;
}

.owl-carousel.control{
    width: calc(100% - 58px);
}

/*.owl-carousel.control .owl-stage-outer{
    overflow-y: visible;
    overflow-x: hidden;
}*/

.owl-carousel.control li{
    position: relative;
    border: 2px #5f646800 solid;
    border-radius: 8px;
}

.owl-carousel.control li img{
    cursor: pointer;
    transition: .3s;
    
    border-radius: 15px;
}




.owl-carousel.control li:hover{
    border: 2px #5f6468 solid;
}

.owl-carousel.control li.check,
.owl-carousel.control li.point{
    border: 2px #5f6468 solid;
}

.owl-carousel.control li p{
    position: absolute;
    top: 20px;
    font-size: 12px;
}




.img_s_box{
    display: flex;
    gap: 10px 10px;
    width: 100%;
}




.prev_btn, .next_btn {
    display: flex;
    background-color: #f2f2f2;
    font-size: 18px;
    color: #adadad;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}




.pro_d_info .cate{
    color: #978878;
    font-size: 14px;
    font-weight: 700;
}

.pro_d_info .title{
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.pro_d_info .b1{
    display: flex;
}

.pro_d_info .b1 .material,
.pro_d_info .b1 .origin{
    font-size: 20px;
    color: #727171;
}

.pro_d_info .b1 .material span,
.pro_d_info .b1 .origin span{
    font-weight: 700;
    color: #727171;
    margin-right: 15px;
}


.pro_d_info .b1 .material {
    padding-right: 30px;
    border-right: 1px #ddd solid;
    margin-right: 30px;
}





.pro_d_info .style{
    margin-top: 30px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
}

.pro_d_info .style h2{
    font-size: 18px;
    font-weight: 700;
    color: #727171;
}









.pro_style {
    display: flex;
    gap: 12px 8px;
    margin: 15px 0;
    flex-wrap: wrap;
}

.pro_style li{
    width: calc(25% - 6px);
}

.pro_style input{
    display: none;
}

.pro_style label{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 6px 5px;
    border: 1px #cbcbcb solid;
    color: #cbcbcb;
    width: 100%;
    background-color: #fffef900;
    cursor: pointer;
    border-radius:10px ;
}

.pro_style input[type="radio"]:checked  + label{
  border: 1px #2a2625 solid;
  color: #727171
}






.pro_d_introduce {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px #ddd solid;
    padding: 60px 5% 120px 5%;
    position: relative;
    margin-top: 50px;
}

.pro_d_introduce h2.title {
    position: absolute;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border: 1px #ddd solid;
    font-size: 18px;
    bottom: calc(100% - 1px);
    left: -1px;
    border-bottom: 0;
    border-top-left-radius:10px ;
    border-top-right-radius:10px ;
}




.pro_d_introduce .info{

}

.pro_d_introduce .info img{
    max-width: 100%;
    height: auto!important;
}


.pro_d_introduce .info .s_title{
    font-size: 20px;
    color: #545454;
    margin-bottom: 50px;
}

.pro_d_introduce .info hr{
    border: 1px #ddd solid;
}



.news_box{
    position: relative;
}




.owl_prev_01,
.owl_next_01 {
    display: flex;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #283a49;
    color: #fff;
    transition: .3s;
    font-size: 32px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.owl_prev_01:hover,
.owl_next_01:hover{
    opacity: .6;
}



.owl_next_01{
    right: 10px;
    left: auto;
}


.owl_prev{
    left: 20px;
}

.owl_next{
    right: 20px;
}

.news_box .owl-carousel .owl-dots{
    text-align: center;
}


.cust_b1{
    margin-bottom: 80px;
}

.cust_box ul li{
    padding: 1px;
}

.cust_box ul li a{
    border: 1px #eee solid;
    display: block;
}

.cust_box ul li a p{
    width: 100%;
    font-size: 18px;
    color: #424242;
    text-align: center;
    padding: 20px 10px;
}




.cust_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cust_title .title_box{

}

.cust_title .title_box h2{
    color: #464a51;
    font-weight: 700;
    font-size: 22px;

}

.cust_title .title_box p{
    color: #7f7f7f;
    margin-top: 10px;
    font-size: 16px;
}





.cust_owl_btn{
    display: flex;
    gap: 0 20px;
    padding-left: 30px;
}

.cust_owl_btn div {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px #ddd solid;
    color: #999;
    transition: .3s;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cust_owl_btn div:hover{
    background-color: #eee;
    color: #999;
}








.catalog_title_box{

}

.catalog_title_box h2{
    color: #464a51;
    font-weight: 700;
    font-size: 22px;

}

.catalog_title_box p{
    color: #7f7f7f;
    margin-bottom: 10px;
    font-size: 16px;
}




.catalog_ul {
    margin: 80px auto;
    display: flex;
    gap: 20px 48px;
    flex-wrap: wrap;
}

.catalog_ul li{
    width: calc(33.3% - 32px);
    padding: 2rem 1.5rem 1rem 1.5rem;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
}

.catalog_ul li:hover{
    box-shadow: 0 0 10px #38383833;
    background-color: #fff;
}

.catalog_ul li:hover img{
    border: 1px #ddd0 solid;
}

.catalog_ul li img{
    width: 100%;
    border: 1px #ddd solid;
    transition: .5s;
}

.catalog_ul li p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #606060;
    padding: 20px 0 3px 0;
}





.page_box.catalog{
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}


/*--------------------*/


.jump_box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
    background-color: #000000cc;
}

.jump_box.active{
    visibility: visible;
    pointer-events: auto;
}



/*.jump_box_info{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    max-width: 95%;
    z-index: 10;
    height: 50vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    pointer-events: none;
}

.jump_box_info.active{
    top: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

*/


.jump_box_close{
    width: 50px;
    height: 50px;
    background-color: #333333e0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
    transition: .3s;
}



.jump_box_close:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)rotate(45deg);
    transition: .5s;
}

.jump_box_close:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)rotate(-45deg);
    transition: .5s;
}

.jump_box_close:hover:before{
    transform: translate(-50%,-50%)rotate(225deg);
}


.jump_box_close:hover:after{
    transform: translate(-50%,-50%)rotate(135deg);
}
