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

.m85-sitetop {width: 100%;height: 35px;background: #000;display: none;}
.m85-sitetop span{width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;display: none;}
.m85-sitetop span.mo-header-search{margin-right:95px;}
.m85-sitetop span i{color:#333;font-size:24px;}



.m85-mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;-webkit-overflow-scrolling:touch;z-index:105!important;-webkit-transition:all .4s cubic-bezier(0.7,0,0.2,1);-ms-transition:all .4s cubic-bezier(0.7,0,0.2,1);transition:all .4s cubic-bezier(0.7,0,0.2,1);-webkit-box-shadow:0 0 40px rgba(82,85,90,0.1);box-shadow:0 0 40px rgba(82,85,90,0.1);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
.m85-mo-leftmenu .tit{height:50px;line-height:50px;background:#353535;}
.m85-mo-leftmenu .tit h6{float:left;color:#fff;padding:0 0 0 20px;font-size:20px;font-weight:bold;font-family: "Times New Roman";}
.m85-mo-leftmenu .tit span{float:right;cursor:pointer;width:50px;text-align:center;}
.m85-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.m85-mo-leftmenu > ul{}
.m85-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m85-mo-leftmenu > ul > li > a{padding:0 0 0 20px;}
.m85-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:12px;top:5px;right:0;z-index:1;width:50px;line-height:40px;text-align:center;cursor:pointer;}
.m85-mo-leftmenu > ul > li.active{}
.m85-mo-leftmenu ul li a{color:#333;display: block;}
.m85-mo-leftmenu ul li a:hover{text-decoration: none;}
.m85-mo-leftmenu ul li ul{display:none;padding-bottom:10px;}
.m85-mo-leftmenu ul li ul li{line-height:35px;}
.m85-mo-leftmenu ul li ul li a{background:url("/template/pc/default/html/module/m85_head/images/d.png") no-repeat 25px center;padding:0 0 0 40px;}

.menu-transitioning{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}

/*---header---*/

.m85-header{height: 90px;position: absolute;top: 0;left: 0;width: 100%;z-index: 20;transition:all 0.5s ease 0s;background:rgba(0,154,225,0.72)}
.m85-header::before {content: "";position: absolute;background: linear-gradient(135deg, #EFF1EE 49.8%, transparent 50%);width: 40%;height: 100%;top: 0;left: 0;z-index: -1;}
.m85-header::after {content: "";position: absolute;background: linear-gradient(-45deg, #EFF1EE 49.8%, transparent 50%);width: 40%;height: 100%;top: 0;right: 0;z-index: -1;}

.m85-header.header-fix {position: fixed;top: -30px;left: 0;right: 0;z-index: 300;transform: translateY(30px);transition: transform 0.5s;background: rgba(0,154,225,0.72);-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);}
.m85-header .wp{height: 100%;display:flex;justify-content: space-between;align-items:center;}
.m85-header.header-fix .wp {background: transparent;}

.m85-header.header-fix .logo img {height: 75px;}
.m85-header .logo img{height: 75px;}

.m85-header .nav{display: flex;align-items: center;}
.m85-header .nav > ul{display:-webkit-flex;display:flex;}
.m85-header .nav > ul > li{position:relative;margin-left:40px;}
.m85-header .nav > ul > li > a{display:block;font-size: 18px;color:#fff;height:50px;line-height:50px;position:relative;z-index:20;text-transform: uppercase;font-weight: 500;font-family: var(--font-family2);}
.m85-header .nav > ul > li > a::after {content: '';display: block;width: 70px;height: 3px;border-radius: 2px;background:#fff;position: absolute;bottom: -10px;left: calc(50% - 35px);opacity: 0;transform: translateY(6px);}
.m85-header .nav > ul > li > a > i{display:inline-block;font-size:14px;vertical-align:middle;transition:all 0.3s ease 0s;}

.m85-header .nav > ul > li ul{position:absolute;width:250px;height:auto;left:-30px;text-align:left;top:58px;z-index:100;padding:10px;background:#fff;transform:rotate3d(1,0,0,-90deg);transform-origin:0 0 0;opacity:0;transition: transform 0.5s, opacity 0.3s;box-shadow:rgba(0,0,0,0.14) 0px -6px 9px 0px;}
.m85-header .nav > ul > li > ul::before{content:'';position:absolute;left:60px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.m85-header .nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;}
.m85-header .nav > ul > li > ul li:last-child{border:none;}
.m85-header .nav > ul > li > ul li > a{display:block;border-radius:4px;padding:10px 8px;color:#333;font-size:15px;line-height:21px;text-transform:capitalize;}
.m85-header .nav > ul > li > ul > li > a{padding-right:20px;}
.m85-header .nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.m85-header .nav > ul > li > ul li:hover > a{background:var(--color-active);color:#fff;}

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

.m85-header .nav > ul > li:hover > a,.m85-header .nav > ul > li.active > a{color:#fff;}
.nav > ul > li:hover > a > i{transform:rotate(180deg);}

.m85-header .nav > ul > li:hover > a::after, .m85-header .nav > ul > li.active > a::after {opacity: 1;transform: translateY(0);transition: opacity .5s ease,transform .3s ease;}

.m85-header .nav > ul li:hover > ul{opacity:1;transform:rotate3d(0,0,0,0);}

.m85-header .header-right{display:flex;align-items:center;position:relative;z-index:20;margin-left:20px}
.m85-header .header-right .header-lang{position:relative;z-index:200;}
.m85-header .header-right .header-lang .box{height:32px;width:90px;cursor:pointer;display:flex;justify-content:center;align-items:center;margin-left: 15px;}
.m85-header .header-right .header-lang .box em{margin:0 5px;line-height:20px;font-size:18px;color:#fff;text-transform:uppercase;font-weight: 700;letter-spacing: 3px;}
.m85-header .header-right .header-lang .box i{line-height:1;font-size:18px;text-align:center;color:#EB6521;}
.m85-header .header-right .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);}
.m85-header .header-right .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;}
.m85-header .header-right .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m85-header .header-right .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m85-header .header-right .header-lang ul li:last-child{border:none;}
.m85-header .header-right .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m85-header .header-right .header-lang ul li a:hover{color:var(--color-active);}
.m85-header .header-right .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m85-header .header-right .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}
                                               
.m85-header .header-right .down{margin-left:20px}
.m85-header .header-right .down i{color:#fff;font-size:28px}                                              
.m85-header .wp .down a {width: 180px;line-height: 56px;box-sizing: border-box;text-align: center;border-radius: 30px;display: inline-block;background: #fff;color: #3393CE;font-size: 16px;font-weight: 500;transition: all .3s ease;}                                               
                                               
.m85-header .mo-header-menu{display:none}  
                                               
.m85-header .header-right .top-right .line{width:1px;height:17px;background:#B0B0B0;overflow:hidden;margin:0 20px;}

.m85-header .search{position:relative;margin-right: 10px;cursor: pointer;}
.m85-header .search i {font-size: 22px;color: #fff;}

.m85-search-box{opacity: 0;visibility: hidden;transition: all .4s ease 0s;transform: translate3d(0,-10px,0);-webkit-transform: translate3d(0,-10px,0);position:absolute;z-index:9999;width:100%;left:0;right:0;top:105px;background:rgba(0,154,225,0.97);padding:25px 0;-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);}
.m85-search-box.active {opacity: 1;visibility: visible;transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);}
.m85-header.header-fix .m85-search-box {position: fixed;top: 90px;}
.m85-search-box .close{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px;}
.m85-search-box .close i{font-size:21px;color:#fff;}
.m85-search-box .serchbox{width:700px;margin:0 auto;position:relative;}
.m85-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;}
.m85-search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height:47px;line-height:47px;background:var(--bg-color);text-align:center;display:block;cursor:pointer;}
.m85-search-box .serchbox .submit_btn i{font-size:25px;color:#fff;}

@media(min-width:1660px) and (max-width:1920px){
.m85-header .wp{width: 1630px;}
}
                                        
@media(min-width:1550px) and (max-width:1659px){
.m85-header .wp{width: 1440px;}
}     
 
@media(min-width:1440px) and (max-width:1549px){
.m85-header .wp{width: 1350px;}
}       

@media(max-width:1800px){
.m85-header::before,.m85-header::after {width: 33%;}
  
}

@media(max-width:1600px){
.m85-header .nav > ul > li > a {font-size: 16px;}
.m85-header .nav > ul > li {margin-left: 35px;}
.m85-header .header-right {margin-right: 0;}  
}

@media(max-width:1440px){
.m85-header .nav > ul > li > a {font-size: 14px;}   
.m85-header .wp .down a {width: 160px;font-size: 14px; } 
.m85-header .nav > ul > li {margin-left: 30px;}  
}                                           
                                           
@media(max-width:1280px){
.m85-header .logo img {height: 60px;}
.m85-header .wp .down a {width: 140px;line-height: 40px;font-size: 12px;}
.m85-header .nav > ul > li > a {font-size: 12px;}  
.m85-header::before, .m85-header::after {width: 35%;}  
  
}
                                       
@media (max-width: 1200px) {

.m85-header .nav > ul > li {margin-left: 15px;}  
}
                         
@media (max-width: 991px) {
  
.m85-header .nav > ul{display:none}
/*.m85-header .nav{order: 999;  } */ 
.m85-header .mo-header-menu i {font-size: 22px;color: #fff;}  
.m85-header .mo-header-menu{margin-left: 15px;display:block}  
.m85-header {height: 65px;}   
.m85-search-box {top: 70px;}        
.m85-search-box .serchbox {width: 100%;}                               
.m85-search-box .box{padding: 0 20px;} 
                               
.m85-header .wp .down a {width: 115px;line-height: 33px;font-size: 10px;} 
.m85-header .logo img {height: 50px;}   
.m85-header::after,.m85-header::before,.m85-header {background: #0096DE;}                               
                               
}

/*--for m66_sidebanner--*/
@charset "utf-8";
/*----------------------------*/


.m66-sidebanner{height: 500px;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: 1000px) {
.m66-sidebanner {height: 300px;}
}

@media screen and (max-width: 768px) {
.m66-sidebanner {height: 200px;padding-bottom: 50px;}
.m66-sidebanner .txt h1,.m66-sidebanner .txt h2{font-size: 24px;}
.m66-sidebanner .txt p{font-size: 14px;}
}

/*--for m04_goodslist--*/
@charset "utf-8";
.m04-main-left{float:left;width:300px;}
.m04-main-right{margin:0 0 0 330px;}
/*----------------------------------------*/
.m04-main-left h3{height:50px;line-height:50px;padding:0 0 0 20px;background:var(--color-active);font-size:20px;color:#fff;font-weight:bold;text-transform:uppercase;position:relative;}
.m04-main-left h3::after{display:none;font-family:"qico";content: "\e727";position:absolute;right:0;top:5px;width:40px;height:40px;line-height:40px;font-size:20px;text-align:center;transition: transform .3s ease;}
.m04-main-left h3.active::after{transform: rotate(45deg) scale(1.08);}
.m04-main-left .sidemenu{margin-bottom:25px;}
.m04-main-left .sidemenu > ul{}
.m04-main-left .sidemenu > ul > li{border:1px solid #EAEAEA;margin-top:5px;}
.m04-main-left .sidemenu > ul > li h5{line-height:22px;display:block;padding:10px 0 10px 20px;font-size:17px;color:#404040;cursor:pointer;position:relative;}
.m04-main-left .sidemenu > ul > li h5 a{display:block;padding:0 40px 0 0;}
.m04-main-left .sidemenu > ul > li h5 a:hover{color:var(--color-active);}
.m04-main-left .sidemenu > ul > li h5 span{position:absolute;right:0;top:4px;width:36px;height:36px;line-height:36px;display:block;text-align:center;transition:all 0.3s ease 0s;}
.m04-main-left .sidemenu > ul > li h5 span::after{font-family:"qico";content:"\e699";font-size:18px;display:inline-block;transition:all 0.3s ease 0s;}
.m04-main-left .sidemenu > ul > li ul {display:none;}
.m04-main-left .sidemenu > ul > li ul li{line-height:24px;border-bottom:1px solid #F1F1F3;background:#fff;margin:0 20px;position:relative;}
.m04-main-left .sidemenu > ul > li ul li:last-child {border-bottom:none;}
.m04-main-left .sidemenu > ul > li ul li > span{position:absolute;top:2px;right:0;width:40px;height:40px;line-height:40px;text-align:center;display:block;cursor:pointer;transition:all 0.3s ease 0s;}
.m04-main-left .sidemenu > ul > li ul li > span::after{font-family:"qico";content:"\e699";font-size:18px;display:inline-block;transition:all 0.3s ease 0s;}
.m04-main-left .sidemenu > ul > li > ul > li > a {font-size:16px;display:block;color:#484848;padding:10px 40px 10px 15px;text-transform:capitalize;background:url(/template/pc/default/html/module/m04_goodslist/images/dot1.png) no-repeat left 18px;}
.m04-main-left .sidemenu > ul > li > ul > li.active > a,.m04-main-left .sidemenu > ul > li > ul > li > a:hover {color:var(--color-active);}
.m04-main-left .sidemenu > ul > li ul li.active > span i{transform:rotate(180deg);}
.m04-main-left .sidemenu > ul > li > ul > li > ul > li{margin:0 15px;}
.m04-main-left .sidemenu > ul > li > ul > li > ul > li a{font-size:15px;display:block;color:#666;padding:10px 10px 10px 15px;background:url(/template/pc/default/html/module/m04_goodslist/images/dot1.png) no-repeat left 18px;}
.m04-main-left .sidemenu > ul > li > ul > li > ul > li a:hover,.m04-main-left .sidemenu > ul > li > ul > li > ul > li.active a{color:var(--color-active);}
.m04-main-left .sidemenu > ul > li.active h5{color:var(--color-active);border-bottom:1px solid #e2e2e2;}
.m04-main-left .sidemenu > ul > li.active h5 > span::after{transform:rotate(180deg);}
/*-----products------*/
.m04-pro-top{margin-bottom:15px;background:#F7F7F7;padding:20px;}
.m04-pro-top h1{font-size:24px;color:#111;font-weight:600;}
.m04-pro-top .t{font-size:16px;color:#545454;line-height:24px;margin:15px 0 0;}
.m04-pro-top .t h5{font-size:18px;font-weight:500;color:#333;margin-top:10px;}
.m04-pro-top .t p~p{margin-top:10px;}
.m04-main-right .pro-list ul{margin:-15px -15px 0;display:flex;flex-wrap:wrap;}
.m04-main-right .pro-list ul li{width:33.33333%;padding:15px;text-align:center;}
.m04-main-right .pro-list ul li .box{border:1px solid #E8E8E8;cursor:pointer;}
.m04-main-right .pro-list ul li .pic{width:100%;display:block;}
.m04-main-right .pro-list ul li .pic img{width:100%;}
.m04-main-right .pro-list ul li h6{padding:15px 10px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.m04-main-right .pro-list ul li h6 a{font-size:17px;}
.m04-main-right .pro-list ul li h6 a:hover{color:var(--color-active);}
.m04-main-right .pro-list ul li:hover .box{box-shadow:0 0 15px rgba(0,0,0,0.11);}
.m04-main-right .pro-list ul li:hover h6 a{color:var(--color-active);}

@media screen and (max-width:1281px){
.m04-main-left{width:270px;}
.m04-main-right{margin:0 0 0 300px;}
}
@media screen and (max-width:992px){
.m04-main-left{float:none;width:100%}
.m04-main-right{margin:0;}
.m04-main-left.sidemenu > ul{display:none;}
.m04-main-left h3::after{display:block;}
}
@media screen and (max-width:768px){
.m04-main-right .pro-list ul li{width:50%;}
}
@media screen and (max-width:576px) {
.m04-main-left h3{height:45px;line-height:45px;padding:0 0 0 15px;font-size:18px;}
.m04-main-left h3::after{top:2.5px;width:40px;height:40px;line-height:40px;font-size:20px;}
.m04-main-left.sidemenu > ul > li h5{padding:10px 0 10px 15px;font-size:16px;}
.m04-main-right .pro-list ul{margin:-10px -10px 0;}
.m04-main-right .pro-list ul li{padding:10px;}
}
@media screen and (max-width:480px) {
.m04-main-right .pro-list ul li h6 a{font-size:16px;}
}

/*--for m85_industry--*/
@charset "UTF-8";


.m85-index-industry {padding: 80px 0 0;background: #F9FAFC;}
.m85-index-industry .tit {margin: 0 auto;text-align: center;max-width: 1200px;}
.m85-index-industry .tit h3 {font-size: 48px;font-weight: 700;color: #111;line-height: 1;}
.m85-index-industry .tit p {font-size: 18px;line-height: 30px;color: #494949;margin-top: 15px;}
.m85-index-industry .industry-tab {position: relative;margin-top: 60px;}
.m85-index-industry .industry-tab .hd {position: relative;}
.m85-index-industry .industry-tab .hd ul {display: flex;align-items: center;justify-content: center;}
.m85-index-industry .industry-tab .hd ul li {height: 60px;line-height: 60px;overflow: hidden;text-align: center;border-right: 2px solid #E2E5E8;padding: 0 60px;width: auto;cursor: pointer;}
.m85-index-industry .industry-tab .hd ul li:first-child {padding-left: 0;}
.m85-index-industry .industry-tab .hd ul li:last-child {border-right: none;padding-right: 0;}
.m85-index-industry .industry-tab .hd ul li p {font-size: 20px;color: #979797;font-weight: 700;transition: all .5s ease;}

.m85-index-industry .industry-tab .hd ul li.on p {color: var(--color-active);}

.m85-index-industry .list {margin-top: 35px;position: relative;}
.m85-index-industry .list .box {display: flex;align-items: center;background: #007FC9;}
.m85-index-industry .list .box .txt {flex: 1;margin-left: 165px;margin-right: 60px;}
.m85-index-industry .list .box .txt h4 {font-size: 36px;color: #fff;font-weight: 700;line-height: 1;}
.m85-index-industry .list .box .txt .t {font-size: 16px;color: #fff;line-height: 1.5;margin-top: 10px;}
.m85-index-industry .list .box .txt a.more {width: 180px;line-height: 46px;box-sizing: border-box;text-align: center;border-radius: 30px;display: inline-block;background: #fff;margin-top: 15px;color: #3393CE;font-size: 18px;font-weight: 500;transition: all .3s ease;}
.m85-index-industry .list .box .txt ul {margin: 20px -10px 0;display: flex;}
.m85-index-industry .list .box .txt ul li {width: 32%;padding: 0 10px;box-sizing: border-box;}
.m85-index-industry .list .box .txt ul li .ico {overflow: hidden;border-radius: 10px;}
.m85-index-industry .list .box .txt ul li h5 {font-size: 16px;font-weight: 500;color: #fff;text-align: center;margin-top: 15px;}

.m85-index-industry .list .box .pic {width: 50%;overflow: hidden;}

.m85-index-industry .list .box .txt a.more:hover {background: var(--color-active);color: #fff;}

@media(max-width:1440px){
.m85-index-industry .list .box .txt {margin-left: 60px;}
.m85-index-industry .list .box .txt ul li {width: 25%;}  
.m85-index-industry .industry-tab .hd ul li {padding: 0 30px;height: 45px;line-height: 45px;}
.m85-index-industry .industry-tab .hd ul li p {font-size: 18px;}  
}
                                                  
@media(max-width:991px){
.m85-index-industry .list .box .txt {margin: 0;}
.m85-index-industry .list .box {flex-direction: column;padding: 50px;}
.m85-index-industry .list .box .pic {width: 100%;}  
.m85-index-industry .list .box .pic img {width: 100%;}
.m85-index-industry .industry-tab .hd ul li {padding: 0 25px;height: 30px;line-height: 30px;}
.m85-index-industry .industry-tab .hd ul li p {font-size: 16px;}   
.m85-index-industry .list .box .txt .t {max-height: 100%;overflow: auto;}  
}                                                  
                                                  
@media screen and (max-width: 1550px) {
  .m85-index-industry .tit h3{font-size: 55px;}
}
@media screen and (max-width: 1440px) {
  .m85-index-industry .tit h3{font-size: 50px; }
  .m85-index-industry .list .box .txt ul li h5 { font-size: 14px;}
  .m85-index-industry .list .box .txt .t { max-height: 244px;overflow: auto;}
}
@media screen and (max-width: 1367px) {
  .m85-index-industry .tit h3{font-size: 45px;}
}
@media screen and (max-width: 1280px) {
  .m85-index-industry .tit h3{font-size: 40px;}
}
@media screen and (max-width: 992px) {
  .m85-index-industry .tit h3{font-size: 36px;}
  .m85-index-industry .list .box .txt h4{font-size: 34px;}
}
@media screen and (max-width: 768px) {
  .m85-index-industry .tit h3{font-size: 32px; }
  .m85-index-industry .list .box .txt h4{font-size: 30px;}
  .m85-index-industry .list .box {padding: 15px;}
  .m85-index-industry .list .box .txt ul li {width: 50%;}
  .m85-index-industry .industry-tab .hd ul li p {font-size: 14px; }
  .m85-index-industry .industry-tab .hd ul li {width: 50%; }
  .m85-index-industry .industry-tab .hd ul{flex-wrap:wrap}
  .m85-index-industry .industry-tab .hd ul li:nth-child(2){border-right: none}
  .m85-index-industry .tit p {font-size: 14px;line-height: 24px;}
}
@media screen and (max-width: 576px) {
  .m85-index-industry .tit h3{font-size: 28px; }
  .m85-index-industry .list .box .txt h4{font-size: 26px;}
}
@media screen and (max-width: 480px) {
  .m85-index-industry .tit h3{font-size: 24px;}
  .m85-index-industry .list .box .txt h4{font-size: 22px;}
}
@media screen and (max-width: 400px) {
  .m85-index-industry .tit h3{font-size: 22px;}
  .m85-index-industry .list .box .txt h4{font-size: 20px;}
}

/*--for m77_cert--*/
@charset "UTF-8";


.m77-index-cert {position:relative;padding: 100px 0 70px;background:#F9FAFC;}
.m77-index-cert .tit {text-align: center;}
.m77-index-cert .tit h3 {font-size: 48px;color: #000;font-weight: 700;line-height: 1;}
.m77-index-cert .tit p {font-size: 20px;line-height: 1;color: #272727;margin-top: 30px;}
.m77-index-cert .list {margin-top: 60px;position: relative;}
.m77-index-cert .list .swiper-slide a {display: block;border: 12px ridge #E1E8E8;}

.m77-index-cert .swiper-pagination-bullets.swiper-pagination-horizontal{position: static;margin-top: 80px;}
.m77-index-cert .swiper-pagination-bullet{width:6px;height:6px;margin: 0 15px !important;background:#D4D5D9;transition: all .3s ease;position: relative;}
.m77-index-cert .swiper-pagination-bullet::after {content: '';position: absolute;top: -14px;right: -14px;bottom: -14px;left: -14px;box-sizing: border-box;border-radius: 50%;border: 1px solid var(--color-active);transform: scale(0.1);transition: all .5s ease;z-index: -1;}
.m77-index-cert .swiper-pagination-bullet-active{background: var(--color-active);}
.m77-index-cert .swiper-pagination-bullet.swiper-pagination-bullet-active::after {transform: scale(1);}

/*--for m70_foot--*/
@charset "utf-8";

 

.m78-foot {padding: 60px 0;background: #0A0A0A;position: relative;}
.m78-foot .wp {display: flex;justify-content: space-between;}
.m78-foot h5 {font-size: 20px;color: #fff;line-height: 1;text-transform: uppercase;font-weight: 700;margin-bottom: 25px;}
.m78-foot .foot-logo img{height:150px}
.m78-foot .foot-logo {width: 340px;}
.m78-foot .foot-logo p {font-size: 16px;line-height: 24px;color: #858585;font-weight: 700;margin-top: 20px;}

.m78-foot .foot-nav ul li{font-size:16px;line-height:2;margin-bottom:6px;color:#C5C5C5;}
.m78-foot .foot-nav ul li a:hover{/*color:var(--color-active);*/}

.m78-foot .foot-list {width: 30%;}
.m78-foot .foot-list ul {display: flex;flex-wrap: wrap;}
.m78-foot .foot-list ul li{font-size:16px;line-height:2;margin-bottom:6px;color:#C5C5C5;width: 50%;}
.m78-foot .foot-list ul li a:hover{/*color:var(--color-active);*/}

.m78-foot .foot-inquiry {width: 23.3%;}
.m78-foot .foot-inquiry p {font-size:16px;line-height:2;color:#C5C5C5;}
.m78-foot .foot-inquiry .form {margin: 10px auto 0;}
.m78-foot .foot-inquiry .form .submit {width: 100%;line-height: 52px;text-align: center;display: block;color: #fff;font-size: 16px;cursor: pointer;background:var(--color-active);transition: all .2s ease 0s;border-radius: 0;border: none;margin-top: 10px;font-weight: 600;}
.m78-foot .foot-inquiry .form .submit:hover{opacity:0.8;}
.m78-foot .foot-inquiry .form input[type="text"], .m78-foot .foot-inquiry textarea {font-size: 16px;border: none;line-height:52px;text-align: center;color: #fff;box-sizing: border-box;background: transparent;border-radius: 0;padding: 0 20px;width: 100%;background: #232323;}
.m78-foot .foot-inquiry .form input[type="text"]:focus,.m78-foot .foot-inquiry .form textarea:focus{outline:0}

.foot-contact {background: var(--color-active);height: 64px;}
.foot-contact .wp {height: 100%;display: flex;justify-content: space-between;align-items: center;}
.foot-contact .wp p {font-size: 18px;color: #fff;font-weight: 700;position: relative;padding-left: 35px;}
.foot-contact .wp p a {color: #fff;}
.foot-contact .wp p a:hover {text-decoration: underline;}
.foot-contact .wp p:nth-child(1):after {content: '\e613';font-family: 'qico';font-size: 24px;color: #fff;top: 50%;transform: translateY(-50%);left: 0;position: absolute;}
.foot-contact .wp p:nth-child(2):after {content: '\e74b';font-family: 'qico';font-size: 24px;color: #fff;top: 50%;transform: translateY(-50%);left: 0;position: absolute;}
.foot-contact .wp p:nth-child(3):after {content: '\e627';font-family: 'qico';font-size: 24px;color: #fff;top: 50%;transform: translateY(-50%);left: 0;position: absolute;}

.m78-foot-copyright {background: #0A0A0A;padding: 40px 0;}
.m78-foot-copyright p {font-size: 18px;color: #fff;line-height: 1;text-align: center;}


.m78-foot-copyright .share{font-size:0;margin: 0 auto 25px;text-align: center;}
.m78-foot-copyright .share a{display:inline-block;color:#fff;text-align:center;transition: all 0.3s ease 0s;width: 44px;height: 44px;box-sizing: border-box;border: 1px solid #5C5C5C;transition: all .5s ease;border-radius: 50%;text-align: center;line-height: 42px;background: #0A0A0A;overflow: hidden;position: relative;}
.m78-foot-copyright .share a::after {content: '';display: block;position: absolute;top: 1px;right: 1px;bottom: 1px;left: 1px;background: #0A0A0A;border-radius: 50%;z-index: 0;}
.m78-foot-copyright .share a+a{margin-left:20px;}
.m78-foot-copyright .share a i{font-size:14px;color:#5C5C5C;position: relative;z-index: 10;}
.m78-foot-copyright .share a:hover{border-color:transparent;background: linear-gradient(to right, #3856A7 10%, #4EA5D7 80%);}
.m78-foot-copyright .share a:hover i {background-image: linear-gradient(to right, #3856A7 10%, #4EA5D7 80%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}


                                                                                        
 
@media screen and (max-width:1441px) {
.m78-foot .foot-logo {width: 300px;} 
}
@media screen and (max-width:1367px) {
 
}
@media screen and (max-width:1281px){
.m02-footer .foot-logo{width:300px;}
}
@media screen and (max-width:1171px){
.m02-footer .foot-nav{display:none;}
.m02-footer .foot-list ul li{line-height:20px;}
.m02-footer .foot-list ul li+li{margin-top:5px;}
}
@media screen and (max-width:992px){
.m02-footer .foot-list{display:none;}
.m02-footer .foot-logo{width:48%;}
.m02-footer .foot-contact{width:48%;}
  
.m78-foot .wp {flex-direction: column;justify-content: center;align-items: center;}
.m78-foot .foot-logo,.m78-foot .foot-list,.m78-foot .foot-inquiry,.m78-foot .foot-nav{width:100%;margin-top:20px}  
.foot-contact .wp p {font-size: 13px;}  
.m78-foot-copyright p {font-size: 15px;}  
}
@media screen and (max-width:768px){
.m02-side-bar{display:none;}
.m02-footer{padding:40px 0 20px;}
.m02-footer .wp{display:block;}
.m02-footer h5{font-size:21px;text-align:center;}
.m02-footer .foot-logo{width:100%;}
.m02-footer .foot-logo img{height:27px;margin:0 auto 20px;display:block;}
.m02-footer .foot-logo p{font-size:14px;line-height:24px;}
.m02-footer .foot-logo p~p{margin-top:6px;}
.m02-footer .foot-logo .share{margin:20px 0 0;text-align:center;}
.m02-footer .foot-logo .share a+a{margin-left:15px;}
.m02-footer .foot-logo .share a i{font-size:24px;}
.m02-footer .foot-contact{width:100%;margin:20px 0 0;}
.m02-footer .foot-contact .sendemail .post-text{height:45px;line-height:45px;font-size:15px;}
.m02-footer .foot-contact .sendemail .post-btn{font-size:15px;height:45px;padding:0 15px;}

.foot-contact {height: auto;padding: 15px 0;}  
.foot-contact .wp {align-items: start;flex-direction: column;}  
.foot-contact .wp p:nth-child(1) {margin-bottom: 10px;}  

}
@media screen and (max-width:480px) {
.m02-footer .copyright p{font-size:15px;}
}