/*--for m84_head--*/
/*---header---*/

.m84-header{background:#fff;height:88px;position:relative;z-index:20;}
.m84-header .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}

.m84-header .logo img{max-height: 90px;}

.m84-header .header-right{display:flex;align-items:center;}

.m84-header .header-right p{font-size:18px;color:#010101;display:flex;align-items:center;}
.m84-header .header-right p i{line-height: 45px;text-align: center;border-radius: 50%;height: 45px;width: 45px;background: #2cad44;font-size: 28px;display:inline-block;margin:2px 10px 0 0;color: #fff;}
.m84-header .header-right p+p{margin-left:50px;}
.m84-header .header-right p a:hover{color:var(--color-active);}

.m84-header .header-lang{position:relative;margin:0 0 0 0px;}
.m84-header .header-lang .box{height:34px;width:90px;border:1px solid #EBEBEB;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.m84-header .header-lang .box img{}
.m84-header .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color:#333;text-transform:uppercase;}
.m84-header .header-lang .box i{line-height:18px;font-size:14px;color:#333;}
.m84-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);}
.m84-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;}
.m84-header .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m84-header .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m84-header .header-lang ul li:last-child{border:none;}
.m84-header .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m84-header .header-lang ul li a:hover{color:#015198;}
.m84-header .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m84-header .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.m84-header .header-right .mob-menu-btn{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;display:none;}
.m84-header .header-right .mob-menu-btn i{color:#333;font-size:26px;}
.search{float:right;margin:0 0px 0 50px;position:relative;}
.search em{width:40px;height:36px;margin:0;cursor:pointer;text-align:center;display:block;}
.search em i{color:#4C4A48;font-size:25px;line-height:36px;}
.search .serchbox{display:none;position:absolute;background:#666;width:255px;padding:10px;top:36px;right:0;z-index:1000;overflow:hidden;}
.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;}
.search .serchbox .submit_btn{border:none;width:35px;background:#2cad44;font-size:14px;color:#fff;height:33px;line-height:33px;text-align:center;display:block;float:right;cursor:pointer;}
.search:hover em{background:#666;}
.search:hover em i{color:#fff;}
.search:hover .serchbox{display:block;}

.m84-navbox{background:#154990;}
.m84-navbox .wp{height:100%;}

.m84-nav{display:flex;justify-content:space-between;align-items:center;}
.m84-nav > li{position:relative;}
.m84-nav > li > a{display:block;font-size:16px;color:#fff;font-weight:600;padding:0 24px;height:66px;line-height:66px;text-align:center;text-transform:uppercase;}
.m84-nav > li > a > i{color:inherit;display:inline-block;font-size:15px;vertical-align:middle;transition:all 0.3s ease 0s;}

.m84-nav > li .drop-box{position:absolute;height:auto;left:0;top:100%;z-index:1000;padding:24px 0 50px;height:570px;background:#fff;box-shadow:0px 24px 48px rgba(16,24,40,.18);opacity:0;visibility:hidden;transform:translate3d(0,10px,0);transition:all .4s ease 0s;}
.m84-nav > li .drop-box ul{width:270px;}
.m84-nav > li .drop-box ul > li{}
.m84-nav > li .drop-box ul > li > a{display:block;padding:16px 24px;color:#444;font-size:16px;font-weight:500;line-height:100%;text-transform:capitalize;display:flex;justify-content:space-between;align-items:center;}
.m84-nav > li .drop-box ul > li > a > i{font-size:18px;}
.m84-nav > li .drop-box ul > li > a:hover{background:#EAECF0;}

.m84-nav > li .drop-box ul > li .nested-dropdown{background-color:#fff;box-shadow:20px 17px 48px rgba(16,24,40,.18);display:none;height:100%;left:268px;position:absolute;top:0}
.m84-nav > li .drop-box ul > li .nested-dropdown .box{display:flex;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul {background:#fff;padding:24px 0;width:275px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul li a{font-weight:500;color:#444;font-size:16px;line-height:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 24px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul li a:hover,.m05-nav > li ul > li .nested-dropdown ul li.active > a{background:#EAECF0;}

.m84-nav > li .drop-box ul > li .nested-dropdown .pic{display:flex;flex-direction:column;padding:24px;width:350px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a{margin-top:20px;color:#444;display:flex;align-items:center;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a i{font-size:20px;margin-left:10px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a:hover{color:var(--color-active);}

.m84-nav > li:hover > a{background:rgba(255,255,255,0.6);}
.m84-nav > li:hover .drop-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.m84-nav > li .drop-box ul > li:hover > a{background:#EAECF0;}
.m84-nav > li .drop-box ul > li:hover .nested-dropdown{display:block;}


.m84-mob-menu{position:fixed;top:0;bottom:0;height:100%;overflow-y:scroll;width:300px;background:#fff;padding:60px 20px 0;right:0;transform: translateX(100%);transition: 0.5s all;-webkit-overflow-scrolling:touch;z-index:10000!important;box-shadow:0 0 40px rgba(82,85,90,0.1);}
.m84-mob-menu .tit{text-align:center;}
.m84-mob-menu .tit img{height:40px;}
.m84-mob-menu .tit span{position:absolute;right:15px;top:15px;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m84-mob-menu .tit span i{color:#333;font-size:22px;}

.m84-mob-menu .list{margin:30px 0 0;}
.m84-mob-menu .list > ul{}
.m84-mob-menu .list > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m84-mob-menu .list > ul > li > a{font-weight:500;padding:0 0 0 10px;}
.m84-mob-menu .list > ul > li > em{position:absolute;color:#333;top:10px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m84-mob-menu .list > ul > li > em i{font-size:14px;display:inline-block;transition:all 0.3s ease 0s;}
.m84-mob-menu .list > ul > li.active{background:#F5F5F5;}
.m84-mob-menu .list > ul > li.active > em i{transform:rotate(90deg);}
.m84-mob-menu .list ul li a{color:#333;display: block;}
.m84-mob-menu .list ul li a:hover{text-decoration: none;}
.m84-mob-menu .list ul li ul{display:none;padding-bottom:10px;padding-left:20px;}
.m84-mob-menu .list ul li ul li{line-height:22px;position:relative;}
.m84-mob-menu .list ul li ul li em{position:absolute;color:#333;top:1px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m84-mob-menu .list ul li ul li em i{font-size:12px;display:inline-block;transition:all 0.3s ease 0s;}
.m84-mob-menu .list ul li ul li a{padding:5px 0;margin-right:30px;}

.m84-mob-menu .list ul li ul li.active em i{transform:rotate(90deg);}

.m84-mob-menu.menu-on{transform:translateX(0)}

                                   
@media screen and (max-width:1440px){                            
.m84-nav > li > a {font-size: 15px;}
}                                   

@media screen and (max-width:1281px){
.m84-header .logo img{max-height:45px;}
.m84-header .header-right p{font-size:15px;}
.m84-navbox{height:60px;}
.m84-nav > li > a{padding:0 15px;height:60px;line-height:60px;font-size: 14px;}
.m84-nav > li .drop-box{padding:20px 0 40px;height:460px;}
.m84-nav > li .drop-box ul{width:250px;}
.m84-nav > li .drop-box ul > li > a{padding:12px 15px;font-size:15px;}
.m84-nav > li .drop-box ul > li > a > i{font-size:17px;}
.m84-nav > li .drop-box ul > li .nested-dropdown{left:250px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul {padding:20px 0;width:250px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul li a{font-size:15px;padding:12px 15px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic{padding:20px;width:300px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a{margin-top:15px;font-size:15px;}
.m84-nav > li .drop-box ul > li .nested-dropdown .pic > a i{font-size:18px;}
}
    
@media screen and (max-width:1200px){                            
.m84-nav > li > a {font-size: 13px;}
}

@media screen and (max-width:992px){
.m84-header .logo img{max-height:42px;}
.m84-header .header-right .mob-menu-btn{display:block;}
.m84-header .header-right p:nth-of-type(1){display:none;}
.m84-header .header-lang{margin:0 10px 0 30px;}
.m84-navbox{display:none;}
}

@media screen and (max-width:768px){
.m84-header{height:auto;padding:15px 0;}
.m84-header .logo img{max-height:38px;}
.m84-header .header-right p{display:none;}
}

@media screen and (max-width:480px){
.m84-header .logo img{max-height:35px;}
}

/*--for m03_slidebanner--*/
@charset "utf-8";
.m03_sidebanner img{width:100%;}
.m03_path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.m03_path p{color:#666;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.m03_path p i{margin:0 5px 0 0;font-size:14px;}
.m03_path p a{color:#666;}
@media screen and (max-width:768px) {
.m03_path{height:45px;line-height:45px;}
.m03_path p{font-size:15px;}
}
@media screen and (max-width:480px) {
.m03_path{height:40px;line-height:40px;}
.m03_path p{font-size:14px;}
}

/*--for m08_support--*/
@charset "utf-8";
.m08_support_more {padding-top: 5em;position: relative;}
.m08_support_more h1 {font-weight: 500;text-align: center;font-size: clamp(22px, 3vw, 48px);color: #333;line-height: 1;}
.m08_support_more p{margin:34px 0;font-size:18px;line-height:1.8}
@media screen and (max-width:991px){
.m08_support_more p {font-size: 16px;}
.m08_support_more {padding-top: 2em;}
}
@media screen and (max-width:480px){
.m08_support_more p {font-size: 14px;}
}

/*--for m20_solution--*/
@charset "utf-8";

.m20-index-solution{position:relative;padding-top: 90px;
    background: #f8f8f8;}

.m20-index-solution .tit{text-align:center;}
.m20-index-solution .tit h3{color:#333333;font-size:56px;line-height:1;text-transform:uppercase;}
.m20-index-solution .tit p{font-size:16px;color:#555555;line-height:24px;max-width:60%;margin:20px auto 0;}

.m20-index-solution ul{justify-content: space-between;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.m20-index-solution ul li{position: relative;width: 32.333333%;margin-bottom: 20px;text-align:center;/* margin:24px 0 0; */cursor:pointer;box-sizing:border-box;}
.m20-index-solution ul li img{width:100%}                           
.m20-index-solution ul li a > img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.m20-index-solution ul li .t{height: 100%;padding: 0 0px 0 30px;text-align: left;opacity: 0;position:absolute;left:0;right:0;top:0;bottom:0;z-index: 9;}
.m20-index-solution ul li .t img{height:86px;}
.m20-index-solution ul li .t h5{margin: 30px 0 0px 0;font-size: 18px;color:#fff;line-height:27px;}
.m20-index-solution ul li .t p{font-size: 15px;color:#fff;line-height: 25px;margin: 0px 0 10px;}
.m20-index-solution ul li .t span{text-align: center;width:158px;height:50px;line-height:50px;background: #2cad44;display:block;font-size:16px;color: #fff;text-transform:uppercase;}
.m20-index-solution ul li .t span:hover{color:#fff;background:#0066B4;}

.m20-index-solution ul li:hover a > img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.m20-index-solution ul li:hover .t{background:#154990;opacity: 1;}

@media screen and (min-width:1680px){
.m20-index-solution .wp{width:1600px}  
}
 
@media screen and (min-width:1580px){
.m20-index-solution .wp{width:1530px}  
} 
 
@media screen and (max-width:1600px){ 
.m20-index-solution ul li .t p {font-size: 14px;line-height: 24px;margin: 0px 0 15px;}                                   
}
@media screen and (max-width:1550px){
.m20-index-solution .tit h3{font-size:50px;}
.m20-index-solution ul li .t {height: 118%;}
}

@media screen and (max-width:1440px){
.m20-index-solution{padding:80px 0;}
.m20-index-solution ul li .t p { font-size: 13px;line-height: 22px;margin: 0px 0 10px;}  
}

@media screen and (max-width:1300px) {
.m20-index-solution .tit h3{font-size:42px;}
.m20-index-solution{padding:70px 0;}
.m20-index-solution ul li .t img{height:70px;}
.m20-index-solution ul li .t span{margin:35px auto 0;width:140px;height:40px;line-height:40px;font-size:15px;}

}
@media screen and (max-width:1280px) {
.m20-index-solution ul li .t {height: 127%;}
.m20-index-solution ul li {margin-bottom: 70px;}
}
                            
@media screen and (max-width:1170px) {
.m20-index-solution ul{margin:10px -10px 0;-webkit-justify-content:center;justify-content:center;}
.m20-index-solution ul li{width: 50%;padding: 0 10px;margin: 10px 0;}
.m20-index-solution ul li .t{padding: 0 10px;height: 100%;z-index: 99;margin: 0 10px;}
.m20-index-solution ul li .t img{height:65px;}
.m20-index-solution ul li .t span{display:none;}
}                            

@media screen and (max-width:991px){
.m20-index-solution .tit h3{font-size:32px;}
.m20-index-solution{padding:30px 0;}
.m20-index-solution ul li {margin-bottom: 70px;}
.m20-index-solution .tit p{font-size:15px;line-height:22px;max-width:90%;margin:15px auto 0;}


}



@media screen and (max-width:768px) {
.m20-index-solution .tit h3{font-size:26px;}
.m20-index-solution{padding:30px 0 0;}
.m20-index-solution ul li{width:100%;}
.m20-index-solution ul li .t {height: 100%;}  
}

@media screen and (max-width:480px) {
.m20-index-solution ul li .t h5 { margin: 5px 0 0px 0;line-height: 24px;}
.m20-index-solution ul li .t p {font-size: 11px;}  
}

@media screen and (max-width:380px) {
.m20-index-solution ul li .t {height: 121%;}
}

/*--for m03_profile--*/
@charset "utf-8";
.m03_profile{padding: 0 0 30px 0;}
.m03_profile h3{font-size:36px;font-weight:700;text-align:center;line-height:1;}
.m03_profile h3::after{content:"";background:var(--color-active);width:60px;height:4px;margin:20px auto 0;display:block;}
.m03_profile .t{margin:25px 0 0;font-size: 21px;line-height: 35px;color:#424242;}
.m03_profile .t table tr td{border:1px solid #333;padding:5px}
.m03_profile .t p~p{margin-top:10px;}
.table-wrapper{overflow-x: auto;font-size: 15px;}                            
                            
@media screen and (max-width:1441px){
.m03_profile{padding:70px 0;}
.m03_profile h3{font-size:34px;}
}
@media screen and (max-width:1367px){
.m03_profile{padding:65px 0;}
.m03_profile h3{font-size:32px;}
}
@media screen and (max-width:1280px){
.m03_profile{padding:60px 0;}
.m03_profile h3{font-size:30px;}
.m03_profile .t{font-size:17px;line-height:26px;}
}

@media(max-width:768px){
.table-wrapper{white-space: nowrap;}
}

@media screen and (max-width:768px) {
.m03_profile{padding:30px 0;}
.m03_profile h3{font-size:28px;}
.m03_profile h3::after{width:50px;height:3px;margin:15px auto 0;}
.m03_profile .t{margin:20px 0 0;font-size:16px;line-height:24px;}
}
@media screen and (max-width:576px) {
.m03_profile h3{font-size:26px;}
}
@media screen and (max-width:480px) {
.m03_profile h3{font-size:24px;}
}
@media screen and (max-width:420px) {
.m03_profile h3{font-size:22px;}
}

/*--for m87_advantage--*/
/* -----------Common Style----------- */


.m87-index-advantage{padding:0rem 0 5vw;}

.m87-index-advantage .tit{text-align:center;}
.m87-index-advantage .tit em{color:var(--color-active);font-size:14px;letter-spacing:3px;font-weight:700;text-transform:uppercase;}
.m87-index-advantage .tit h3{color:var(--color-second);line-height:1.1;font-size:clamp(22px, 3vw, 48px);font-weight:700;margin-top:15px;}

.m87-index-advantage ul{margin-top:50px;display:flex;flex-wrap:wrap;}
.m87-index-advantage ul li{width:50%;display:flex;align-items:center;border-bottom:1px solid rgba(30, 35, 129, 0.1);padding:28px 38px;}
.m87-index-advantage ul li:nth-child(2n+1){border-right:1px solid rgba(30, 35, 129, 0.1);}
.m87-index-advantage ul li .ico{width:80px;text-align:center;}
.m87-index-advantage ul li .txt{flex:1;margin-left:30px;}
.m87-index-advantage ul li .txt h5{font-size:20px;font-weight:700;color:#154990;}
.m87-index-advantage ul li .txt p{margin:15px 0 0;font-size:16px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}

@media screen and (min-width:768px){
.m87-index-advantage ul li:hover{background-color:#F2F6FA;transition:background-color 0.5s ease-in-out;}
}


/*@media screen and (max-width:1441px) {
.m87-index-advantage{padding:9rem 0 18vw;}
}*/

@media screen and (max-width:1281px){
/*.m87-index-advantage{padding:9rem 0 16vw;}*/
.m87-index-advantage ul li .ico{width:70px;}
.m87-index-advantage ul li .txt h5{font-size:19px;}
}

@media screen and (max-width:992px){
.m87-index-advantage ul li{display:block;padding:25px 30px;text-align:center;}
.m87-index-advantage ul li .ico{width:80px;margin:0 auto;}
.m87-index-advantage ul li .txt{margin:25px 0 0;}
.m87-index-advantage ul li .txt h5{font-size:20px;}
}

@media screen and (max-width:640px) {
/*.m87-index-advantage{padding:9rem 0;}*/
.m87-index-advantage ul{margin-top:20px;}
.m87-index-advantage ul li{width:100%;padding:20px 0;}
.m87-index-advantage ul li:nth-child(2n+1){border-right:none;}
.m87-index-advantage ul li .ico{width:60px;}
.m87-index-advantage ul li .txt{margin:20px 0 0;}
.m87-index-advantage ul li .txt h5{font-size:18px;}
.m87-index-advantage ul li .txt p{margin:12px 0 0;font-size:15px;}
}

@media screen and (max-width:480px) {
.m87-index-advantage .tit em{font-size:13px;}
.m87-index-advantage ul{margin-top:15px;}
.m87-index-advantage ul li{padding:15px 0;}
}

/*--for m80_contact_form--*/
@charset "utf-8";

/*---------------------------------------------------*/
.m80-contact-form{position:relative;padding:0 0 80px 0;}
.m80-contact-form > div{display:flex;justify-content:space-between;}

.m80-contact-form .inquiry-box{width:45%;}
.m80-contact-form .inquiry-box h6{font-size: 32px;color:#000;=: 700;}
.m80-contact-form .inquiry-box h3{font-size: 28px;line-height:1;color:#000;text-transform:uppercase;margin: 34px 0 25px;}
.m80-contact-form .inquirbox .input-box{position:relative;}
.m80-contact-form .row{margin: 0;justify-content: space-between;align-items:center;}
.m80-contact-form .inquirbox .half{width:48%}
.m80-contact-form .inquirbox .input-box{margin-top: 10px;}
.m80-contact-form .inquirbox input[type="text"],.m80-contact-form .inquirbox textarea{border-radius:8px;padding: 10px 25px;font-size:17px;border:1px solid #E5E5E5;width:100%;line-height:22px;background:none;color:#000;}
.m80-contact-form .inquirbox textarea{max-width:100%;width:100%;resize:none;}
.m80-contact-form .inquirbox input[type="text"]:focus,.m80-contact-form .inquirbox textarea:focus{box-shadow:0 0 2px rgba(0,0,0,0.15);outline:0}

.m80-contact-form .inquirbox input::placeholder,.m80-contact-form .inquirbox textarea::placeholder{color:rgba(0,0,0,0.57);}

.m80-contact-form .inquirbox .submit-box{margin-top:20px;}
.m80-contact-form .inquirbox .submit{display:inline-block;background:#000;color:#fff;padding:0 100px;height:58px;line-height:58px;font-size:18px;font-weight:700;border-radius:40px;text-align:center;cursor:pointer;}
.m80-contact-form .inquirbox .submit:hover{opacity:0.8;}

.m80-contact-form .map{width:45%;}
.m80-contact-form .map h5{font-size: 32px;color:#121212;line-height:1.6;margin-bottom: 20px;}
.m80-contact-form .map p{font-size:24px}
.m80-contact-form .map p a:hover{color:#2cad44;}
.m80-contact-form .map .share {margin-top: 25px;}
.m80-contact-form .map .share a{display:inline-block;color:#111;background:#DFDFDF;width: 44px;height: 44px;line-height: 44px;border-radius:50%;text-align:center;}
.m80-contact-form .map .share a+a{margin-left:20px;}
.m80-contact-form .map .share a i{font-size: 24px;color:inherit;}
.m80-contact-form .map .share a:hover{color:#fff;background:#2cad44;}

@media screen and (max-width:1680px) {
.m80-contact-form .inquiry-box h3{font-size:44px;}
}

@media screen and (max-width:1550px) {
.m80-contact-form .inquiry-box h3{font-size:42px;}
.m80-contact-form .map p {font-size: 22px;}
}

@media screen and (max-width:1441px) {
.m80-contact-form{padding:70px 0;}
.m80-contact-form .inquiry-box{width:46%;}
.m80-contact-form .inquiry-box h3{font-size:40px;margin:45px 0 40px;}
.m80-contact-form .inquirbox input[type="text"],.m80-contact-form .inquirbox textarea{padding:20px 23px;}
.m80-contact-form .inquirbox .submit{padding:0 90px;}
.m80-contact-form .map{width:46%;}
.m80-contact-form .map h5{font-size:28px;}
}

@media screen and (max-width:1367px) {
.m80-contact-form{padding:65px 0;}
.m80-contact-form .inquiry-box h3{font-size:38px;}
.m80-contact-form .map h5{font-size:26px;}
.m80-contact-form .map p {font-size: 20px;}
}

@media screen and (max-width:1281px){
.m80-contact-form{padding:60px 0;}
.m80-contact-form .inquiry-box{width:47%;}
.m80-contact-form .inquiry-box h3{font-size:36px;margin:35px 0 30px;}
.m80-contact-form .inquirbox input[type="text"],.m80-contact-form .inquirbox textarea{padding:18px 20px;font-size:16px;}
.m80-contact-form .inquirbox .submit{padding:0 80px;height:54px;line-height:54px;font-size:17px;}
.m80-contact-form .map{width:47%;}
.m80-contact-form .map h5{font-size:24px;}
}

@media screen and (max-width:1171px){
.m80-contact-form .inquiry-box h3{font-size:32px;}
}

@media screen and (max-width:992px){
.m80-contact-form .inquiry-box{width:48%;}
.m80-contact-form .inquiry-box h3{font-size:30px;}
.m80-contact-form .inquirbox input[type="text"],.m80-contact-form .inquirbox textarea{padding:15px 18px;}
.m80-contact-form .map{width:48%;}
.m80-contact-form .map h5{font-size:22px;}
.m80-contact-form .map p {font-size: 18px;}
}

@media screen and (max-width:768px){
.m80-contact-form{padding:30px 0;}
.m80-contact-form > div{display:block;}
.m80-contact-form .inquiry-box{width:100%;}
.m80-contact-form .inquiry-box h6{font-size:17px;text-align:center;}
.m80-contact-form .inquiry-box h3{font-size:28px;text-align:center;margin:25px 0 20px;}
.m80-contact-form .inquiry-box h3 br{display:none;}
.m80-contact-form .inquirbox input[type="text"],.m80-contact-form .inquirbox textarea{padding:12px 15px;font-size:15px;}
.m80-contact-form .inquirbox .submit-box{text-align:center;}
.m80-contact-form .inquirbox .submit{padding:0 60px;height:45px;line-height:45px;font-size:16px;}
.m80-contact-form .map{width:100%;margin-top:30px;}
.m80-contact-form .map h5{font-size:20px;margin-bottom:25px;}
}

@media screen and (max-width:576px) {
.m80-contact-form .inquiry-box h3{font-size:26px;}
}

@media screen and (max-width:480px) {
.m80-contact-form .inquiry-box h6{font-size:16px;}
.m80-contact-form .inquiry-box h3{font-size:24px;margin:20px 0;}
.m80-contact-form .inquirbox input[type="text"],.m80-contact-form .inquirbox textarea{padding:10px 12px;}
.m80-contact-form .inquirbox .input-box+.input-box{margin-top:10px;}
.m80-contact-form .inquirbox .submit{padding:0 50px;height:40px;line-height:40px;font-size:15px;}
.m80-contact-form .map h5{font-size:18px;margin-bottom:20px;}
.m80-contact-form .map p {font-size: 16px;}
}	

@media screen and (max-width:420px) {
.m80-contact-form .inquiry-box h3{font-size:22px;}
}

/*--for m46_sidebar3--*/
@charset "utf-8";


/*----------------------------*/


.m46-sidebar3 { top: 50%; margin-top: -200px; position: fixed; right: 8px; z-index: 9999; background: #fff; border-radius: 3px; box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px; }
.m46-sidebar3 a { display: block; cursor: pointer; background: #fff; position: relative; padding: 12px 6px; text-align: center; box-sizing: border-box; border-bottom: 1px solid #E8E8E8; border-radius: 3px; }
.m46-sidebar3 a i { font-size: 25px; color:#0033a8; }
.m46-sidebar3 a span { font-size: 13px; color: #0033a8; display: block; margin: 8px 0 0; }
.m46-sidebar3 a > img { max-width: 22px; }
.m46-sidebar3 a.wx .wx-box { position: absolute; right: 98px; top: 50%; transform: translateY(-50%); display: none; }
.m46-sidebar3 a.wx .wx-box .box { width: 140px; padding: 5px; border: 1px solid #D6D7D7; text-align: center; background: #fff; overflow: hidden; }
.m46-sidebar3 a.wx .wx-box .box img { width: 140px; }
.m46-sidebar3 a.wx .wx-box .box span { font-size: 12px; line-height: 18px; letter-spacing: 1px; }
.m46-sidebar3 a.wx .wx-box .arrowPanel { width: 12px; height: 20px; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); }
.m46-sidebar3 a.wx .wx-box .arrowPanel .arrow01 { width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; bottom: 0; left: 2px; top: 0; border-top: 10px dashed transparent; border-right: 10px dashed transparent; border-bottom: 10px dashed transparent; border-left: 10px solid #ddd; }
.m46-sidebar3 a.wx .wx-box .arrowPanel .arrow02 { width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; bottom: 0; left: 0; top: 0; border-top: 10px dashed transparent; border-right: 10px dashed transparent; border-bottom: 10px dashed transparent; border-left: 10px solid #fff; }
.m46-sidebar3 a.wx:hover .wx-box { display: block; }

@media (max-width: 768px) { 
.m46-sidebar3 { display: none; } 
}

/*--for m36_foot--*/
@charset "UTF-8";


footer {padding: 40px 0 0;background: #efefef;}
footer h5 {font-size: 20px;font-weight: 700;color: #000;margin: 0 0 20px;}
.m36-foot-top .wp{align-items: center;display:flex;justify-content:space-between;border-bottom:1px solid #7f5f5f;padding-bottom:50px;}
.m36-foot-top .tit img{height:90px}
.m36-foot-top .tit h3 {font-size: 60px;font-weight: 600;color: #000;line-height: 1;}
.m36-foot-top .tit p {font-size: 18px;color: #4C4C4C;line-height: 1.4;margin-top: 20px;}
.m36-foot-top .sendemail {width: 510px;}
.m36-foot-top .sendemail form{display:flex;align-items:center;border:1px solid #EBEBEB;padding: 5px 8px 5px 25px;border-radius: 60px;background: #fff;}
.m36-foot-top .sendemail .post-text{flex:1;height:57px;line-height:57px;overflow:hidden;color:#161616;padding:0 10px;font-size:18px;background:transparent;}
.m36-foot-top .sendemail .post-btn {background: var(--color-active);border-radius: 60px;width: 170px;color: #fff;text-align: center;height: 57px;display: block;cursor: pointer;font-weight: 500;}
.m36-foot-top .sendemail .post-btn:hover{}

.m32-foot {margin-top: 85px;}
.m32-foot .wp1{width:1440px;margin:0 auto;}
.m32-foot .wp1 p{font-size:18px;margin-bottom:15px}
.m32-foot .wp {display: flex;justify-content: space-between;}
.m32-foot .foot-contact .share {margin-top: 25px;}
.m32-foot .foot-contact .share a{display:inline-block;color:#111;background:#DFDFDF;width:34px;height:34px;line-height:34px;border-radius:50%;text-align:center;}
.m32-foot .foot-contact .share a+a{margin-left:20px;}
.m32-foot .foot-contact .share a i{font-size:16px;color:inherit;}
.m32-foot .foot-contact .share a:hover{color:#fff;background:var(--color-active);}

.m32-foot .foot-list ul li,.m32-foot .foot-nav ul li{font-size: 18px;font-weight: 300;color: #080808;line-height: 2;}

.m32-foot .foot-contact {width: 370px;}
.m32-foot .foot-contact p {margin-bottom: 10px;font-size: 18px;line-height: 30px;color: #000;font-weight: 300;}
.m32-foot .foot-contact p i{margin-right: 5px;line-height: 25px;text-align: center;font-size: 18px;width: 25px;height: 25px;display:inline-block;color:#fff;background:#333;border-radius:50%}
.m32-foot .foot-contact h6 {font-size: 18px;font-weight: 600;color: var(--color-active);}

.show_list {margin-top: 30px;background:#fff}
.show_list .tit {font-size: 24px;font-weight: bold;color: #1D1D1F;padding: 10px;border-bottom: 1px solid #F0EDED;}
.show_list li {float: left;margin-left: 20px;margin: 10px;}
.show_list li a {display: block;margin-top: 20px;font-size: 18px;color: #1D1D1F;text-align: center;}

.m36-foot-copyright {text-align:center;background:#fff}
.m36-foot-copyright p{font-size: 16px;color: #434343;padding: 30px 0;}
.m36-foot-copyright .list{border-top:1px solid #B8B8B8;padding:40px 0 20px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;}
.m36-foot-copyright .list dl{text-align:left;}
.m36-foot-copyright .list dl:last-child{margin-left:100px;}
.m36-foot-copyright .list dt{font-size:16px;color:#434343;display:block;}
.m36-foot-copyright .list dd{margin:18px 0 0;}

                                                          
@media(max-width:1600px){
.m32-foot .wp1{width:1300px;}
}
                             
@media(max-width:1440px){
.m32-foot .foot-list ul li, .m32-foot .foot-nav ul li {font-size: 16px;}
.m32-foot .foot-contact p  {font-size: 16px;}
  
.m32-foot .wp1{width:1200px;}
}
                             
@media(max-width:1367px){
.m32-foot .wp1{width:100%;padding-right: 80px;padding-left: 80px;}
}
                              
@media(max-width:1281px){
.m32-foot .wp1{padding-right: 70px;padding-left: 70px;}
}
                               
@media(max-width:1171px){
.m32-foot .wp1{padding-right: 50px;padding-left: 50px;}
}
                                
@media(max-width:992px){
.m32-foot .wp1{padding-right: 40px;padding-left: 40px;}
}
                          
@media(max-width:991px){
.m32-foot .wp {flex-direction: column;}
.show_list .cat{flex-direction: column;}
.m36-foot-top .wp {flex-direction: column;}
.m36-foot-top .sendemail {width: 100%;margin-top: 25px;}
.m32-foot .foot-contact{width:100%}  
.show_list .tit {text-align: center;}
.m36-foot-copyright .list dl:last-child {margin-left: 0;margin-top: 20px;}   
.m36-foot-copyright .list {flex-direction: column;}
.m36-foot-copyright .list dl {text-align: center;}     
                     
}
@media(max-width:768px){
.m32-foot .wp1{padding-right: 30px;padding-left: 30px;}
.m36-foot-top .sendemail .post-text { width: 190px;font-size: 14px;}
.m36-foot-top .sendemail .post-btn {font-size: 12px;} 
.m32-foot {margin-top: 25px;}  
}
                                 
@media(max-width:576px){
.m32-foot .wp1{padding-right: 20px;padding-left: 20px;}
}
                                    
@media(max-width:480px){
.m32-foot .wp1{padding-right: 10px;padding-left: 10px;}
}