/*--for m04_head--*/
@charset "UTF-8";
/*---mo-nav----*/
.m04-mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;max-width:350px;-webkit-overflow-scrolling:touch;z-index:105!important;transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);transform:translateX(-100%)}
.m04-mo-leftmenu .tit{height:50px;background:#485157;display:flex;justify-content:space-between;align-items:center;}
.m04-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:16px;font-weight:bold;}
.m04-mo-leftmenu .tit span{cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m04-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.m04-mo-leftmenu > ul{}
.m04-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m04-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.m04-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:14px;top:10px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m04-mo-leftmenu > ul > li.active{}
.m04-mo-leftmenu ul li a{color:#333;display: block;}
.m04-mo-leftmenu ul li a:hover{text-decoration: none;}
.m04-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.m04-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.m04-mo-leftmenu ul li ul li i {position:absolute;color:#333;font-size:12px;top:1px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m04-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}
.menu-transitioning{transform:translateX(0)}
/*---header---*/
.m04-header{height: 90px;width: 100%;z-index: 20;transition: all 0.5s ease 0s;}
.m04-header.header-fix{position:fixed;left:0;top:0;width:100%;z-index:200;box-shadow:0 0 10px rgba(176,176,176,0.75);background: #fff;}
.m04-header .wp{height:100%;display:flex;align-items:center;justify-content:space-between;}
.m04-header .logo img{max-height:75px;}
.m04-header .nav{}
.m04-header .nav > ul{display:flex;}
.m04-header .nav > ul > li{position:relative;}
.m04-header .nav > ul > li+li{margin-left:30px;}
.m04-header .nav > ul > li > a{display:block;font-size:18px;font-weight:bold;color:#333;padding:0 5px;line-height:40px;text-transform:uppercase;}
.m04-header .nav > ul > li ul{position:absolute;width:260px;height:auto;left:-20px;text-align:left;top:48px;z-index:100;padding:10px;background:rgb(255,255,255,0.7);transform:rotate3d(1,0,0,-90deg);transform-origin:0 0 0;opacity:0;transition: transform 0.5s, opacity 0.3s;box-shadow:rgba(0,0,0,0.14) 0px -6px 9px 0px;}
.m04-header .nav > ul > li:nth-child(5) ul{width:220px;}
.m04-header .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;}
.m04-header .nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;}
.m04-header .nav > ul > li > ul li:last-child{border:none;}
.m04-header .nav > ul > li > ul li > a{display:block;border-radius:4px;padding:10px 8px;color:#333333;font-size:15px;line-height:21px;text-transform:capitalize;}
.m04-header .nav > ul > li > ul > li > a{padding-right:20px;}
.m04-header .nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.m04-header .nav > ul > li > ul li:hover > a{background:var(--color-active);color:#fff;}
.m04-header .nav > ul > li:hover > a,.nav > ul > li.active > a{color:var(--color-active);}
.m04-header .nav > ul > li:hover > a > i{transform:rotate(180deg);}
.m04-header .nav > ul li:hover > ul{opacity:1;transform:rotate3d(0,0,0,0);}
.m04-header .nav > ul > li > ul li ul{left:210px;top:0;}
.m04-header .header-right{display:flex;align-items:center;}
.m04-header .header-lang{position:relative;z-index:20;margin:0 0 0 20px;}
.m04-header .header-lang .box{height:34px;width:90px;border:1px solid #EBEBEB;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.m04-header .header-lang .box img{}
.m04-header .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color:#333;text-transform:uppercase;}
.m04-header .header-lang .box i{width:15px;line-height:18px;font-size:14px;text-align:center;color:#333;}
.m04-header .header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.m04-header .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;}
.m04-header .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m04-header .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m04-header .header-lang ul li:last-child{border:none;}
.m04-header .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m04-header .header-lang ul li a:hover{color:#015198;}
.m04-header .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m04-header .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}
.m04-header .header-right .search{cursor:pointer;}
.m04-header .header-right .search i{color:#4C4A48;font-size:25px;}
.m04-header .header-right .mo-header-menu{width:40px;height:40px;line-height:40px;text-align:center;color:#333;display:none;}
.m04-header .header-right .mo-header-menu i{font-size:24px;}
.m04-header .search-box{display:none;position:absolute;z-index:9999;width:100%;left: 25%;right:0;top: 90px;}
.m04-header .search-box .close{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px;}
.m04-header .search-box .close i{font-size:21px;color:#fff;}
.m04-header .search-box .serchbox{width: 300px;margin:0 auto;position:relative;}
.m04-header .search-box .serchbox .submit_text{background: rgb(255,255,255,0.7);width:100%;height: 45px;line-height: 45px;float:left;color:#111;padding:0 90px 0 15px;font-size:15px;}
.m04-header .search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height: 45px;line-height: 45px;background:var(--color-active);text-align:center;display:block;cursor:pointer;}
.m04-header .search-box .serchbox .submit_btn i{font-size:25px;color:#fff;}

@media screen and (max-width:1441px) {
.m04-header .nav > ul > li+li{margin-left:25px;}
.m04-header .nav > ul > li > a{font-size:17px;}
}
@media screen and (max-width:1367px) {
.m04-header .nav > ul > li+li{margin-left:20px;}
}
@media screen and (max-width:1281px){
.m04-header{height:100px;}
.m04-header .nav > ul > li+li{margin-left:15px;}
.m04-header .nav > ul > li > a{font-size:16px;padding:0;}
}
@media screen and (max-width:992px){
.m04-header{height:90px;}
.m04-header .nav{display:none;}
.m04-header .logo img{max-height:60px;}
.m04-header .header-right .mo-header-menu{display:block;}
.m04-header .search-box{top:90px;padding:30px 0;}
.m04-header .search-box .serchbox{width:600px;}
}
@media screen and (max-width:768px){
.m04-header{height:auto;padding:15px 0;}
.m04-header .logo img{max-height:50px;}
.m04-header .search-box{top:81px;padding:30px 30px;}
.m04-header .search-box .close{display:none;}
.m04-header .search-box .serchbox{width:100%;}
.m04-header .search-box .serchbox .submit_text{height:42px;line-height:42px;}
.m04-header .search-box .serchbox .submit_btn{width:60px;height:42px;line-height:42px;}
.m04-header .search-box .serchbox .submit_btn i{font-size:23px;}
}
@media screen and (max-width:576px){
.m04-header .logo img{max-height:45px;}
.m04-header .search-box{top:76px;padding:20px 20px;}
}
@media screen and (max-width:480px){
.m04-header .logo img{max-height:40px;}
.m04-header .search-box{top:71px;padding:15px 15px;}
.m04-header .search-box .serchbox .submit_text{height:36px;line-height:36px;}
.m04-header .search-box .serchbox .submit_btn{width:50px;height:36px;line-height:36px;}
.m04-header .search-box .serchbox .submit_btn i{font-size:21px;}
}

/*--for m110_goods_index_banner--*/
.m110-goods-index-banner{display:flex;position:relative;background:#f8f8f8;}
.m110-goods-index-banner .pic{width:56.8%;overflow:hidden;}
.m110-goods-index-banner .pic img{width:100%;}

.m110-goods-index-banner .txt{width:43.2%;padding-top:30px;padding-right:3%;padding-bottom:30px;padding-left:calc((100% - 1400px) / 2);row-gap:10px;display:flex;align-items:center;}
.m110-goods-index-banner .txt p{font-size:16px;color:var(--color-active);font-weight:600;}
.m110-goods-index-banner .txt h1{margin-top:25px;font-size:clamp(24px, 3.15vw, 60px);line-height:1;color:var(--title-text-color);font-weight:700;}
.m110-goods-index-banner .txt h6{margin-top:25px;font-size:16px;line-height:1.5;}

.m110-goods-index-banner .txt .more{margin-top:35px;background-color:var(--btn-color);gap:14px;flex-shrink:0;padding:10px 30px;font-size:16px;font-weight:700;display:inline-flex;align-items:center;color:#fff;}
.m110-goods-index-banner .txt .more i{font-size:22px;}
.m110-goods-index-banner .txt .more:hover{background-color:var(--btn-active);}


@media screen and (max-width:1680px){
.m110-goods-index-banner .txt{padding-left:calc((100% - 1300px) / 2);}
}

@media screen and (max-width:1441px) {
.m110-goods-index-banner .txt{padding-left:calc((100% - 1200px) / 2);}
}

@media screen and (max-width:1367px) {
.m110-goods-index-banner .txt{padding-left:80px;}
}

@media screen and (max-width:1281px){
.m110-goods-index-banner .txt{padding-left:70px;}
.m110-goods-index-banner .txt h1{margin-top:20px;}
.m110-goods-index-banner .txt h6{margin-top:20px;}
.m110-goods-index-banner .txt .more{margin-top:25px;padding:8px 25px;}
.m110-goods-index-banner .txt .more i{font-size:20px;}
}

@media screen and (max-width:1171px){
.m110-goods-index-banner .txt{padding-left:50px;}
}

@media screen and (max-width:992px){
.m110-goods-index-banner{flex-direction:column;}
.m110-goods-index-banner .pic{width:100%;}
.m110-goods-index-banner .txt{width:100%;padding:30px;text-align:center;justify-content:center;}
}

@media screen and (max-width:768px){
.m110-goods-index-banner .txt{padding:30px 20px;}
.m110-goods-index-banner .txt p{font-size:15px;}
.m110-goods-index-banner .txt h6{margin-top:15px;font-size:15px;}
.m110-goods-index-banner .txt .more{margin-top:20px;padding:6px 20px;font-size:15px;}
.m110-goods-index-banner .txt .more i{font-size:18px;}
}

@media screen and (max-width:480px) {
.m110-goods-index-banner .txt{padding:30px 15px;}
.m110-goods-index-banner .txt p{font-size:14px;}
.m110-goods-index-banner .txt h6{font-size:14px;}
.m110-goods-index-banner .txt .more{margin-top:15px;padding:5px 15px;font-size:14px;}
.m110-goods-index-banner .txt .more i{font-size:16px;}
}

/*--for m02_categories--*/
.m110-app-processing{padding:clamp(35px, 4.2vw, 80px) 0;background:#fff;}
.m110-app-processing:nth-child(2n+1){background:#fff;}

.m110-app-processing .tit{text-align:center;}
.m110-app-processing .tit h3,.m110-app-processing .tit h1,.m110-app-processing .tit h2{font-size:clamp(22px, 2.5vw, 48px);line-height:1;color:var(--title-text-color);font-weight:700;font-family:var(--title-family);}
.m110-app-processing .tit p{max-width:80%;margin:20px auto 0;font-size:16px;line-height:1.5;}

@media screen and (max-width:1281px){
.m110-app-processing .tit p{max-width:90%;font-size:15px;}
}
@media screen and (max-width:768px){
.m110-app-processing .tit p{max-width:100%;font-size:14px;}
}

.m110-app-processing .pic-box{margin-top:50px;display:flex;gap:44px;background:#e14c16;padding:30px;}
.m110-app-processing .pic-box .pic{flex:1;background:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative;}
.m110-app-processing .pic-box .pic img{width:100%;height: 100%;object-fit: cover;}
.m110-app-processing .pic-box .pic img:last-child{position:absolute;top:0;left: 0;width:100%;opacity:0;transition:0.8s;height: 100%;object-fit: cover;}
.m110-app-processing .pic-box .pic:hover img:last-child{opacity:1;transform:scale(1.05);}
.m110-app-processing .pic-box .txt{flex:1;color:#fff;}
.m110-app-processing .pic-box .txt h3{font-size:clamp(20px, 1.88vw, 32px);line-height:1;color:#fff;font-weight:700;font-family:var(--title-family);}
.m110-app-processing .pic-box .txt .t{margin:20px 0 0;font-size:16px;line-height:1.5;}
.m110-app-processing .pic-box .txt .t p~p{margin-top:15px;}
.m110-app-processing .pic-box .txt .t dl{margin:30px 0 0;}
.m110-app-processing .pic-box .txt .t dl dd{position:relative;padding:0 0 0 12px;}
.m110-app-processing .pic-box .txt .t dl dd+dd{margin-top:10px;}
.m110-app-processing .pic-box .txt .t dl dd strong{font-weight:700;}
.m110-app-processing .pic-box .txt .t dl dd::before{content:"";width:3px;height:3px;background:#fff;position:absolute;left:0;top:10px;}

.m110-app-processing .pic-box .txt .more{background-color:var(--btn-color);gap:10px;flex-shrink:0;margin-top:30px;padding:10px 30px;font-size:16px;font-weight:700;display:inline-flex;align-items:center;color:#fff;}
.m110-app-processing .pic-box .txt .more i{font-size:22px;}
.m110-app-processing .pic-box .txt .more:hover{background-color:var(--btn-active);}


.m110-app-processing .sub-tit{margin-top:60px;text-align:center;}
.m110-app-processing .sub-tit h3{font-size:clamp(20px, 1.88vw, 32px);line-height:1;color:var(--title-text-color);font-weight:700;font-family:var(--title-family);}
.m110-app-processing .sub-tit p{max-width:80%;margin:20px auto 0;font-size:16px;line-height:1.5;}


.m110-app-processing .processing{margin-top: 35px;}
.m110-app-processing .processing ul{display:flex;flex-wrap:wrap;align-items:initial;position:relative;}
.m110-app-processing .processing ul+ul{margin-top:60px;}
.m110-app-processing .processing ul::after{content:"";background:url(images/Line-2z.png);width:5px;height:8px;position:absolute;right:-1px;bottom:-4px;}
.m110-app-processing .processing ul li{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 6px 26px;border-bottom: 1px solid #333;position:relative;justify-content:flex-end;text-align:center;}
.m110-app-processing .processing ul li::after{content:"";width:44px;height:44px;background-color:var(--color-active);border:12px solid #f9f9f9;border-radius:50%;position:absolute;bottom:-22px;left:50%;margin-left:-22px;display:flex;justify-content:center;align-items:center;}
.m110-app-processing .processing ul li img{height:60px;border-radius: 12px;border: 1px solid #333;}
.m110-app-processing .processing ul li h5{font-size:15px;font-weight:700;color:#000;margin-top:10px;height: 50px;}

.m110-app-processing .processing ul li::before{content:"";background: url('https://cdn-pro.analyspeed.com/1500/upload/module/m02_categories/1767940707629491.png') no-repeat;width: 16px;height: 16px;overflow:hidden;position:absolute;background-size: 100% 100%;}
.m110-app-processing .processing ul li:nth-child(6)::before,.m110-app-processing .processing ul li:nth-child(12)::before{display:none}
.m110-app-processing .processing ul:nth-child(2n+1) li::before{right: -9px;bottom: -9px;}
.m110-app-processing .processing ul:nth-child(2n) li::before{right: -9px;bottom: -9px;}
.m110-app-processing .processing ul li:nth-child(even)::before{display:none}


.m110-app-processing .list{margin-top:50px;}
.m110-app-processing .list ul{margin:0 -20px 0;display:flex;flex-wrap:wrap;}
.m110-app-processing .list ul li{width:33.33%;padding:0 20px;margin:25px 0 0;}
.m110-app-processing .list ul li .pic{display:block;width:100%;overflow:hidden;position:relative;}
.m110-app-processing .list ul li .pic img{width:100%;transition:all 0.3s ease 0s;}
.m110-app-processing .list ul li .pic em{font-size:15px;font-weight:700;text-transform:uppercase;line-height:17px;color:#fff;padding:8px 10px;background-color:#e94545;position:absolute;top:20px;left:20px;}
.m110-app-processing .list ul li .txt{margin:13px 0 0;}
.m110-app-processing .list ul li h5{color:var(--title-text-color);font-size:20px;font-family:var(--title-family);font-weight:600;text-align: center;}
.m110-app-processing .list ul li h5 a:hover{color:var(--color-active);}
.m110-app-processing .list ul li .t{font-size:16px;margin:15px 0 0;}
.m110-app-processing .list ul li .t p{position:relative;padding:0 0 0 13px;}
.m110-app-processing .list ul li .t p+p{margin-top:8px;}
.m110-app-processing .list ul li .t p::before{content:"";width:3px;height:3px;border-radius:10px;position:absolute;left:0;top:9px;background-color:var(--color-primary);}


@media screen and (max-width:1281px){
.m110-app-processing .pic-box{gap:30px;padding:25px;}

.m110-app-processing .sub-tit{margin-top:50px;}
.m110-app-processing .sub-tit p{max-width:90%;font-size:15px;}
.m110-app-processing .pic-box .txt .t{margin:25px 0 0;font-size:15px;}
.m110-app-processing .pic-box .txt dl{margin:25px 0 0;font-size:15px;}
.m110-app-processing .pic-box .txt .more{margin-top:25px;padding:8px 25px;}
.m110-app-processing .pic-box .txt .more i{font-size:20px;}

.m110-app-processing .processing ul li::after{width:40px;height:40px;border:10px solid #f9f9f9;bottom:-20px;margin-left:-20px;}
.m110-app-processing .processing ul li img{height:45px;}

.m110-app-processing .list ul li h5{font-size:18px;}
.m110-app-processing .list ul li .t{font-size:15px;}
}

@media screen and (max-width:992px){
.m110-app-processing .pic-box{display:block;padding:20px;}
.m110-app-processing .pic-box .txt{margin:30px 0 0;}

.m110-app-processing .processing{margin-top:20px;}
.m110-app-processing .processing ul+ul{margin-top:40px;}
.m110-app-processing .processing ul li{flex:auto;margin:30px 0 0;padding:0 10px 20px;}
.m110-app-processing .processing ul li::after{width:34px;height:34px;border:8px solid #f9f9f9;bottom:-17px;margin-left:-17px;}
.m110-app-processing .processing ul li img{height:40px;}
.m110-app-processing .processing ul li h5{font-size:15px;}

.m110-app-processing .list{margin-top:50px;}
.m110-app-processing .list ul{margin:0;display:block;}
.m110-app-processing .list ul li{width:100%;padding:0;margin:15px 0 0;}
.m110-app-processing .list ul li .box{display:flex;}
.m110-app-processing .list ul li .pic{width:30%;}
.m110-app-processing .list ul li .txt{margin:0 0 0 20px;}

}

@media screen and (max-width:768px){
.m110-app-processing .sub-tit{margin-top:40px;}
.m110-app-processing .sub-tit p{max-width:100%;margin:15px auto 0;font-size:14px;}

.m110-app-processing .pic-box{margin-top:30px;padding:15px;}
.m110-app-processing .pic-box .txt .t{margin:20px 0 0;font-size:14px;}
.m110-app-processing .pic-box .txt .t dl{margin:25px 0 0;}
.m110-app-processing .pic-box .txt .more{margin-top:20px;padding:6px 20px;font-size:15px;}
.m110-app-processing .pic-box .txt .more i{font-size:18px;}

.m110-app-processing .processing ul::after{display:none;}
.m110-app-processing .processing ul+ul{margin-top:30px;}
.m110-app-processing .processing ul li{flex:none;width:33.333333%;}
.m110-app-processing .processing ul li::after{width:30px;height:30px;border:6px solid #f9f9f9;bottom:-15px;margin-left:-15px;}

.m110-app-processing .list ul li h5{font-size:17px;}
}

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

.m110-app-processing .sub-tit{margin-top:30px;}

.m110-app-processing .pic-box{padding:12px;}
.m110-app-processing .pic-box .txt .t dl{margin:20px 0 0;}
.m110-app-processing .pic-box .txt .more{padding:5px 15px;font-size:14px;}
.m110-app-processing .pic-box .txt .more i{font-size:16px;}

.m110-app-processing .processing ul li{width:50%;padding:0 6px 15px;margin:25px 0 0;}
.m110-app-processing .processing ul li::after{width:20px;height:20px;border:4px solid #f9f9f9;bottom:-10px;margin-left:-10px;}
.m110-app-processing .processing ul li img{height:35px;}
.m110-app-processing .processing ul li h5{font-size:14px;}

.m110-app-processing .list ul li .box{display:block;}
.m110-app-processing .list ul li .pic{width:100%;}
.m110-app-processing .list ul li .txt{margin:15px 0 0;}
.m110-app-processing .list ul li .t{font-size:14px;}
.m110-app-processing .list ul li .t p+p{margin-top:6px;}
.m110-app-processing .list ul li h5{font-size:16px;}

}

/*--for m46_sidebar--*/
@charset "utf-8";
/*----------------------------*/


.m46-sidebar{position:fixed;right:20px;top:40%;z-index:199;}
.m46-sidebar ul{background-color: #b2b2b2;border-radius: 25px;}
.m46-sidebar ul li{height:50px;width:50px;position:relative;}
.m46-sidebar ul li~li{margin-top:5px;}
.m46-sidebar ul li a{color:#fff;position:absolute;top:0;right:0;width: 50px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border-radius: 100px;}
.m46-sidebar ul li em{width:50px;height:50px;line-height:50px;text-align: center;transition: all .1s;}
.m46-sidebar ul li i {font-size: 25px;vertical-align: middle;}
.m46-sidebar ul li span {display: none;font-size: 14px;}
.m46-sidebar ul li a:hover {background: var(--color-active);}
.m46-sidebar ul li:not(:last-child) a:hover {width: 220px;padding-left: 15px;background: var(--color-active);}
.m46-sidebar ul li:not(:last-child) a:hover span {-webkit-flex: 1;flex: 1;display: -webkit-flex;display: flex;}
.m46-sidebar ul li :hover i{font-size: 30px;}
.m46-sidebar .gotopli {display: flex;justify-content: center;}
.m46-sidebar .gotopli :hover i{font-size: 30px;}
.m46-sidebar #gotop {width: 40px;height: 40px;background-color: var(--color-active);border-radius: 50%; right: auto;}


@media screen and (max-width:768px){
.m46-sidebar{top: auto;bottom: 0;width: 100%;right: 0;}
.m46-sidebar .gotopli{display:none;}
.m46-sidebar ul{display: flex;border-radius:0px;}
.m46-sidebar ul li{flex: 1;display: flex;justify-content: center;height:45px;}
.m46-sidebar ul li ~ li{margin-top:0;border-left:1px solid #fff;}
.m46-sidebar ul li a{right:auto;height: 45px;display: flex;justify-content: center;width: 100%;}
.m46-sidebar ul li:not(:last-child) a:hover {width: 50px;padding-left: 0;background:none;}  
.m46-sidebar ul li:not(:last-child) a:hover span {display: none;}
}

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

}

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

}

/*--for m32_foot--*/
@charset "UTF-8";


/*---footer---*/

footer{background: #f8f8f8;padding:70px 0 0;}

.m32-foot .foot-logo{position:relative;}
.m32-foot .foot-logo img{height:80px}
.m32-foot .foot-logo::after{content:"";height:1px;background:rgba(255,255,255,0.2);position:absolute;right:0;bottom:5px;width:calc(100% - 334px);}
.m32-foot .footer{padding:60px 0;display:flex;justify-content:space-between;}
.m32-foot .footer h5{font-size:28px;color: #000;line-height:1;margin-bottom:20px;font-weight: 700;}
.m32-foot .footer h6 {font-size:18px;color: #000;line-height:1.5;font-weight: 700;}

.m32-foot .footer .p{margin-bottom:15px}

.m32-foot .foot-list{}
.m32-foot .foot-list ul{margin:0;overflow:hidden;}
.m32-foot .foot-list ul li{color: #333;font-size:16px;line-height:30px;}
.m32-foot .foot-list ul li+li{margin-top:10px;}
.m32-foot .foot-list ul li a:hover{color:#EBC114;}

.m32-foot .foot-contact{width:400px}
.m32-foot .foot-contact p{color: #333;font-size:16px;line-height:30px;}
.m32-foot .foot-contact p+p{}
.m32-foot .foot-contact p a:hover{color:#EBC114;}

.m32-foot .foot-form{width:560px;}
.m32-foot .foot-form p{font-size:16px;color: #333;line-height:30px;}
.m32-foot .foot-form form{width:100%;position:relative;margin-top:30px;}
.m32-foot .foot-form .inquirbox{margin-top: 15px;}
.m32-foot .foot-form .inquirbox .row{margin-bottom:15px;}
.m32-foot .foot-form .inquirbox label{display:block;margin-bottom:7px;text-transform:capitalize;}
.m32-foot .foot-form .inquirbox input[type="text"],.m32-foot .foot-form .inquirbox textarea{width:100%;padding:15px 15px;border:none;border-radius:7px;background-color: #ffff;font-size:16px;line-height:25px;}
.m32-foot .foot-form .inquirbox button{font-weight: 700;display:inline-block;width:198px;border-radius:7px;background:linear-gradient(to right, #ED4C21 10%, #F3DA0C 80%);box-shadow:7px 7px 25px 0 rgba(0,0,0,.2);color: #ffff;text-align:center;font-size: 22px;line-height:58px;cursor:pointer;}
.m07-foot .footer-right .inquirbox button:hover{background-color:#f6cc43;color:#fff;}

.m32-foot .copyright .share{font-size:0;}
.m32-foot .copyright .share a{display:inline-block;color:#18419A;background:#EBC114;width:36px;height:36px;line-height:36px;text-align:center;border-radius:50%;}
.m32-foot .copyright .share a+a{margin-left:15px;}
.m32-foot .copyright .share a i{font-size:22px;color: #fff;}
.m32-foot .copyright .share a:hover{opacity:0.7;}


.m32-foot .copyright{padding:30px 0;text-align:center;border-top:1px solid rgba(255,255,255,0.2);display:flex;align-items: center;justify-content: space-between;}
.m32-foot .copyright p{color: #333;font-size:16px;}

@media screen and (max-width:1680px) {
.m32-foot .foot-form{width:530px;}
}

@media screen and (max-width:1550px) {
.m32-foot .foot-contact{width:470px;}
.m32-foot .foot-form{width:500px;}
}

@media screen and (max-width:1441px) {
.m32-foot .footer h5{font-size:26px;}
.m32-foot .foot-contact{width:440px;}
.m32-foot .foot-form{width:470px;}

.m32-foot .foot-form .submit_text{height:60px;line-height:56px;padding:0 125px 0 15px;}
.m32-foot .foot-form .submit_btn{width:110px;height:60px;line-height:60px;}
}

@media screen and (max-width:1367px) {
.m32-foot .foot-contact{width:430px;}
.m32-foot .foot-form{width:430px;}
}

@media screen and (max-width:1281px){
.m32-foot .footer h5{font-size:24px;}
.m32-foot .foot-contact{width:400px;}
.m32-foot .foot-form{width:400px;}
}

@media screen and (max-width:992px){
.m32-foot .foot-list{display:none;}
.m32-foot .foot-form .inquirbox .row {margin-bottom: 0;}
.m32-foot .foot-form .inquirbox input[type="text"], .m32-foot .foot-form .inquirbox textarea {padding: 10px 10px;margin-bottom: 5px;}
.m32-foot .foot-form .submit-box {text-align:center;}
.m32-foot .foot-form .inquirbox button {width: 130px;font-size: 16px;line-height: 40px;}
.m32-foot .copyright {display: block;}
.m32-foot .copyright .share {margin-top: 15px;}
.m32-foot .copyright .share a {width: 30px;height: 30px;line-height: 30px;}
.m32-foot .copyright .share a + a {margin-left: 8px;}
.m32-foot .copyright .share a i {font-size: 18px;}
}

@media screen and (max-width:768px) {
footer{padding:30px 0 0;}
footer .wp{display:block;}

.m32-foot .foot-logo{width:100%;text-align:center;}
.m32-foot .foot-logo img{height:50px;}
.m32-foot .foot-logo::after{display:none;}

.m32-foot .footer{padding:30px 0;display:block;}
.m32-foot .footer h5{font-size:22px;margin:0 0 15px;text-align:center;}

.m32-foot .foot-contact{width:100%;}
.m32-foot .foot-contact p{line-height:24px;}
.m32-foot .foot-contact p+p{margin-top:5px;}

.m32-foot .foot-form{width:100%;margin:30px 0 0;}
.m32-foot .foot-form p{line-height:24px;}
.m32-foot .foot-form form{margin-top:25px;}
.m32-foot .foot-form .submit_text{height:45px;line-height:43px;padding:0 100px 0 10px;border:1px solid #B3B3B3;font-size:16px;}
.m32-foot .foot-form .submit_btn{width:90px;height:45px;line-height:45px;font-size:16px;}

.m32-foot .foot-form .share{margin:25px 0 0;text-align:center;}
.m32-foot .foot-form .share a{width:32px;height:32px;line-height:32px;}
.m32-foot .foot-form .share a+a{margin-left:12px;}
.m32-foot .foot-form .share a i{font-size:20px;}

.m32-foot .copyright{padding:20px 0;}
}