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

.m84-header{background:#fff;height: 50px;position:relative;z-index:20;/* border-bottom: 1px solid #00004733; */}
.m84-header .wp{height:100%;display:flex;justify-content:space-between;align-items:center;border-bottom: 1px solid #00004733;}



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

.m84-header .header-top p{font-size: 16px;color: #00000099;display:flex;align-items:center;}
.m84-header .header-top p i{font-size:22px;display:inline-block;margin:2px 10px 0 0;color:var(--color-active);}
.m84-header .header-top p+p{margin-left:50px;}
.m84-header .header-top p a:hover{color:var(--color-active);}

.m84-header .header-lang{position:relative;margin: 0 0 0 10px;}
.m84-header .header-lang .box{height:34px;width:90px;border:1px solid #EBEBEB;cursor:pointer;display:flex;align-items:center;padding: 0 10px;border-radius: 30px;}
.m84-header .header-lang .box img{}
.m84-header .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color: #00004799;text-transform:uppercase;}
.m84-header .header-lang .box i{line-height:18px;font-size:14px;color: #00004799;}
.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;}


.m84-navbox.header-fix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 6px #333;
}
.m84-navbox{background: #fff;}
.m84-navbox .wp{height:100%;display: flex;justify-content: space-between;}
.m84-navbox .logo{width:250px;padding: 10px 0 10px 0;}
.m84-nav{display:flex;justify-content:space-between;align-items:center;position: relative;}
.m84-nav > li{position:relative;}
.m84-nav > li > a{display:block;font-size: 16px;color: rgb(128, 122, 115);font-weight: 400;padding:0 24px;height:66px;line-height:66px;text-align:center;text-transform: capitalize;}
.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: 20px 0;/* height:510px; */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:350px;}
.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:330px;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: 20px 0;width:300px;}
.m84-nav > li .drop-box ul > li .nested-dropdown ul li a{/* font-weight:500; */color:#444;font-size: 15px;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:none;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,.m84-nav > li.active > a{color:var(--color-active);}
.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-nav > li .dropbox{position:absolute;width:100%;left:0;top:100%;z-index: 999;padding: 50px;background: #fff;box-shadow: 0px 24px 48px rgba(16,24,40,.18);transition:all .4s ease 0s;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;}
.m84-nav > li .dropbox .wp{display:flex;justify-content:space-between;flex-wrap:wrap;width: 100%;}
.m84-nav > li .dropbox dl{flex:1;margin:-5px -5px 0;display:flex;flex-wrap:wrap;}
.m84-nav > li .dropbox dl dd{width:50%;padding:5px;position:relative;}
.m84-nav > li .dropbox dl dd a{display:block;overflow:hidden;padding:15px;font-size: 16px;color:#333;background:#F9F9F9;display:flex;justify-content:space-between;align-items:center;}
.m84-nav > li .dropbox dl dd a::after{content:"\e650";font-family:"qico";font-size:15px;opacity:0.6;}
.m84-nav > li .dropbox dl dd a:hover{background:var(--color-active);color:#fff;}

.m84-nav > li .dropbox .pic{width:30%;margin-left:50px;}

.m84-nav > li:hover .dropbox{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.search{float:right;margin:0 10px 0 0;position:relative;}
.search em{width:40px;height:36px;margin:0;cursor:pointer;text-align:center;display:block;}
.search em i{color: #333;font-size: 23px;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: var(--color-active);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;}
    
                   
.search-box{display:none;position:absolute;z-index:9999;width:100%;left:0;right:0;top:70px;background:rgba(0,0,0,0.6);padding:10px;}
.search-box .serchbox{width:100%;margin:0 auto;position:relative;}
.search-box .serchbox .submit_text{background:#fff;width:100%;height:36px;line-height:36px;float:left;color:#111;padding:0 70px 0 10px;font-size:15px;}
.search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:60px;height:36px;line-height:36px;background:var(--color-active);text-align:center;display:block;cursor:pointer;}
.search-box .serchbox .submit_btn i{font-size:22px;color:#fff;}
                                           
                                           
                                           
.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:1550px){                            
.m84-navbox .logo {width: 230px;}
.m84-nav > li > a {padding: 0 20px;}
.m84-nav > li .dropbox {padding: 40px;}
}

@media screen and (max-width:1367px){                            
.m84-navbox .logo {width: 210px;}
.m84-nav > li > a {padding: 0 16px;}
.m84-nav > li .dropbox {padding: 30px;}
}

@media screen and (max-width:1281px){
.m84-header .logo img{max-height:45px;}
.m84-header .header-right p{font-size:15px;}
.m84-nav > li > a{padding:0 15px;height:60px;line-height:60px;}
.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: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-navbox {height: 0;}
.m84-nav {display: none;}
.m84-header .header-top {display: none;}
.m84-navbox .logo {width: 180px;}
.m84-header .wp {justify-content: right;border-bottom: none;}
.m84-navbox .logo {width: 160px;padding: 0;position: absolute;top: 16px;z-index: 100;left: 10px;}
.search:hover .serchbox {display: none;}
.search:hover em {background: none;}
.search:hover em i {color: #333;}
.m84-navbox.header-fix {position: static;}
}

@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;}
.m84-navbox .logo {width: 130px;}
}

/*--for m03_showlist--*/
@charset "utf-8";
.m03_showlist_sidebanner img{width:100%;}
.m03_showlist_path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.m03_showlist_path p{color:#666;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.m03_showlist_path p i{margin:0 5px 0 0;font-size:14px;}
.m03_showlist_path p a{color:#666;}
@media screen and (max-width:768px) {
.m03_showlist_path{height:45px;line-height:45px;}
.m03_showlist_path p{font-size:15px;}
}
@media screen and (max-width:480px) {
.m03_showlist_path{height:40px;line-height:40px;}
.m03_showlist_path p{font-size:14px;}
}
/*---------------------------------------------------*/
.wp1200{margin:0 auto;width:1200px;}
.show-list-4 .no-pic.txt {margin-left: 0;} 
.show-list-1{padding:70px 0 20px;}
.show-list-1 .tit h1{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;text-transform:capitalize;}
.show-list-1 .tit .t{font-size:17px;color:#5a5a5a;line-height:24px;margin:25px 0 0;}
.show-list-1 .tit p~p{margin-top:5px;}
.show-list-1 .list{margin:20px 0 0;}
.show-list-1 .list ul{margin:0 -10px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-1 .list ul li{width:33.3333333%;text-align:center;padding:10px;cursor:pointer;box-sizing:border-box;}
.show-list-1 .list ul li .box{background:#fff;padding:5px 5px 15px;box-sizing:border-box;}
.show-list-1 .list ul li .pic{display:block;width:100%;overflow:hidden;box-sizing:border-box;border:1px solid #DBDBDB;}
.show-list-1 .list ul li .pic img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.show-list-1 .list ul li h6{margin-top:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.show-list-1 .list ul li h6 a{color:#333;font-size:17px;font-weight:500;}
.show-list-1 .list ul li h6 a:hover{color:#296798;}

.show-list-2{padding:70px 0;}
.show-list-2 > div{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.show-list-2 h2{color:#333;font-size:20px;font-weight:bold;line-height:1;}
.show-list-2 h5{color:#333;font-size:22px;font-weight:bold;line-height:1;}
.show-list-2 .more{width:300px;height:60px;line-height:54px;text-align:center;font-size:20px;font-weight:bold;color:#111;display:block;border:3px solid #111;-webkit-transition:0.5s;transition:0.5s;}
.show-list-2 .more:hover{background:#111;color:#fff;}


.show-list-3{padding:70px 0;background:#eaeaea;}
.show-list-3 .tit{text-align:center;}
.show-list-3 .tit h2{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;}
.show-list-3 .tit p{font-size:17px;color:#5a5a5a;line-height:24px;margin:25px 0 0;}
.show-list-3 ul{margin:50px -15px 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-3 ul li{width:50%;padding:15px;box-sizing:border-box;cursor:pointer;transition:all 0.3s ease 0s;}
.show-list-3 ul li .box{background:#E9E7DB;padding:60px 40px 40px;}
.show-list-3 ul li .ico{}
.show-list-3 ul li .ico img{height:40px;}
.show-list-3 ul li h6{font-size:18px;font-weight:700;color:#292929;margin:25px 0 0;}
.show-list-3 ul li p{font-size:17px;line-height:22px;color:#555;margin:20px 0 0;}
.show-list-3 ul li:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
.show-list-3 ul li:hover .box{box-shadow:0 0 10px rgba(63,62,62,0.2);}

.show-list-4{padding:70px 0;background:#fff;}
.show-list-4 ul{}
.show-list-4 h2{font-size:22px;line-height:1;color:#000;font-weight:bold;text-align:center;text-align:left;}
.show-list-4 ul li{display:-webkit-flex;display:flex;align-items: center;}
.show-list-4 ul li+li{margin-top:40px;}
.show-list-4 ul li .pic{width:50%;}
.show-list-4 ul li .pic img{width:100%;}
.show-list-4 ul li .txt{-webkit-flex:1;flex:1;margin:0 0 0 40px;}
.show-list-4 ul li .txt h6{font-size:34px;color:#333;font-weight:700;}
.show-list-4 ul li .txt p{margin:20px 0 0;line-height:24px;font-size:17px;color:#555;}

.show-list-4 ul li:nth-child(2n){-webkit-flex-direction:row-reverse;flex-direction:row-reverse;}
.show-list-4 ul li:nth-child(2n) .txt{margin:0 40px 0 0;}

.show-list-5{padding:70px 0;background:#eaeaea;}
.show-list-5 h2{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;text-align:center;}
.show-list-5 ul{margin:50px -15px 0;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-5 ul li{width:50%;padding:15px;box-sizing:border-box;cursor:pointer;transition:all 0.3s ease 0s;}
.show-list-5 ul li .box{background:#fff;padding:50px 30px;box-shadow:13px 15px 40px 0 rgba(50,26,9,.08);border-radius: 8px;min-height: 100%;}
.show-list-5 ul li h4{font-size:18px;font-weight:700;color:#292929;margin-top: 5px;word-break: break-all;}
.show-list-5 ul li p{font-size:17px;line-height:22px;color:#555;margin:20px 0 0;}
.show-list-5 ul li p a{color:#111;text-decoration:underline;}
.show-list-5 ul li:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
.show-list-5 ul li:hover .box{box-shadow:0 0 10px rgba(63,62,62,0.2);}

.show-list-6{padding:70px 0;background:#fff;}
.show-list-6 h2{font-size:42px;line-height:1;color:#000;font-weight:bold;text-align:center;margin-bottom: 40px;}
.show-list-6 h4.title{margin:30px 0 30px;line-height:20px;text-align:center;background-size:cover;color:#9f9f9f;font-size:22px;font-weight:700;}
.show-list-6 ul{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.show-list-6 ul li{width:25%;margin:7px 0;font-size:16px;box-sizing:border-box;}
.show-list-6 ul li a{font-size:16px;color:#292929;background:url('https://cdn-pro.analyspeed.com/1506/template/pc/default/html/module/m03_showlist/images/show-dot1.png') no-repeat left 3px;padding:0 0 0 20px;display:block;}
.show-list-6 ul li a:hover{color:#296798;background-image:url('https://cdn-pro.analyspeed.com/1506/template/pc/default/html/module/m03_showlist/images/show-dot2.png');}

.show-list-7{padding:70px 0;background:#eaeaea;}
.show-list-7 h2{font-size:30px;line-height:1;color:#000;}
.show-list-7 p{font-size:17px;color:#5a5a5a;line-height:24px;margin:25px 0 0;}

.show-list-7 dl{margin:30px 0 0;}
.show-list-7 dl dt{font-size:16px;color:#9c8d7c;font-weight:bold;}
.show-list-7 dl dt~dt{margin-top:20px;}
.show-list-7 dl dd{font-size:16px;line-height:24px;margin:10px 0 0;}
.show-list-7 dl dd a{color:#111;text-decoration:underline;}
.show-list-7 hr{width:100%;height:2px;border:none;border-top:2px dotted #185598;overflow:hidden;margin:50px 0;}
.show-list-7 ul{}
.show-list-7 ul li{padding:40px 0;border-bottom:1px solid #d9cfc7;border-top:1px solid #fff;}
.show-list-7 ul li:first-child{border-top:none;}
.show-list-7 ul li:last-child{border-bottom:none;}
.show-list-7 ul li h4{color:#875d3e;font-size:22px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}
.show-list-7 ul li h4::before{content:'';margin:0 10px 3px 0;width:18px;height:18px;border-radius:50%;background-color:#875d3e;}
.show-list-7 ul li a{color:#111;text-decoration:underline;}
/*------------------------------------------------------------*/
@media screen and (max-width:768px){
.wp1200{width:100%;padding-right:10px;box-sizing:border-box;padding-left:10px;}
.show-list-1 .tit h1{font-size:30px;}
.show-list-1{padding:30px 0 10px;}
}
@media screen and (max-width:480px) {
.show-list-4 .no-pic.txt {margin-left: 20px;} 
.show-list-2 > div{display: flow-root;}
.show-list-2 h2 {text-align: center;}
.show-list-2 .more {margin: 0 auto;margin-top: 20px;}
.show-list-3 .tit h2,.show-list-5 h2,.show-list-6 h2 {font-size: 32px;}
.show-list-1 .list ul li {width: 50%;}
.show-list-4 ul li {display: flow-root;}
.show-list-4 ul li .pic {width: 100%;}
.show-list-4 ul li:nth-child(2n) .txt {margin: 0 20px;}
.show-list-4 ul li .txt {margin: 0 20px;}
.show-list-4 h2 {margin-top: 20px;}
.show-list-5 ul li {width: 100%;}
.show-list-6 ul li {width: 50%;}
}

/*--for m25_sidebar--*/
@charset "UTF-8";



.m25-sidebar{position:fixed;right: 10px;top:30%;z-index:199;}
.m25-sidebar ul{}
.m25-sidebar ul li{height:54px;width:54px;background-color: rgb(128, 122, 115);position:relative;border-radius:5px;}
.m25-sidebar ul li~li{margin-top: 10px;}
.m25-sidebar ul li a{color:#fff;border-radius:5px;position:absolute;top:0;right:0;width:54px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}
.m25-sidebar ul li em{width:54px;height:54px;line-height:54px;text-align:center;}
.m25-sidebar ul li i{font-size:25px;vertical-align:middle;}
.m25-sidebar ul li span{display:none;font-size:16px;}

.m25-sidebar ul li a:hover{background: var(--color-active);}

.m25-sidebar ul li:not(:last-child) a:hover{width:190px;padding-left:15px;background: var(--color-active);}
.m25-sidebar ul li:not(:last-child) a:hover span{-webkit-flex:1;flex:1;display:-webkit-flex;display:flex;}


.m25-form-popup{display:block;position:fixed;left:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:opacity 0.3s 0s,visibility 0s 0.3s;z-index: 9999;}
.m25-form-popup.is-visible {opacity:1;visibility:visible;transition:opacity 0.3s 0s,visibility 0s 0s;}
.m25-form-popup .box{width:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:100%;overflow:auto;padding:45px 50px;background:#fff;box-shadow:2px 3px 10px rgba(0,0,0,0.1);border-radius:5px;}
.m25-form-popup .tit{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;}
.m25-form-popup .tit h3{font-size:28px;color: rgb(128, 122, 115);line-height:1;font-weight:700;text-transform: capitalize;font-family: "GFS Didot", serif;}
.m25-form-popup .tit .popup-close{display:block;width:30px;height:30px;line-height:30px;text-align:center;cursor:pointer;}
.m25-form-popup .tit .popup-close i{font-size:22px;color:#333;}
.m25-form-popup .tit .popup-close:hover{text-decoration:none;}

.m25-form-popup form .row > div{position:relative;margin-bottom:15px;}
.m25-form-popup form  input,.m25-form-popup form  textarea{display:block;width:100%;padding:10px 17px;line-height:24px;font-size:15px;background:#fafafa;border:1px solid #eee;border-radius:5px;}
.m25-form-popup form  textarea{height:166px;}
.m25-form-popup form  .submit-box{margin-top:15px;}
.m25-form-popup form  .submit-box button {width:100%;height:56px;font-size:18px;color:#fff;cursor:pointer;background: var(--color-active);text-transform:uppercase;font-weight:600;transition:0.3s all;border-radius:5px;}
.m25-form-popup form  .submit-box button:hover{background:#a6c684;}



@media screen and (max-width:1580px) {
.m25-form-popup .box{max-height:90%;width:50%;padding:40px;}
.m25-form-popup form  textarea{height:110px;}
}

@media screen and (max-width:1280px) {
.m25-form-popup .tit h3{font-size:26px;}
.m25-form-popup form  textarea{line-height:26px;}
.m25-form-popup form  .submit-box button{height:50px;font-size:17px;}
}

@media screen and (max-width:960px) {
.m25-form-popup .box{width:80%;padding:30px;}
}

@media screen and (max-width:768px) {
.m25-form-popup .box{max-height:80%;width:90%;}
.m25-form-popup .tit{margin-bottom:20px;}
.m25-form-popup .tit h3{font-size:24px;}
.m25-form-popup form .row > div{margin-bottom:10px;}

}

@media screen and (max-width:480px) {
.m25-form-popup .box{padding:20px;}
.m25-form-popup .tit{margin-bottom:15px;}
.m25-form-popup .tit h3{font-size:22px;}
.m25-form-popup form input,.m25-form-popup form textarea{padding:8px 15px;line-height:22px;}
.m25-form-popup form  .submit-box{margin-top:5px;}
.m25-form-popup form  .submit-box button{height:45px;font-size:16px;}
}

/*--for m87_foot--*/
@charset "UTF-8";

footer{background: #fff;padding:90px 0 0;}

.foot-logo{text-align:center;}
.foot-logo img{width:300px;}

.foot-tel{margin:50px 4vw 0;}
.foot-tel ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.foot-tel ul li{width:48%;text-align:center;}
.foot-tel ul li a{border:1px solid rgba(98, 99, 123, 0.39);border-radius:8px;padding:10px;display:block;font-size:clamp(16px, 2.5vw, 48px);color:#fff;font-weight:600;}
.foot-tel ul li a:hover{background:var(--color-active);border-color:var(--color-active);}

.m87-footer{margin: 90px 0 0px;}
.m87-footer .wp{display:flex;justify-content:space-between;flex-wrap:wrap;border-bottom: 1px solid rgb(234 234 234);padding-bottom: 60px;}
.m87-footer h5{font-size:20px;color: #000;line-height:1;margin-bottom:20px;font-weight: 500;position:relative;text-transform: uppercase;}

.foot-time{width:25%;}
.foot-time p{font-size:16px;color: rgb(129 129 129);line-height:1.8;margin:20px 0 0;}
.foot-time .share{margin:30px 0 0;font-size:0;}
.foot-time .share a{display:inline-block;color:var(--color-second);background: #f6f6f4;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;box-shadow: 0px 0px 6px var(--color-active);}
.foot-time .share a i{font-size:20px;}
.foot-time .share a+a{margin-left:10px;}
.foot-time .share a:hover{background:var(--color-active);color:#fff;}

.foot-nav{width:25%;padding-left:5vw;/* border-right:1px solid rgba(98, 99, 123, 0.39); */}
.foot-nav ul li{color: rgb(129 129 129);line-height:1.8;margin-bottom:15px;}
.foot-nav ul li+li{margin-top:15px;}
.foot-nav ul li a{color: rgb(129 129 129);display:inline-block;}
.foot-nav ul li a:hover{color:var(--color-active)}

.foot-list{width:25%;padding-left: 1vw;}
.foot-list ul li{color:rgb(129 129 129);line-height:1.8;}
.foot-list ul li+li{margin-top:15px;}
.foot-list ul li a{color:rgb(129 129 129);display:inline-block;}
.foot-list ul li a:hover{color:var(--color-active)}

.foot-contact{width:25%;}
.foot-contact p{font-size:16px;color: rgb(129 129 129);line-height:1.8;}
.foot-contact p~p{margin-top:15px;}
.foot-contact p a:hover{color:var(--color-active);}

.m87-copyright{padding:30px 0;text-align:center;}
.m87-copyright p{font-size:15px;color: rgb(129 129 129);}


@media screen and (max-width:1281px){
footer{padding:70px 0 0;}

.foot-time p{font-size:15px;line-height:1.5;}
.foot-time .share{margin:25px 0 0;}
.foot-time .share a{width:38px;height:38px;line-height:38px;}
.foot-time .share a + a{margin-left:10px;}

.foot-nav ul li{font-size:15px;line-height:1.5;}
.foot-list ul li{font-size:15px;line-height:1.5;}

.foot-contact p{font-size:15px;line-height:1.5;}

}

@media screen and (max-width:992px){
footer{padding:50px 0 0;}
.m87-footer{margin:50px 0 30px;}
.foot-tel{margin:40px 4vw 0;}
.foot-time{width:100%;margin-bottom:20px;}
.foot-time h5{text-align:center;}
.foot-time .share{text-align:center;}
.foot-nav{width:50%;padding-left:0;}
.foot-list{width:50%;}
.foot-contact{width:100%;margin-top:30px;}
.foot-contact h5{text-align:center;}
.foot-time p {margin: 10px 0 0;}
}

@media screen and (max-width:768px){
footer{padding:40px 0 0;}

.m87-footer{margin:40px 0 30px;}
.m87-footer h5{font-size:18px;margin:0 0 15px;}

.foot-time .share{margin:20px 0 0;}
.foot-time .share a{width:36px;height:36px;line-height:36px;}
.foot-time .share a i{font-size:18px;}

.m87-copyright{padding:25px 0;}
.m87-copyright p{font-size:14px;}
.foot-logo img {width: 180px;}
.m87-footer .wp {padding-bottom: 20px;}
}

@media screen and (max-width:576px){
.foot-list{width:100%;padding-left:0;}
.foot-nav{width:100%;border-right:none;}
.foot-nav h5,.foot-list h5{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.05);cursor:pointer;}
.foot-nav h5::after,.foot-list h5::after{display:block;font-weight:400;content:"\e699";font-family: "qico";position:absolute;right:10px;cursor:pointer;font-size:18px;top:3px;color:#000;transition:all 0.5s;}
.foot-nav h5.active::after,.foot-list h5.active::after{transform:rotate(180deg);}

.foot-nav ul,.foot-list ul{display:none;}

.foot-nav ul li+li{margin-top:10px;}
.foot-list ul li+li{margin-top:10px;}
.foot-contact p~p{margin-top:10px;}
}


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

.m87-footer{margin:30px 0 20px;}
.m87-footer h5{font-size:16px;margin:0 0 10px;}
.foot-time .share a{width:32px;height:32px;line-height:32px;}
.foot-time .share a i{font-size:16px;}
}