@charset "gb2312";
/* CSS Document */
html,body,div,p,ul,ol,li,dl,dt,dd,h1,span,h3,h4,h5,h6,form,input,select,button,textarea,iframe,table,th,td{ margin:0; padding:0;}
body{ font-family:"SimSun","微软雅黑","Arial Narrow"; font-size:14px; min-width:320px; background:#fff;}
body,input,textarea,select{ font-family:"微软雅黑";}
a,input,textarea{ outline:none;}
img{border:0 none;}
div,form,ul,ol,li,dl,dt,dd{padding:0;border:0;list-style-type: none;margin:0;}
a:link,a:visited{text-decoration:none;}
a,textarea,input{ outline:none;}
textarea{ resize:none;}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
-webkit-appearance: none;
}
.clear{ clear:both; overflow:hidden; margin:0; padding:0; height:0; width:0;}

/*首页头部*/
.in_top{ width:100%; padding:10px 0; box-sizing:border-box; background:#fff; overflow:hidden; text-align:center;}
.in_top a{ display:block;}
.in_top a img{ width:auto; height:25px;}

/*公共头部-header*/
header{ height:44px; padding:0 5%; background:#5aabfc;}
.h_left{ float:left; width:5%; padding-top:12px; text-align:right;}
.h_left img{ height:20px;}
.h_center{ float:left; width:87%; text-align:center; line-height:44px; font-size:18px; font-weight:bold; color:#fff;}
.h_right{ float:left; width:8%; padding-top:10px;}
.h_right a{ display:block;}
.h_right img{ height:24px;}

/*页底*/
footer{ padding:18px 0 80px; background:#f3f3f3; overflow:hidden;}
footer p{ line-height:22px; font-size:12px; color:#333; text-align:center;}
footer p a{ display:inline-block; margin:0 6%; color:#216ee2;}

/*首页nav*/
nav{ width:100%; box-sizing:border-box; border-top:1px solid #d6eaff; background:#fff; overflow:hidden; margin-top:8px; position:fixed; bottom:0px; left:0px; z-index:99;}
/*nav li{ padding-top:30px; line-height:32px; float:left; width:20%; box-sizing:border-box; text-align:center; color:#727272;}*/
nav li{ padding-top:30px; line-height:32px; float:left; width:25%; box-sizing:border-box; text-align:center; color:#727272;}
nav li#nav01{ background:url(/resource/images/nav1.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav02{ background:url(/resource/images/nav2.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav03{ background:url(/resource/images/nav3.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav04{ background:url(/resource/images/nav4.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav05{ background:url(/resource/images/nav5.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav01.current{ background:url(/resource/images/nav_on1.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav02.current{ background:url(/resource/images/nav_on2.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav03.current{ background:url(/resource/images/nav_on3.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav04.current{ background:url(/resource/images/nav_on4.png) no-repeat center 10px; background-size:auto 25px;}
nav li#nav05.current{ background:url(/resource/images/nav_on5.png) no-repeat center 10px; background-size:auto 25px;}
nav li.current{ color:#5aabfc;}
nav li#nav06{ background:#ffaa00; color:#fff; padding:15px 0;}
nav li#nav07{ background:#fc5b5b; color:#fff; padding:15px 0;}
nav li#nav07.over{ background:#b4b4b4;}

/*2020421新增课程点击课程跳转鼎级班报名二维码弹层*/
.course_zhezhao{ display: none; position:fixed; left:0; bottom:0; width:100%; height:100%; opacity:0.75; background:#000; z-index:111;}
.course_ewm{ display: none; position:fixed; left:0%; top:25%; width:100%; z-index:122;}
.cewm_box{ width: 70%; margin: 0 auto; overflow: hidden; background: #fff; border-radius: 5px; padding: 20px 4%; box-sizing: border-box; text-align: center;}
.cewm_box img{ width: 88%;}
.cewm_box p{ display: none; padding: 10px 5% 0; line-height: 1.1rem; font-size: 0.75rem; color: #333;}