.sitetop-right .after{
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px;
  margin-left: 20px;
}
.sitetop-right .after:hover{
  background: #fff;
  color: var(--color-primary);
}
#pagesize {
    margin: 40px 0 0;
    text-align: center;
    width: 100%;
}

#pagesize ul {
    font-size: 0
}

#pagesize ul li {
    display: inline-block;
    vertical-align: top
}

#pagesize ul li a {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 15px
}

#pagesize ul li a:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    box-shadow: 0 1px 0 0 #fff;
    color: #fff !important;
}

#pagesize ul li span {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    font-size: 14px
}

#pagesize ul li a.active {
    border: var(--color-primary) 1px solid;
    background: var(--color-primary);
    color: #fff
}

#pagesize ul li a.disabled {
    color: #fff;
    border: 1px solid #cecece;
    background: #cecece
}

@media screen and (max-width:768px) {
    #pagesize ul li a {
        padding: 6px 10px;
        font-size: 13px
    }

    #pagesize ul li span {
        padding: 6px 10px;
        font-size: 13px
    }
}
/*
 .header .logo:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 80px solid #fff;
    border-top: 80px solid transparent;
    border-left: 80px solid transparent;
    z-index: 1;
}*/

.header>div{background: var(--color-primary) !important;}

.header .logo {background: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/386/upload/about/81fe80f865dfb9f59c3b1fe1769729727ef8a229c5a0e0b503b14c57bbaa56d8.png") !important;}

.sitetop{position:absolute;width:100%;top:0;height:60px;z-index:30;background-image:linear-gradient(to bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);background:#000}
.sitetop .wp{height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}
.sitetop span{display:none;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer}
.sitetop span.mo-header-search{margin-right:95px}
.sitetop span i{color: #000;font-size:24px}

.sitetop-left,.sitetop-right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
.sitetop p{padding:0 0 0 38px;margin-right:30px;line-height:30px;font-size:18px;color:rgba(255,255,255,0.75);font-weight:600}
.sitetop p.tel{background:url("../../images/tel.png") no-repeat left center}
.sitetop p.mail{background:url("../../images/mail.png") no-repeat left center}
.sitetop p a:hover{color:var(--color-primary)}
.sitetop .share{}
.sitetop .share a{display:inline-block;color:rgba(255,255,255,0.75);margin:0 15px 0 0}
.sitetop .share a i{font-size:19px}
.sitetop .share a:hover{color:var(--color-primary)}
                
.header-lang{position:relative;z-index:200}
.header-lang .box{height:34px;width:88px;cursor:pointer;box-sizing:border-box;border:1px solid rgba(255,255,255,0.75)}
.header-lang .box img{float:left;margin:7px 0 0 7px}
.header-lang .box em{float:left;margin:7px 5px 0 7px;line-height:18px;font-size:13px;color:rgba(255,255,255,0.75)}
.header-lang .box i{float:left;margin:7px 0 0 0;width:15px;line-height:18px;font-size:14px;text-align:center;color:rgba(255,255,255,0.75)}
.header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:44px;z-index:200;background:#fff;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;border-radius:8px;box-shadow:0 0 10px rgba(63,62,62,0.2)}
.header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block}
.header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%}
.header-lang ul li:last-child{border:none}
.header-lang ul li a{color:#333;font-size:12px;display:block}
.header-lang ul li a:hover{color:#015198}
.header-lang ul li img{vertical-align:middle;margin-right:7px}
.header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
.search{margin:0 10px 0 0;position:relative;z-index:10}
.search h3{width:45px;height:36px;margin:0;cursor:pointer;font-weight:400;text-align:center}
.search h3 i{color:rgba(255,255,255,0.75);font-size:25px;line-height:36px;-webkit-text-stroke-width:0.1px;text-stroke-width:0.1px}
.search .serchbox{display:none;position:absolute;background:#666;width:235px;height:33px;padding:10px;top:36px;right:0;z-index:1000;box-sizing:content-box}
.search .serchbox .submit_text{background:#fff;border:1px solid #fff;border-right:none;width:200px;height:33px;line-height:33px;float:left;color:#333;padding:0 0 0 6px;box-sizing:border-box}
.search .serchbox .submit_btn{border:none;width:35px;background:#D8261A;font-size:14px;color:#fff;height:33px;line-height:33px;text-align:center;display:block;float:right;cursor:pointer}
.search:hover h3{background:#666}
.search:hover h3 i{color:#fff}
.search:hover .serchbox{display:block}
.mo-search{padding:10px 15px;display:none;border-bottom:1px solid #222;position:absolute;z-index:200;left:0;top:51px;width:100%;background:#333;box-sizing:border-box}
.mo-search .form-control{float:left;display:block;box-sizing:border-box;width:85%;height:34px;padding:6px 12px;font-size:14px;line-height:1;color:#555;background-color:#fff;background-image:none;border:none;border-radius:4px 0 0 4px}
.mo-search .submit_btn{float:left;width:15%;height:34px;line-height:34px;background:#DD3E00;border:none;font-size:18px;color:#fff;border-radius:0 4px 4px 0}
.mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;-webkit-overflow-scrolling:touch;z-index:1005 !important;-webkit-transition:all .4s cubic-bezier(0.7,0,0.2,1);-ms-transition:all .4s cubic-bezier(0.7,0,0.2,1);transition:all .4s cubic-bezier(0.7,0,0.2,1);-webkit-box-shadow:0 0 40px rgba(82,85,90,0.1);box-shadow:0 0 40px rgba(82,85,90,0.1);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
.mo-leftmenu .tit{height:50px;line-height:50px;background:#353535}
.mo-leftmenu .tit h6{float:left;color:#fff;padding:0 0 0 20px;font-size:20px;font-weight:bold;font-family:"Times New Roman"}
.mo-leftmenu .tit span{float:right;cursor:pointer;width:50px;text-align:center}
.mo-leftmenu .tit span i{color:#fff;font-size:16px}
.mo-leftmenu>ul{}
.mo-leftmenu>ul>li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative}
.mo-leftmenu>ul>li>a{padding:0 0 0 20px}
.mo-leftmenu>ul>li>i{position:absolute;color:#333;font-size:12px;top:5px;right:0;z-index:1;width:50px;line-height:40px;text-align:center;cursor:pointer}
.mo-leftmenu>ul>li.active{}
.mo-leftmenu ul li a{color:#333;display:block}
.mo-leftmenu ul li a:hover{text-decoration:none}
.mo-leftmenu ul li ul{display:none;padding-bottom:10px}
.mo-leftmenu ul li ul li{line-height:35px}
.mo-leftmenu ul li ul li a{background:url("../../images/d.png") no-repeat 25px center;padding:0 0 0 40px}
.menu-transitioning{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.header{box-sizing:border-box;height:110px;width:100%;position:relative;z-index:20;top:60px;background:#000}
.header>div{background:var(--color-primary);height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start}
.header span.mo-header-menu{width:50px;height:50px;display:block;line-height:50px;font-size:24px;color:#fff;text-align:center;text-indent:-9999px}
.header span.mo-header-menu i{font-size:24px;line-height:50px}
.header .logo{width:279px;height:133px;background:url("../../images/logo-bg.png") no-repeat center;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center}
.header .logo img{margin-left:16px}
.header .logo img.mo{display:none}
.nav{height:110px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
.nav>ul{font-size:0;text-align:center}
.nav>ul>li{display:inline-block;position:relative;margin:0 22px}
.nav>ul>li>a{display:block;font-size:22px;color:#fff;padding:0 5px;height:30px;line-height:30px;text-align:center;position:relative}
.nav>ul>li>a i{color:inherit;display:inline-block;font-size:14px;vertical-align:middle;transition:all 0.3s ease 0s}
.nav>ul>li ul{position:absolute;width:220px;height:auto;left:0;text-align:left;top:44px;z-index:1000;border-radius:4px;padding:10px;background:#fff;box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;-khtml-opacity:0;-moz-opacity:0;opacity:0;transition:transform 0.5s,opacity 0.3s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s}
.nav>ul>li>ul::before{content:'';position:absolute;left:40px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent}
.nav>ul>li>ul li{border-bottom:1px solid #EDEDED;position:relative;-webkit-text-stroke-width:0.2px}
.nav>ul>li>ul li>a{display:block;border-radius:4px;padding:9px 15px;color:#313131;font-size:15px;line-height:21px;text-transform:capitalize}
.nav>ul>li>ul>li>a{padding-right:20px}
.nav>ul>li>ul li>a i{position:absolute;right:10px;top:10px;font-size:11px}
.nav>ul>li>ul li>a:hover{color:var(--color-primary)}
.nav>ul>li:nth-child(3)>ul{left:-270px;width:700px}
.nav>ul>li:nth-child(3)>ul::before{left:315px}
.nav>ul>li:nth-child(3)>ul li{float:left;width:48%}
.nav>ul>li>ul li ul{left:230px;top:0}
.nav>ul>li:hover>a,.nav>ul>li.active>a{color:#000}
.nav>ul>li:hover>a>i{transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}
.nav ul li:hover>ul{-moz-opacity:1;-khtml-opacity:1;opacity:1;transform:rotate3d(0,0,0,0);-webkit-transform:rotate3d(0,0,0,0);-o-transform:rotate3d(0,0,0,0)}
@media screen and (max-width:1500px){.nav>ul>li{margin:0 17px}
.nav>ul>li>a{font-size:19px}
}
@media screen and (max-width:1330px){.sitetop p{font-size:16px}
.nav>ul>li{margin:0 10px}
.nav>ul>li>a{font-size:18px}
}
@media screen and (max-width:1150px){
.sitetop p{font-size:14px}
.sitetop .share{display:none}
.header{height:80px}
.header .logo{width:220px;height:100px;background-position:center right}
.header h1 a{width:220px;height:51px}
.nav{height:80px}
.nav>ul>li{margin:0 8px}
.nav>ul>li>a{font-size:16px}
}
@media screen and (max-width:992px){
.sitetop{position:static;height:auto;padding:10px 0;background: #33333300;9f;}
.sitetop .wp{padding-right:0;}
.sitetop p,.sitetop .share,.nav{display:none}
.sitetop span{display:block;}
.header-lang{/* position:absolute; *//* right:10px; *//* top:9px; */}
.header-lang .box{height:32px;width:80px;border: 1px solid #000;border-radius:0}
.header-lang .box img{margin:5px 0 0 5px;border-radius:0}
.header-lang .box em{margin:5px 5px 0 5px;color: #000;}
.header-lang .box i{margin:5px 0 0 0;color: #000;}
.header-lang ul{width:82px;padding:0 5px;top:32px;border:1px solid #ccc;border-radius:0;width:100%}
.header-lang ul li img{margin-right:5px;border-radius:0}
.search{/* margin:0 95px 0 0; */}
.header{height:auto;padding:20px 0;position:static;display: none;}
.header>div{background:#fff;-webkit-align-items:center;align-items:center}
.header .logo{width:100%;height:auto;background:#fff;-webkit-justify-content:center;justify-content:center}
.header .logo img{margin-left:0}
.header h1 a{width:240px;height:56px}
}
            
.mo-logo{display:none;}

@media screen and (max-width: 992px) {
.mo-logo{display:block}
.search h3 i{color: #000;}
#banner{margin-top:0 !important;}
.mo-logo img{height:45px;}
}
                    
@media screen and (max-width:1280px){
.nav > ul > li{margin:initial ! important}
}
                     
@media screen and (max-width:992px){
.nav > ul > li > a{font-size:14px}
}

/*
.header>div {
    background: #e0010b61 !important;
}
.header .logo {
    height: 110px  !important;
}
.sitetop{position:absolute;width:100%;top:0;height:60px;z-index:30;background-image:linear-gradient(to bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);background:#000}
.sitetop .wp{height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}
.sitetop span{display:none;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer}
.sitetop span.mo-header-search{margin-right:95px}
.sitetop span i{color:#fff;font-size:24px}
.sitetop-left,.sitetop-right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
.sitetop p{padding:0 0 0 38px;margin-right:30px;line-height:30px;font-size:18px;color:rgba(255,255,255,0.75);font-weight:600}
.sitetop p.tel{background:url("../../images/tel.png") no-repeat left center}
.sitetop p.mail{background:url("../../images/mail.png") no-repeat left center}
.sitetop p a:hover{color:var(--color-primary)}
.sitetop .share{}
.sitetop .share a{display:inline-block;color:rgba(255,255,255,0.75);margin:0 15px 0 0}
.sitetop .share a i{font-size:19px}
.sitetop .share a:hover{color:var(--color-primary)}
.header-lang{position:relative;z-index:200}
.header-lang .box{height:34px;width:88px;cursor:pointer;box-sizing:border-box;border:1px solid rgba(255,255,255,0.75)}
.header-lang .box img{float:left;margin:7px 0 0 7px}
.header-lang .box em{float:left;margin:7px 5px 0 7px;line-height:18px;font-size:13px;color:rgba(255,255,255,0.75)}
.header-lang .box i{float:left;margin:7px 0 0 0;width:15px;line-height:18px;font-size:14px;text-align:center;color:rgba(255,255,255,0.75)}
.header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:44px;z-index:200;background:#fff;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;border-radius:8px;box-shadow:0 0 10px rgba(63,62,62,0.2)}
.header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block}
.header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%}
.header-lang ul li:last-child{border:none}
.header-lang ul li a{color:#333;font-size:12px;display:block}
.header-lang ul li a:hover{color:#015198}
.header-lang ul li img{vertical-align:middle;margin-right:7px}
.header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
.search{margin:0 10px 0 0;position:relative;z-index:10}
.search h3{width:45px;height:36px;margin:0;cursor:pointer;font-weight:400;text-align:center}
.search h3 i{color:rgba(255,255,255,0.75);font-size:25px;line-height:36px;-webkit-text-stroke-width:0.1px;text-stroke-width:0.1px}
.search .serchbox{display:none;position:absolute;background:#666;width:235px;height:33px;padding:10px;top:36px;right:0;z-index:1000;box-sizing:content-box}
.search .serchbox .submit_text{background:#fff;border:1px solid #fff;border-right:none;width:200px;height:33px;line-height:33px;float:left;color:#333;padding:0 0 0 6px;box-sizing:border-box}
.search .serchbox .submit_btn{border:none;width:35px;background:#D8261A;font-size:14px;color:#fff;height:33px;line-height:33px;text-align:center;display:block;float:right;cursor:pointer}
.search:hover h3{background:#666}
.search:hover h3 i{color:#fff}
.search:hover .serchbox{display:block}
.mo-search{padding:10px 15px;display:none;border-bottom:1px solid #222;position:absolute;z-index:200;left:0;top:51px;width:100%;background:#333;box-sizing:border-box}
.mo-search .form-control{float:left;display:block;box-sizing:border-box;width:85%;height:34px;padding:6px 12px;font-size:14px;line-height:1;color:#555;background-color:#fff;background-image:none;border:none;border-radius:4px 0 0 4px}
.mo-search .submit_btn{float:left;width:15%;height:34px;line-height:34px;background:#DD3E00;border:none;font-size:18px;color:#fff;border-radius:0 4px 4px 0}
.mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;-webkit-overflow-scrolling:touch;z-index:105 !important;-webkit-transition:all .4s cubic-bezier(0.7,0,0.2,1);-ms-transition:all .4s cubic-bezier(0.7,0,0.2,1);transition:all .4s cubic-bezier(0.7,0,0.2,1);-webkit-box-shadow:0 0 40px rgba(82,85,90,0.1);box-shadow:0 0 40px rgba(82,85,90,0.1);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
.mo-leftmenu .tit{height:50px;line-height:50px;background:#353535}
.mo-leftmenu .tit h6{float:left;color:#fff;padding:0 0 0 20px;font-size:20px;font-weight:bold;font-family:"Times New Roman"}
.mo-leftmenu .tit span{float:right;cursor:pointer;width:50px;text-align:center}
.mo-leftmenu .tit span i{color:#fff;font-size:16px}
.mo-leftmenu>ul{}
.mo-leftmenu>ul>li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative}
.mo-leftmenu>ul>li>a{padding:0 0 0 20px}
.mo-leftmenu>ul>li>i{position:absolute;color:#333;font-size:12px;top:5px;right:0;z-index:1;width:50px;line-height:40px;text-align:center;cursor:pointer}
.mo-leftmenu>ul>li.active{}
.mo-leftmenu ul li a{color:#333;display:block}
.mo-leftmenu ul li a:hover{text-decoration:none}
.mo-leftmenu ul li ul{display:none;padding-bottom:10px}
.mo-leftmenu ul li ul li{line-height:35px}
.mo-leftmenu ul li ul li a{background:url("../../images/d.png") no-repeat 25px center;padding:0 0 0 40px}
.menu-transitioning{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.header{box-sizing:border-box;height:110px;width:100%;position:relative;z-index:20;top:60px;background:#000}
.header>div{background:var(--color-primary);height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start}
.header span.mo-header-menu{width:50px;height:50px;display:block;line-height:50px;font-size:24px;color:#fff;text-align:center;text-indent:-9999px}
.header span.mo-header-menu i{font-size:24px;line-height:50px}
.header .logo{width:279px;height:133px;background:url("../../images/logo-bg.png") no-repeat center;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center}
.header .logo img{margin-left:16px}
.header .logo img.mo{display:none}
.nav{height:110px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}
.nav>ul{font-size:0;text-align:center}
.nav>ul>li{display:inline-block;position:relative;margin:0 22px}
.nav>ul>li>a{display:block;font-size:22px;color:#fff;padding:0 5px;height:30px;line-height:30px;text-align:center;position:relative}
.nav>ul>li>a i{color:inherit;display:inline-block;font-size:14px;vertical-align:middle;transition:all 0.3s ease 0s}
.nav>ul>li ul{position:absolute;width:220px;height:auto;left:0;text-align:left;top:44px;z-index:1000;border-radius:4px;padding:10px;background:#fff;box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;-khtml-opacity:0;-moz-opacity:0;opacity:0;transition:transform 0.5s,opacity 0.3s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s}
.nav>ul>li>ul::before{content:'';position:absolute;left:40px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent}
.nav>ul>li>ul li{border-bottom:1px solid #EDEDED;position:relative;-webkit-text-stroke-width:0.2px}
.nav>ul>li>ul li>a{display:block;border-radius:4px;padding:9px 15px;color:#313131;font-size:15px;line-height:21px;text-transform:capitalize}
.nav>ul>li>ul>li>a{padding-right:20px}
.nav>ul>li>ul li>a i{position:absolute;right:10px;top:10px;font-size:11px}
.nav>ul>li>ul li>a:hover{color:var(--color-primary)}
.nav>ul>li:nth-child(3)>ul{left:-270px;width:700px}
.nav>ul>li:nth-child(3)>ul::before{left:315px}
.nav>ul>li:nth-child(3)>ul li{float:left;width:48%}
.nav>ul>li>ul li ul{left:230px;top:0}
.nav>ul>li:hover>a,.nav>ul>li.active>a{color:#000}
.nav>ul>li:hover>a>i{transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}
.nav ul li:hover>ul{-moz-opacity:1;-khtml-opacity:1;opacity:1;transform:rotate3d(0,0,0,0);-webkit-transform:rotate3d(0,0,0,0);-o-transform:rotate3d(0,0,0,0)}
@media screen and (max-width:1500px){.nav>ul>li{margin:0 17px}
.nav>ul>li>a{font-size:19px}
}
@media screen and (max-width:1330px){.sitetop p{font-size:16px}
.nav>ul>li{margin:0 10px}
.nav>ul>li>a{font-size:18px}
}
@media screen and (max-width:1150px){.sitetop p{font-size:14px}
.sitetop .share{display:none}
.header{height:80px}
.header .logo{width:220px;height:100px;background-position:center right}
.header h1 a{width:220px;height:51px}
.nav{height:80px}
.nav>ul>li{margin:0 8px}
.nav>ul>li>a{font-size:16px}
}
@media screen and (max-width:768px){.sitetop{position:static;height:50px;background:#333}
.sitetop .wp{padding:0}
.sitetop p,.sitetop .share,.nav{display:none}
.sitetop span{display:block}
.header-lang{position:absolute;right:10px;top:9px}
.header-lang .box{height:32px;width:80px;border:1px solid #fff;border-radius:0}
.header-lang .box img{margin:5px 0 0 5px;border-radius:0}
.header-lang .box em{margin:5px 5px 0 5px;color:#fff}
.header-lang .box i{margin:5px 0 0 0;color:#fff}
.header-lang ul{width:82px;padding:0 5px;top:32px;border:1px solid #ccc;border-radius:0}
.header-lang ul li img{margin-right:5px;border-radius:0}
.search{margin:0 95px 0 0}
.header{height:auto;padding:20px 0;position:static}
.header>div{background:#fff;-webkit-align-items:center;align-items:center}
.header .logo{width:100%;height:auto;background:#fff;-webkit-justify-content:center;justify-content:center}
.header .logo img{margin-left:0}
.header h1 a{width:240px;height:56px}
}
@media screen and (max-width:1280px){.nav > ul > li{margin:initial ! important}
}
@media screen and (max-width:992px){.nav > ul > li > a{font-size:14px}
}

*/
                  
                  
                  
                  @media screen and (max-width:768px){
.sitetop-right .after {
    display: none;
}
}
                  
                  .mo-leftmenu .logo a img{
                      padding-left: 20px;
                  }
         
                  
                  
                  
                  /*-------cookie---*/
                  .cookie-policy {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, .16);
    left: 0;
    padding: 32px 24px 16px;
    position: fixed;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
                    justify-content: center;
}

.cookie-policy__title {
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 24px;
}

.cookie-policy__desc {
    font-size: 12px;
    line-height: 18px;
}

.cookie-policy__close-icon {
    height: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 16px;
    cursor: pointer;
}

.cookie-policy__buttons {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin-left: 40px;
    /* padding-bottom: 24px; */
}

@media screen and (min-width: 768px) {

    .cookie-policy__personalize-button,
    .cookie-policy__accept-button {
        min-width: 137px !important;
    }
}

@media (min-width: 768px) {
    .cookie-policy__personalize-button:hover {
        background: #fff;
        border-color: var(--btn-bg-hover);
        color: var(--btn-bg-hover);
    }
    .cookie-policy__accept-button:hover {
        background: var(--btn-bg-hover);
    }
}

.cookie-policy__personalize-button {
    background: #fff;
    border-color: var(--btn-bg);
    border: 1px solid var(--btn-bg);
    color: var(--btn-bg);
}

.cookie-policy__personalize-button,
.cookie-policy__accept-button {
    border-radius: 0;
    font-weight: 400;
    height: 36px;
    /* margin-top: 24px; */
    white-space: nowrap;
    width: 137px;
    cursor: pointer;
}

.cookie-policy__personalize-button {
    margin-right: 16px;
}

.cookie-policy__accept-button {
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    background: var(--btn-bg);
}


.cookie-policy__modal-mask, .cookie-policy__modal-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.cookie-policy__modal-mask {
    background-color: rgba(0,0,0,.55);
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.cookie-policy__modal-wrap {
    align-items: center;
    display: flex;
    outline: 0;
}
.cookie-policy__modal {
    font-feature-settings: "tnum";
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    box-sizing: border-box;
    color: #222;
    display: flex;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0 auto;
    max-height: calc(100vh - 64px);
    max-width: calc(100vw - 64px);
    padding: 0;
    position: relative;
}
.cookie-policy__modal-close {
    text-rendering: auto;
    background: transparent;
    border: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 1;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: 0;
    transition: color .3s;
    width: 50px;
    z-index: 10;
}
.cookie-policy__modal-close-icon {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
}
.cookie-policy__modal-close:hover {
    color: #222;
    text-decoration: none;
}
.cookie-policy__modal-content {
    border-radius: 12px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 1.5;
}
.cookie-policy__modal-body {
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 14px;
    overflow: auto;
    padding: 0 16px;
}
.cookie-policy__settings-title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px;
    text-align: center;
}
.cookie-policy__setting-item-top {
    align-items: center;
    display: flex;
}
.cookie-policy__setting-subtitle {
    flex: 1;
    font-size: 14px;
    margin: 16px 0;
}
.cookie-policy__setting-detail {
    color: #666;
    line-height: 18px;
}
.cookie-policy__setting-swith-btn {
    font-feature-settings: "tnum";
    background-color: #ccc;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s;
    height: 22px;
    width: 40px;
}
.cookie-policy__setting-swith-handle {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 3px 3px 0 rgba(0,0,0,.24);
    height: 16px;
    left: 3px;
    position: relative;
    width: 16px;
    border-radius: 50%;
    transition: all .25s;
}
.cookie-policy__modal-footer {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    padding: 16px;
}
.cookie-policy__modal-save-btn {
    min-width: unset;
    flex: 1;
    border-radius: 0;
    width: 180px;
    height: auto;
    white-space: normal;
    background: var(--btn-bg);
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 24px;
    outline: 0;
    padding: 3px 12px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
}
.cookie-policy__modal-save-btn:hover {
    background: var(--btn-bg-hover);
}
.cookie-policy__modal-save-btn span {
    display: inline-block;
    font-size: 14px;
}
.cookie-policy__setting-swith-btn.setting-swith-checked {
    background-color: #ff472e;
}
.cookie-policy__setting-swith-btn.setting-swith-checked .cookie-policy__setting-swith-handle {
    left: 21px;
}

@media screen and (max-width: 768px)  {
    .cookie-policy {
        /* padding: 0 5%; */
        border-radius: 15px;
        display: block;
        padding-top: 24px;
    }
    .cookie-policy__title {
        text-align: center;
    }
    .cookie-policy__desc {
        font-size: 14px;
    }
    .cookie-policy__buttons {
        justify-content: space-evenly;
        font-size: 14px;
        margin-top: 20px;
        margin-left: 0;
    }
    .cookie-policy__buttons button {
        width: 100%;
    }
}
                      
                      .mo-leftmenu .logo a img {
    max-width: 130px;
}
                      
                 .mo-leftmenu .logo{
                      display:none}
                      
                      
                      @media screen and (max-width:992px){
.mo-leftmenu{
	display: block !important; 
}
}
              
              
              @media screen and (max-width:1441px) and (min-width:993px){
  .header{
    height: 60px !important;
  }
  .nav {
    height: 60px !important;
  }
  .header .logo img{
        max-height: 50px !important;
  }
  .header .logo{
    /*background-size: 60% !important;*/
  }
}
             
             
             @media screen and (max-width:768px){
.search .serchbox {
    width: 195px;
}.search .serchbox .submit_text {
    width: 160px;
}
}
              
@media screen and (max-width:480px) {
.mo-logo img{height:35px;} 
}	              
              
             
              
              
              
              
              
              