﻿/* 通用 begin */
.shadow{
    position: fixed;
    display: none;
    z-index: 3;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
}
/* 通用 end */
.foot{font-size: 12px;margin-bottom: 10px;padding-left: 3%;color:#999;}
.foot a{float:right;padding-right: 3%}
/* 顶部 begin */
.header{
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    background: #fff;
    padding-top:4px;
    padding-bottom:4px;
    align-items: center;
    justify-content: space-between;
}
.header a{
    width:50%;
}
.header a img{width: 100%;height:56px;}
.header_nav i{
    width:30px;
    height:30px;
    flex-grow: 0;
    flex-shrink: 0;
    background: url("../images/icon_01.png") no-repeat center;
    -webkit-background-size: 22px;
    background-size: 22px;
}
.header_nav p{
    color:#13275e;
    font-size:17px;
    flex-grow: 1;
    flex-shrink: 0;
    line-height:30px;
}
.header_phone{
    color:#333;
    font-size:14px;
    line-height:14px;
    margin-top:6px;
    display: none;
}
.header_phone span{
    color:#ffa200;
}
.nav{
    position: fixed;
    z-index: 4;
    top:0;
    right:-75%;
    width:75%;
    height:100%;
    color:#0f2669;
    padding:40px;
    background: #fff;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_active{
    right:0;
}
.nav_list{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #b7bdd2;
}
.nav_title{
    font-size:16px;
    line-height:24px;
}
.nav_main{
    display: none;
    font-size:12px;
    line-height:30px;
    padding-top:10px;
}
.nav_main a{
    padding-left:20px;
}
.nav_cancel{
    position: absolute;
    top:10px;
    right:20px;
    color:#999;
    width:40px;
    height:50px;
    font-size:24px;
    line-height:40px;
    text-align: center;
    -webkit-transform: scale(1,0.8);
    -moz-transform: scale(1,0.8);
    -ms-transform: scale(1,0.8);
    -o-transform: scale(1,0.8);
    transform: scale(1,0.8);
}
/* 顶部 end */

/* 内容区 begin */
.main{
    position: relative;
    width:100%;
}
/* 内容区 end */

/* banner begin */
.banner .swiper-pagination-bullet-active{
    background: #fff;
}
/* banner end */

/* 八大菜单 begin */
.menu{
    background: #fff;
    border-top:1px solid #e1e1e1;
    border-left:1px solid #e1e1e1;
}
.menu_list{
    float:left;
    width:25%;
    padding-top:10px;
    padding-bottom:10px;
    border-right:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}
.menu_list h2{
    color:#0f2669;
    font-size:13px;
    line-height:24px;
    text-align: center;
}
.menu_list_1 i{
    background:url("../images/icon_02.png") no-repeat;
}
.menu_list_2 i{
    background:url("../images/icon_03.png") no-repeat;
}
.menu_list_3 i{
    background:url("../images/icon_04.png") no-repeat;
}
.menu_list_4 i{
    background:url("../images/icon_05.png") no-repeat;
}
.menu_list_5 i{
    background:url("../images/icon_06.png") no-repeat;
}
.menu_list_6 i{
    background:url("../images/icon_07.png") no-repeat;
}
.menu_list_7 i{
    background:url("../images/icon_08.png") no-repeat;
}
.menu_list_8 i{
    background:url("../images/icon_09.png") no-repeat;
}
.menu_list i{
    width:30px;
    height:30px;
    margin-left:auto;
    margin-right:auto;
    -webkit-background-size: 30px;
    background-size: 30px;
}
/* 八大菜单 end */

/* 首页讲师团队 begin */
.team{
    margin-top:10px;
}
.option li{
    width:29.3%;
    color:#0f2669;
    margin-left:2%;
    margin-right:2%;
    font-size:15px;
    line-height:30px;
    text-align: center;
    /*border:1px solid #0f2669;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.option .option_active{
    color:#fff;
    background: #0f2669;
}
.team_main{
    margin-top:10px;
}
.team_block{
    display: none;
}
.team_block:first-child{
    display: block;
}
/* 首页讲师团队 end */

/* 首页书籍 begin */
.index_book_frame{
    width:100%;
    overflow: hidden;
}
.index_book_list{
    position: relative;
    float:left;
    width:70px;
    margin-left:4px;
    margin-right:4px;
}
/* 首页书籍 end */

/* 首页客户 begin */
.index_client_frame{
    width:100%;
    overflow: hidden;
}
.index_client_list{
    position:relative;
    float:left;
    width:90px;
    margin-left:2px;
    margin-right:2px;
}
/* 首页客户 end */

/* 留言 begin */
.msg{
    color:#999;
    font-size:14px;
    line-height:20px;
    margin-top:20px;
    margin-bottom:15px;
    text-align: center;
}
.msg span{
    color:#ffa200;
}
/* 留言 end */

/* 底部 begin */
.footer{
    position: fixed;
    z-index: 2;
    left:0;
    bottom:0;
    width:100%;
    background: #0f2669;
}
.footer_link{
    float:left;
    width:25%;
    padding-top:5px;
    padding-bottom:5px;
}
.footer_1 i{
    background:url("../images/icon_10.png") no-repeat center;
}
.footer_2 i{
    background:url("../images/icon_11.png") no-repeat center;
}
.footer_3 i{
    background:url("../images/icon_12.png") no-repeat center;
}
.footer_4 i{
    background:url("../images/icon_13.png") no-repeat center;
}
.footer_link i{
    width:30px;
    height:30px;
    margin-left:auto;
    margin-right:auto;
    -webkit-background-size: 28px;
    background-size: 28px;
}
.footer_link h2{
    color:#fff;
    font-size:13px;
    line-height:20px;
    text-align: center;
}
/* 底部 end */

/* 分享 begin */
.pop_share img{
    position: fixed;
    display: none;
    z-index: 4;
    left:0;
    width:100%;
    padding-left:5%;
    padding-right:5%;
}
.pop_share_wechat{
    top:0;
}
.pop_share_browser{
    top:40%;
}
/* 分享 end */

/* 弹窗-咨询电话 begin */
.pop_phone{
    position: fixed;
    display: none;
    z-index: 4;
    top:50%;
    left:10%;
    width:80%;
    padding:30px;
    margin-top:-80px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.pop_phone h3{
    color:#666;
    font-size:16px;
    line-height:30px;
}
.pop_phone a{
    color:#0f2669;
    font-size:20px;
    line-height:30px;
}
/* 弹窗-咨询电话 end */

/* 二维码 begin */
.pop_qr{
    position: fixed;
    display: none;
    z-index: 4;
    width:200px;
    top:50%;
    left:50%;
    margin-top:-140px;
    margin-left:-100px;
    background: transparent;
}
.qr_main{
    width:100%;
}
.qr_main li{
    display: none;
}
.qr_main li:first-child{
    display: block;
}
.qr_btn{
    margin-top:20px;
}
.qr_btn li{
    width:90px;
    color:#fff;
    font-size:16px;
    line-height:28px;
    text-align: center;
    border:1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.qr_btn .qr_btn_active{
    color:#ffa200;
    border-color:#ffa200;
}
/* 二维码 end */

/* 内页导航 begin */
.inner_head{
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
    background: #fff;
}
.inner_head_nav a{
    float:left;
    min-width:145px;
    color:#0f2669;
    font-size:14px;
    line-height:28px;
    background: #fff;
    text-align: center;
    margin:6px 10px;
    /*border:1px solid #0f2669;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.inner_head_nav .active{
    color:#fff;
    background: #0f2669;
}
.inner_head_subnav{
    padding-top:10px;
    padding-bottom:10px;
}
.inner_head_subnav a{
    float:left;
    color:#999;
    font-size:14px;
    line-height:16px;
    padding-left:10px;
    padding-right:10px;
    border-right:1px solid #e1e1e1;
}
.inner_head_subnav a:last-child{
    border:none;
}
.inner_head_subnav .active{
    color:#333;
}
/* 内页导航 end */

/* 页码 begin */
.page{
    margin-top:20px;
    padding-bottom:10px;
}
.page a,.page span{
    float:left;
    color:#0f2669;
    font-size:12px;
    line-height:20px;
    background: #fff;
    margin-left:6px;
    margin-right:6px;
    margin-bottom:8px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    border:1px solid #0f2669;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page .current{
    color:#fff;
    background: #0f2669;
}
/* 页码 end */

/* 左侧-在线报名 begin */
.side{
    position: fixed;
    z-index: 2;
    top:75%;
    right:0;
    width:32px;
    color:#fff;
    font-size:16px;
    line-height:20px;
    margin-top:-50px;
    padding-top:2px;
    padding-bottom:2px;
    text-align: center;
    background:#ffa200;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 5px 0 0 5px;
}
/* 左侧-在线报名 end */

/* 详情页 begin */
.article{
    background: #fff;
    padding-top:10px;
    padding-bottom:20px;
}
.article_title{
    color:#333;
    font-size:14px;
    line-height:28px;
    font-weight: bold;
    text-align: center;
}
.article_info{
    color:#999;
    font-size:12px;
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
}
.article_info span{
    margin-left:5px;
    margin-right:5px;
}
.article_detail{
    color:#333;
    font-size:14px;
    line-height:24px;
}
.article_detail p{
    margin-top:12px;
}
.article_detail p:first-child{
    margin-top:0;
}
.article_nav{
    color:#0f2669;
    font-size:12px;
    margin-top:20px;
    line-height:30px;
    padding-top:15px;
    border-top:1px solid #e1e1e1;
}
/* 详情页 end */

/* 联系我们 begin */
.contact{
    padding-top:30px;
    padding-bottom:30px;
    background: #fff;
}
.contact_main{
    margin-top:25px;
}
.contact_main:first-child{
    margin-top:0;
}
.contact_head{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.contact_head span{
    display: block;
}
.contact_head_block{
    width:5px;
    height:14px;
    margin-right:5px;
    background: #0096ff;
}
.contact_head_txt{
    color:#0096ff;
    font-size:16px;
    line-height:36px;
}
.contact_body{
    color:#666;
    font-size:12px;
    line-height:24px;
}
/* 联系我们 end */

/* 表单 begin */
.form{
    padding-top:30px;
    padding-bottom:40px;
    background: #fff;
}
.form_header{
    text-align: center;
}
.form_header_title{
    color:#333;
    font-size:16px;
    line-height:24px;
}
.form_header_tips{
    position: relative;
    color:#999;
    font-size:12px;
    margin-top:15px;
}
.form_header_tips span{
    color:#ff0000;
}
.form_main{
    width:94%;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
}
.form_list{
    display: -webkit-flex;
    display: flex;
    margin-top:20px;
    padding-left:20px;
    padding-right:10px;
    border:1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
}
.form_list_title{
    color:#666;
    font-size:14px;
    flex-grow: 1;
    flex-shrink: 0;
}
.form_list input[type=text]{
    width:100%;
    color:#333;
    font-size:14px;
    padding-top:8px;
    padding-bottom:8px;
    line-height:16px;
}
.form_list_title{
    position: relative;
}
.form_header_star{
    position: absolute;
    top:0;
    left:-8px;
    color:#ff0000;
    font-size:14px;
}
.form_list_layout_1{
    display: block;
    padding:8px 10px;
}
.form_list_layout_1 label{
    display: block;
    color:#666;
    font-size:14px;
}
.form_list_layout_1 span{
    color:#ff0000;
}
.form_list_layout_1 textarea{
    width:100%;
    height:80px;
    color:#666;
    font-size:14px;
    line-height:24px;
}
.form_sex{
    display: -webkit-flex;
    display: flex;
    color:#666;
    font-size:14px;
    margin-top:20px;
    line-height:24px;
    align-items: center;
}
.form_sex_main{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.form_sex_list input[type=radio]{
    margin-left:5px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.form_sex_list{
    display: -webkit-flex;
    display: flex;
    margin-right:30px;
    align-items: center;
}
.form_over{
    display: -webkit-flex;
    display: flex;
    margin-top:30px;
    align-items: center;
    justify-content: center;
}
.form_over button{
    width:100px;
    font-size:14px;
    line-height:30px;
    margin-left:10px;
    margin-right:10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.form_submit{
    color:#fff;
    background: #ffa200;
}
.form_reset{
    background: #fff;
    border:1px solid #ccc;
}
/* 表单 end */

/* 20180424 首页-团队 */
.index_team_list{
    position: relative;
    float:left;
    width:80px;
    margin-left:4px;
    margin-right:4px;
}
.index_team_thumb{
    width:80px;
}
.index_team_name{
    color:#333;
    font-size:12px;
    line-height:24px;
    text-align: center;
}
li.list_img{margin-bottom: 2%;padding-bottom:2%;width: 100%;border-bottom: 1px solid #f7f7f7;}
.list_img .img1{width:100%;}
.list_img .img2{width:100%;margin-left: 2%}
.list_img .img2 .red{color:#FF0000}
.list_img h3{font-weight: bold;}
.lijigoumai{width: 50%}
.list_video{margin-bottom: 5%}