
/* page_section_banner_main */
.page_section_banner_main{
    width: 100%;
    height: auto;
    position: relative;
}
.page_section_banner{
    width: 100%;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-top: 280px;
}
.page_section_banner .page_con_banner{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.page_section_banner .page_con_banner_phone{
    display: none;
}

.page_section_banner .page_con_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.page_banner_text{
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
}

.page_banner_text .text_box{
    width: 53%;
    height: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.page_banner_text .text_box .title{
    font-size: 46px;
    color: #f2f2f2;
    line-height: 52px;
    font-weight: 400;
    text-transform: uppercase;
    
    font-family: 'UNCAGE';
    font-weight: 500;
    
    width: 450px;
    
    position: relative;
}
.page_banner_text .text_box .title::after{
    content:" ";
    width: 100px;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    bottom: -80px;
}
.page_banner_text .text_box p {
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #ff592c;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    
      font-family: 'UNCAGE';
    font-weight: 300;
}



/* bread_crumbs */
.bread_crumbs{
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.bread_crumbs_conter{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #777;
    line-height: 30px;
    font-weight: 400;
    /*padding-left: 30px;*/
    box-sizing: border-box;
    background: url(../images/home_icon2.svg) no-repeat left center;
    background-size: 24px;
}
.bread_crumbs_conter a{
    width: auto;
    height: auto;
    font-size: 16px;
    color: #777;
    line-height: 30px;
    font-weight: 400;
    margin: 0 5px;
}
.bread_crumbs_conter a:hover{
    color: #ff592c;
}
.bread_crumbs_conter a:last-child{
    color: #ff592c;
}
.bread_crumbs_conter strong{
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #ff592c;
    line-height: 30px;
}


/* page_content */
.page_content{
    width: 100%;
    height: auto;
    position: relative;
}



/* about_page */
.about_page {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.about_page_section1{
    width: 100%;
    height: auto;
    min-height: 820px;
    padding: 120px 0;
    padding-top: 150px;
    box-sizing: border-box;
    background: url('../images/about_page_section1_banner.jpg') no-repeat;
    background-size: cover;
}
.about_page_section1_conter{
    width: 100%;
    height: auto;
}
.about_page_section1_conter .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 80px;
    box-sizing: border-box;
}
.about_page_section1_conter .left_box h2 {
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #000;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.about_page_section1_conter .left_box h2::after{
    content: " ";
    width: 30px;
    height: 40px;
    background: #f05a28;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: -12px;
    left: -5px;
    z-index: -1;
}
.about_page_section1_conter .left_box .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    box-sizing: border-box;
}
.about_page_section1_conter .left_box .text_box p{
    margin-bottom: 30px;
}
.about_page_section1_conter .left_box .text_box p:last-child{
    margin-bottom: 0;
}
.about_page_section1_conter .right_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 80px;
    box-sizing: border-box;
}
.about_page_section1_conter .right_box .title_box{
    float: right;
    max-width: 430px;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 5px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.about_page_section1_conter .right_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 36px;
    color: #000;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.about_page_section1_conter .right_box .title_box p{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #f05a28;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.about_page_section1_conter .right_box .title_box .icon1{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -20px;
    background: url('../images/about_page_section1_icon1.png') no-repeat center center;
    background-size: 38px;
}
.about_page_section1_conter .right_box .pic_box{
    float: right;
    max-width: 430px;
    width: 100%;
    height: auto;
    position: relative;
}
.about_page_section1_conter .right_box .pic_box img{
    display:block;
    width: 100%;
    height: auto;
}
.about_page_section1_conter .right_box .title_box::after{
    content: " ";
    width: 1px;
    height: 85px;
    background: #999;
    position: absolute;
    top: -140px;
    left: 50%;
}
.about_page_section1_conter .right_box .title_box::before{
    content: " ";
    width: 1px;
    height: 40px;
    background: #999;
    position: absolute;
    top: 80px;
    left: 50%;
}


.about_page_section2{
    width: 100%;
    height: auto;
    min-height: 900px;
    padding: 110px 0;
    box-sizing: border-box;
    background: url('../images/about_page_section2_banner.jpg') no-repeat;
    background-size: cover;
}
.about_page_section2_conter{
    width: 100%;
    height: auto;
}
.about_page_section2_conter .left_box{
    float: left;
    width: 55%;
    height: auto;
    padding-right: 80px;
    box-sizing: border-box;
}
.about_page_section2_conter .left_box h2 {
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #fff;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.about_page_section2_conter .left_box .text_box1{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 40px;
}
.about_page_section2_conter .left_box .text_box2{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #e6e6e6;
    line-height: 26px;
    margin-bottom: 60px;
}
.about_page_section2_conter .left_box .icon_box{
    width: 80px;
    height: 20px;
    background: url('../images/about_page_section2_icon2.png') no-repeat left center;
    background-size: 80px;
    margin-bottom: 60px;
}
.about_page_section2_conter .left_box .list_box{
    width: 85%;
    height: auto;
}
.about_page_section2_conter .left_box .list_box ul{
    margin: 0 -1%;
}
.about_page_section2_conter .left_box .list_box ul li{
    float: left;
    width: 48%;
    height: auto;
    margin: 0 1%;
    margin-bottom: 20px;
}
.about_page_section2_conter .left_box .list_box ul li:last-child{
    width: 98%;
}
.about_page_section2_conter .left_box .list_box ul li a{
    display: block;
    width: 100%;
    height: auto;
    background: #000;
    padding: 10px;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}


.about_page_section3{
    width: 100%;
    height: auto;
    padding: 110px 0;
    box-sizing: border-box;
}
.about_page_section3_conter{
    width: 100%;
    height: auto;
}
.about_page_section3_conter .top_box{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}
.about_page_section3_conter .top_box h2 {
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #000;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.about_page_section3_conter .top_box .text_box{
    width: 90%;
    height: auto;
    font-size: 18px;
    color: #808080;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}
.about_page_section3_conter .list_box{
    width: 100%;
    height: auto;
}
.about_page_section3_conter .list_box ul{
    margin: 0 -2%;
}
.about_page_section3_conter .list_box ul li{
    float: left;
    width: 46%;
    height: auto;
    margin: 0 2%;
    margin-bottom: 4%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.about_page_section3_conter .list_box ul li .pic_box{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.about_page_section3_conter .list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.about_page_section3_conter .list_box ul li .num{
    width: 160px;
    height: 160px;
    background: #f05a28;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 46px;
    color: #fff;
    line-height: 56px;
    text-align: right;
    padding: 15px;
    padding-top: 70px;
    border-top-left-radius: 200px;
    border-left: 20px solid #fff;
    border-top: 20px solid #fff;
    box-sizing: border-box;
}
.about_page_section3_conter .list_box ul li .text_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px 35px;
    padding-right: 180px;
    box-sizing: border-box;
}
.about_page_section3_conter .list_box ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}
.about_page_section3_conter .list_box ul li .text_box .text{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px 35px;
    padding-right: 180px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}
.about_page_section3_conter .list_box ul li .text_box .text p{
    margin: 5px 0;
}


.about_page_section4{
    width: 100%;
    height: auto;
    padding: 110px 0;
    box-sizing: border-box;
    background: #1f1f1f;
}
.about_page_section4_conter{
    width: 100%;
    height: auto;
}
.about_page_section4_conter .top_box{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}
.about_page_section4_conter .top_box h2 {
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #fff;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.about_page_section4_conter .top_box .text_box{
    width: 90%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}
.about_page_section4_conter .list_box{
    float: left;
    width: 100%;
    height: auto;
}
.about_page_section4_conter .list_box ul li{
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    padding-right: 600px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 35px;
    position: relative;
}
.about_page_section4_conter .list_box ul li .pic_box{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.about_page_section4_conter .list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.about_page_section4_conter .list_box ul li .text_box{
    width: 600px;
    height: 100%;
    padding: 40px;
    padding-right: 60px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}
.about_page_section4_conter .list_box ul li .title_box{
    width: 100%;
    height: auto;
    background: #f05a28;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
} 
.about_page_section4_conter .list_box ul li .title_box h3{
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
}
.about_page_section4_conter .list_box ul li .title_box p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}
.about_page_section4_conter .list_box ul li .text{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #000;
    line-height: 24px;
} 
.about_page_section4_conter .list_box ul li .text p{
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    margin: 15px 0;
}
.about_page_section4_conter .list_box ul li .text p strong{
    color: #f05a28;
}
.about_page_section4_conter .list_box ul li .text p span{
    display: block;
    width: 18px;
    height: 18px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
}


.about_page_section5{
    width: 100%;
    height: auto;
    padding: 100px 0;
    padding-top: 180px;
    box-sizing: border-box;
    background: #f2f2f2;
}
.about_page_section5_conter{
    width: 100%;
    height: auto;
    position: relative;
}
.about_page_section5_conter .left_box{
    width: 62.5%;
    height: auto;
    background: #f05a28;
    padding: 60px 0;
    padding-bottom: 40px;
    padding-left: 16%;
    padding-right: 20%;
    box-sizing: border-box;
}
.about_page_section5_conter .left_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.about_page_section5_conter .left_box .title_box h2{
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #fff;
    line-height: 56px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
}
.about_page_section5_conter .left_box .title_box p{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.about_page_section5_conter .left_box .list_box{
    width: 100%;
    height: auto;
}
.about_page_section5_conter .left_box .list_box ul li{
    float: left;
    width: 100%;
    height: auto;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.about_page_section5_conter .left_box .list_box ul li h3{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}
.about_page_section5_conter .left_box .list_box ul li h3::after{
    content: " ";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -25px;
}
.about_page_section5_conter .left_box .list_box ul li .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #f2f2f2;
    line-height: 24px;
}

.about_page_section5_conter .right_box{
    width: 52.5%;
    height: auto;
    position: absolute;
    top: -50px;
    right: 0;
}
.about_page_section5_conter .swiper-wrapper{
    width: 100%;
    height: auto;
}
.about_page_section5_conter .swiper-wrapper{
    width: 100%;
    height: auto;
}
.about_page_section5_conter .swiper-wrapper .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.about_page_section5_conter .swiper-wrapper .swiper-slide img{
    float: left;
    display: block;
    width: 100%;
    height: auto;
}
.about_page_section5_conter .swiper-pagination{
    bottom: 20px !important;
    text-align: right;
    padding-right: 60px;
    box-sizing: border-box;
}
.about_page_section5_conter .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #fff !important;
    opacity: 1;
}
.about_page_section5_conter .swiper-pagination-bullet-active{
    background: #ff592c !important;
}




/* product_page */
.product_page {
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
    background: #fff;
}
.product_page_conter{
    width: 100%;
    height: auto;
    min-height: 1000px;
    padding-left: 400px;
    box-sizing: border-box;
    position: relative;
}
.product_side_box{
    width: 400px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 80px;
    box-sizing: border-box;
}
.product_side_box h2{
    width: 100%;
    height: auto;
    font-size: 44px;
    color: #000;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.product_side_box .side_item_box{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.product_side_box .side_item_box:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.product_side_box .side_item_box .title_box{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}
.product_side_box .side_item_box .title_box h3{
    width: 100%;
    height: auto;
}
.product_side_box .side_item_box .title_box h3 a{
     width: 100%;
    height: auto;
     font-size: 24px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.product_side_box .side_item_box .title_box h3 a:hover{
    color: #f05a28;
}
.product_side_box .side_item_box .title_box h3 a.active{
    color: #f05a28;
}
.product_side_box .side_item_box .title_box h3 a.cur{
    color: #f05a28;
}
.product_side_box .side_item_box .list_box{
    width: 100%;
    height: auto;
}
.product_side_box .side_item_box .list_box ul li{
    width: 100%;
    height: auto;
}
.product_side_box .side_item_box .list_box ul li a{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    position: relative;
}
.product_side_box .side_item_box .list_box ul li a::after{
    content: " ";
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #999999;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 17px;
}
.product_side_box .side_item_box .list_box ul li a.active{
    color: #f05a28;
}
.product_side_box .side_item_box .list_box ul li a.active::after{
    background: #f05a28;
    border: 1px solid #f05a28;
}
.product_side_box .side_item_box .list_box ul li a:hover{
    color: #f05a28;
}
.product_side_box .side_item_box .list_box ul li a:hover::after{
    background: #f05a28;
    border: 1px solid #f05a28;
}

/* product_content_box */
.product_content_box{
    width: 100%;
    height: auto;
}

.product_searchform{
    width: 100%;
    height: auto;
    margin-bottom: 65px;
}
.product_searchform2{
    margin-bottom: 50px;
}
.product_searchform form{
    display: block;
    width: 100%;
    height: auto;
    padding-right: 135px;
    box-sizing: border-box;
    position: relative;
}
.product_searchform form input.text{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 0px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
    font-weight: 500;
    border: 1px solid #cccccc;
    border-left: none;
    box-sizing: border-box;
}
.product_searchform form input.sub{
    width: 135px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
     border: 1px solid #c7c7c7;
     border-left: none;
     background: #000 url(../images/search_icon_hover.png) no-repeat 15px center;
     background-size: 24px;
     box-sizing: border-box;
     cursor: pointer;
     
     font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 25px;
}
.search_page_conter_title{
    width: 100%;
    height: auto;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    font-weight: 400;
}
.search_page_conter_title .title{
    font-size: 22px;
    font-weight: 700;
    color: #000;
}



.product_page_conter .product_item_list{
    width: 100%;
    height: auto;
}
.product_page_conter .product_item_list ul{
    margin: 0 -1.5%;
}
.product_page_conter .product_item_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 0 1.5%;
    margin-bottom: 3%;
    cursor: pointer;
    position: relative;
}
.product_page_conter .search_page_conter .product_item_list ul li{
    margin-bottom: 1%;
}
.product_page_conter .product_item_list ul li a{
    display: block;
    width: 100%;
    height: auto;
  
    box-sizing: border-box;
    position: relative;
}
.product_page_conter .product_item_list ul li .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.product_page_conter .product_item_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
}
.product_page_conter .product_item_list ul li .text_box{
    width: 100%;
    height: 90px;
    padding: 20px 0;
    padding-bottom: 0;
    box-sizing: border-box;
 
    /*overflow: hidden;*/
}
.product_page_conter .product_item_list ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    text-align: left;
   
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
    
    font-family: 'UNCAGE';
     font-weight: 400;
}
.product_page_conter .product_item_list ul li .text_box p{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #f05a28;
    line-height: 18px;
    text-transform: uppercase;
    
     font-family: 'UNCAGE';
     font-weight: 100;
}
.product_page_conter .product_item_list ul li:hover .pic_box img{
    transform: scale(1.15);
}
.product_page_conter .product_item_list ul li:hover .text_box h3{
    color: #f05a28;
    text-decoration: underline;
    transition: all 0.3s;
}



/* pagination_center */
.pagination_center{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.pagination_box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;

    font-size: 14px;
    color: #6e6e6e;
}

.pagination_box li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
  
}

.pagination_box a {
    color: #000;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination_box .disabled a:link,.pagination_box .disabled a:visited,.pagination_box .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB;
}
.pagination_box .active {
    pointer-events: none;
}
.pagination_box .active,.pagination_box a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination_box li {
    margin:2px 5px;
    font-size:14px;
    border:none;
    border-radius:4px;
}
.pagination_box li a {
    border-radius:4px;
    color:#6e6e6e;
    background:#fff;
    padding:12px 16px;
    border:1px solid #DCDCDC;
}
.pagination_box li.active a,.pagination_box li a:hover {
    background:#000;
    color:#fff;
    border:1px solid #000;
    
}


  

/* product_details_page */
.product_details_page {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 120px;
    box-sizing: border-box;
}
.product_details_introduce_section{
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.product_details_introduce_section .title_box{
    width: 100%;
    height: auto;
    background: #ff592c;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}
.product_details_introduce_section .title_box h2{
    font-size: 36px;
    color: #e9e9e9;
    height: 40px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 4px;
    box-sizing: border-box;
    
    font-family: 'UNCAGE';
    font-weight: 400;
}
.product_details_introduce_section .title_box .text{
    display: inline-block;
    width: auto;
    height: auto;
    border: 1px solid #e9e9e9;
    padding: 5px 15px;
    padding-top: 9px;
    box-sizing: border-box;
    border-radius: 40px;
     font-size: 15px;
    color: #e9e9e9;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    right: 50px;
    
     font-family: 'UNCAGE';
    font-weight: 300;
}
.product_details_introduce_conter{
    width: 100%;
    height: auto;
}
.product_details_introduce_section .introduce_left_box{
    float: left;
    width: 45%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #eee;
}
.product_details_introduce_section .introduce_left_box .pic_box{
    display: block;
    width: 100%;
    height: auto;
}
.product_details_introduce_section .introduce_left_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.product_details_introduce_section .introduce_right_box{
    float: left;
    width: 55%;
    height: auto;
    padding: 30px 50px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.product_details_thumbnail{
    width: 100%;
    height: auto;
}
.product_details_thumbnail_item_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.product_details_thumbnail_item_box:last-child{
    margin-bottom: 0;
}
.product_details_thumbnail_item_box .title{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.product_details_thumbnail_item_box h3{
    float: left;
    width: auto;
    min-width: 70px;
    height: 40px;
    background: #ff592c;
    padding: 5px 15px;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 24px;
    color: #e9e9e9;
    line-height: 26px;
    text-align: center;
    
    font-family: 'UNCAGE';
    font-weight: 400;
   
}
.product_details_thumbnail_item_box .title p{
    float: left;
    width: 85px;
    height: 40px;
    background: #fff;
    padding: 5px 10px;
    padding-top: 9px;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 50px;
    font-size: 17px;
    color: #999;
    line-height: 12px;
    text-align: center;
    
     font-family: 'UNCAGE';
    font-weight: 400;
}
.product_details_thumbnail_list{
    width: 100%;
    height: auto;
}
.product_details_thumbnail_list ul{
    margin: 0 -1%;
}
.product_details_thumbnail_list ul li{
    float: left;
    width: 18%;
    height: auto;
    margin: 1%;
    cursor: pointer;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.product_details_thumbnail_wpc .product_details_thumbnail_list ul{
    margin: 0 -0.5%;
}
.product_details_thumbnail_wpc .product_details_thumbnail_list ul li{
    width: 9%;
    margin: 0.5%;
}

.product_details_thumbnail_list ul li a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.product_details_thumbnail_list ul li .pic_box{
    width: 100%;
    height: auto;
}
.product_details_thumbnail_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
}

.product_details_thumbnail_list #big_pic{
    position: fixed;
    display: none;
    z-index: 9999;
}
.product_details_thumbnail_list #big_pic1{ 
    width: 350px; 
    height: auto; 
    -webkit-box-shadow: 5px 5px 5px 5px hsla(0,0%,5%,1.00); 
    box-shadow: 5px 5px 5px 0px hsla(0,0%,5%,0.3); 
} 


.product_details_conter_container{
    width: 100%;
    height: auto;
}
.product_details_conter_container .details_conter_nav_box{
    width: 100%;
    height: auto;
    background: #1f1f1f;
    padding: 90px 100px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.product_details_conter_container .details_conter_nav_box_fluted{
    padding-bottom: 35px;
}
.product_details_conter_container .details_conter_nav_box_printed{
    padding-bottom: 90px;
}
.product_details_conter_container .details_conter_nav_box .text_box{
    width: 100%;
    height: auto;
    position: relative;
}
.product_details_conter_container .details_conter_nav_box .text_box h2{
    width: 100%;
    height: 100px;
    background: #ff592c;
    padding: 15px 50px;
    padding-right: 350px;
    box-sizing: border-box;
    border-radius: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_details_conter_container .details_conter_nav_box .text_box h2 strong{
     font-size: 66px;
    color: #e9e9e9;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "UNCAGE";
    font-weight: 500;
    padding-top: 15px;
    box-sizing: border-box;
}
.product_details_conter_container .details_conter_nav_box .fluted_text_box h2{
     font-size: 28px;
    color: #e9e9e9;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
      font-family: "UNCAGE";
    font-weight: 400;
    
}
.product_details_conter_container .details_conter_nav_box .fluted_text_box h2 strong{
     font-size: 44px;
     margin-bottom: 2px;
     padding-top: 8px;
}
.product_details_conter_container .details_conter_nav_box .text_box .link{
    display:inline-block;
    width: 250px;
    height: 100px;
    background: #e9e9e9 url(../images/product_details_pdf_icon.svg) no-repeat 180px center;
    background-size: 32px;
    
    padding: 30px 45px;
    padding-right: 70px;
    box-sizing: border-box;
    font-size: 26px;
    color: #ff592c;
    line-height: 40px;
    font-weight: 400;
    border-radius: 70px;
    position: absolute;
    top: 0;
    right: 0;
} 
.product_details_conter_container .details_conter_nav_box .text_box .link:hover{
    background: #000 url(../images/product_details_pdf_icon.svg) no-repeat 180px center;
    background-size: 32px;
    color: #ff592c;
}
.product_details_conter_container .details_conter_text_box{
    width: 100%;
    height: auto;
}
.product_details_conter_container .details_conter_text_box img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}



/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
    padding: 130px 0;
    box-sizing: border-box;
}
.contact_page_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.contact_left_box{
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    padding-right: 40px;
    box-sizing: border-box;
}
.contact_left_box .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.contact_left_box .title_box p{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #f05a28;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 3px solid #f05a28;
}
.contact_left_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 60px;
    color: #000;
    line-height: 70px;
    font-weight: 700;
}
.contact_left_box .pic_box{
    width: 100%;
    height: auto;
}
.contact_left_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.contact_right_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 100px;
    box-sizing: border-box;
}

.contact_bottom_box{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 80px;
    border-top: 2px solid #ccc;
    margin-top: 100px;
    box-sizing: border-box;
}
.contact_bottom_box ul{
    margin: 0 -1%;
}
.contact_bottom_box ul li{
    float: left;
    width: 28%;
    height: auto;
    margin: 0 1%;
    padding: 0 3%;
    box-sizing: border-box;
}
.contact_bottom_box ul li:nth-child(3){
    width: 38%;
}
.contact_bottom_box ul li h3{
    width: 100%;
    height: auto;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.contact_bottom_box ul li p{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

/* online_message_form_box */
.online_message_form_box{
    width: 100%;
    height: auto;
}
.online_message_form_box .item_box{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
.online_message_form_box .item_box input {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px 0px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #ccc;
}
.online_message_form_box .item_box textarea {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #ccc;
}
textarea::placeholder {
    font-family: none;
}
.online_message_form_box .item_btn{
    margin-top: 60px;
}
.online_message_form_box .item_btn .sub {
    display: block;
    width: 160px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #f05a28;
    border-radius: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    border: none;
    cursor: pointer;
}





@media screen and (max-width: 1440px){
     .page_section_banner{
        height: 560px;
        padding-top: 250px;
    }
    .page_banner_text .text_box .title{
        font-size: 40px;
        line-height: 46px;
    }
    .page_banner_text .text_box .title::after{
        bottom: -60px;
    }
}


@media screen and (max-width: 1280px){

}


@media screen and (max-width: 960px){

}


@media screen and (max-width: 768px){
    .page_section_banner {
        height: 200px;
        padding-top: 105px;
    }
    .page_section_banner .page_con_banner_pc{
        display: none;
    }
    .page_section_banner .page_con_banner_phone{
        display: block;
    }

    .page_banner_text {
        min-height: 100px;
        
    }
    .page_banner_text .text_box .title {
        width: 140px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }
    .page_banner_text .text_box .title::after {
        width: 50px;
        bottom: -25px;
        
        display: none;
    }
    
    
    
    
    .about_page_section1{
        padding: 50px 0;
        padding-top: 50px;
        min-height: auto;
    }
    .about_page_section1_conter .left_box{
        width: 100%;
        padding-right: 0;
    }
    .about_page_section1_conter .right_box{
        display: none;
    }
    .about_page_section1_conter .left_box h2{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .about_page_section1_conter .left_box .text_box{
        font-size: 13px;
        line-height: 20px;
    }
    .about_page_section1_conter .left_box .text_box p {
        margin-bottom: 20px;
    }
    .about_page_section1_conter .left_box h2::after {
        content: " ";
        width: 20px;
        height: 30px;
        position: absolute;
        top: -5px;
    }
    
    .about_page_section2{
        min-height: 620px;
        padding: 50px 0;
        padding-top: 50px;
    }
    .about_page_section2_conter .left_box{
        width: 100%;
        padding-right: 0;
    }
    .about_page_section2_conter .left_box h2{
         font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .about_page_section2_conter .left_box .text_box1 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .about_page_section2_conter .left_box .text_box2{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .about_page_section2_conter .left_box .icon_box {
        width: 55px;
        height: 20px;
        background: url(../images/about_page_section2_icon2.png) no-repeat left center;
        background-size: 55px;
        margin-bottom: 30px;
    }
    .about_page_section2_conter .left_box .list_box ul li{
        margin-bottom: 2%;
    }
    .about_page_section2_conter .left_box .list_box ul li a {
        width: 100%;
        height: 42px;
        padding: 10px 5px;
        padding-left: 5px;
        box-sizing: border-box;
        font-size: 12px;
        color: #fff;
        line-height: 16px;
        text-align: center;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about_page_section2_conter .left_box .list_box{
        width: 100%;
    }
    
    .about_page_section3{
        padding: 50px 0;
        padding-bottom: 35px;
    }
    .about_page_section3_conter .top_box h2{
         font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    
    .about_page_section3_conter .top_box .text_box{
        width: 100%;
         font-size: 13px;
        line-height: 20px;
    }
    .about_page_section3_conter .top_box{
        margin-bottom: 30px;
    }
    .about_page_section3_conter .list_box ul li{
        width: 96%;
    }
    .about_page_section3_conter .list_box ul li .text_box {
        padding: 15px 20px;
        padding-right: 80px;
    }
    .about_page_section3_conter .list_box ul li .text_box h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .about_page_section3_conter .list_box ul li .text_box .text {
        padding: 15px 20px;
        padding-right: 80px;
        font-size: 13px;
        line-height: 20px;
    }
    .about_page_section3_conter .list_box ul li .text_box .text p {
        margin: 3px 0;
    }
    .about_page_section3_conter .list_box ul li .num {
        width: 95px;
        height: 95px;
        font-size: 26px;
        line-height: 50px;
        padding: 15px;
        padding-top: 30px;
        border-top-left-radius: 150px;
        border-left: 6px solid #fff;
        border-top: 6px solid #fff;
        box-sizing: border-box;
    }
    .about_page_section4{
         padding: 50px 0;
         padding-bottom: 35px;
    }
    .about_page_section4_conter .top_box{
        margin-bottom: 30px;
    }
    .about_page_section4_conter .top_box h2{
          font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .about_page_section4_conter .top_box .text_box{
         width: 100%;
         font-size: 13px;
        line-height: 20px;
    }
    .about_page_section4_conter .list_box ul li{
        padding-left: 0;
        padding: 10px;
        margin-bottom: 20px;
    }
    .about_page_section4_conter .list_box ul li .text_box {
        width: 100%;
        height: auto;
        padding: 20px 0;
        padding-right: 0;
        padding-bottom: 0;
        position: relative;
    }
    .about_page_section4_conter .list_box ul li .title_box{
        border-radius: 10px;
    }
    .about_page_section4_conter .list_box ul li .title_box h3{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .about_page_section4_conter .list_box ul li .title_box p{
        font-size: 12px;
        line-height: 16px;
    }
    .about_page_section4_conter .list_box ul li .text{
         font-size: 13px;
        line-height: 18px;
    }
    .about_page_section4_conter .list_box ul li .text p span{
        width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        top: 1px;
    }
    
    .about_page_section5{
        padding: 50px 0;
        padding-top: 50px;
        padding-bottom: 0;
    }
    .about_page_section5_conter .left_box {
        width: 100%;
        padding: 40px 0;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_page_section5_conter .left_box .title_box{
        margin-bottom: 25px;
    }
    .about_page_section5_conter .left_box .title_box h2{
         font-size:16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .about_page_section5_conter .left_box .title_box p{
         font-size: 13px;
        line-height: 20px;
    }
    .about_page_section5_conter .left_box .list_box ul li {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .about_page_section5_conter .left_box .list_box ul li h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .about_page_section5_conter .left_box .list_box ul li .text{
         font-size: 13px;
        line-height: 18px;
    }
    .about_page_section5_conter .left_box .list_box ul li h3::after {
        width: 6px;
        height: 6px;
        top: 9px;
        left: -20px;
    }
    .about_page_section5_conter .right_box{
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }
    
    
    .footer_top_box{
        padding: 40px 0;
    }
     .footer_top_conter .title_box{
        margin-bottom: 20px;
    }
    .footer_top_conter .title_box h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: 500;
    }
    .footer_top_conter .title_box p{
        font-size: 12px;
        line-height: 16px;
    }
    .footer_top_conter .submit_box{
        width: 70%;
    }
    .footer_top_conter .submit_box p {
        height: 36px;
        padding: 10px 15px;
        padding-top: 10px;
        padding-right: 70px;
        font-size: 11px;
        line-height: 16px;
    }
    .footer_top_conter .submit_box span {
        width: 65px;
        height: 26px;
        padding: 5px;
        padding-top: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .footer_bottom_box {
        padding-top: 40px;
        padding-bottom: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .footer_bottom_conter .left_box{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_bottom_conter .right_box{
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .footer_bottom_conter .left_box .logo_box {
        margin-bottom: 15px;
    }
    .footer_bottom_conter .left_box .logo_box img {
        max-width: 200px;
        margin: 0 auto;
    }
    .footer_bottom_conter .left_box h3{
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
    .footer_bottom_conter .right_box .nav_box{
        display: none;
    }
    .footer_bottom_conter .footer_contact_box{
        display: none;
    }
    .footer_bottom_conter .right_box .text_box {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
    
    
    .contact_page{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_left_box{
        width: 100%;
        padding-right: 0;
    }
    .contact_left_box .title_box p{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 12px;
        padding-left: 7px;
        border-left: 2px solid #f05a28;
    }
    .contact_left_box .title_box h3{
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
    }
     .contact_left_box .title_box h3 br{
         display: none;
     }
     .contact_left_box .pic_box{
         display: none;
     }
    .contact_right_box{
       width: 100%;
       padding-left: 0;
    }
    .online_message_form_box .item_box{
        margin-bottom: 5px;
    }
    .online_message_form_box .item_box input {
        padding: 10px 0px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }
    .online_message_form_box .item_box textarea{
         padding: 10px 0px;
        font-size: 14px;
        line-height: 24px;
    }
    .online_message_form_box .item_btn {
        margin-top: 20px;
    }
    .online_message_form_box .item_btn .sub {
        width: 100px;
        padding: 3px;
        font-size: 16px;
        line-height: 30px;
    }
    .contact_left_box .title_box{
        margin-bottom: 25px;
    }
    .contact_bottom_box {
        padding-top: 30px;
        border: none;
        margin-top: 30px;

    }
    .contact_bottom_box ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .contact_bottom_box ul li:nth-child(3){
        width: 100%;
    }
    .contact_bottom_box ul li h3 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .contact_bottom_box ul li p{
          font-size: 13px;
        line-height: 20px;
    }
    
    
    .product_page{
        padding:0;
    }
    .product_page .section_container_con{
        padding-left: 0px;
        padding-right: 0px;
    }
    .product_side_box h2{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
        
        display: none;
    }
    
    
    
    
    .product_details_page{
        padding-top: 40px;
        padding-bottom: 40px;
    }
     .product_details_conter_container .details_conter_nav_box{
        padding: 30px 15px;
        padding-bottom: 5px;
      
    }
    .product_details_conter_container .details_conter_nav_box .text_box h2 {
        height: 50px;
        padding: 5px 15px;
        padding-right: 120px;
        border-radius: 30px;
    }
    .product_details_conter_container .details_conter_nav_box .text_box h2 strong{
        font-size: 20px;
        line-height: 20px;
        padding-top: 0;
    } 
    .product_details_conter_container .details_conter_nav_box .text_box .link {
        width: 120px;
        height: 50px;
        background: #e9e9e9 url(../images/product_details_pdf_icon.svg) no-repeat 90px center;
        background-size: 20px;
        padding: 10px 15px;
        padding-right: 50px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 50px;
    }
    .product_details_conter_container .details_conter_nav_box .text_box .link:hover {
        background: #000 url(../images/product_details_pdf_icon.svg) no-repeat 90px center;
        background-size: 20px;
    }
   
   .product_details_introduce_section{
       margin-bottom: 40px;
   }
   .product_details_introduce_section .title_box{
        padding: 10px 15px;
        padding-right: 160px;
       margin-bottom: 0;
   }
   
   .product_details_introduce_section .introduce_left_box{
       width: 100%;
       padding: 15px;
       box-sizing: border-box;
   }
    .product_details_introduce_section .introduce_right_box{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .product_details_thumbnail_item_box h3 {
        min-width: 55px;
        height: 30px;
        padding: 5px 10px;
        padding-top: 5px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        font-weight: 500;
    }
    .product_details_thumbnail_item_box .title p {
        width: 60px;
        height: 30px;
        padding: 4px 5px;
        padding-top: 4px;
        font-size: 12px;
        line-height: 10px;
        text-transform: uppercase;
    }
    .product_details_thumbnail_item_box{
        margin-bottom: 30px;
    }
    .product_details_thumbnail_wpc .product_details_thumbnail_list ul li {
        width: 11.5%;
    }
    .product_details_introduce_section .title_box h2{
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        padding-top: 0;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .product_details_introduce_section .title_box .text{
        width: 130px;
        height: auto;
        padding: 5px 5px;
        padding-top:5px;
        font-size: 11px;
        line-height: 12px;
        font-weight: 400;
        position: absolute;
        top: 12px;
        right: 15px;
    }
    .product_details_conter_container .details_conter_nav_box .fluted_text_box h2{
        font-size: 13px;
        line-height: 14px;
    }
    
    
    .product_header_box .header_box .header_middle{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .product_header_box .header_box_active .header_middle{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .product_wrapper_main {
        padding-top: 70px;
    }
    
    
    .product_page_conter{
        min-height: auto;
        padding-left: 0;
    }
    .product_side_box {
        float: left;
        width: 36%;
        position: relative;
        padding-right: 0;
        background: #fff;
    }
    .product_content_box{
        float: left;
        width: 64%;
        padding: 35px 12px;
       box-sizing: border-box;
        background: #eee;
    }
    .product_page_conter .product_item_list ul li{
        width: 47%;
    }
    .product_page_conter .product_item_list ul li .text_box h3{
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
    .product_page_conter .product_item_list ul li .text_box p{
        font-size: 10px;
        line-height: 12px;
        font-weight: 300;
    }
    .product_page_conter .product_item_list ul li .text_box{
        height: 70px;
        padding-top: 12px;
    }
    .product_details_conter_container .details_conter_nav_box_printed{
        padding-bottom: 30px;
    }
    .product_searchform form input.text{
        padding: 6px 12px;
        padding-right: 40px;
        font-size: 12px;
        line-height: 20px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        border: none;
    }
    .product_searchform form{
        padding-right: 22px;
    }
    .product_searchform form input.sub {
        width: 70px;
        height: 32px;
        border: none;
        background: #000 url(../images/search_icon_hover.png) no-repeat 6px center;
        background-size: 13px;
        font-size: 11px;
        line-height: 20px;
      
        padding-left: 16px;
        border-radius: 30px;
        box-sizing: border-box;
    }
    .product_searchform {
        margin-bottom: 25px;
    }
    
    .product_side_box .side_item_box .title_box{
        margin-bottom: 10px;
    }
    .product_side_box .side_item_box .title_box h3{
        line-height: 14px;
    }
    .product_side_box .side_item_box .title_box h3 a{
        font-size: 11px;
        line-height: inherit;
        font-weight: 700;
    }
    .product_side_box .side_item_box .list_box ul li a {
        padding: 8px 5px;
        padding-left: 15px;
        font-size: 12px;
        line-height: 16px;
    }
    .product_side_box .side_item_box .list_box ul li a::after{
        top: 12px;
        width: 8px;
        height: 8px;
    }
    .product_side_box .side_item_box {
        margin-bottom: 0px;
        padding: 32px 10px;
        padding-right: 5px;
        padding-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    
    
    .search_page_conter_title{
        padding: 0;
        padding-bottom: 20px;
        font-size: 11px;
        line-height: 16px;
    }
    .search_page_conter_title .title{
        font-size: 15px;
    }
    
    
    .pagination_center{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pagination_box li {
        margin: 2px 2px;
        font-size: 12px;
    }
    .pagination_box li a{
        padding: 6px 10px;
    }

    
}























