/*--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 m68_sidebanner--*/
@charset "utf-8";
/*----------------------------*/



.m68-sidebanner{position:relative;}
.m68-sidebanner img{width:100%;}
.m68-sidebanner .txt{position:absolute;top:0;bottom:0;width:100%;left:0;right:0;display:flex;justify-content:center;align-items:center;text-align: left;}
.m68-sidebanner .txt h1,.m68-sidebanner .txt h2{color: #fff;font-size: 56px;line-height:1;font-weight:700;text-transform: capitalize;}
.m68-sidebanner .txt h1::after,.m68-sidebanner .txt h2::after{content:"";width:71px;height:6px;background: var(--color-active);margin: 20px 0 0;display:block;}
.m68-sidebanner .txt p{color:#fff;font-weight:500;font-size:18px;margin:33px 0 0;text-shadow:0 0 2px #fff;}

.path{height:50px;line-height:50px;}
.path p{color:#0e0e0e;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.path p i{margin:0 5px 0 0;font-size:14px;}
.path p a{color:#0e0e0e;}
.path p a:hover{color:var(--color-active);}

@media screen and (max-width: 1550px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 46px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {height: 5px;margin: 17px auto 0;}
.m68-sidebanner .txt p {font-size: 17px;margin: 27px 0 0;}
}

@media screen and (max-width: 1367px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 40px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {height: 4px;margin: 14px auto 0;}
.m68-sidebanner .txt p {font-size: 16px;margin: 21px 0 0;}
}

@media screen and (max-width: 768px) {
.m68-sidebanner {min-height: 120px;}
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 24px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {margin: 10px auto 0;display:none;}
.m68-sidebanner .txt p {margin: 10px 0 0;font-size: 13px;}
.m68-sidebanner img {height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
}

@media screen and (max-width: 480px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 20px;}
}

@media screen and (max-width:400px) {
.m68-sidebanner .txt h1, .m68-sidebanner .txt h2 {font-size: 20px;}
.m68-sidebanner .txt h1::after, .m68-sidebanner .txt h2::after {margin: 5px auto 0;height: 3px;}
.m68-sidebanner .txt p {margin: 10px 0 0;}

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



.m51-news-list{padding: 60px 0;position: relative;}

.m51-news-list .news-tabs{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;transition: all .3s;border-bottom: 1px solid #E8E8E8;}
.m51-news-list .news-tabs a{transition: all .3s;color: rgb(128, 122, 115);position: relative;display: flex;align-items: center;justify-content: center;padding: 20px 30px;font-weight: 500;text-align: center;font-size: 17px;}
.m51-news-list .news-tabs a:first-child{}
.m51-news-list .news-tabs a:last-child{}
.m51-news-list .news-tabs a.active,.m51-news-list .news-tabs a:hover{color: rgb(51, 51, 51);border-bottom:3px solid #71b12f;}

.m51-news-list .news-tabs.fixed{position: fixed;top: 0;left: 0;border-bottom: 1px solid #E8E8E8;width: 100%;z-index: 10;background-color: #fff;}
.m51-news-list .news-tabs.fixed a{border: none;background-color: transparent;color: #333;}
.m51-news-list .news-tabs.fixed a::after{content: '';display: block;width: 1px;height: 60%;position: absolute;right: 0;top: 20%;background-color: #E8E8E8;}
.m51-news-list .news-tabs.fixed a:last-child::after{display: none;}
.m51-news-list .news-tabs.fixed a.active{color: rgb(51, 51, 51);}

.m51-news-list .newswrap{margin: 40px auto;}
.m51-news-list .news{width: 100%;display: flex;flex-wrap: wrap;}
.m51-news-list .news a{justify-content: space-between;-webkit-justify-content: space-between;align-items: flex-start;-webkti-align-items: flex-start;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #E8E8E8;width: 31.333%;display: block;/* padding: 20px; */position: relative;border-radius: 30px;box-shadow: 0px 0px 6px #3333331c;margin: 1%;overflow: hidden;}
.m51-news-list .news a .data{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;position: absolute;background: #fff;border-radius: 16px;top: 6%;left: 6%;padding: 0 10px;z-index: 1;}
.m51-news-list .news a .data h3{font-size: 35px;color: rgb(128, 122, 115);font-weight: bold;}
.m51-news-list .news a .data p{font-size: 18px;color: #666666;font-weight: 500;}
.m51-news-list .news a .data i {font-size:15px;}
.m51-news-list .news a .data>div{border-left: 1px solid #E8E8E8;padding-left: 10px;margin-left: 10px;display: flex;}
.m51-news-list .news a .min{align-items: center;-webkit-align-items: center;justify-content: space-between;-webkit-justify-content: space-between;display: block;}
.m51-news-list .news a .min .imgbox{width: 100%;/*aspect-ratio: 1/1;*/overflow: hidden;object-fit: cover;position: relative;}
.m51-news-list .news a .min .imgbox img{width: 100%;height: 100%;object-fit: cover;transition: all .3s;}
.m51-news-list .news a .min .text{width: 100%;padding: 20px;}
.m51-news-list .news a .min .text span{font-size: 14px;width:220px;background: #71bf1e2b;border-radius: 17px;color: var(--color-active);margin-bottom: 15px;display: flex;padding: 5px 0;justify-content: center;font-weight: 700;text-transform: uppercase;}
.m51-news-list .news a .min .text h3{font-size: 22px;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;color: rgb(128, 122, 115);text-transform: capitalize;font-family: "GFS Didot", serif;}
.m51-news-list .news a .min .text p{font-size: 14px;color: rgb(128, 122, 115);line-height: 24px;margin-bottom: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;font-weight: 600;}
.m51-news-list .news a .min .text i{font-size:35px;}
.m51-news-list .news a:hover .data h3,.news a:hover .min .text h3,.news a:hover .text i{color: var(--color-active);}
.m51-news-list .news a:hover .min .imgbox img{transform: scale(1.1);}



@media screen and (max-width:1440px) {
.m51-news-list{padding:70px 0;}
.m51-news-list .news-tabs a{padding: 17px 27px;}
}


@media screen and (max-width:1280px){
.m51-news-list{padding:60px 0;}
.m51-news-list .news-tabs a{padding: 15px 25px;font-size: 14px;}
.m51-news-list .news a .data h3{font-size: 40px;}
.m51-news-list .news a .data p{font-size: 15px;}
/*.m51-news-list .news a .min{width: calc(100% - 185px);}*/
}


@media screen and (max-width:991px){
.m51-news-list{padding:45px 0;}
.m51-news-list .newswrap{margin: 40px auto;}
/*.m51-news-list .news a .min{width: calc(100% - 155px);}*/
.m51-news-list .news a .data h3{font-size: 35px;}
.m51-news-list .news a {width: 48%;}
}


@media screen and (max-width:768px){
.m51-news-list{padding:30px 0;}
.m51-news-list .news-tabs a{font-size: 10px;padding: 10px 40px;}
.m51-news-list .news a{display: block;position: relative;border-radius: 10px;}
.m51-news-list .news a .data{position: absolute;top: 6px;}
.m51-news-list .news a .data h3 {font-size: 18px;}
.m51-news-list .news a .data > div {padding-left: 5px;margin-left: 5px;}
.m51-news-list .news a .data p {font-size: 12px;}
.m51-news-list .news a .data i {display: none;}
.m51-news-list .news a .min {width: 100%;}
.m51-news-list .news a .min .text h3 {font-size: 16px;margin-bottom: 10px;}
.m51-news-list .news a .min .text i{font-size:18px;}
.m51-news-list .news a .min .text span{font-size: 10px;padding: 5px 0;width: 120px;margin-bottom: 12px;}
.m51-news-list .news a .min .text p{margin-bottom: 5px;}
.m51-news-list .news a .min .text {padding: 10px;}
.m51-news-list .news a{padding-bottom: 0;margin-bottom: 0;}
}

@media screen and (max-width:640px) {
.m51-news-list .news-tabs a{padding: 10px 30px;}

}

@media screen and (max-width:480px) {
.m51-news-list .news a {width: 100%;margin: 10px 0;}
}

/*--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;}
}