/*--for m03_head--*/
@charset "UTF-8";
/*---mo-header---*/
.m03-mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;max-width:350px;-webkit-overflow-scrolling:touch;z-index:105!important;transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);transform:translateX(-100%)}
.m03-mo-leftmenu .tit{height:50px;background:#485157;display:flex;justify-content:space-between;align-items:center;}
.m03-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:16px;font-weight:bold;}
.m03-mo-leftmenu .tit span{cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m03-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.m03-mo-leftmenu > ul{}
.m03-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m03-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.m03-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:14px;top:10px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m03-mo-leftmenu > ul > li.active{}
.m03-mo-leftmenu ul li a{color:#333;display: block;}
.m03-mo-leftmenu ul li a:hover{text-decoration: none;}
.m03-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.m03-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.m03-mo-leftmenu ul li ul li i {position:absolute;color:#333;font-size:12px;top:1px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m03-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}
.menu-transitioning{transform:translateX(0)}
/*---header---*/
.m03-header{}
.header-inner{height:100px;background:#fff;box-shadow: 2px 2px 6px 0 rgba(146,146,146,0.43);transition: all 0.5s ease 0s;}
.header-inner > .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}
.m03-header .logo img{max-height:60px;}
.nav{position:relative;z-index:20;}
.nav > ul{display:flex;align-items:center;}
.nav > ul > li{position:relative;}
.nav > ul > li+li{margin-left:30px;}
.nav > ul > li > a{margin-left: 25px;display:block;font-size: 18px;color:#323232;line-height:36px;font-weight:600;border-bottom:2px solid transparent;text-transform: uppercase;}

.nav > ul > li ul{position:absolute;width:260px;height:auto;left:0;top:40px;z-index:1000;padding:3px 0 0;border-radius:4px;background:#fff;box-shadow:rgba(0,0,0,0.14) 0 5px 9px 0px;transform:rotate3d(1,0,0,-90deg);transform-origin:0 0 0;opacity:0;transition: transform 0.5s, opacity 0.3s;}
.nav > ul > li ul > li{float:none;border-bottom:1px solid #EDEDED;text-align:left;position:relative;}
.nav > ul > li ul > li:last-child{border:none;}
.nav > ul > li ul > li > a{display:block;padding:10px 20px;border:none;color:#333;font-size:17px;line-height:22px;text-transform:capitalize;}
.nav > ul > li ul > li > a i{position:absolute;right:10px;font-size:11px;}
.nav > ul > li ul > li > a:hover{color:var(--color-active);}

.nav > ul > li:hover > a,.nav > ul > li.active > a{color:var(--color-active);}
.nav > ul > li:hover > a > i{transform:rotate(180deg);}
.nav > ul > li:hover > ul{opacity:1;transform:rotate3d(0,0,0,0);}
.header_right{background:#fff;border:1px solid #E9E9E9;height:57px;padding:0 20px;border-radius:35px;display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:20;}
.header_right .mo-header-menu{width:50px;height:50px;line-height:50px;text-align:center;color:#333;display:none;}
.header_right .mo-header-menu i{font-size:24px;}
                              
.header-lang{position:relative;z-index:20;}
.header-lang .box{height:34px;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.header-lang .box img{}
.header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color:#333;text-transform:uppercase;}
.header-lang .box i{width:15px;line-height:18px;font-size:14px;text-align:center;color:#333;}
.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);}
.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;}
.header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.header-lang ul li:last-child{border:none;}
.header-lang ul li a{color:#333;font-size:12px;display:block;}
.header-lang ul li a:hover{color:#015198;}
.header-lang ul li img{vertical-align:middle;margin-right:7px;}
.header-lang:hover .lang-box{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:#4C4A48;font-size:25px;line-height:36px;}
.search .serchbox{display:none;position:absolute;background:#666;width:255px;padding:10px;top:36px;right:0;z-index:1000;overflow:hidden;}
.search .serchbox .submit_text{background:#fff;border:1px solid #fff;border-right:none;width:200px;height:33px;line-height:33px;float:left;color:#333;padding:0 0 0 6px;}
.search .serchbox .submit_btn{border:none;width:35px;background: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;}
                   
.header-fix{position:fixed;left:0;right:0;top:0;width:100%;z-index:200;height:80px;}                   
                   
@media screen and (max-width:1550px){
}
@media screen and (max-width:1441px){
.m03-header .logo img{height:55px;}
.nav > ul > li+li{margin-left:20px;}
}
@media screen and (max-width:1367px){
.m03-header .logo img{height:50px;}
.nav > ul > li > a {font-size: 16px;}
}
@media screen and (max-width:1280px){
.m03-header .logo img{height:45px;}
.nav > ul > li > a{font-size:15px;}
}
@media screen and (max-width:1171px){
.m03-header .logo img{height:40px;}
.nav > ul > li+li{margin-left:10px;}
.nav > ul > li > a{font-size:14px;}
}
@media screen and (max-width:992px){
.nav{display:none;}
.header_right .mo-header-menu{display:block;}
}
@media screen and (max-width:768px){
.header-inner{padding:15px 0;height:auto;}
.m03-header .logo img{height:38px;}
}
@media screen and (max-width:480px){
.header-inner{padding:10px 0;}
.m03-header .logo img{height:35px;}
.header_right{border:none;height:auto;padding:0;border-radius:0;}
.header-lang .box{border:1px solid #f0f0f0;padding:0 5px;}
.search .serchbox{right:-80px;}
}

/*--for m67_sidebanner--*/
@charset "utf-8";
/*----------------------------*/


.m67-sidebanner {background: url('https://cdn-pro.analyspeed.com/1407/template/pc/default/html/module/m67_sidebanner/images/new-banner.jpg');background-repeat: no-repeat;background-position: top center;display: flex;height: 500px;color: #fff;position: relative;z-index: 1;align-items: flex-end;padding-bottom: 50px;background-size: cover;}

.m67-sidebanner .txt p {font-size: 18px;line-height: 2;position: relative;z-index: 2;}
.m67-sidebanner .txt h2 {font-size: 30px;line-height: 1.6;position: relative;margin: 10px 0;z-index: 1;}
.m67-sidebanner .txt h2::after {content: attr(data-text);font-size: 80px;color: transparent;-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);line-height: 1.1;position: absolute;bottom: 0;left: 0;z-index: -2;text-transform: uppercase;transition: 1.8s .5s;}
.m67-sidebanner .banner-btn {margin-top: 40px;position: relative;z-index: 2;}

.m67-sidebanner .banner-btn a.more {line-height: 50px;height: 50px;display: inline-block;vertical-align: middle;padding: 0 35px;background: var(--btn-color);color: #fff;font-size: 16px;transition: .5s;border-radius: 5px;text-transform: uppercase;position: relative;z-index: 1;}
.m67-sidebanner .banner-btn a.more::after {content: '';position: absolute;top: 0;left: 0;width: 0%;height: 100%;z-index: -1;border-radius: 5px;background-color: var(--btn-active);transition: 0.5s ease;}
.m67-sidebanner .banner-btn a.more.contact {background: #fff;color:var(--text-color);margin-left: 10px;padding: 0 0 0 10px;}
.m67-sidebanner .banner-btn a.more.contact i {text-align: center;color: #fff;background: var(--btn-color);width: 50px;display: inline-block;height: 100%;vertical-align: top;margin: 0 0 0 10px;font-size: 26px;font-weight: bold;border-radius: 0 5px 5px 0;}
.m67-sidebanner .banner-btn a.more:hover::after {left: auto;right: 0;width: 100%;}
.m67-sidebanner .banner-btn a.more:hover {color: #fff;}



@media screen and (max-width: 1280px) {
.m67-sidebanner {height: 400px;}	
.m67-sidebanner .txt h2 {font-size: 30px;}
}


@media screen and (max-width: 991px) {
.m67-sidebanner .banner-btn {display:none;}
}


@media screen and (max-width:768px){
.m67-sidebanner {height: auto;padding: 30px 0;}	
.m67-sidebanner .txt p {font-size: 16px;line-height: 2;}
.m67-sidebanner .txt h2::after {display:none;}

}


@media screen and (max-width:480px) {
.m67-sidebanner .txt h2 {display: none;}
}

/*--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:#0066b3;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: #141414;font-size:36px;font-weight:700;line-height:1;}
.m51-about .left h3::after{content:"";display:block;width:34px;height:4px;background-color:#0066b3;margin:20px auto 0 0;}
.m51-about .left .txt{margin:20px 0 0;}
.m51-about .left .txt h5{font-size:20px;color: #0066b3;font-weight:600;margin-bottom:20px;}
.m51-about .left .txt p{font-size:16px;color:#666;line-height:30px;text-align: justify;}

.m51-about .right{float:right;width:42%;border-radius:10px;overflow:hidden;margin:0 0 20px 80px;}
.m51-about .right img{width:100%;}


@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 .left h3{font-size:26px;}
.m51-about .left .txt h5{margin-bottom:15px;}
.m51-about .left .txt p{font-size:15px;line-height:24px;}
}

@media screen and (max-width:576px) {
.m51-about .right{float:none;width:100%;margin:0 0 20px;}
.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;}
}

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

.m51-culture{padding:80px 0;background:url('https://cdn-pro.analyspeed.com/1407/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;}
}


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

.m51-strength{padding:80px 0;}
.m51-strength h3{color:#141414;font-size:36px;font-weight:700;line-height:1;text-align:center;}
.m51-strength h3::after{content:"";display:block;width:34px;height:4px;background-color:#0066b3;margin:20px auto 0;}

.m51-strength .box{margin:40px 0 0;display:flex;justify-content: space-between;}

.m51-strength .txt{width:56%;}
.m51-strength .txt h5{font-size:30px;color: #0066b3;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{width:calc(44% - 20px);border-radius:10px;overflow:hidden;}
.m51-strength .right img{width:100%;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;}
.m51-advantage h3{color:#141414;font-size:36px;font-weight:700;line-height:1;}
.m51-advantage h3::after{content:"";display:block;width:34px;height:4px;background-color:#0066b3;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:#0066b3;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:#022E761F;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('https://cdn-pro.analyspeed.com/1407/template/pc/default/html/module/m51_about/images/mapbg.jpg') no-repeat center;background-size:cover;}
.m51-global .tit{display:flex;justify-content:space-between;margin-bottom:80px;}
.m51-global .tit .tl h3{font-size: 36px;color:#0066b3;font-weight:bold;}
.m51-global .tit .tl h3::after{content:"Global layout";font-size: 60px;color:#0066b3;opacity: 0.1;font-weight: bold;margin-top: -20px;display:block;line-height:1;}
.m51-global .tit p{font-size: 16px;color: #FFFFFF;line-height: 30px;width:64%;}

.m51-global .mo-map{display:none;}

.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: #0066b3;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: #0066b3;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:#0066b3;}
.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_sidebar--*/
@charset "utf-8";
/*----------------------------*/


.m46-sidebar{position:fixed;right:20px;top:30%;z-index:199;}
.m46-sidebar ul{background-color: #b2b2b2;border-radius: 25px;}
.m46-sidebar ul li{height:50px;width:50px;position:relative;}
.m46-sidebar ul li~li{margin-top:5px;}
.m46-sidebar ul li a{color:#fff;position:absolute;top:0;right:0;width: 50px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;border-radius: 100px;}
.m46-sidebar ul li em{width:50px;height:50px;line-height:50px;text-align: center;transition: all .1s;}
.m46-sidebar ul li i {font-size: 25px;vertical-align: middle;}
.m46-sidebar ul li span {display: none;font-size: 14px;}
.m46-sidebar ul li a:hover {background: var(--btn-color);}
.m46-sidebar ul li:not(:last-child) a:hover {width: 220px;padding-left: 15px;background: var(--btn-color);}
.m46-sidebar ul li:not(:last-child) a:hover span {-webkit-flex: 1;flex: 1;display: -webkit-flex;display: flex;}
.m46-sidebar ul li :hover i{font-size: 30px;}
.m46-sidebar .gotopli {display: flex;justify-content: center;}
.m46-sidebar .gotopli :hover i{font-size: 30px;}
.m46-sidebar #gotop {width: 40px;height: 40px;background-color: var(--btn-color);border-radius: 50%;right: auto;}


@media screen and (max-width:768px){
.m46-sidebar{top: auto;bottom: 0;width: 100%;right: 0;}
.m46-sidebar .gotopli{display:none;}
.m46-sidebar ul{display: flex;border-radius:0px;}
.m46-sidebar ul li{flex: 1;display: flex;justify-content: center;height:45px;}
.m46-sidebar ul li ~ li{margin-top:0;border-left:1px solid #fff;}
.m46-sidebar ul li a{right:auto;height: 45px;display: flex;justify-content: center;width: 100%;}
.m46-sidebar ul li:not(:last-child) a:hover {width: 50px;padding-left: 0;background:none;}  
.m46-sidebar ul li:not(:last-child) a:hover span {display: none;}
}

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

}

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

}

/*--for m36_foot--*/
@charset "UTF-8";


footer {padding: 120px 0 0;background: #F8F8F8;border: 1px solid #dedede;}
footer h5 {font-size: 20px;font-weight: 700;color: #000;margin: 0 0 20px;}
.m36-foot-top .tit {text-align: center;}
.m36-foot-top .tit h3 {font-size: 48px;font-weight: 600;color: #000;line-height: 1;}
.m36-foot-top .tit p {font-size: 18px;color: #4C4C4C;line-height: 1.4;margin-top: 20px;}
.m36-foot-top .sendemail {width: 810px;margin: 55px auto 0;}
.m36-foot-top .sendemail form{display:flex;align-items:center;border:1px solid #EBEBEB;padding: 5px 8px 5px 25px;border-radius: 60px;background: #fff;}
.m36-foot-top .sendemail .post-text{flex:1;height:57px;line-height:57px;overflow:hidden;color:#161616;padding:0 10px;font-size:18px;background:transparent;}
.m36-foot-top .sendemail .post-btn {background: var(--color-active);border-radius: 60px;width: 170px;color: #fff;text-align: center;height: 57px;display: block;cursor: pointer;font-weight: 500;}
.m36-foot-top .sendemail .post-btn:hover{}

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

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

.m32-foot .foot-contact {width: 370px;}
.m32-foot .foot-contact p {font-size: 18px;line-height: 30px;color: #080808;}
.m32-foot .foot-contact h6 {font-size: 18px;font-weight: 600;color: var(--color-active);}

.m36-foot-copyright {margin-top: 55px;border-top: 1px solid #D6D6D6;display: flex;justify-content: space-between;padding-top:35px;padding-bottom:35px;}
.m36-foot-copyright p{font-size: 18px;color: #161616;}
.m36-foot-copyright .t {font-size: 18px;color: #6F6F6F;display: flex;line-height: 24px;}
.m36-foot-copyright .t a + a {margin-left: 18px;padding-left: 18px;border-left: 2px solid #6F6F6F;}

@media screen and (max-width: 1550px) {
footer h5 {font-size: 19px;margin: 0 0 17px;}
.m32-foot .foot-list ul li, .m32-foot .foot-nav ul li {font-size: 17px;line-height: 1.9;}
.m36-foot-copyright p {font-size: 17px;}
.m36-foot-copyright .t {font-size: 17px;}
.m36-foot-top .tit h3 {font-size: 42px;}
}
 
@media screen and (max-width: 1367px) {
footer h5 {font-size: 18px;margin: 0 0 14px;}
.m32-foot .foot-list ul li, .m32-foot .foot-nav ul li {font-size: 16px;line-height: 1.8;}
.m36-foot-copyright p {font-size: 16px;}
.m36-foot-copyright .t {font-size: 16px;}
.m36-foot-top .tit h3 {font-size: 36px;}
}
 
@media screen and (max-width: 768px) {
footer {padding: 30px 0 0;}
.m36-foot-top .tit h3 {font-size: 28px;}
.m36-foot-top .tit p {font-size: 16px;margin-top: 15px;}
.m36-foot-top .sendemail {width: 100%;margin: 25px auto 0;}
.m36-foot-top .sendemail .post-btn {width: 140px;height: 40px;font-size: 13px;}
.m36-foot-top .sendemail .post-text {height: 40px;line-height: 40px;font-size: 16px;}
.m32-foot .foot-logo img {height: 50px;}
.m32-foot {margin-top: 30px;}
.m32-foot .wp {display: block;}
.foot-logo {text-align:center;}
.foot-nav,.foot-list {display:none;}
.m32-foot .foot-contact {width: 100%;text-align: center;margin-top:20px;}
.m32-foot .foot-contact p {font-size: 16px;line-height: 24px;}
.m36-foot-copyright {margin-top: 25px;padding-top: 20px;padding-bottom: 60px;display: block;text-align: center;}
.m36-foot-copyright .t {justify-content: center;margin-top: 15px;}
}
                      
@media screen and (max-width: 480px) {
.m36-foot-top .tit h3 {font-size: 24px;}
  
}