/*--for m53_head--*/
@charset "UTF-8";

/*---mo-header---*/

.m53-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);}
.m53-mob-menu .tit{text-align:center;}
.m53-mob-menu .tit img{height:40px;}
.m53-mob-menu .tit span{position:absolute;right:15px;top:15px;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m53-mob-menu .tit span i{color:#333;font-size:22px;}

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

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

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

/*---header---*/

.m53-header{/* box-shadow:0 3px 7px rgba(0,0,0,0.06); */position: absolute;z-index:99;left: 0;right: 0;}

.m53-header > .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}

.m53-header .logo img{height: 35px;object-fit: contain;}

.head-nav{flex:1;padding:0 5rem;}         
.head-nav > ul{display:flex;align-items:center;justify-content:space-between;}
.head-nav > ul > li{position:relative;}
.head-nav > ul > li:nth-child(2){}
.head-nav > ul > li > a{display:block;font-size: 16px;color: #fff;height: 84px;line-height: 84px;text-align:center;font-weight: 700;text-transform: uppercase;display:inline-flex;align-items:center;}
.head-nav > ul > li > a i{font-size:15px;}
                        
.head-nav > ul > li ul{position:absolute;width:220px;height:auto;left:-40px;top:100%;z-index:30;padding:10px 7px;border-radius:6px;background:#fff;opacity:0;visibility:hidden;transition:all .4s ease 0s;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px;}
.head-nav > ul > li > ul::before{content:'';position:absolute;left:65px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.head-nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;}
.head-nav > ul > li > ul li:last-child{border:none;}
.head-nav > ul > li > ul li > a{display:block;border-radius:4px;padding:9px 10px;color:#333;font-size:16px;line-height:21px;text-transform:capitalize;}
.head-nav > ul > li > ul > li > a{padding-right:20px;}
.head-nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.head-nav > ul > li > ul li > a:hover{background:var(--color-active);color:#fff;}

.head-nav > ul > li > ul li ul{left:230px;top:0;}

.head-nav > ul > li:hover > a,.head-nav > ul > li.active > a{color: #fff;text-decoration: underline;}
.head-nav > ul > li:hover > a > i{transform:rotate(180deg);-webkit-transform: rotate(180deg);}

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

.head-nav > ul > li .drop-pro{position:absolute;width:100%;left:0;top:100%;z-index:100;padding:50px 0;background:#F1F1F1;box-shadow:0 6px 5px rgba(1,1,1,0.14);transition:all .4s ease 0s;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;}
.head-nav > ul > li .drop-pro .wp{}
.head-nav > ul > li .drop-pro .list{display:flex;justify-content: center;flex-wrap:wrap;}
.head-nav > ul > li .drop-pro dl{width: 30%;}
.head-nav > ul > li .drop-pro dl+dl{margin-left:50px;}
.head-nav > ul > li .drop-pro dl dt{font-size:18px;font-weight:700;text-transform:uppercase;line-height:1;color:var(--title-text-color);padding-bottom:10px;margin-bottom:15px;border-bottom:1px solid #111;}
.head-nav > ul > li .drop-pro dl dt > a{display:flex;align-items:center;}
.head-nav > ul > li .drop-pro dl dt > a img{width:40px;margin-right:8px;}
.head-nav > ul > li .drop-pro dl dd{font-size:16px;position:relative;color:#616670;}
.head-nav > ul > li .drop-pro dl dd+dd{margin-top: 15px;}
.head-nav > ul > li .drop-pro dl dd a{display:block;overflow:hidden;background: url(/template/pc/default/html/module/m87_goodslist/images/dot1.png) no-repeat left 6px;padding-left: 15px;}
.head-nav > ul > li .drop-pro dl dd .sub-level{padding-left: 20px;margin-top: 15px;text-transform: capitalize;}
.head-nav > ul > li .drop-pro dl dd a:hover{color: #1C5AAE;text-decoration: underline;}

.head-nav > ul > li .drop-pro .list2{margin:40px 0 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
.head-nav > ul > li .drop-pro .list2 .item{width:30%;}
.head-nav > ul > li .drop-pro .list2 .item a{display:block;position:relative;color:#333;}
.head-nav > ul > li .drop-pro .list2 .item a p{position:absolute;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;padding:0 15px;max-width:60%;}
.head-nav > ul > li .drop-pro .list2 .item a p strong{display:block;margin-bottom:5px;}



.head-nav > ul > li .drop-pro .pic{width:42%;}
.head-nav > ul > li .drop-pro .pic p{margin:15px 0 0;text-align:right;}
.head-nav > ul > li .drop-pro .pic p a{display:inline-flex;align-items:center;font-size:15px;font-weight:600;color:#000;text-transform:uppercase;}
.head-nav > ul > li .drop-pro .pic p a i{margin-left:5px;font-size:18px;}

.head-nav > ul > li:hover .drop-pro{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);}

.head-nav > ul > li:hover .drop-pro{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);}


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

.m53-header .mob-menu-btn{width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;display:none;}
.m53-header .mob-menu-btn i{color:#333;font-size:24px;}

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


.m53-header .search span{cursor:pointer;text-align:center;}
.m53-header .search span i{color: #fff;font-size:20px;display:inline-block;}

.search-box{display:none;position:absolute;z-index:9999;width:100%;left:0;right:0;top:100px;background:rgba(0,0,0,0.6);padding:33px 0;}
.search-box .close{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px;}
.search-box .close i{font-size:21px;color:#fff;}
.search-box .serchbox{width:700px;margin:0 auto;position:relative;}
.search-box .serchbox .submit_text{background:#fff;width:100%;height:47px;line-height:47px;float:left;color:#111;padding:0 90px 0 15px;font-size:15px;}
.search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height:47px;line-height:47px;background:var(--color-active);text-align:center;display:block;cursor:pointer;}
.search-box .serchbox .submit_btn i{font-size:25px;color:#fff;}

.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: rgb(0,0,0,0.4);}


/*----------*/

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

@media screen and (max-width:1550px) {
.head-nav > ul > li > a {font-size: 13px;}
.m53-header .logo img {height: 30px;}
}

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

@media screen and (max-width:1281px){
.m53-header .logo img {height:20px;} 
.head-nav > ul > li > a{font-size:12px;}
.head-nav > ul > li > a i{font-size:13px;}
}

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

}

@media screen and (max-width:992px){
.m53-header{padding:15px 0;position: static;}
.head-nav{display:none;}
.m53-header .header-lang{margin:0 5px 0 20px;}
.m53-header .mob-menu-btn{display:block;}
.search-box{top:80px;padding:30px 40px;}
.search-box .close{display:none;}
.search-box .serchbox{width:100%;}
.m53-header .header-lang .box em{color: #333;}
.m53-header .header-lang .box i{color: #333;}
.m53-header .search span i {color: #333;}
.m53-header .logo img {filter: invert(100%);}
}

@media screen and (max-width:768px){
.search-box{top:70px;padding:25px 30px;}
.search-box .serchbox .submit_text{height:42px;line-height:42px;}
.search-box .serchbox .submit_btn{width:60px;height:42px;line-height:42px;}
.search-box .serchbox .submit_btn i{font-size:22px;}
}

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

}

@media screen and (max-width:576px) {
.search-box{padding:25px 20px;}
}

@media screen and (max-width:480px) {
.search-box{top:70px;padding:15px 10px;}
.search-box .serchbox .submit_text{height:36px;line-height:36px;padding:0 65px 0 10px;font-size:14px;}
.search-box .serchbox .submit_btn{width:55px;height:36px;line-height:36px;}
.search-box .serchbox .submit_btn i{font-size:20px;}
}	

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


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


.m66-sidebanner{height: 550px;background-image: url('./images/case-banner.jpg');/*background-attachment: fixed;*/background-position: top center;color: #fff;position: relative;overflow: hidden;display: flex;align-items: flex-end;padding-bottom: 100px;}

.m66-sidebanner img{width:100%;}
.m66-sidebanner .txt{text-align: center;}
.m66-sidebanner .txt h1,.m66-sidebanner .txt h2{font-size: 44px;font-weight: 700;line-height: 2;}
.m66-sidebanner .txt h1::after,.m68-sidebanner .txt h2::after{content:"";width:71px;height:6px;background:#1F295A;margin:20px auto 0;display:block;}
.m66-sidebanner .txt p{font-size: 16px;line-height: 2;margin-top: 1rem;}

@media screen and (max-width: 1550px) {
.m66-sidebanner {height: 460px;background-size: auto 100%;}
}
                                                              
@media screen and (max-width: 1440px) {
.m66-sidebanner {height: 420px;}
}
                                                              
@media screen and (max-width: 1367px) {
.m66-sidebanner {height: 400px;}
}

@media screen and (max-width: 1280px) {
.m66-sidebanner {height: 380px;}
}

@media screen and (max-width: 768px) {
.m66-sidebanner {height: 220px;align-items: center;padding-bottom: 0;background-size: auto 100%;}
.m66-sidebanner .txt h1,.m66-sidebanner .txt h2{font-size: 24px;}
.m66-sidebanner .txt p{font-size: 14px;}
}

@media screen and (max-width: 480px) {
.m66-sidebanner {height: 140px;}
.m66-sidebanner .txt h1,.m66-sidebanner .txt h2{font-size: 20px;}
.m66-sidebanner .txt p{font-size: 14px;line-height: 1.5;margin-top:0.5rem;}
}

@media screen and (max-width: 400px) {
.m66-sidebanner {height: 120px;}
.m66-sidebanner .txt h1,.m66-sidebanner .txt h2{font-size: 18px;}
.m66-sidebanner .txt p{font-size: 12px;}
}

/*--for m51_about--*/
@charset "utf-8";

/*---------------------------------------------------*/

.c-tabs-box{margin:80px 0 0;transition: all .3s;}

.c-tabs{background:#fff;}
.c-tabs.scroll-top{width:100%;position:fixed;top:0;left:0;right:0;z-index:100;border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8;}

.c-tabs ul{display:flex;justify-content:center;}
.c-tabs ul li{}
.c-tabs ul li a{padding:0 40px;font-size:16px;height:58px;border-radius:29px;border:1px solid #E8E8E8;border-radius:0;margin-right:-1px;transition:all .3s;color:#333;position:relative;display:inline-flex;justify-content:center;align-items:center;text-align:center;}
.c-tabs ul li:first-child a{border-top-left-radius: 29px;border-bottom-left-radius: 29px;}
.c-tabs ul li:last-child a{border-top-right-radius: 29px;border-bottom-right-radius: 29px;}

.c-tabs.scroll-top ul li a{border-top:none;border-bottom:none;border-radius:0;}
.c-tabs ul li.active a{background-color:#022E76;color: #fff;}


@media screen and (max-width:1281px){
.c-tabs-box{margin:60px 0 0;}
.c-tabs ul li a{padding:0 20px;font-size:15px;}
}

@media screen and (max-width:768px){
.c-tabs-box{margin:30px 0 0;}
}

@media screen and (max-width:640px) {
.c-tabs-box{display:none;}
}

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

}	

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

}



/*-----------------------------*/
.m51-about{padding:80px 0;}
.m51-about .left{}
.m51-about .left h3{color: #022E76;font-size:36px;font-weight:500;line-height:1;}
.m51-about .left h3::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0 0;}
.m51-about .left .txt{margin:20px 0 0;}
.m51-about .left .txt h5{font-size:20px;color: #022E76;font-weight:600;margin-bottom: 10px;}
.m51-about .left .txt p{font-size: 18px;color:#666;line-height: 1.6;text-align: justify;margin-bottom: 10px;}

.m51-about .right{float:right;width: 48%;border-radius:10px;overflow:hidden;margin: 0 0 20px 80px;}
.m51-about .right img{width:100%;transition: all 0.3s ease 0s;display: block;}
.m51-about .right img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);}


@media screen and (max-width:1550px) {
.m51-about{padding:75px 0;}
}

@media screen and (max-width:1441px) {
.m51-about{padding:70px 0;}
.m51-about .left h3{font-size:34px;}
.m51-about .right{margin:0 0 20px 70px;}
.m51-about .left .txt p{line-height:28px;}
}

@media screen and (max-width:1367px) {
.m51-about{padding:65px 0;}
.m51-about .left h3{font-size:32px;}
.m51-about .right{margin:0 0 20px 60px;}
}

@media screen and (max-width:1281px){
.m51-about{padding:60px 0;}
.m51-about .left h3{font-size:30px;}
.m51-about .left .txt p{line-height:25px;}
.m51-about .left .txt h5{font-size:18px;}
.m51-about .right{margin:0 0 20px 50px;}
}

@media screen and (max-width:768px){
.m51-about{padding:35px 0;}
.m51-about .wp {display:flex;flex-direction: column-reverse;}
.m51-about .left h3{font-size:26px;}
.m51-about .left .txt h5{margin-bottom:15px;}
.m51-about .left .txt p{font-size:15px;line-height:24px;}
.m51-about .right{float:none;width:100%;margin: 20px 0 0;}
}

@media screen and (max-width:576px) {
.m51-about .left h3{text-align:center;}
.m51-about .left h3::after{margin:15px auto 0;}

}

@media screen and (max-width:480px) {
.m51-about .left h3{font-size:24px;}
.m51-about .left .txt h5{font-size:16px;}
.m51-about .left .txt p{font-size:14px;line-height:22px;}
}

@media screen and (max-width:420px) {
.m51-about .left h3{font-size:22px;}
}
/*------------------------------*/
.m110-about-processing{padding:clamp(30px, 4.2vw, 80px) 0;background:#F9F9F9;}
.m110-about-processing h3{color:#022E76;font-size:36px;font-weight:500;line-height:1;text-align:center;}
.m110-about-processing h3::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0;}

.m110-about-processing p{font-size: 18px;color: #333;line-height: 1.5;text-align:center;margin-top: 10px;}
.m110-about-processing ul{margin: 20px -20px -20px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.m110-about-processing ul li{width:50%;padding:20px;}
.m110-about-processing ul li .box{padding:30px;height:240px;background:#fff;}
.m110-about-processing ul li .box img{height:20px;}
.m110-about-processing ul li h5{margin:20px 0 0;font-size:20px;line-height:1.2;color:var(--title-text-color);font-weight:600;font-family:var(--title-family);}
.m110-about-processing ul li p{margin:15px 0 0;line-height:1.5;font-size:16px;text-align:left}
.m110-about-processing ul li:hover .box{border-color:#67A7B3;}


@media screen and (max-width:1281px){
.m110-about-processing ul{margin:30px -20px -20px;}
.m110-about-processing ul li img{height:35px;}
.m110-about-processing ul li p{font-size:16px;}
}

@media screen and (max-width:992px){
.m110-about-processing ul{margin:30px -15px -15px;}
.m110-about-processing ul li{padding:15px;}
.m110-about-processing ul li .box{padding:25px;}
}

@media screen and (max-width:640px) {
.m110-about-processing ul{margin:20px 0 -10px;}
.m110-about-processing ul li{width:100%;padding:10px 0;}
.m110-about-processing ul li img{height:30px;}
.m110-about-processing ul li p{font-size:15px;}
}

@media screen and (max-width:480px) {
.m110-about-processing ul li .box{padding:20px;}
.m110-about-processing ul li img{height:25px;}
.m110-about-processing ul li p{font-size:14px;}
}

/*-----------------------------*/
.m122-index-process{padding:clamp(35px, 4.2vw, 80px) 0;background:url("/template/pc/default/html/module/m122_index_process/images/bg.jpg") no-repeat center top;background-size:cover;background-attachment:fixed;position:relative;}
.m122-index-process .tit{text-align:center;}

.m122-index-process .tit h6{color:#022E76;font-size:36px;font-weight:500;line-height:1;text-align:center;}
.m122-index-process .tit h6::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0;}
.m122-index-process .tit p{font-size: 18px;color: #333;line-height: 1.5;text-align:center;margin-top: 10px;}

.m122-index-process ul{margin:80px -15px 0;display:flex;flex-wrap:wrap;}
.m122-index-process ul li{width:calc(100% / 3);padding:25px 15px;}
.m122-index-process ul li .inner{background:#f7f7f7;padding:1px 30px 40px;text-align:center;height:100%;}
.m122-index-process ul li .ico {width:58px;height:58px;margin-left:auto;margin-right:auto;margin-top:-34px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center;counter-increment:courseNumber;position:relative;font-weight:700;font-size:20px;color:#241F21;margin-bottom:30px;transition:all 0.4s ease-in-out;}
.m122-index-process ul li h5{font-weight:700;font-size:22px;line-height:1.5;text-transform:capitalize;color:#241F21;margin-bottom:15px;transition:all 0.4s ease-in-out;}
.m122-index-process ul li p{font-size:17px;color:#797577;line-height:1.8;transition:all 0.4s ease-in-out;}

.m122-index-process ul li:nth-child(2) .inner{background:#241F21;}
.m122-index-process ul li:nth-child(2) .ico{background:var(--color-active, #AE8F62);color:#fff;}
.m122-index-process ul li:nth-child(2) h5{color:#fff;}
.m122-index-process ul li:nth-child(2) p{color:#797577;}

.m122-index-process ul li:hover .inner{background:#241F21;}
.m122-index-process ul li:hover .ico{background:var(--color-active, #AE8F62);color:#fff;}
.m122-index-process ul li:hover h5{color:#fff;}
.m122-index-process ul li:hover p{color:#fff;}

@media screen and (max-width:1281px){
.m122-index-process ul li h5{font-size:22px;}
.m122-index-process ul li .inner{padding:1px 25px 35px;}
.m122-index-process ul li p{font-size:16px;line-height:1.5;}
}

@media screen and (max-width:768px){
.m122-index-process ul{margin:50px -15px 0;justify-content:center;}
.m122-index-process ul li{width:calc(100% / 2);padding:25px 15px;}
.m122-index-process ul li h5{font-size:20px;}
}

@media screen and (max-width:576px) {
.m122-index-process ul{margin:20px 0 0;}
.m122-index-process ul li{width:100%;padding:20px 0;}
.m122-index-process ul li .ico{width:50px;height:50px;margin-top:-25px;font-size:18px;margin-bottom:20px;}
.m122-index-process ul li h5{font-size:18px;}
}                                 
/*-----------------------------*/                                 

.m51-culture{padding:80px 0;background:url(/template/pc/default/html/module/m51_about/images/bg1.jpg) no-repeat fixed;background-size:cover;}

.m51-culture .tit{}
.m51-culture .tit h3{color: #fff;font-size:36px;font-weight:700;line-height:1;}
.m51-culture .tit h3::after{content:"";display:block;width:34px;height:4px;background-color:#fff;margin:20px auto 0 0;}
.m51-culture .tit p{font-size:20px;color:#fff;margin:25px 0 0;}

.m51-culture ul{margin:40px -15px 0;display:flex;flex-wrap:wrap;justify-content:center;}
.m51-culture ul li{width:calc(100% / 4);padding:0 15px;transition:0.3s all ease-in-out;text-align:center;}
.m51-culture ul li .box{height:316px;border-radius: 10px;padding:0 20px;border: 1px solid rgba(255,255,255,0.5);display:flex;flex-direction:column;justify-content:center;align-items:center;}
.m51-culture ul li img{max-height:45px;}
.m51-culture ul li h5{margin:20px 0 0;font-size:24px;color:#fff;font-weight:700;line-height:1;}
.m51-culture ul li p{font-size:16px;color:#fff;height:0;opacity:0;transition: all .5s;}

@media screen and (min-width:768px){
.m51-culture ul li:hover .box{background-color:rgba(30,80,174,0.9);border-color:rgba(30,80,174,0.9);}
.m51-culture ul li:hover p{margin-top:15px;opacity:1;height:auto;}
}

@media screen and (max-width:1550px) {
.m51-culture{padding:75px 0;}
}

@media screen and (max-width:1441px) {
.m51-culture{padding:70px 0;}
.m51-culture .tit h3{font-size:34px;}
.m51-culture ul li h5{font-size:22px;}
}

@media screen and (max-width:1367px) {
.m51-culture{padding:65px 0;}
.m51-culture .tit h3{font-size:32px;}
.m51-culture ul li h5{font-size:21px;}
}

@media screen and (max-width:1281px){
.m51-culture{padding:60px 0;}
.m51-culture .tit h3{font-size:30px;}
.m51-culture .tit p{font-size:18px;margin:20px 0 0;}
.m51-culture ul li h5{font-size:20px;}
}

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

}

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

}

@media screen and (max-width:768px){
.m51-culture{padding:35px 0;}
.m51-culture .tit{text-align:center;}
.m51-culture .tit h3{font-size:26px;}
.m51-culture .tit h3::after{margin:15px auto 0;}
.m51-culture .tit p{font-size:16px;margin:15px 0 0;}
.m51-culture ul{margin:20px -15px 0;}
.m51-culture ul li{width:calc(100% / 2);padding:15px;}
.m51-culture ul li .box{height:auto;padding:30px 20px;display:block;height:100%;}
.m51-culture ul li h5{font-size:18px;}
.m51-culture ul li p{margin-top:15px;font-size:15px;height:auto;opacity:1;}
}

@media screen and (max-width:640px) {
.m51-culture ul{margin:20px -10px 0;}
.m51-culture ul li{padding:10px;}
}

@media screen and (max-width:480px) {
.m51-culture .tit h3{font-size:24px;}
.m51-culture ul{margin:20px 0 0;}
.m51-culture ul li{width:100%;padding:6px 0;}
.m51-culture ul li .box{padding:25px 15px;}
.m51-culture ul li h5{font-size:17px;margin:15px 0 0;}
}

@media screen and (max-width:420px) {
.m51-culture .tit h3{font-size:22px;}
}
/*-----------------------------*/
@import "jquery.fancybox.css";

.swiper-button-prev::after,.swiper-button-next::after{display:none;}

/*----------------------------*/

.m97-about-sr{position: relative;z-index: 1;padding: 40px 0 80px 0;}

.m97-about-sr .tit h3{color:#022E76;font-size:36px;font-weight:500;line-height:1;text-align:center;}
.m97-about-sr .tit h3::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0;}

.m97-about-sr .list{margin:50px 0 0;position:relative;}


.m97-about-sr .swiper-slide{position: relative;}
.m97-about-sr .swiper-slide .item {height: 463px;width: 100%;position: relative;z-index: 1;}
.m97-about-sr .swiper-slide .item .img {width: 100%;height: 100%;object-fit: cover;}

.m97-about-sr .swiper-slide .item .position {position: absolute;padding: 0 40px;bottom: 40px;width: 100%;z-index: 2;}
.m97-about-sr .swiper-slide .item .position .p1 {color: #FFF;font-weight: 600;margin: 0 0 15px;font-size:22px;}
.m97-about-sr .swiper-slide .item .position .p2 {color: #FFF;font-weight: 500;font-size: 16px;line-height: 24px;}

.m97-about-sr .swiper-slide .item:after {content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);transition:.6s ease}
.m97-about-sr .swiper-slide .item:hover:after {opacity:0}



@media screen and (max-width:1440px) {
.m97-about-sr{padding:70px 0;}
}


@media screen and (max-width:1280px){
.m97-about-sr{padding:60px 0;}
}


@media screen and (max-width:991px){
.m97-about-sr .list {margin: 30px 0 0;padding: 0;}

.m97-about-sr .swiper-slide .item .position {padding: 0 20px;bottom: 20px;}
.m97-about-sr .swiper-slide .item .position .p1 {font-size:20px;}

}



@media screen and (max-width:768px){
.m97-about-sr{padding:30px 15px;}

.m97-about-sr .swiper-slide .item {height: 300px;}
}


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

.m97-about-sr .swiper-slide .item .position .p1 {margin: 0 0 10px;font-size: 18px;}
.m97-about-sr .swiper-slide .item .position .p2 {font-size: 12px;line-height: 18px;}
}                                       

/*-----------------------------*/
.m87-index-advantage{}

.m87-index-advantage .tit{text-align:center;}
.m87-index-advantage .tit h3{color:#022E76;font-size:36px;font-weight:500;line-height:1;text-align:center;}
.m87-index-advantage .tit h3::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0;}
.m87-index-advantage .tit p{font-size: 18px;color: #333;line-height: 1.5;text-align:center;margin-top: 10px;}
.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:var(--color-second);}
.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;}
}
/*-----------------------------*/
.m51-strength{padding:120px 0 80px 0;}
.m51-strength h3{color:#022E76;font-size:36px;font-weight:500;line-height:1;text-align:center;}
.m51-strength h3::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0;}

.m51-strength .box{margin:40px 0 0;}

.m51-strength .txt{width:56%;}
.m51-strength .txt h5{font-size:30px;color: #022E76;font-weight:600;margin-bottom:20px;line-height:1.2;}
.m51-strength .txt p{font-size:16px;color:#666;line-height:30px;}
.m51-strength .txt ul{margin:25px 0 0;display:flex;flex-wrap:wrap;justify-content:space-between;}
.m51-strength .txt ul li{width:48%;border-radius:10px;overflow:hidden;}

.m51-strength .right{text-align: center;overflow:hidden;}
.m51-strength .right img{height:100%;object-fit:cover;}


@media screen and (max-width:1550px){
.m51-strength{padding:75px 0;}
.m51-strength .txt h5{font-size:28px;}
}

@media screen and (max-width:1441px) {
.m51-strength{padding:70px 0;}
.m51-strength h3{font-size:34px;}
.m51-strength .txt h5{font-size:26px;}
.m51-strength .txt p{line-height:28px;}
}

@media screen and (max-width:1367px) {
.m51-strength{padding:65px 0;}
.m51-strength h3{font-size:32px;}
.m51-strength .txt h5{font-size:24px;}
.m51-strength .txt p{line-height:27px;}
}

@media screen and (max-width:1281px){
.m51-strength{padding:60px 0;}
.m51-strength h3{font-size:30px;}
.m51-strength .txt h5{font-size:22px;}
.m51-strength .txt p{line-height:26px;}
}

@media screen and (max-width:992px){
.m51-strength .box{display:block;}
.m51-strength .txt{width:100%;}
.m51-strength .txt ul li{width:49%;}
.m51-strength .right{width:100%;margin:20px 0 0;}
}

@media screen and (max-width:768px){
.m51-strength{padding:35px 0;}
.m51-strength h3{font-size:26px;}
.m51-strength .box{margin:30px 0 0;}
.m51-strength .txt h5{font-size:20px;margin-bottom:15px;}
.m51-strength .txt p{line-height:24px;}
}

@media screen and (max-width:640px) {
.m51-strength .txt p{font-size:15px;}
}

@media screen and (max-width:480px) {
.m51-strength h3{font-size:24px;}
.m51-strength .txt h5{font-size:18px;}
.m51-strength .right{margin:15px 0 0;}
}	

@media screen and (max-width:420px) {
.m51-strength h3{font-size:22px;}
}

/*-----------------------------*/
.m51-advantage{padding:80px 0;background:#F8F8F8;}
.m51-advantage h3{color:#022E76;font-size:36px;font-weight:700;line-height:1;}
.m51-advantage h3::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0 0;}

.m51-advantage ul{margin:50px -15px 0;display:flex;flex-wrap:wrap;justify-content:center;}
.m51-advantage ul li{width:calc(100% / 3);padding:0 15px;text-align:center;position:relative;transition:all .3s;}
.m51-advantage ul li::before{content:"";display:block;width:230px;height:2px;background-color:#022E76;position:absolute;left:calc(50% - 115px);bottom:0;opacity:0;transition:all .3s;}
.m51-advantage ul li .box{position:relative;border-radius:10px;overflow:hidden;transition:all .3s;}
.m51-advantage ul li .box::after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#022E76;opacity:0.5;z-index:1;}
.m51-advantage ul li img{width:100%;}
.m51-advantage ul li .txt{position:absolute;top:0;right:0;left:0;bottom:0;z-index:20;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.m51-advantage ul li h5{font-size:48px;color:#fff;font-weight:700;line-height:1;}
.m51-advantage ul li p{font-size:16px;color:#fff;margin:15px 0 0;}

@media screen and (min-width:768px){
.m51-advantage ul li:hover .box{background-color:rgba(30,80,174,0.9);border-color:rgba(30,80,174,0.9);}
.m51-advantage ul li:hover p{margin-top:15px;opacity:1;height:auto;}
.m51-advantage ul li:hover .box{transform:translateY(-30px);}
.m51-advantage ul li:hover::before{opacity:1;transform:translateY(-5px);}
}

@media screen and (max-width:1550px){
.m51-advantage{padding:75px 0;}
}

@media screen and (max-width:1441px) {
.m51-advantage{padding:70px 0;}
.m51-advantage ul li h5{font-size:44px;}
}

@media screen and (max-width:1367px) {
.m51-advantage{padding:65px 0;}
.m51-advantage ul li h5{font-size:40px;}
}

@media screen and (max-width:1281px){
.m51-advantage{padding:60px 0;}
.m51-advantage h3{font-size:30px;}
.m51-advantage ul{margin:35px -15px 0;}
.m51-advantage ul li h5{font-size:36px;}
}

@media screen and (max-width:992px){
.m51-advantage{padding:50px 0;}
.m51-advantage h3{font-size:28px;}
.m51-advantage ul li h5{font-size:32px;}
}

@media screen and (max-width:768px){
.m51-advantage{padding:35px 0;}
.m51-advantage h3{font-size:26px;text-align:center;}
.m51-advantage h3::after{margin:15px auto 0;}
.m51-advantage ul{margin:25px -15px 0;}
.m51-advantage ul li{width:calc(100% / 2);padding:15px;}
}

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

}

@media screen and (max-width:576px) {
.m51-advantage ul{margin:25px -10px 0;}
.m51-advantage ul li{padding:10px;}
.m51-advantage ul li:last-child{width:100%;}
}

@media screen and (max-width:480px) {
.m51-advantage h3{font-size:24px;}
.m51-advantage ul{margin:20px 0 0;}
.m51-advantage ul li{width:100%;padding:6px 0;}
.m51-advantage ul li .txt{padding:0 10px;}
.m51-advantage ul li h5{font-size:28px;}
.m51-advantage ul li p{font-size:15px;margin:10px 0 0;}
}	

@media screen and (max-width:420px) {
.m51-advantage h3{font-size:22px;}
}

/*-----------------------------*/

.m51-global{padding:80px 0;position: relative;background:url(/upload/module/m51_about/1768626756424051.jpg) no-repeat center;background-size:cover;}
.m51-global .tit{position: relative;margin-bottom:80px;}
.m51-global .tit .tl h3{font-size: 36px;color:#022E76;font-weight:500;text-align: center;}
.m51-global .tit .tl::after{content:"";display:block;width:34px;height:4px;background-color:#022E76;margin:20px auto 0;}
.m51-global .mo-map{text-align: center;}
.m51-global .pc-map{position: relative;width:1285px;margin:0 auto;}
.m51-global .pc-map > img{width:100%;}

.m51-global .pc-map .list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.m51-global .pc-map .mdgq{position: absolute;text-align: center;display:flex;justify-content:center;}
.m51-global .pc-map .mdgq p{font-size: 13px;color: #333333;margin-top: 15px;white-space: nowrap;position: absolute;}
.m51-global .pc-map .mdgq .pulse{width: 10px;height: 10px;border-radius: 50%;background-color: #022E76;position: relative;margin: auto;z-index: 0;cursor: pointer;}
.m51-global .pc-map .mdgq .pulse .ring{width: 100%;height: 100%;position: absolute;top: 0;left: 0;position: absolute;border-radius: 50%;background-color: #022E76;animation:pulsing 2s ease-out infinite;}
.m51-global .pc-map .mdgq .pulse .ring:nth-of-type(1){-webkit-animation-delay:-0.5s;animation-delay:-0.5s}
.m51-global .pc-map .mdgq .pulse .ring:nth-of-type(2){-webkit-animation-delay:-1s;animation-delay:-1s}
.m51-global .pc-map .mdgq .pulse .ring:nth-of-type(3){-webkit-animation-delay:-1.5s;animation-delay:-1.5s}


.m51-global .pc-map .mdgq .info{width: 243px;height: 178px;background: rgba(2,46,118,0.7);border-radius: 10px;display:flex;align-items: center;text-align: center;position: absolute;top: 50%;left: 78px;transform: translateY(-50%) scale(0.2);top: -18%;box-shadow: 0px 0px 20px 0 rgba(0,0,0,.2);transition: all .6s;opacity: 0;visibility: hidden;z-index: 1;}
.m51-global .pc-map .mdgq .info>div{width:100%;padding:0 15px;}
.m51-global .pc-map .mdgq .info h3{font-size:18px;color: #fff;margin-bottom: 30px;}
.m51-global .pc-map .mdgq .info .more{display:flex;justify-content:center;align-items:center;width: 130px;height: 40px;border-radius: 20px;border: 1px solid #FFFFFF;position: relative;padding-right: 30px;color: #fff;font-size: 16px;margin: auto;}
.m51-global .pc-map .mdgq .info .more .imgbox{width: 30px;height: 30px;background-color: #ffffff;border-radius: 15px;display: flex;align-items: center;justify-content: center;position: absolute;right: 4px;top: 4px;transition: all .3s;}
.m51-global .pc-map .mdgq .info .more .imgbox i{font-size:16px;color:#022E76;}
.m51-global .pc-map .mdgq .info .more:hover .imgbox{width: calc(100% - 8px);}

.m51-global .pc-map .mdgq .info.openinfo{transform: scale(1) translateY(-50%);transition: all .6s;opacity: 1;visibility: visible;}

#md01{top: 38%;left:47%;}
#md02{top: 28%;left:53%;}
#md03{top: 30%;left:56%;}
#md04{top: 35%;left:58%;}
#md05{top: 39%;left:63%;}
#md06{top: 51%;left:58%;}
#md07{top: 57%;left:57.5%;}
#md08{top: 28%;left:65%;}
#md09{top: 30%;right:20%;}
#md10{top: 37%;right:23%;}
#md11{top: 39%;right:25%;}
#md12{top: 42%;right:26%;}
#md13{top: 41%;right:20%;}
#md14{top: 24%;left:66%;}
#md15{top: 48%;right:18%;}
#md16{top: 41%;left:59%;}
#md17{top: 36%;left:69%;}
#md18{top: 36%;left:66%;}
#md19{top: 58%;right:19%;}
#md20{top: 47%;left:50%;}
#md21{top: 29%;left:59%;}
#md22{top: 41%;left:78%;}
#md23{top: 49%;left:46%;}
#md24{top: 49%;left:48%;}

#md06 .pulse,#md06 .pulse .ring,#md05 .pulse,#md05 .pulse .ring,#md07 .pulse,#md07 .pulse .ring,#md10 .pulse,#md10 .pulse .ring,#md11 .pulse,#md11 .pulse .ring{background-color: #e92727;}
#md06 p,#md14 p,#md24 p,#md20 p,#md10 p{left: 20px;top: initial;margin:0;}
#md02 p,#md21 p{margin-top: -20px;}
#md18 p,#md22 p,#md23 p,#md11 p{right: 20px;top: initial;margin:0;}


@-webkit-keyframes pulsing{
	100%{transform:scale(3);opacity:0}
}
@keyframes pulsing{
	100%{transform:scale(3);opacity:0}
}


@media screen and (max-width:1680px){
.m51-global .tit .tl h3::after{font-size:56px;}
}

@media screen and (max-width:1550px){
.m51-global{padding:75px 0;}
.m51-global .tit .tl h3::after{font-size:52px;}
}

@media screen and (max-width:1441px) {
.m51-global{padding:70px 0;}
.m51-global .tit .tl h3{font-size:34px;}
.m51-global .tit .tl h3::after{font-size:48px;}
.m51-global .pc-map{width:100%;}
}

@media screen and (max-width:1367px) {
.m51-global{padding:65px 0;}
.m51-global .tit .tl h3{font-size:32px;}
.m51-global .tit .tl h3::after{font-size:44px;}
}

@media screen and (max-width:1281px){
.m51-global{padding:60px 0;}
.m51-global .tit{margin-bottom:60px;}
.m51-global .tit .tl h3{font-size:30px;}
.m51-global .tit .tl h3::after{font-size:40px;}
.m51-global .tit p{font-size:15px;line-height:24px;width:64%;}
}

@media screen and (max-width:992px){
.m51-global .tit{display:block;margin-bottom:50px;text-align:center;}
.m51-global .tit .tl h3{font-size:28px;}
.m51-global .tit .tl h3::after{font-size:36px;}
.m51-global .tit p{margin:15px 0 0;width:100%;}


}

@media screen and (max-width:768px){
.m51-global{padding:35px 0;}
.m51-global .tit{margin-bottom:20px;}
.m51-global .tit .tl h3{font-size:26px;}
.m51-global .mo-map{display:block;}
.m51-global .pc-map{display:none;}
}

@media screen and (max-width:480px) {
.m51-global .tit .tl h3{font-size:24px;}
.m51-global .tit p{font-size:14px;line-height:22px;}
}	

@media screen and (max-width:420px) {
.m51-global .tit .tl 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: 30px; color:#0033a8; }
.m46-sidebar3 a span { font-size: 16px; 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 m87_foot--*/
@charset "UTF-8";

footer{padding: 60px 0 0;}

.foot-logo{text-align:center;}
.foot-logo img{max-height: 46px;}

.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:#001a72c4;border-color:var(--color-active);color:#fff}

.m87-footer{padding: 50px 0 20px 0;}
.m87-footer .wp{display:flex;justify-content:space-between;flex-wrap:wrap;}
.m87-footer h5{font-size: 26px;color: #fff;line-height:1;margin-bottom:20px;font-weight:bold;position:relative;}

.foot-time{width:25%;}
.foot-time p{font-size: 19px;color: rgb(255,255,255,0.8);line-height: 1.5;margin: 10px 0 0;}
.foot-time .share{margin: 20px 0 0;font-size:0;}
.foot-time .share a{display:inline-block;color: #fff;background: var(--btn-color);width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;}
.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(255,255,255,0.8);line-height:2;}
.foot-nav ul li+li{}
.foot-nav ul li a{display:inline-block;font-size: 19px;}
.foot-nav ul li a:hover{color:#fff}

.foot-list{width:25%;padding-left:5vw;}
.foot-list ul li{color: rgb(255,255,255,0.8);line-height:2;}
.foot-list ul li+li{}
.foot-list ul li a{display:inline-block;font-size: 19px;}
.foot-list ul li a:hover{color:#fff}

.foot-contact{width:25%;}
.foot-contact p{font-size: 19px;color: rgb(255,255,255,0.8);line-height:1.8;}
.foot-contact p~p{}
.foot-contact p a:hover{color:#fff;}

.m87-copyright{border-top: 1px solid #fff;padding:30px 0;text-align:center;}
.m87-copyright p{color:rgb(255,255,255,0.8);font-size: 16px;}
                        
@media screen and (max-width:1550px){
.foot-nav ul li a,.foot-list ul li a {font-size: 18px;}
.foot-contact p {font-size: 18px;}
.foot-time p {font-size: 18px;}
}
  
@media screen and (max-width:1367px){
.foot-nav ul li a,.foot-list ul li a {font-size: 17px;}
.foot-contact p {font-size: 17px;}
.foot-time p {font-size: 17px;}
}

@media screen and (max-width:1281px){
footer{padding:70px 0 0;}
.foot-time p{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{line-height:1.5;}

}

@media screen and (max-width:992px){
footer{padding:50px 0 0;}
.m87-footer{padding:50px 0 20px;}
.foot-tel{margin:40px 4vw 0;}
.foot-time{width:100%;margin-bottom:40px;}
.foot-time h5{text-align:center;display:none;}
.foot-time p{display:none;}
.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-contact p {font-size: 16px;}
}

@media screen and (max-width:768px){
footer{padding:40px 0 0;}
.foot-logo img{max-height:45px;}
.m87-footer{padding:40px 0 20px;}
.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;}

}

@media screen and (max-width:576px){
.foot-list{width:100%;padding-left:0;margin-top: 20px;}
.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:#fff;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){
.foot-logo img{max-height:35px;}
.m87-footer{padding: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;}
}