@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
HTML5 display-role reset for older browsers article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
::-webkit-scrollbar {width:5px;height:5px;}
::-webkit-scrollbar-track-piece {-webkit-border-radius:6px;background-color:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:vertical {height:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
::-webkit-scrollbar-thumb:horizontal {width:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
body{margin:0;padding:0}
a {text-decoration: none;color: #333;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img {vertical-align: middle;}
li {list-style: none;}
iframe {box-shadow: 0 0 10px rgb(0 0 0 / 10%);width: 100%;height: 100%;border: 0;}
/*.container{max-width: 1440px;width: 100%;margin: 0 auto;padding: 0 20px;}*/
.flex {display: -webkit-flex;display: -ms-flexbox;display: flex;}
.none{display: none}
.clearfix:after, .layout:after, .container:after{content: "";display: block;clear: both;visibility: hidden;height: 0;}
.page_main {background: #FFF;padding: 50px 0 0;-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.clear{
    clear: both;
}
.head-left-search {display: none;}
@media screen and (max-width: 992px)  {
    .head-left-search {color: #333;margin-top:30px;z-index:9;display: block;position: absolute;right: 60px;-webkit-box-sizing: content-box;box-sizing: content-box;font-size: 20px;width: 20px;height: 20px;}
}
/*分享*/
.wd-social-icons .social-facebook {background-color: #365493;}
.wd-social-icons .social-twitter {background-color: #3CF;}
.wd-social-icons .social-pinterest {background-color: #CB2027;}
.wd-social-icons .social-linkedin{background-color: #0274B3;}
.wd-social-icons .social-whatsapp {background-color: #1EBEA5;}
.wd-social-icons .wd-social-icon {font: normal normal normal 14px / 1 FontAwesome;color: #fff !important;display: inline-block;margin: 4px;vertical-align: middle;text-align: center;font-size: 0;width: 30px;height: 30px;border-radius: 50%;}
.wd-social-icons .wd-icon {font-size: 20px;line-height: 30px;display: inline-block;vertical-align: middle;}
/* 头部 */

.crumbs{background-color: #f9f9f9;padding:6px 0;border-bottom: 1px solid #eee;}
/* 底部 */
#gotoTop{position: fixed;z-index: 999;;bottom: 15vh;right: 20px;width: 50px;height: 50px;text-align: center;line-height: 50px;background: #009fe8;color:#fff;font-size: 24px;display: none;cursor: pointer;}
#gotoTop.active{display:block}

iframe {box-shadow:0 0 10px rgb(0 0 0 / 10%);width:100%;height:100%;border:0;}
@media screen and (max-width:600px){
    .inquiry-pop-bd .inquiry-pop{
        width: auto;
    }
}
/*右侧底部固定留言*/
.leavePOP{
    position: fixed;
    right: 10px;
    bottom: -384px;
    z-index: 1000000;
    min-width: 280px;
    min-height: 430px;
    width: 337px;
    height: 430px;
    background: transparent;
    border: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    transition-duration: 0.5s;
    border: 1px solid #36a9e1;
    border-radius: 12px 12px 0 0;
    transition: 0.3s;
}
.leavePOP .leaveTit{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #36A9E1;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}
.leavePOP .leaveTit .leaveIcon{
    transition: 0.3s;
    transform: rotate(180deg);
}
.leaveTitActive .leaveIcon{
    transform: rotate(0deg) !important;
}
.leavePOPActive{
    bottom: -5px !important;
}
@media screen and (max-width:950px){
    .leavePOP{
        display: none;
    }
}
/* 分页*/
.el-pagination {white-space:nowrap;padding:2px 5px;color:#303133;text-align:center;font-size:12px;clear:both;}
.el-pagination::after,
.el-pagination::before {display:table;content:"";}
.el-pagination::after {clear:both;}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;}
.el-pagination button:disabled {color:#C0C4CC;background-color:#FFF;cursor:not-allowed;}
.el-pagination button {border:none;padding:0 6px;background:0 0;}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;}
.el-pagination__total {margin-right:10px;font-weight:400;color:#606266;}
.el-pager {-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0;}
.el-pager li {padding:0 4px;font-size:13px;min-width:35.5px;height:28px;line-height:28px;box-sizing:border-box;text-align:center;}
.el-pager,
.el-pager li {vertical-align:top;margin:0;display:inline-block;}
.el-pagination.is-background .el-pager li:not(.disabled).active {background-color:#3368c6;color:#FFF;}
.el-pagination .btn-next,
.el-pagination .btn-prev {background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133;}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {margin:0 3px;padding:0;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px;}
.mm-slideout{z-index: auto!important;}
/*banner*/
.col-banner img{width: 100%}
/*多语言*/

@media screen and (max-width: 992px)  {
    
    /*手机版菜单*/
    #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;position: absolute;top: 10px;right: 0; padding: 15px;z-index: 12; }
    #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
    #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
    #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #333; position: absolute; left: 0; top: 14px;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
    #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
    #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
    #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
    #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
    #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
    #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
    #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
    /*菜单弹出方向*/
    .mm-menu_offcanvas{left: auto!important;}
    .mm-menu{right: 0!important;}
    .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
    .mm-slideout{z-index: 10!important;}
    .mm-menu.mm-menu_pageshadow:after{}
    /*弹出菜单边阴影*/
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;}
    .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
    #menu{ color:rgba(0,0,0,.8);}
    #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
    #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
    #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
    #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
    #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
    #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
    #menu .mm-listitem a{font-size: 16px;}
}
@media screen and (max-width: 600px){
    .items_list .product_item{-webkit-box-flex:0 0 50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:50%}
}