 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } table{border-collapse:collapse; border-spacing:0; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000000; } .fc3{color:#333333; }
.fc6{color:#666666; } .fc9{color:#999999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; } body{font:12px 宋体,Arial,sans-serif; } a{text-decoration:none; } a:hover{color:#FF6600 }

/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";background-color: #f5f5f6;}
a{color: #444;}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input,select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{width: 95%;max-width: 1200px;margin: 0 auto;}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*
-----------------[头部]--------------*/
body{
    padding-top: 90px;
}
.header{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    z-index: 999;
}
.header .logo{
    height: 100%;
    float: left;
}
.header .logo img{
    display: inline-block;
    vertical-align: middle;
    /*max-height: 90%;*/
    max-width: 140px;
}
.header .hdr{
    float: right;
    font-size: 15px;
    color: #808080;
}
.header .hdr a,.header .hdr span{
    color: #808080;
    margin-left: 65px;
}
.header .hdr a:hover{
    color: #389eff;
}
.header .hdr .user{
    font-size: 0;
 /*   position: absolute;
    top: 10px;
    right: 0;*/
    float: right;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: url(../Images/icon_s02.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: none;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 2px;background-color: #119fd2;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{
    display: none;margin: 0;position: absolute;
    left: 5px;top: 40%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
.m_nav{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: #10a0d2;
    z-index: 998;
    line-height: 50px;
    padding-top: 50px;
    display: none;
}
.m_nav li{
    padding: 0 20px;
    border-bottom: 1px solid #fff;
}
.m_nav li a{
    padding: 0 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
}

/*
-----------------[底部]--------------*/

.footer{
    overflow: hidden;
    padding: 10px 0;
    font-size: 14px;
    line-height: 2.2em;
    color: #fff;
    background-color: #692d55;
}
.footer .ftt{
    overflow: hidden;
}
.footer .qr{
    float: right;
    width: 110px;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
}
.footer .qr .pic{
    padding: 5px;
    background-color: #fff;
}
.footer .qr .pic img{
    display: block;
    width: 100%;
}
.footer .infor{
    overflow: hidden;
    padding: 40px 0;
}
.footer .infor .item{
    float: left;
    margin-right: 60px;
}
.footer .infor .item:last-child{
    margin: 0;
}
.footer .copy{
    text-align: center;
}
/*
-----------------[网页02]--------------*/
.ban{
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ban img{
    display: block;
    width: 100%;
}
.ban .lessonwrap {
    position: absolute;
    width: 585px;
    height: 170px;
    padding: 40px 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, .5)
}

.ban .lessonwrap p {
    margin-bottom: 0
}

.ban .lessonwrap .lesson_unit {
    color: #333;
    font-size: 30px
}

.ban .lessonwrap .lesson_count {
    color: #333;
    font-size: 25px
}

.ban .lessonwrap .line {
    width: 180px;
    height: 1px;
    background: #87cae3;
    margin: 10px auto
}

.ban .lessonwrap .lesson_name {
    color: #333;
    font-size: 30px
}

.lessonmodule {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3.5% 0;
    background: #ddf5ff;
    box-sizing: border-box;
    position: relative
}

.lessonmodule .leftbar,
.lessonmodule .rightbar {
    padding: 0
}

.lessonmodule .leftbar {
    padding-right: 5%
}

.lessonmodule .rightbar {
    padding-left: 5%
}

.lessonmodule .line {
    display: block;
    width: 2px;
    height: 80px;
    position: absolute;
    background: #7AC4E1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.lessonmodule .leftbar .title,
.lessonmodule .rightbar .title {
    font-size: 18px;
    color: #1096c8
}

.lessonmodule .leftbar .info,
.lessonmodule .rightbar .info {
    font-size: 14px;
    color: #5d5d5d;
    margin-bottom: 0
}

.row_s01{
    padding:60px 0 80px;
    overflow: hidden;
}
.row_s01 .col_l{
    width: 60%;
}
.row_s01 .col_r{
    width: 38%;
}
.row_s01 .tit{
    margin: 15px 0;
    line-height: 38px;
}
.row_s01 .tit .back{
    display: inline-block;
    vertical-align: middle;
    width: 112px;
    height: 38px;
    border-radius: 19px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-right: 25px;
    background-color: #389eff;
}
.row_s01 .tit h4{
    display: inline-block; 
    vertical-align: middle;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    color: #1096c8;
}
.row_s01 .tit h5{
    font-weight: normal;
    font-size: 20px;
    line-height: 38px;
    color: #1096c8;
}

.m_video{
    position: relative;
}
.m_video video{
    display: block;
    width: 100%;
}
.m_video .controlbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: url(../Images/play.png) no-repeat rgba(0, 0, 0, .3);
    background-size: 60px;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.row_s01 .rightbar {
    height: 414px;
    overflow-y: auto
}

.row_s01 .rightbar::-webkit-scrollbar {
    width: 5px;
    background: #e5e5e5
}

.row_s01 .rightbar::-webkit-scrollbar-thumb {
    width: 5px;
    background: #bfbfbf
}

.row_s01 .rightbar .item {
    overflow: hidden;
    margin-bottom: 15px
}
.row_s01 .rightbar .item .viewinfo {
    width: 40%;
    float: left;
    margin-right: 10px;
}

.row_s01 .rightbar .item .info {
    overflow: hidden;
    text-align: left
}

.row_s01 .rightbar .item .info .lessonlabel,
.row_s01 .rightbar .item .info .lessontitle {
    font-size: 14px;
    color: #5d5d5d
}
/*.row_s01 .down{
    width: 40%;
}*/
.row_s01 .down{
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    background-color: #75aa3f;
}

.row_s01 .videoitem .viewinfo {
    position: relative
}

.row_s01 .videoitem .controlbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: url(../Images/play.png) no-repeat rgba(0, 0, 0, .3);
    background-size: 50px;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.ban1{
    height: 190px;
    
    color: #494949;
    padding-top: 50px;
    text-align: center;
    background-color: #fff;
}
.ban1 h3,.ban1 h4{
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    font-size: 32px;
    font-weight: normal;
    position: relative;
}
.ban1 h3:after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #97d3ff;
    display: none;
}
.ban1 h3.on,.ban1 h3.on a{
    color: #97d3ff;
}
.ban1 h3.on:after{
    display: block;
}
.ban1 h3 a:hover{
    color: #97d3ff;
}
.row_ck1{
    padding: 50px 0;
    background-color: #deebff;
}
.g_tit1{
    font-size: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}
.ck_list1{
    overflow: hidden;
    margin: 0 -15px;
}
.ck_list1 li{
    float: left;
    width: 25%;
    margin-bottom: 60px;
}
.ck_list1 .con{
    display: block;
    padding: 0 15px;
}
.ck_list1 .pic{
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.ck_list1 .pic img{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}
.ck_list1 .txt{
    height: 106px;
    padding: 10px;
    background-color: #fff;
}
.ck_list1 .txt h4{
    font-size: 18px;
    line-height: 1.5em;
    color: #ff9300;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.ck_list1 .txt p{
    font-size: 14px;
    line-height: 1.5em;
    color: #494949;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ck_list1 .numb{
    position: absolute;
    top: 10px;right: 10px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    color: #ff9300;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    background: url(../Images/icon_s01.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.g_more{
    display: block;
    margin: 0 auto;
    width: 184px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 23px;
    background-color: #389eff;
}
.g_more span{
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding-right: 28px;
    background: url(../Images/arrow1.png) right center no-repeat;
    background-size: 16px auto;
}
.g_more.on span{
    background: url(../Images/arrow2.png) right center no-repeat;
    background-size: 16px auto;
}
.row_ck2{
    background-color: #fff;
}
.row_ck2 .ck_list1 .txt{
    background-color: #ebf8da;
}
.row_ck2 .g_more{
    background-color: #75aa3f;
}

.m_pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,.64);
    display: none;
}
.m_pop .innerwrap {
    width: 450px;
    height: 480px;
    border-radius: 0;
    top: 45%;
    left: 50%;
    margin-left: -225px;
    margin-top: -240px;

}

.m_pop .modal-header {
    position: relative;
    text-align: center;
    padding-top: 45px;
    border: none
}

.m_pop .closebtn {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../Images/grayclose.png) no-repeat;
    background-size: contain;
    right: 5%;
    top: 20%;
    cursor: pointer
}

.m_pop .modal-body .inner {
    width: 335px;
    margin: 0 auto
}

.m_pop .modal-body .title {
    position: relative;
    font-size: 18px;
    color: #1097c9;
    text-align: center
}

.m_pop .modal-body .title:after,
.m_pop .modal-body .title:before {
    background: #1097c9;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    width: 35%
}
.m_pop .modal-body .title:after{
    left: 0;
}
.m_pop .modal-body .title:before {
    right: 0
}

.m_pop .modal-body .formwrap {
    margin-top: 30px
}

.m_pop .modal-body .input-group {
    height: 45px;
    line-height: 45px
}

.m_pop .modal-body .input-group input {
    background: #f4f4f4;
    color: #303030;
    padding-left: 20px;
    border: none;
}

.m_pop .modal-body .input-group .ycode {
    width: 175px
}

.getcode {
    cursor: pointer
}

.m_pop .modal-body .input-group .getcode {
    width: 145px;
    background: #1097c9;
    text-align: center;
    color: #fff;
    font-size: 15px;
    float: right
}

.m_pop .modal-body .error {
    width: 100%;
    height: 25px;
    margin: 0
}

.m_pop .modal-body .input-group .commitbtn {
    font-size: 18px;
    font-weight: 700;
    background: #1097c9;
    color: #FFF;
    border: none;
}

.m_pop .modal-body .isforget {
    margin-top: 15px;
    font-size: 15px
}

.m_pop a {
    color: #1080a5
}

.m_pop .modal-body .isforget .ishasaccout {
    color: #afafaf
}

.m_pop .modal-body .isforget .forgetpassword,
.m_pop .modal-body .isforget .tosign {
    color: #1080a5
}

.m_pop .remeber {
    color: #9b9b9b;
    font-size: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}

.m_pop .remeber .icon-checkbox {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #F9F2F4;
    margin-right: 15px;
    margin-top: 0;
    outline: 0;
}
.m_pop .remeber .icon-checkbox:checked{
    background: url(../Images/ischeckbox.png) no-repeat;
    background-size: contain;
}
.pad-0{
    padding: 0 !important;
}