*{
    margin:0;
}
.flex{
    display: flex;
}
a,button:focus{
    outline: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
@font-face {
    font-family: 'MHeiHK-Bold';   /*字体名称*/
    src: url('../fonts/MHeiHK-Bold.otf');       /*字体源文件*/
}
@font-face {
    font-family: 'MHeiHK-Xbold';   /*字体名称*/
    src: url('../fonts/MHeiHK-Xbold.otf');       /*字体源文件*/
}
@font-face {
    font-family: 'MHeiHK-Light';   /*字体名称*/
    src:  url('../fonts/MHeiHK-Light.otf');       /*字体源文件*/
}
@font-face {
    font-family:'MHeiHK-Medium';   /*字体名称*/
    src:url('../fonts/MHeiHK-Medium.otf');       /*字体源文件*/
}
/*头部*/
.header .top_nav{
    position: fixed;
    top:0px;
    background: #fff;
    opacity: 0.8;
    z-index: 10;
    width:100%;
}
.header .top_nav_content{
    height:100px;
    line-height: 100px;
    position: relative;
    width:100vw;
}
.header .top_nav:before{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: #fff;
    opacity: 0.5;
}
.header .top_nav .logo{
    /*display: inline-block;*/
}
.header .top_nav .nav_list{
    position: absolute;
    right:30px;
    top:0px;
    height:100px;
    line-height: 100px;
}
.header .top_nav .nav_list ul{
    list-style: none;
}
.header .top_nav .nav_list ul li{
    display: inline-block;
}
.header .top_nav .nav_list ul li span{
    padding:0 10px;
}
.logo img{
    display: inline-block;
}
.login_btn{
    display: block;
    width:80px;
    height:40px;
    line-height: 40px;
    background: #ea5921;
    color:#fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}
a{
    text-decoration: none;
    color:#000;
}
body{
    font-family: 'MHeiHK-Bold';
}
a {
    outline:none;
}
.mobile-side-nav{
    display: none;
}
.header .mobile-side-nav {
    height: calc(100vh - 46px);
    overflow-y: auto;
    margin-top:46px;
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding-top: 20px;
}
.header .mobile-side-nav .nav_list{
    padding:0 20px;
}
.header .mobile-side-nav .nav_list ul{
    list-style: none;
}
.header .mobile-side-nav .nav_list ul li{
    display: inline-block;
}
.header .mobile-side-nav .nav_list ul li span{
    padding:0 10px;
}
.header .mobile-side-nav .mobile-divider {
    height: 1px;
    margin: 10px 20px;
    background-color: #D1D1D1;
}
.hide{
    display: none!important;
}
.user_show_icon{
    font-style: normal;
}
.user_show{
   font-family: 'MHeiHK-Bold';
}
.user_show i{
    margin-right:10px;
    font-style: normal;
}
.login_out{
    display: block;
    width:80px;
    height:40px;
    line-height: 40px;
    background: #bbb;
    color:#fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}
.mobile-nav-category .category_list .category_list_content{
    width:40%;
    height:100px!important;
    margin:10px 5% ;
}
.mobile-nav-category .category_list .category_list_content .category_img{
    height:100px!important;
}
.mobile-nav-category .category_list .category_list_content .category_img .category_title{
    font-size: 18px;
    background-size: 100%;
    margin:0 auto;
    line-height: 18px;
}
.mobile-nav-category .category_list .category_list_content:nth-child(1) .category_title,
.mobile-nav-category .category_list .category_list_content:nth-child(2) .category_title,
.mobile-nav-category .category_list .category_list_content:nth-child(3) .category_title,
.mobile-nav-category .category_list .category_list_content:nth-child(7) .category_title{
    padding:33px 0
}
.mobile-nav-category .category_list .category_list_content:nth-child(4) .category_title,.mobile-nav-category .category_list .category_list_content:nth-child(5) .category_title,
.mobile-nav-category .category_list .category_list_content:nth-child(6) .category_title,.mobile-nav-category .category_list .category_list_content:nth-child(8) .category_title,
.mobile-nav-category .category_list .category_list_content:nth-child(9) .category_title,.mobile-nav-category .category_list .category_list_content:nth-child(10) .category_title{
    padding:42px 0;
}
.category_list{
    width:100%;
    clear: left;
}
.category_list_content{
    width:20%;
    float: left;
    display: inline-block;
    height:180px;
    position: relative;
}

.role_T .category_list_content{
    width:16.6%;
}
.role_S .category_list_content{
    width:33.3%;
}

.category_list_content .title_hover{
    position: absolute;
    background: #ffff;
    z-index: 3;
    max-width: 300px;
    padding:2px 5px;
    /*left: 200px;*/
    /*top: 90px;*/
    display: none;
}
.category_list_content:nth-child(5) .title_hover,.category_list_content:nth-child(10) .title_hover{
    /*left:-200px;*/
}
.category_list_content:hover .title_hover{
    display: block;
}
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.category_list_content .category_title{
    font-size: 35px;
    line-height: 35px;
    font-family: MHeiHK-Xbold;
    color:#fff;
    height:100%;
    text-align: center;
}



.category_list_content .category_img{
    width:100%;
}
.category-table-cell{
    height:180px;
    vertical-align: middle;
    /*display:table-cell;*/
}
.icon_01 .category_title {
    color:#fa2424;
}

.category_list_content:hover .category_title{
    color:#406b93
}
.category_list .icon_01 .category_img{
    _background: url(../images/btn/btn_1.png)no-repeat center center;
	background: #000000;
    background-size: 100%;
    height:180px;
    position: relative;
}



.category_list .category_list_content .category_title,
.category_list .icon_01 .category_title,
.category_list .icon_02 .category_title,
.category_list .icon_03 .category_title,
.category_list .icon_04 .category_title,
.category_list .icon_05 .category_title,
.category_list .icon_06 .category_title,
.category_list .icon_07 .category_title,
.category_list .icon_08 .category_title,
.category_list .icon_10 .category_title,
.category_list .icon_11 .category_title,
.category_list .icon_12 .category_title
{
   padding:74px 0;
}


.category_list .icon_09 .category_title
{
   padding:55px 0;
}
/*.category_list_content:nth-child(1) .category_title{*/
/*    background: url(../images/btn/btn_text_1.png)no-repeat center center;*/
/*    background-size: 127px;*/
/*}*/
/*.category_list_content:nth-child(1):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_1.png)no-repeat center center;*/
/*    background-size: 127px;*/
/*}*/
/*.category_list_content:nth-child(2) .category_title{*/
/*    background: url(../images/btn/btn_text_2.png)no-repeat center center;*/
/*    background-size: 170px;*/
/*}*/
/*.category_list_content:nth-child(2):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_2.png)no-repeat center center;*/
/*    background-size: 170px;*/
/*}*/
/*.category_list_content:nth-child(3) .category_title{*/
/*    background: url(../images/btn/btn_text_3.png)no-repeat center center;*/
/*    background-size: 170.5px;*/
/*}*/
/*.category_list_content:nth-child(3):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_3.png)no-repeat center center;*/
/*    background-size: 170.5px;*/
/*}*/
/*.category_list_content:nth-child(4) .category_title{*/
/*    background: url(../images/btn/btn_text_4.png)no-repeat center center;*/
/*    background-size: 170.5px;*/
/*}*/
/*.category_list_content:nth-child(4):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_4.png)no-repeat center center;*/
/*    background-size: 170.5px;*/
/*}*/
/*.category_list_content:nth-child(5) .category_title{*/
/*    background: url(../images/btn/btn_text_5.png)no-repeat center center;*/
/*    background-size: 215px;*/
/*}*/
/*.category_list_content:nth-child(5):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_5.png)no-repeat center center;*/
/*    background-size: 215px;*/
/*}*/
/*.category_list_content:nth-child(6) .category_title{*/
/*    background: url(../images/btn/btn_text_6.png)no-repeat center center;*/
/*    background-size: 169.5px;*/
/*}*/
/*.category_list_content:nth-child(6):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_6.png)no-repeat center center;*/
/*    background-size: 169.5px;*/
/*}*/
/*.category_list_content:nth-child(7) .category_title{*/
/*    background: url(../images/btn/btn_text_7.png)no-repeat center center;*/
/*    background-size: 164px;*/
/*}*/
/*.category_list_content:nth-child(7):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_7.png)no-repeat center center;*/
/*    background-size: 164px;*/
/*}*/
/*.category_list_content:nth-child(8) .category_title{*/
/*    background: url(../images/btn/btn_text_8.png)no-repeat center center;*/
/*    background-size: 126px;*/
/*}*/
/*.category_list_content:nth-child(8):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_8.png)no-repeat center center;*/
/*    background-size: 126px;*/
/*}*/
/*.category_list_content:nth-child(9) .category_title{*/
/*    background: url(../images/btn/btn_text_9.png)no-repeat center center;*/
/*    background-size: 171px;*/
/*}*/
/*.category_list_content:nth-child(9):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_9.png)no-repeat center center;*/
/*    background-size: 171px;*/
/*}*/
/*.category_list_content:nth-child(10) .category_title{*/
/*    background: url(../images/btn/btn_text_10.png)no-repeat center center;*/
/*    background-size: 171px;*/
/*}*/
/*.category_list_content:nth-child(10):hover .category_title{*/
/*    background: url(../images/btn/btn_text_hover_10.png)no-repeat center center;*/
/*    background-size: 171px;*/
/*}*/
.category_list_content .category_img:before{
    content:'';
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background: #587990;
    opacity: .8;
    z-index: -1;
}
.category_list_content:hover .category_img:before{
    content: '';
    background: transparent;
    opacity: 1;
}

.category_list_content .category_img{
    background: url(../images/btn/btn_1.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}

.icon_02 .category_img{
    background: url(../images/btn/btn_2.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_03 .category_img{
    background: url(../images/btn/btn_3.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_04 .category_img{
    background: url(../images/btn/btn_4.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_05 .category_img{
    background: url(../images/btn/btn_5.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_06 .category_img{
    background: url(../images/btn/btn_6.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_07 .category_img{
    background: url(../images/btn/btn_7.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_08 .category_img{
    background: url(../images/btn/btn_8.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_09 .category_img{
    background: url(../images/btn/btn_9.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_10 .category_img{
    background: url(../images/btn/btn_10.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}
.icon_12 .category_img{
    background: url(../images/btn/btn_1.png)no-repeat center center;
    background-size: 100%;
    height:180px;
    position: relative;
}



.login_overlay{
    top:0px;
    left:0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    bottom:0px;
    right:0px;
}
.login_overlay .login-panel{
    width:360px;
    height:360px;
    border-radius: 50px;
    position: relative;
    padding:60px 60px 30px 60px;
}
.login_overlay .login-panel .close-button{
    color: #DADADA;
    font-size: 20px;
    top: 23px;
    right: 23px;
}
.login-panel .login-title {
    font-size: 20px;
    color: #1C2D44;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: MHeiHK-Bold;
}
.input-wrapper {
    color: #605D5E;
}
.input-wrapper i{
    font-size: 20px;
}
.input-wrapper .absolute{
    bottom:-4px;
}
.icon-input {
    border-bottom: 1px solid #CFD0D2;
    padding-left: 35px;
    padding-right: 10px;
    font-size: 12px;
}
.login-button {
    margin: 0 auto;
    background-color: #ea5921;
    font-size: 13px;
    border-radius: 100px;
}
.contact-text {
    font-size: 12px;
    font-weight: 500;
}
.contact-title {
    text-decoration-line: underline;
    color: #ea5921;
    font-weight: 500;
    font-size: 12px;
}
/*-----------end index BTN-------------*/
/*-------------slide----------------*/
.slide_menu{
    width:210px;
    max-width: 210px;
    min-width: 210px;
    background: #eee;
}
.slide_menu .category-block-wrapper{
    width:100%;
    height:54px;
    line-height: 54px;
    /*position: relative;*/
}
.slide_menu .category-block-wrapper .title_hover{
    background: #fff;
    position: absolute;
    left:210px;
    display: block;
    padding:2px 5px 2px 30px;
    border:1px solid #666;
    line-height: 25px;
    width:300px;
    z-index: 2;
    display: none;
}
.slide_menu .category-block-wrapper .title_hover .arrow{
    font-size: 20px;
    color:#666;
    position: absolute;
    left:5px;
    top:5px;
}
.slide_menu .category-block-wrapper:hover .title_hover{
    display: block;
}
.slide_menu .category-block-wrapper .letter-wrapper{
    color:#fff;
    padding-left:30px;
    font-family: MHeiHK-Xbold;
    font-size: 20px;
    position: absolute;
    z-index: 2;
	_word-wrap: break-word;
    width:100%;
}

.slide_menu .icon_01 .letter-wrapper{
    color:#fa2424;
    
}
.slide_menu .category-block-wrapper:hover .letter-wrapper{
    color:#464547;
}
/*.slide_menu .category-block-wrapper:nth-child(1):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_1.png)no-repeat 30px center;*/
/*    background-size: 134px 26px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(2):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_2.png)no-repeat 30px center;*/
/*    background-size: 155.25px 25.75px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(3):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_3.png)no-repeat 30px center;*/
/*    background-size: 133.75px 25.75px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(4):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_4.png)no-repeat 30px center;*/
/*    background-size: 90.25px 25.75px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(5):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_5.png)no-repeat 30px center;*/
/*    background-size: 111px 25.75px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(6):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_6.png)no-repeat 30px center;*/
/*    background-size: 89.75px 25.75px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(7):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_7.png)no-repeat 30px center;*/
/*    background-size: 132.75px 25.5px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(8):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_8.png)no-repeat 30px center;*/
/*    background-size: 68.5px 25.5px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(9):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_9.png)no-repeat 30px center;*/
/*    background-size: 90.5px 26px;*/
/*}*/
/*.slide_menu .category-block-wrapper:nth-child(10):hover .letter-wrapper{*/
/*    background: url(../images/tep_btn/btn_tepHover_10.png)no-repeat 30px center;*/
/*    background-size: 90.75px 25.5px;*/
/*}*/
.slide_menu .category-block-wrapper .categary-block{
    width:100%;
    position: relative;
    height:54px;
}
.slide_menu .category-block-wrapper .categary-block:before{
    content: '';
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background: #2e9dea;
    opacity: 0.5;
    z-index: 0;
}

.slide_menu .icon_01 .categary-block:before{
    content: '';
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}
.slide_menu .category-block-wrapper:hover .categary-block:before{
    background: transparent;
}

.slide_menu .category-block-wrapper .categary-block{
    background: url(../images/tep_btn/tep_btn_1.png)no-repeat center center;
    background-size: 100%;
}

.slide_menu .category-block-wrapper:nth-child(1) .categary-block{
    background: url(../images/tep_btn/tep_btn_1.png)no-repeat center center;
    #background: #000;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(2) .categary-block{
    background: url(../images/tep_btn/tep_btn_2.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(3) .categary-block{
    background: url(../images/tep_btn/tep_btn_3.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(4) .categary-block{
    background: url(../images/tep_btn/tep_btn_4.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(5) .categary-block{
    background: url(../images/tep_btn/tep_btn_5.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(6) .categary-block{
    background: url(../images/tep_btn/tep_btn_6.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(7) .categary-block{
    background: url(../images/tep_btn/tep_btn_7.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(8) .categary-block{
    background: url(../images/tep_btn/tep_btn_8.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(9) .categary-block{
    background: url(../images/tep_btn/tep_btn_9.png)no-repeat center center;
    background-size: 100%;
}
.slide_menu .category-block-wrapper:nth-child(10) .categary-block{
    background: url(../images/tep_btn/tep_btn_10.png)no-repeat center center;
    background-size: 100%;
}

.slide_menu .icon_01 .categary-block{
	#background: url(../images/tep_btn/tep_btn_10.png)no-repeat center center;
    background: #000;
	background-size: 100%;
}


@media (max-width: 900px) {
    .category{
        height:250px!important;
    }
    /*.category_list_content{*/
    /*    height:125px!important;*/
    /*}*/
    /*.category_list_content a .category_img{*/
    /*    height:125px!important;*/
    /*}*/
    /*.category .category_list_content:nth-child(1) .category_title{*/
    /*    width:103px;*/
    /*}*/
    /*.category .category_list_content:nth-child(2) .category_title{*/
    /*    width:135px;*/
    /*}*/
    /*.category .category_list_content:nth-child(3) .category_title{*/
    /*    width:137px;*/
    /*}*/
    /*.category .category_list_content:nth-child(4) .category_title{*/
    /*    width:135px;*/
    /*}*/
    /*.category .category_list_content:nth-child(5) .category_title{*/
    /*    width:150px;*/
    /*}*/
    /*.category .category_list_content:nth-child(6) .category_title{*/
    /*    width:137px;*/
    /*}*/
    /*.category .category_list_content:nth-child(7) .category_title{*/
    /*    width:135px;*/
    /*}*/
    /*.category .category_list_content:nth-child(8) .category_title{*/
    /*    width:103px;*/
    /*}*/
    /*.category .category_list_content:nth-child(9) .category_title{*/
    /*    width:137px;*/
    /*}*/
    /*.category .category_list_content:nth-child(10) .category_title{*/
    /*    width:137px;*/
    /*}*/
    /*.category .category_list_content .category_title{*/
    /*    margin:0 auto*/
    /*}*/
}

@media (max-width: 1024px) {
    .home_banner{
		padding-top: 76px;
	}
}






/*---------------------page-------------------------*/
.pagination .selected {
    background: #ea5921;
    border-radius: 30px;
    color: white;
    width: 30px;
    height: 30px;
}
.pagination .selected a{
    color: white;
}
.EN .category-block-wrapper .categary-block .letter-wrapper{
	line-height:17px;
	font-size:16px;
	_padding: 10px 0 10px 30px;
	_padding-top: 10px;
	_padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 30px;
}

/*.EN .category-block-wrapper:nth-child(2) .categary-block .letter-wrapper,
.EN .category-block-wrapper:nth-child(4) .categary-block .letter-wrapper,
.EN .category-block-wrapper:nth-child(6) .categary-block .letter-wrapper,
.EN .category-block-wrapper:nth-child(7) .categary-block .letter-wrapper
{
	
	padding-top: 10px;
    padding-bottom: 10px;
}

.EN .category-block-wrapper:nth-child(1) .categary-block .letter-wrapper,
.EN .category-block-wrapper:nth-child(8) .categary-block .letter-wrapper{
	
	padding-top: 19px;
    padding-bottom: 19px;
}*/





/*一行*/
.EN .slide_menu .icon_01 .categary-block .letter-wrapper,
.EN .slide_menu .icon_04 .categary-block .letter-wrapper,
.EN .slide_menu .icon_08 .categary-block .letter-wrapper,
.EN .slide_menu .icon_10 .categary-block .letter-wrapper,
.EN .slide_menu .icon_11 .categary-block .letter-wrapper,
.EN .slide_menu .icon_12 .categary-block .letter-wrapper
{
	
	padding-top: 17px;
    padding-bottom: 17px;
}
/*二行*/
.EN .slide_menu .icon_02 .categary-block .letter-wrapper,
.EN .slide_menu .icon_06 .categary-block .letter-wrapper,
.EN .slide_menu .icon_07 .categary-block .letter-wrapper,

.EN .slide_menu .icon_09 .categary-block .letter-wrapper
{
	
	padding-top: 10px;
    padding-bottom: 10px;
}
/*三行*/
.EN .slide_menu .icon_05 .categary-block .letter-wrapper,
.EN .slide_menu .icon_03 .categary-block .letter-wrapper
{
	padding-top: 1px;
    padding-bottom: 1px;
}







.EN .category_list .category_list_content .category_title
{
   padding:56px 0;
}


/*.EN .category_list .category_list_content:nth-child(3) .category_title,
.EN .category_list .category_list_content:nth-child(9) .category_title,
.EN .category_list .category_list_content:nth-child(10) .category_title
{
	padding:40px 0;
}


.EN .category_list .category_list_content:nth-child(8) .category_title,
.EN .category_list .category_list_content:nth-child(11) .category_title,
.EN .category_list .category_list_content:nth-child(12) .category_title
{
    padding:74px 0;
}*/

.EN .category_list .icon_03 .category_title
{
	padding:18px 0;
}

.EN .category_list .icon_02 .category_title,
.EN .category_list .icon_05 .category_title,
.EN .category_list .icon_06 .category_title,
.EN .category_list .icon_09 .category_title
{
	padding:36px 0;
}


.EN .category_list .icon_11 .category_title,
.EN .category_list .icon_12 .category_title,
.EN .category_list .icon_07 .category_title,
.EN .category_list .icon_99 .category_title
{
	padding:52px 0;
}


.EN .category_list .icon_04 .category_title,
.EN .category_list .icon_01 .category_title,
.EN .category_list .icon_10 .category_title,
.EN .category_list .icon_08 .category_title
{
	padding:70px 0;
}

.EN .role_S  .icon_03 .category_title
{
	padding:52px 0;
}
.EN .role_S  .icon_12 .category_title
{
	padding:70px 0;
}


@media (max-width: 1367px) { 	
	
	/*老師版中文版*/
	.EN .role_T .category_title
	{
		font-size:25px;
	}
	.role_T .icon_01 .category_title ,
	.role_T .icon_02 .category_title ,
	.role_T .icon_04 .category_title ,
	.role_T .icon_05 .category_title ,
	.role_T .icon_06 .category_title ,
	.role_T .icon_07 .category_title ,
	.role_T .icon_08 .category_title ,
	.role_T .icon_10 .category_title ,
	.role_T .icon_11 .category_title ,
	.role_T .icon_12 .category_title 
	{
        padding: 73px 0;	
    }
	
	.role_T .icon_03 .category_title 
	{
        padding: 55px 0;	
    }
	
	.role_T .icon_09 .category_title 
	{
        padding: 38px 0;	
    }
	
	/*老師英文版*/
	/*一行*/
	.EN .category_list .icon_01 .category_title,
	.EN .category_list .icon_04 .category_title,
	.EN .category_list .icon_10 .category_title,
	.EN .category_list .icon_10 .category_title
	.EN .category_list .icon_12 .category_title
	{
		padding:73px 0;
	}
	/*二行*/
	.EN .category_list .icon_02 .category_title,
	.EN .category_list .icon_07 .category_title,
	.EN .category_list .icon_11 .category_title,
	.EN .category_list .icon_99 .category_title
	{
		padding:54px 0;
	}
	/*三行*/
	.EN .category_list .icon_05 .category_title,
	.EN .category_list .icon_06 .category_title,
	.EN .category_list .icon_09 .category_title
	{
		padding:37px 0;
	}
	/*四行*/
	.EN .category_list .icon_03 .category_title
	{
		padding:20px 0;
	}
	
	
	
	
	/*學生版*/
	
	.EN .role_S .icon_03 .category_title
	{
		padding:54px 0;
	}
	
	.EN .role_S .icon_10 .category_title,
	.EN .role_S .icon_04 .category_title,
	.EN .role_S .icon_11 .category_title,
	.EN .role_S .icon_12 .category_title,
	.EN .role_S .icon_10 .category_title,
	.EN .role_S .icon_08 .category_title
	{
		padding:70px 0;
	}
	
	
	
}


@media (max-width: 1025px) { 	
	
	.EN .header .top_nav .nav_list 
	{
		line-height:117px;
	}
	
	.EN .role_T .category_title 
	{
		font-size:20px;
	}
	
    /*老師版中文版*/
	.role_T .icon_01 .category_title ,
	.role_T .icon_04 .category_title ,
	.role_T .icon_07 .category_title ,
	.role_T .icon_08 .category_title ,
	.role_T .icon_10 .category_title ,
	.role_T .icon_11 .category_title ,
	.role_T .icon_12 .category_title,
	.role_T .icon_99 .category_title 
	{
        padding: 52px 0;	
    }
	
	.role_T .icon_02 .category_title ,
	.role_T .icon_03 .category_title ,
	.role_T .icon_05 .category_title ,
	.role_T .icon_06 .category_title 
	{
        padding: 35px 0;	
    }
	
	.role_T .icon_09 .category_title 
	{
        padding: 17px 0;	
    }
	
	
	/*老師版英文版*/
	/*一行*/
	.EN .category_list .icon_01 .category_title,
	.EN .category_list .icon_04 .category_title,
	.EN .category_list .icon_08 .category_title,
	.EN .category_list .icon_10 .category_title,
	.EN .category_list .icon_12 .category_title
	{
		padding: 52px 0;
	}
	
	/*二行*/
	.EN .category_list .icon_02 .category_title,
	.EN .category_list .icon_07 .category_title,
	.EN .category_list .icon_11 .category_title,
	.EN .category_list .icon_99 .category_title
	{
		padding: 34px 0;
	}
	/*三行*/
	.EN .category_list .icon_05 .category_title,
	.EN .category_list .icon_06 .category_title,
	.EN .category_list .icon_09 .category_title
	{
		padding: 17px 0;
	}
	/*四行*/
	.EN .category_list .icon_03 .category_title
	{
		padding:0px 0;
	}
	
	
	
	
	/*學生版*/
	
	.role_S .icon_03 .category_title,
	.role_S .icon_04 .category_title,
	.role_S .icon_08 .category_title,
	.role_S .icon_10 .category_title,
	.role_S .icon_11 .category_title,
	.role_S .icon_12 .category_title
	{
		padding:52px 0;
		
	}
	
	
	.EN .role_S .icon_04 .category_title,
	.EN .role_S .icon_08 .category_title,
	.EN .role_S .icon_10 .category_title,
	.EN .role_S .icon_11 .category_title,
	.EN .role_S .icon_12 .category_title
	{
		padding:52px 0;
		font-size:24px;
	}
	
	.EN .role_S .icon_03 .category_title
	{
		padding:37px 0;
		font-size:24px;
	}
	
	
	
	.slide_menu .category-block-wrapper .letter-wrapper{
		
		font-size: 15px;
	}
	
	/*一行*/
	.EN .slide_menu .icon_01 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_04 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_08 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_10 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_11 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_12 .categary-block .letter-wrapper
	{
		
		padding-top: 17px;
		padding-bottom: 17px;
	}
	/*二行*/
	.EN .slide_menu .icon_02 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_06 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_07 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_05 .categary-block .letter-wrapper,
	.EN .slide_menu .icon_09 .categary-block .letter-wrapper
	{
		
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/*三行*/
	.EN .slide_menu .icon_03 .categary-block .letter-wrapper
	{
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.EN .category-block-wrapper .categary-block .letter-wrapper{
		font-size: 15px;
		padding: none;
	}
	
	
	
	.EN .mobile-nav-category .category_list .icon_03 .category_title,
	.EN .mobile-nav-category .category_list .icon_09 .category_title
	{
		padding: 14px 0;
		font-size:20px;
	}
	
	.EN .mobile-nav-category .category_list .icon_07 .category_title,
	.EN .mobile-nav-category .category_list .icon_12 .category_title
	{
		padding: 32px 0;
		font-size:20px;
	}
	
	.EN .mobile-nav-category .category_list .icon_01 .category_title,
	.EN .mobile-nav-category .category_list .icon_04 .category_title,
	.EN .mobile-nav-category .category_list .icon_08 .category_title,
	.EN .mobile-nav-category .category_list .icon_10 .category_title,
	.EN .mobile-nav-category .category_list .icon_11 .category_title
	{
		padding: 40px 0;
		font-size:20px;
	}
	
	
	.EN .mobile-nav-category .category_list .icon_02 .category_title,
	.EN .mobile-nav-category .category_list .icon_05 .category_title,
	.EN .mobile-nav-category .category_list .icon_06 .category_title
	{
		padding: 23px 0;
		font-size:20px;
	}
	
	/*.EN .mobile-nav-category .category_list .category_list_content:nth-child(1) .category_title,
	.EN .mobile-nav-category .category_list .category_list_content:nth-child(8) .category_title
	{
		padding-top: 38px;
        padding-bottom: 38px;
		font-size:24px;
    }
	.EN .mobile-nav-category .category_list .category_list_content:nth-child(2) .category_title,
	.EN .mobile-nav-category .category_list .category_list_content:nth-child(5) .category_title,
	.EN .mobile-nav-category .category_list .category_list_content:nth-child(6) .category_title
	{
		padding-top: 28px;
        padding-bottom: 28px;
		font-size:24px;
    }
	
	.EN .mobile-nav-category .category_list .category_list_content:nth-child(4) .category_title,
	.EN .mobile-nav-category .category_list .category_list_content:nth-child(7) .category_title
	{
		padding-top: 38px;
        padding-bottom: 38px;
		font-size:24px;
    }*/
	
	
	
	
	
}

@media (max-width: 768px) {
	
	/*手機版*/
	.role_T .category_list_content,
	.role_S .category_list_content 
	{
		width:50%;
	}
	
    .home_banner{
		padding-top: 76px;
	}
	.category_list .category_list_content .category_title
	{
		padding: 60px 0;
	}
	.category_list .icon_09 .category_title
	{
        padding: 26px 0;
    }
    
    .login_overlay .login-panel {
        border-radius: 20px;
        width: 350px;
        height: 350px;
    }
    .login_overlay .login-title{
        font-size: 14px;
    }
    .sm\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
	.sm\:hidden{
        display: block;
    }
    .top_nav .top_nav_content{
        display: none;
    }
    .menu-trigger{
        color:#666;
        cursor: pointer;
    }
    .phone_nav{
        height:46px;
        line-height: 46px;
        background: #fff;
    }
    .login{
        font-size: 12px;
        width:50px;
        height:30px;
        line-height: 30px;
        background: #ea5921;
        color:#fff;
        text-align: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }
}

@media (max-width: 639px) {
	
	/*手機版*/
	.role_T .category_list_content,
	.role_S .category_list_content 
	{
		width:50%;
	}
	
    .home_banner{
		padding-top: 46px;
	}
	
	
    .category_list .icon_01 .category_title,
    .category_list .icon_07 .category_title,
    .category_list .icon_08 .category_title,
    .category_list .icon_10 .category_title,
    .category_list .icon_11 .category_title,
    .category_list .icon_12 .category_title,
    .category_list .icon_99 .category_title
	{
        padding: 60px 0;
    }
	
	.category_list .icon_02 .category_title,
    .category_list .icon_03 .category_title,
    .category_list .icon_04 .category_title,
    .category_list .icon_05 .category_title,
    .category_list .icon_06 .category_title
	{
        padding: 43px 0;
    }
	
	.category_list .icon_09 .category_title
	{
        padding: 36px 0;
    }
	
	
	.EN .category_list .icon_01 .category_title,
    .EN .category_list .icon_08 .category_title,    
    .EN .category_list .icon_04 .category_title,
    .EN .category_list .icon_10 .category_title,
    .EN .category_list .icon_11 .category_title
    
	{
        padding: 60px 0;
    }
	
	.EN .category_list .icon_02 .category_title,
    .EN .category_list .icon_99 .category_title,
    .EN .category_list .icon_05 .category_title,
    .EN .category_list .icon_06 .category_title,
    .EN .category_list .icon_12 .category_title,
	.EN .category_list .icon_07 .category_title
	{
        padding: 41px 0;
    }
	
	.EN .category_list .icon_03 .category_title,
	.EN .category_list .icon_09 .category_title
	{
        padding: 9px 0;
    }
	
    .login_overlay .login-panel {
        border-radius: 20px;
        width: 350px;
        height: 350px;
    }
    .login_overlay .login-title{
        font-size: 14px;
    }
    .sm\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .top_nav .top_nav_content{
        display: none;
    }
    .menu-trigger{
        color:#666;
        cursor: pointer;
    }
    .phone_nav{
        height:46px;
        line-height: 46px;
        background: #fff;
    }
    .login{
        font-size: 12px;
        width:50px;
        height:30px;
        line-height: 30px;
        background: #ea5921;
        color:#fff;
        text-align: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }
}
@media (min-width: 639px){
    .sm\:hidden {
        display: none;
    }
	
}