.m-nav-toggle{
    float: right;
    display: none;
}
.page-modal{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    background: #000;
    opacity: .5;
}
.page-modal.open{
    display: block;
    z-index: 20000;
}
.page-search-container{
    display: flex;
    flex-direction: row;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    background:#ff0;
    border: 1px solid #004898;
}
.page-search-container .search-input{flex-grow: 1; height: 30px;}
.page-search-container .search-input input{ width: 100%; height: 45px; border: none; padding: 0 20px; box-sizing: border-box;}
.page-search-container .search-btn{ width: 100px;}
.page-search-container .search-btn button{
    padding: 0;
    display: block;
    border: none;
    width: 100%;
    height: 45px;
    background: #004898;
    color: #fff;
    cursor: pointer;
}

.channel-banner {
    width: 100%;
}

.channel-banner img {
    width: 100%;
}

.breadcrumb_art{
    transform: translateY(0);
    transition: transform 0.5s;
    transition-delay:.2s;
    z-index:50;
}
.breadcrumb_art.breadcrumb_art-fixed{
    position: fixed;
    top:0;
}
.breadcrumb_art-fixed-withHeader{
    transform: translateY(60px);
}

.main-content {
    width: 0;
    flex-grow: 1;
}

.main-content .article-content {
    padding: 20px 0 20px 20px;
}


.contents_art {
    font-size: 16px;
    line-height: 2;
}
.contents_art ul{
    margin: 0;
    margin-left: 20px;
}
.contents_art ul li {
    list-style: disc;
}

.contents_art .content_list ul{margin-left: 0;}
.contents_art .content_list ul li{
    list-style: none;
}

.article-link{width: 100%; display: flex; margin-top: 20px; }
.article-link ul{width: 100%; display: flex;flex-wrap: wrap;}
.article-link ul li{
    width: 25%;
    height: 48px;
    overflow: hidden;
    margin:-1px 0 0 -1px;
    border:1px solid #D9D9D9; 
    box-sizing: border-box;
    
}
.article-link ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 48px;
    overflow: hidden;
    padding:0 10px;
    line-height: 22px;
    text-align: center;
}
.article-link ul li.active a,.article-link ul li a:hover{
    background: #EC7632;
    color:#fff;
}

/*
搜索
*/
.header-menu .search-bar{
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
}
.header-menu .search-bar.hidden{
    display: none;
}


.header-menu .search-bar::before{
    content:'';
    position: absolute;
    left:18px;
    top:18px;
    width: 24px;
    height: 24px;
    margin-right: 0;
    color: #666;
    display: inline-block;
    text-align: center;
    pointer-events: none;
    background-size: contain;
    background-image: url(./images/search2.svg);
}

.header-search{
    display: none;
    position: absolute;
    z-index: 10000;
    top:0;
    left:180px;
    right:60px;
    /* width: 100%; */
    height: 60px;
}
.header-search.active{
    display: block;
}
.header-search .header-search-containter{
    position: relative;
    height: 58px;
    overflow: hidden;
    background: #F0F0F0;
    border-bottom: 2px solid #004898;
}
.header-search .header-search-containter .search-form-input{
    position: absolute;
    top:-10px;
    left:-10px;
    right:-10px;
    bottom:-10px;
    text-indent: 30px;
    font-size: 18px;
    display: block;
    border: none;
    background: #F0F0F0;
}
.header-search .header-search-containter .search-form-submit{
    opacity: 0;
    position: absolute;
    z-index: 2000;
    top:0;
    right:60px;
    width: 60px;
    height:60px;
    cursor: pointer;
}
.header-search-menu{
    position: absolute;
    z-index: 1000;
    right: 0;
    top:0;
    height:60px;
    width: 120px;
    background: #F0F0F0;
}
.header-search-menu ul{
    display: flex;
    flex-direction: row;
}
.header-search-menu ul li{
    width: 60px;
    height: 60px;
}

.header-search-menu ul li::before{
    content:'';
    display: block;
    margin: 18px auto 0;
    width: 24px;
    height: 24px;
    color: #666;
    background-size: contain;
    cursor: pointer;
}
.header-search-menu .header-search-menu-search::before{
    background-image: url(./images/search2.svg);
}
.header-search-menu .header-search-menu-close::before{
    background-image: url(./images/close.svg);
}

/*
多语言
*/
.header-menu .lanselect a.toggleBtn{ 
    display: block; 
    text-align: center; 
    color:#333; 
    width: 60px;
    padding:18px 0;
      
    
}
.header-menu .lanselect a.toggleBtn::before{
    content:'';
    display: block;
    margin:0 auto;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(./images/earth5.svg);
}
.header-menu .lanselect:hover a.toggleBtn::before{
    background-image: url(./images/earth5-2.svg);
}
.header-menu .lanselect a.toggleBtn:hover{
    background: #3E3E3E;
}
.header-menu .lanselect a.toggleBtn img{ margin-top: 16px; width: 28px; }
.header-menu .lanselect .dropdown_menu{display: none; position: absolute; top:60px; right:0; z-index: 1000; width: 100px; background: #3E3E3E; }
.header-menu .lanselect .dropdown_menu a{ display: block; line-height: 50px; text-align: center; color:#fff;}
.header-menu .lanselect .dropdown_menu a:hover{ background: #4F4F4F; color: #71B8D8; }
.header-menu .lanselect:hover .dropdown_menu{ display: block; }

/*
PC
*/
@media (min-width: 999px){
.header-container{
    width: 100%;
    height: 60px;
}
.header-container-fixed{
    position: relative;
    width: 100%;
    height: 60px;
    transform: translateY(0%);
    transition: transform 0.5s;
    transition-delay:.2s;
    background: #fff;
    z-index: 1000;
}
.scrollDown .header-container-fixed{
    position: fixed;
    /* transform: translateY(0%); */
    transform: translateY(-100%);
}
.scrollUp .header-container-fixed{
    position: fixed;
    transform: translateY(0%);
    /* transform: translateY(-100%); */
}
#header {
    position: relative;
    max-width: 1375px;
    margin: 0 auto;
    height: 60px;
    background: #fff;
    z-index: 1000;
}


#header .header-logo {
    float: left;
    height: 100%;
    margin:0 30px;
}
#header .header-logo a{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

#header .header-nav {
    float: left;
    border-left: 1px solid #eee;
}
#header .header-nav .lanselect{
    display: none;
}
.header-menu{float: right;}
.header-menu .lanselect{ float: left;  position: relative; width: 60px; }
.header-menu .lanselect:hover{
    background: #3E3E3E;
}
.icon-neu-lang{
    fill:#ff6600;
}
.icon-neu-lang:hover{
    fill:#fff;
}


.header-menu .search-bar{
    float: left;
    width:60px;
    height: 60px;
    overflow: hidden;
}
.header-menu .search-bar:hover{
    background: #F0F0F0;
}
.header-menu .search-bar form{
    display: block;
    position: relative;
}

.header-menu .search-bar .search-form-input{
    display: none;
    background: #F1F1F1;
    height: 60px;
    width: 115px;
    line-height: 60px;
    border: none;
    padding: 0 15px;
}

.header-menu .search-bar form .search-form-submit{
	opacity:0;
 position:absolute;
 right:0;
 width:50px;
 height:60px;
 cursor: pointer;
}
#header .header-nav>ul>li {
    /* position: relative; */
    float: left;
    max-width: 240px;
}

#header .header-nav>ul>li>a,#header .header-nav>ul>li>span {
    position: relative;
    display: flex;
    padding: 0 20px;
    line-height: 22px;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #eee;
    cursor: pointer;
    height: 60px;

}
.sys-lang-en #header .header-nav>ul>li>a,.sys-lang-en #header .header-nav>ul>li>span{
	padding: 0 15px;

}
#header .header-nav>ul>li>a::after,#header .header-nav>ul>li>span::after{
    content:'';
    width:100%;
    height:5px;
    position: absolute;
    top:58px;
    left: 0;
    z-index: 1000;

}

#header .header-nav>ul>li:hover,#header .header-nav>ul>li:hover>a {
    background: #004898;
    color: #fff;
    transition: .5s
}
#header .header-nav>ul>li:hover::after{
    content:'';
    width: 100%;
    height: 3px;
    position: absolute;
    top:58px;
    left:0;
    
}
#header .header-nav>ul>li:hover .header_main_nav_box,
#header .header-nav>ul>li.active .header_main_nav_box{
    /* display: block; */
    max-height: 2000px;
    /* transition: 2s; */
    z-index: 2000;
}
#header .header-nav>ul>li:hover .header_main_nav_box:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0) 100%);
}

.header_main_nav_box{
    /* display: none; */
    z-index: 2000;
    position: absolute;
    top:59px;
    left:0;
    right:0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow:0 2px 10px -4px #ccc;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    
}
.header_main_nav_box.level-2.show{
    /* display: block; */
    /* opacity: 1; */
   
}
.header_main_nav_box_container{
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: row;
    max-width: 1375px;
    margin: 0 auto;
    min-height: 300px;
}
.header_main_nav_box_container .sub-nav-box{
    padding-top:30px;
    width: 200px;
    background: #004898;
    
}
.header_main_nav_box_container .sub-nav-box>ul>li>span{
    display: block;
    border-bottom: 1px solid #337CBD;
    text-align: center;
    line-height: 22px;
    padding: 14px 0;
    color: #fff;
}
.header_main_nav_box_container .sub-nav-box>ul>li.active>span{
    background: #fff;
    color:#333;
    cursor: pointer;
    transition: .5s
}
.header_main_nav_box_container .sub-nav-list{
    flex-grow: 1;
    max-height: 2000px;
    height:500px;
    transition: 2s
}
.sub-nav-list-container.level-3{
    position: absolute;
    top:0;
    right:0;
    left:200px;
    display: none;
    padding: 15px;
}
.sub-nav-list-container.level-3 a:hover{
    color: #004898!important;
}
.level-2-item:hover .level-3,
.level-2-item.active .level-3
{
    display: block;
    padding: 15px 30px;
    z-index: 2000;
}
.sub-nav-list-container.level-3.active{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 40px 30px;
}
.module-nav{
    margin-bottom: 20px;
}
.module-nav-title{
    margin-bottom: 10px;
    padding: 10px 0;
 border-bottom: 1px solid #F2F2F2;
 /* border-bottom: 1px solid #f60; */
 font-size: 16px;
 line-height: 20px;
 color: #004898;
}
.module-nav-title > a{
    color: #004898;
}
.module-nav-list{
    display: flex;
    flex-direction: row;
}
.module-nav-list .nav-list-group{
    flex-grow: 1; 
    line-height: 30px; 
}
.module-nav-list .nav-list-group .group-title{
    line-height: 20px;
    padding: 5px 0;
}
.module-nav-list .nav-list-group .group-title a{
    line-height: 20px;
    color:#333; 
    letter-spacing: 0.5px;
  }
.module-nav-list .nav-list-group .group-list ul li{ padding:5px 0; line-height: 20px; }
.module-nav-list .nav-list-group .group-list a{ 
    display:block;
    padding-left:5px;
    color:#666666;
    line-height: 20px;
    letter-spacing: 0.5px;
 }
 .module-nav-list .nav-list-group .group-list a:before{
     content:'•';
     /* font-family: 'simsun'; */
     font-weight: bold;

 }

}


@media (min-width: 999px){

/*
左侧菜单
*/

.sidebar {
    width: 295px;
    margin-top: -50px;
    margin-right: 15px;
    background: #fff;
    transform: translateY(0);
    transition: transform 0.5s;
    transition-delay:.2s;
    z-index:60;
}
.sidebar .sidebar_tit{margin-top: 0;}
.sidebar-fixed{
    position: fixed;
    top:0;
    margin-top: 0;
}
.sidebar-fixed-withHeader{
    transform: translateY(60px);
}

.sidebar .sidebar-header {
    height: 120px;
    padding: 0 20px;
    background: #004898;
    align-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.sidebar .sidebar-menu {
    /* border: 1px solid #F0F0F0; */
    border-top: none;
}

.sidebar .sidebar-menu dl {}

.sidebar .sidebar-menu dl a,
.sidebar .sidebar-menu dl b {
    display: block;
    height: 100%;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    align-content: center;
}

.sidebar .sidebar-menu dl dt {
    border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: bold;
}

.sidebar .sidebar-menu dl dt a,
.sidebar .sidebar-menu dl dt b {
    position: relative;
    padding: 18px 25px 18px 15px;
    line-height: 24px;
    cursor: pointer;
}

.sidebar .sidebar-menu dl dt a:hover {
    color: #004898;
}

.sidebar .sidebar-menu dl.open dt a,
.sidebar .sidebar-menu dl.open dt a:hover {
    background: #DE6A25;
    color: #fff;
    border: none;
}

.sidebar .sidebar-menu dl dd { max-height: 0; overflow: hidden; transition: .5s}
.sidebar .sidebar-menu dl.open dd{max-height: 1000px;}
.sidebar .sidebar-menu dl dd ul li {
    /* height: 40px; */
    border-bottom: 1px solid #F0F0F0;
}

.sidebar .sidebar-menu dl dd a {
    padding: 8px 10px 8px 25px;
    line-height: 24px;
}

.sidebar .sidebar-menu dl dd a:hover {
    color: #DE6A25;
}

.sidebar .sidebar-menu dl dd ul li.active a,
.sidebar .sidebar-menu dl dd ul li.active a:hover {
    background: #DE6A25;
    color: #fff;
    border: none;
}

.sidebar .sidebar-menu dl.haschildren {}

.sidebar .sidebar-menu dl.haschildren.open dt b:after {
    transform: rotate(270deg);
    transition: .5s
}

.sidebar .sidebar-menu dl.haschildren dt b:after {
    position: absolute;
    right: 10px;
    top: 30%;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(./images/arrow.svg) no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}
.sideMenu-product{}
.sideMenu-product dl{}
.sideMenu-product dl dt{ position: relative; border: 1px solid #eaeaea; border-top: none; font-size: 16px;    cursor: pointer;   }
.sideMenu-product dl dt i{ display: none;}
.sideMenu-product dl.hasChild dt i{ position: absolute; right:10px; top:20px; display: block; width: 20px; height: 20px;}
.sideMenu-product dl.hasChild dt i::before {content:'';display: block; position: absolute; top:4px; left: 12px; width: 2px;height: 10px; background: #000; transform: rotate(45deg);}
.sideMenu-product dl.hasChild dt i::after {content:'';display: block; position: absolute; top:4px; left:6px; width: 2px;height: 10px; background: #000; transform: rotate(-45deg);}
.sideMenu-product dl.hasChild.on dt i{ transform: rotate(180deg);}
.sideMenu-product dl.hasChild.on dt i::before,.sideMenu-product dl.hasChild.on dt i::after{background: #fff;}

.sideMenu-product dl dt a{display: block;  color: #666666;       padding: 20px 40px}
.sideMenu-product dl dt a:hover{ background: #F0F0F0;}
.sideMenu-product dl.on dt{ border-color: #ec7632; }
.sideMenu-product dl.on dt a{color: #fff;    background: #ec7632;  }

.sideMenu-product dl dt.menu-article a{ padding: 20px 10px 20px 40px}
.sideMenu-product dl dd{display: none; border: 1px solid #eaeaea; border-bottom: none; }
.sideMenu-product dl.on dd{display: block;}
.sideMenu-product dl dd ul{}
.sideMenu-product dl dd ul li{ border-bottom: 1px solid #eaeaea; }
.sideMenu-product dl dd ul li a{position: relative; display: block; padding: 10px; padding-left: 50px; line-height: 24px; color: #252525;}
.sideMenu-product dl dd ul li a:before{
    content: "•";
    color: #252525;
    font-size: 16px;
}
.sideMenu-product dl dd ul li:hover,
.sideMenu-product dl dd ul li.article_on{ background: #F0F0F0;}


/**
院校产品及方案
**/
#nav_inst_customer_child .nav-0{  }
#nav_inst_customer_child.nav-0{width: 100%;}
#nav_inst_customer_child .module-nav-list{
    display: flex;
    flex-grow: 1;
}

#nav_inst_customer_child .module-nav.nav-2{width: 20%;}
#nav_inst_customer_child .module-nav.nav-1 .module-nav-list ,.module-nav.nav-2 .module-nav-list{    display: flex;    flex-direction:column;}
#nav_inst_customer_child .nav-0 .nav-list-group{ width: 25%; }
#nav_inst_customer_child .nav-1,#nav_inst_customer_child .nav-2{ float: left; width: 33%;  }
#nav_inst_customer_child .nav-1{margin-right: 2%;}
#nav_inst_customer_child .level-3 .nav-1 .level-4{
    display: block;
    flex-wrap: wrap;
    flex-direction: unset;
}
#nav_inst_customer_child .level-3 .nav-1 .level-4 .nav-list-group{
    /* width: 150px; */
}
/*
政企服务及方案
*/
#nav_govern-corp_child .module-nav{width: 31%; margin-right: 2%;}
#nav_govern-corp_child .module-nav .module-nav-list{flex-direction: column;}
#nav_govern-corp_child .level-2-item.active .level-3
{
    display: flex;
   flex-direction: row;
}
/*
学习者服务
*/
#nav_learn_service_child .module-nav{
    width: auto;
    flex-grow: 1;
    margin-right: 1%;
}
#nav_learn_service_child .level-2-item.active .level-3{display: flex;   flex-direction: row;}

#nav_learn_service_child .module-nav .module-nav-list{flex-direction: column;}

/*
学习者服务
*/
#nav_agingedu_child .module-nav{
    width: auto;
    flex-grow: 1;
    margin-right: 1%;
}
#nav_agingedu_child .level-2-item.active .level-3{display: flex;   flex-direction: row;}

#nav_agingedu_child .module-nav .module-nav-list{flex-direction: column;}



#nav_Geriatric_Care_child .level-3 .level-4{
 flex-direction: column;
}
/*
关于我们
*/
#nav_aboutus_child .module-nav{margin-bottom: 0;}
#nav_aboutus_child .module-nav-title{border: none; margin-bottom: 0; }


#footer,
.copyright {
    width: 100%;
    background: #F8F9FA;
}
#footer{padding:30px 0; }
.footer-container {
    max-width: 1345px;
    margin: 30px auto;
}

.footer-logo {
    display: flex;
    height: 40px;
    padding-bottom:10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EDEDEE;
}
.footer-logo a{
    display: block;
}
#footer .quicklink{ display: flex; flex-direction: row;  }
#footer .quicklink dl{ flex-grow: 1; max-width: 240px; }
#footer .quicklink dl.contact-us{ max-width: unset; }
#footer .quicklink dl.link dt{ margin-bottom: 15px; font-size: 16px; font-weight: bold; line-height: 30px; }
#footer .quicklink dl.link dt span{ display: none;}
#footer .quicklink dl.link dd{  }
#footer .quicklink dl.link dd ul li{ margin-bottom: 10px; line-height: 24px;  color: #666666;}
#footer .quicklink dl.link dd ul li a{color: #666666;  }
#footer .quicklink dl.link dd ul li a:hover{color: #004898;  }

#footer .quicklink dl .qrcode-list{ display: flex; flex-direction: row; } 
#footer .quicklink dl .qrcode-list p{ 
    /* width: 25%;  */
    max-width: 115px;
    margin-right: 10px;
    text-align: center; 
} 
#footer .quicklink dl .qrcode-list p img{width: 100px; } 
#footer .quicklink dl .qrcode-list p span{ display: block;}
.copyright {
    padding: 10px 0;
    text-align: center;
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

.copyright p {
    display: inline-block;
    margin: 0 10px;
}

.copyright a {
    color: #999;
    font-size: 12px;
}

.breadcrumb_art {
    width: 100%;
    height: 50px;
    line-height: 22px;
    background: #f7f7f7;
    color: #004898;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.article-link .article-link-title{display: none;}
.product_article_title{
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    padding: 20px 0;
    color: #000;
}
.show-product{}
.show-product .sidebar_tit,.list-product .sidebar_tit{margin-top: 0}
.show-product .contents_art{ padding: 35px 0 100px;}
#gotoTop,#pageService{
    display: none;
    position: fixed;
    bottom:10px;
    right:10px;
    height: 1px;
    width: 1px;
    z-index: 10000;
}
#gotoTop i{
    position: absolute;
    bottom:0;
    right:0;
    width: 50px;
    height: 50px;
    background:#004898;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
#gotoTop i::before{
    line-height: 46px;
}
#gotoTop i:hover{
    background: #004A9A;
    color:#fff;
    cursor: pointer;
}

#pageService{
    display: none;
}

}
@media (max-width: 1070px) and (min-width:1000px){
	.search-bar{
		display:none;
	}
}

@media (max-width: 1400px) and (min-width:1200px){
	#header .header-nav>ul>li>a{
		padding:0 10px;
	}
}
@media (max-width: 1200px) and (min-width:1000px){
	#header .header-nav>ul>li>a{
		font-size:12px;
		padding:0 10px;
	}
}

/*
移动
*/
@media (max-width: 1000px){
    #gotoTop,#pageService{
        position: fixed;
        bottom:10px;
        right:10px;
        height: 1px;
        width: 1px;
        z-index: 10000;
    }
    #gotoTop i{
        position: absolute;
        bottom:0;
        right:0;
        width: 50px;
        height: 50px;
        background:#004898;
        font-size: 30px;
        color: #fff;
        text-align: center;
    }
    #gotoTop i::before{
        line-height: 46px;
    }
    #gotoTop i:hover{
        background: #004A9A;
        color:#fff;
        cursor: pointer;
    }
    #pageService{
        bottom:65px;
        /* opacity: .5; */
    }
    #pageService i{
        position: absolute;
        bottom:0;
        right:0;
        width: 50px;
        height: 50px;
        background:#004898;
       
        color: #fff;
        text-align: center;
    }
    #pageService i::after{
        content: '';
        display: block;
        margin: 7px;
        width: 36px;
        height: 36px;
        background: url('./images/popup-server.svg');
        background-size: contain;
    }
    #pageService:hover{
        opacity: 1;
        cursor: pointer;
    }
    #header{
        position: relative;
        height: 60px;
    }
    
    #header .header-logo a{
        display: block;
        padding:18px 0;
    }
    #header:after{
        content: '';
        position: absolute;
        bottom:-8px;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0) 100%);
        z-index: 1000;
    }
    .header-logo{
        float: left;
        margin-left: 20px;
    }
    .m-nav-toggle{ display: block;    width: 60px;   height: 60px; overflow: hidden; padding: 22px 0 0 20px;  box-sizing: border-box;  }
    .m-nav-toggle .icon-bars{ display: block;  width: 22px; height: 2px; margin-bottom: 5px; background: #333; }
    .m-nav-toggle.nav-open{ position: relative;padding-top: 29px;}
    .m-nav-toggle.nav-open .icon-bars{ position: absolute;}
    .m-nav-toggle.nav-open .icon-bars:nth-child(1){transform: rotate(45deg);}
    .m-nav-toggle.nav-open .icon-bars:nth-child(2){display: none;}
    .m-nav-toggle.nav-open .icon-bars:nth-child(3){transform: rotate(-45deg);}
    .header-nav{
        position: absolute;
        top:60px;
        left:0;
        width: 0;
        color: #fff;
    z-index: 10000;
    /* transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; */
    transform: translateX(100%);
}
.header-nav.m-t-n-active{
    width: 100%;
    transform: translateX(0);
}
    .header-nav a{color: #fff;}
    .header-nav ul li,
    .header-nav .module-nav,
    .header-nav .nav-list-group,
    .header-nav .group-list
    { max-height: 50px; line-height: 50px; overflow: hidden; transition: .5s;}
    .header-nav ul li a,
    .header-nav ul li span{ display: block;  padding-left: 20px;font-size: 14px;}
    .header-nav .module-nav-title>span{ padding-left: 20px;}
    .header-nav .group-list ul li{padding-left: 40px; border-bottom: 1px solid #8d8d8d;}
    .header-nav .group-title>span,.header-nav .group-title>a{ padding-left: 40px;}
    .header-nav>ul>li{position: relative; background: #333333; border-bottom: 1px solid #5F604F}
    .header-nav .level-2{background: #454545;}
    .header-nav .level-3{background: #585858;}
    .header-nav .level-4{background: #666666;}
    .header-nav .level-5{background: #7B7B7B;}
    .header-nav>ul>li.lanselect{
        display: none;
    }
    .header-nav ul li.mobile-nav-active,
    .header-nav .module-nav.mobile-nav-active,
    .header-nav .nav-list-group.mobile-nav-active,
    .header-nav .nav-list-group.mobile-nav-active .group-list,
    .header-nav .group-list.mobile-nav-active

    {
        /* height: auto; */
        max-height: 2000px;
    }

    .header-nav .level-2-item,.header-nav .module-nav-title,.header-nav .group-title{position: relative;}
    .header-nav .icon-has{display:none;}
    .header-nav .has-child .icon-has{
    		display:block;
        position: absolute;
        top:0;
        right:0;
        width: 50px;
        height:50px;
        font-size: 30px;
        text-align: center;
        z-index: 1000;
        transition-duration: .2s;
    }
    .icon-has::before,.icon-has::after{
        content:'';
        position: absolute;
        top:25px;
        right:15px;
        width: 16px;
        height:1px;
        background: #fff;
        font-size: 30px;
        text-align: center;
        /* transform: rotate(45deg); */
    }
    .icon-has::after{
        transform: rotate(90deg);
    }
    .header-nav>ul>li.has-child::after,
    .header-nav .level-2-item.has-child::after,
    .header-nav .module-nav-title.has-child::after,
    .header-nav .group-title.has-child::after
    {
        content:'';
        position: absolute;
        top:0;
        right:0;
        width: 50px;
        height:50px;
        background: #2E2E2E;
        font-size: 30px;
        text-align: center;
        z-index: 999;
    }
    .header-nav .level-2-item.has-child::after{ background: #3E3E3E;}
    .header-nav .module-nav-title.has-child::after{ background: #4F4F4F;}
    .header-nav .group-title.has-child::after{ background: #5C5C5C;}


    .header-nav>ul>li.mobile-nav-active>.icon-has,
    .header-nav .level-2-item.mobile-nav-active>.icon-has,
    .header-nav .mobile-nav-active>.module-nav-title>.icon-has,
    .header-nav .mobile-nav-active>.group-title>.icon-has{
        transform: rotate(-405deg);
    }

    .header-menu{ float: right;}
    .header-menu .lanselect{float: left;  position: relative; width: 60px; }
    .header-menu .search-bar{float: left;    }
    .header-search{
        top:60px;
        left:0;
        right: 0;
    }
	

.footer-container{ margin-bottom: 20px; background: #F2F2F2;}
.footer-container .footer-logo{display: none;}
.footer-container .quicklink{ width: 100%; padding: 0 15px; box-sizing: border-box;}
.footer-container .quicklink dl{max-height: 50px; overflow: hidden; border-bottom: 1px solid #CCCCCC;  transition: .5s;}
.footer-container .quicklink dl.m-f-n-active{  overflow: visible; max-height: 2000px;}
.footer-container .quicklink dl .fa{transition: all 0.3s ease-out;transform: rotate(180deg);}
.footer-container .quicklink dl.m-f-n-active .fa{transform: rotate(0deg);}
.footer-container .quicklink dl.contact-us{display: none;}
.footer-container .quicklink dl dt{position: relative;}
.footer-container .quicklink dl dt b{ font-size: 14px; line-height: 50px; font-weight: bold;}
.footer-container .quicklink dl dt span.fa{ position: absolute; top: 0; right: 0; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 20px;}
.footer-container .quicklink dl dd{}
.footer-container .quicklink dl dd ul li{ border-bottom: 1px solid #ECECEC;}
.footer-container .quicklink dl dd ul li a{ line-height: 40px; margin: 0 20px; color: #666666;}
.footer-container .quicklink dl.contact-us.show-service{
    display: block;
    position: fixed;
    top:30px;
    left:5%;
    width: 90%;
    height: 90%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #fff;
    padding:20px;
    font-size: 16px;
    z-index: 20050;
    max-height: unset;
    border: none;

}
.footer-container .quicklink dl.contact-us dt{
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 24px;
    /* font-weight: bold; */
    text-align: center;
}
.footer-container .quicklink dl.contact-us ul li {
    border: none;
    text-align: center;
    line-height: 40px;
}
.footer-container .quicklink dl.contact-us dt:after{
    content:'';
    width: 40px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -20px;
    background: #004898;
}
.footer-container .quicklink dl.contact-us .qrcode-list{
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #E8E8E8;
}
.footer-container .quicklink dl.contact-us .close-service{
    position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        font-size: 30px;
        text-align: center;
        z-index: 1000;
        transition-duration: .2s;
}
.footer-container .quicklink dl.contact-us .close-service::before,.footer-container .quicklink dl.contact-us .close-service::after{
    content: '';
    position: absolute;
    top: 25px;
    right: 15px;
    width: 16px;
    height: 1px;
    background: #666;
    font-size: 30px;
    text-align: center;
    transform: rotate(45deg);
}
.footer-container .quicklink dl.contact-us .close-service::after{
    transform: rotate(-45deg);
}

.footer-container .quicklink dl.contact-us .qrcode-list p{
    width: 50%;
    float: left;
    /* margin: 0 auto; */
    text-align: center;
    margin-bottom: 20px;
    padding: 8px;
    box-sizing: border-box;
}
.copyright{
}

.product_article_title{
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    padding: 20px 0;
    color: #000;
}

.show-product .contents_art{ padding: 35px 10px 100px;}

.top_banner_other{display: none;}
.article-link{ width: 100%;  margin-bottom: 10px;  display: block;  }
.article-link ul li{ width: 100%; margin: 0; border: none; border-bottom: 1px solid #D9D9D9;   }
.article-link .article-link-title{width: 100%; box-sizing: border-box; padding: 0 20px; background: #004898; color: #fff; line-height: 42px; font-size: 18px;}
.article-link .article-link-title b{ font-weight: normal;}
.article-link .article-link-title span{    float: right;    font-size: 2rem;    margin-top: 5px;    transition: all 0.3s ease-out;    transform: rotate(0deg);}
.article-link.article-link-open .article-link-title span{transform: rotate(180deg);}
.article-link ul{        display: none;    }

article .w290.flL{display: block;}




.show-product .sidebar_tit,.list-product .sidebar_tit{margin-top: 0}

article .service_01, article .aboutus_01{
 margin: 0;
}
article .zw_art{
    height: 60px;
}
article .sidebar{display: block; position: relative; background: #fff; } 
article .sidebar .sidebar_tit{  
    position: relative; 
    width: 100%;
    height: 47px;
    font-weight: normal;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    font-size: 18px;
} 
.sidebar_tit i{ position: absolute; right:10px; top:0; display: block; width: 45px; height: 45px; transition-duration: .5s;}
.sidebar_tit i::before {content:'';display: block; position: absolute; top:16px; left: 25px; width: 2px;height: 10px; background: #fff; transform: rotate(45deg);}
.sidebar_tit i::after {content:'';display: block; position: absolute; top:16px; left:19px; width: 2px;height: 10px; background: #fff; transform: rotate(-45deg);}
.sidebar_tit.on dt i{ transform: rotate(180deg);}
.sidebar_tit.on dt i::before,.sideMenu-product dl.hasChild.on dt i::after{background: #fff;}
article .sidebar.showList .sidebar_tit i{ transform: rotate(180deg);}
article .sidebar.showList .sideMenu,
article .sidebar.showList .sideMenu, 
article .sidebar.showList .sideMenu-product{display: block;}
.sideMenu,.sideMenu-product{
    display: none;
    position: absolute;
    top:47px;
    left:0;
    width: 100%;
    background: #fff;
    z-index: 1000;

}
.sideMenu p  a{    padding:10px 10px 10px 20px;}
.sideMenu p  a.on{ background: none; color: #333333;}

.sideMenu-product{}
.sideMenu-product dl{}
.sideMenu-product dl dt{ position: relative; border: 1px solid #eaeaea; border-top: none; font-size: 16px;    cursor: pointer;   }
.sideMenu-product dl dt i{ display: none;}
.sideMenu-product dl.hasChild dt i{ position: absolute; right:10px; top:0; display: block; width: 45px; height: 45px;}
.sideMenu-product dl.hasChild dt i::before {content:'';display: block; position: absolute; top:16px; left: 19px; width: 2px;height: 10px; background: #000; transform: rotate(45deg);}
.sideMenu-product dl.hasChild dt i::after {content:'';display: block; position: absolute; top:16px; left:25px; width: 2px;height: 10px; background: #000; transform: rotate(-45deg);}
.sideMenu-product dl.hasChild.on dt i{ transform: rotate(180deg);}
.sideMenu-product dl.hasChild.on dt i::before,.sideMenu-product dl.hasChild.on dt i::after{background: #000;}

.sideMenu-product dl dt a{display: block;  color: #666666;       padding: 10px 25px}


.sideMenu-product dl dt.menu-article a{ padding: 10px 10px 10px 40px}
.sideMenu-product dl dd{display: none; border: 1px solid #eaeaea; border-bottom: none; }
.sideMenu-product dl.on dd{display: block;}
.sideMenu-product dl dd ul{}
.sideMenu-product dl dd ul li{ border-bottom: 1px solid #eaeaea; }
.sideMenu-product dl dd ul li a{position: relative; display: block; padding: 10px; padding-left: 30px; line-height: 24px; color: #252525;}
.sideMenu-product dl dd ul li a:before{    content: "•";    color: #252525;    font-size: 16px;}



}
