html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    font-family: Arial, Microsoft YaHei, 黑体, 宋体, sans-serif;
    font-size: 13px;
    color: #666;
}

body {
    position: relative;
    padding-bottom: 370px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    display: block;
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

input:focus {
    outline: none;
}

.headbg {
    width: 100%;
    height: 200px;
}

.mainbg {
    width: 100%;
    height: auto;
    min-height: 260px;
}

.bottombg {
    position: absolute;
    width: 100%;
    height: 370px;
    box-sizing: border-box;
    background: url("../images/bottom.jpg") no-repeat;
    background-size: cover;
}

.bottomsg {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px;
    color: #2da7f8;
    font-size: 12px;
    text-align: center;
}

.centerbg {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.logoline {
    width: 100%;
    height: 150px;
    background: url("../images/topbg.jpg") no-repeat;
    background-size: cover;
}

.headbg>.navbg {
    width: 100%;
    height: 50px;
    background-color: #2da7f8;
    color: #fff;
}

.headbg>.navbg>.centerbg>li {
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.headbg>.navbg>.centerbg>li>.minnav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #2da7f8;
    z-index: 100;
}

.headbg>.navbg>.centerbg>li>.minnav>li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.headbg>.navbg>.centerbg>li.active {
    background-color: #fff;
    color: #2da7f8;
}

.headbg>.navbg>.centerbg>li.active a {
    color: #2da7f8;
}

.headbg>.navbg>.centerbg>li:hover {
    background-color: #fff;
    color: #2da7f8;
}

.headbg>.navbg>.centerbg>li:hover a {
    color: #2da7f8;
}

.headbg>.navbg>.centerbg>li:hover .minnav {
    display: block;
}

.headbg>.navbg>.centerbg>li>.minnav>li:hover {
    background-color: #a0c9e47c;
    color: #1da1f8;
}

.logoline>.centerbg>.logobg {
    display: inline-block;
    float: left;
    width: 50%;
    height: 150px;
    line-height: 150px;
    font-size: 2.4em;
    color: #2da7f8;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

.logoline>.centerbg>.inputbg {
    position: relative;
    display: inline-block;
    float: right;
    box-sizing: border-box;
    width: 50%;
    height: 150px;
    line-height: 150px;
    padding-right: 150px;
}

.searchbg {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    height: 30px;
    line-height: 30px;
    padding-right: 80px;
}

.searchbg>input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 10px 0 0 10px;
    border-right: none;
}

.searchbg>.searchbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #2da7f8;
    color: #fff;
    text-align: center;
    border-radius: 0 10px 10px 0;
    font-size: .8em;
}

.logoline>.centerbg>.inputbg>.loginbtn {
    position: absolute;
    top: 62px;
    right: 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
}

.logoline>.centerbg>.inputbg>.loginbtn .login:hover {
    text-decoration: underline;
    color: #2da7f8;
}

.logoline>.centerbg>.inputbg>.loginbtn .signup:hover {
    text-decoration: underline;
    color: #2da7f8;
}

.bannerbg {
    display: inline-block;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}

.swiper-slide {
    position: relative;
}

.bannerbg>.swiper-wrapper>.swiper-slide>img {
    width: 100%;
    height: auto;
}

.first-contbg {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 480px;
    padding-left: 200px;
    margin-bottom: 20px;
}

.first-contbg>.tablelist {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;
}

.first-contbg>.tablelist>li {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #2da7f8;
    color: #fff;
    font-size: 1.2em;
    overflow: hidden;
}

.first-contbg>.tablelist>li a{
	position: absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1000;
}

.first-contbg>.tablelist>li>.lighter {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.first-contbg>.tablelist>li:hover .lighter {
    animation: showlighter 1.5s 1;
}

@keyframes showlighter {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

@-webkit-keyframes showlighter {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

@-o-keyframes showlighter {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

@-moz-keyframes showlighter {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

.first-contbg>.tablelist>li:last-child {
    margin-bottom: 0;
}
.first-contbg>.tablelist>li span {
    font-size: 1.6em;
    padding-right: 12px;
}

.newslistbg {
    box-sizing: border-box;
    width: 100%;
    height: 480px;
    border-top: 2px solid #2da7f8;
    background-color: #fff;
    padding: 10px 20px;
}

.aboutusbg {
    display: inline-block;
    float: left;
    width: 46%;
    height: 100%;
}

.newsblock-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #2da7f8;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 500;
}

.aboutusbg>.imgblcok {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.aboutusbg>.imgblcok>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.aboutusbg>.textblock {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 1.2em;
    text-indent: 2em;
    letter-spacing: 1px;
    text-align: justify;
}

.aboutusbg>.textblock>a {
    color: #2da7f8;
    font-size: 12px;
}

.twonews {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 54%;
    height: 100%;
    padding-left: 20px;
}

.newsblock {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.newsblock>.morebtn {
    position: absolute;
    width: auto;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    background-color: #fff;
    bottom: -8px;
    right: 0;
    color: #2da7f8;
    font-size: 12px;
}

.newsblock>.morebtn:hover {
    text-decoration: underline;
}

.newsblock>.listblock {
    width: 100%;
    height: 180px;
    padding-bottom: 19px;
}

.newsblock>.listblock>li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 34px;
    padding-right: 120px;
    line-height: 34px;
    font-size: 1.2em;
}

.newsblock>.listblock>li:hover {
    background-color: #f1f1f1;
}

.newsblock>.listblock>li>a>.newtitle {
    width: 100%;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsblock>.listblock>li>a>.newdate {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 34px;
    text-align: right;
}

.second-contbg {
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    background-color: #fff;
    border-top: 2px solid #2da7f8;
}

.guidelist {
    position: relative;
    width: 100%;
    height: 158px;
}

.guidelist>.guideline {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background-color: rgba(45, 167, 248, 0.3);
}

.guideitem {
    width: 100%;
    height: 100%;
}

.guideitem>li {
    display: inline-block;
    position: relative;
    float: left;
    width: 16.66%;
    height: 100%;
}

.guideitem>li .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #7ec9fc;
    border: 5px solid #fff;
    border-radius: 50%;
    transition: all .5s;
}

.guideitem>li:hover .circle {
    background-color: #2da7f8;
}

.guideitem>li .guideicon {
    position: absolute;
    box-sizing: border-box;
    top: 10px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 22px;
    color: #2da7f8;
    border: 2px solid #2da7f8;
    margin-left: -25px;
    border-radius: 50%;
    text-align: center;
    transition: all .5s;
}

.guideitem>li:hover .guideicon {
    transform: scale(1.2, 1.2);
}

.guideitem>li .guideicon.atbottom {
    top: auto;
    bottom: 10px;
}

.guideitem>li .guideicon>.iconcircle {
    position: absolute;
    top: 25px;
    left: -5px;
    width: 4px;
    height: 4px;
    background-color: #2da7f8;
    border-radius: 50%;
    border: 5px solid #fff;
}

.guideitem>li .guidetext {
    position: absolute;
    box-sizing: border-box;
    top: 60%;
    width: 80%;
    line-height: 20px;
    color: #888;
    font-size: 12px;
    margin-left: 10%;
    text-align: center;
    transition: all .5s;
}

.guideitem>li:hover .guidetext {
    font-size: 1em;
}

.guideitem>li .guidetext.attop {
    top: auto;
    bottom: 60%;
}

.third-contbg {
    display: inline-block;
    width: 100%;
    height: 360px;
    margin: 20px 0;
}

.bgline {
    position: relative;
}

.bgline:before {
    content: '';
    position: absolute;
    width: 44%;
    height: 2px;
    background-color: #2da7f8;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.bgline::after {
    content: '';
    position: absolute;
    width: 44%;
    height: 2px;
    background-color: #2da7f8;
    top: 50%;
    margin-top: -1px;
    right: 0;
}

.coursebanner {
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    padding: 20px 0 20px 0;
    overflow: hidden;
}

.coursebanner>.coursebd {
    width: 100%;
    height: 100%;
}

.courselist {
    box-sizing: border-box;
    background-color: #fff;
}

.courseimg {
    width: 90%;
    height: auto;
    margin: 5%;
}

.courseimg>img {
    width: 100%;
    height: auto;
}

.courselist .filetype {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    background-color: #2da7f8;
}

.courselist .filename {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    font-size: 20px;
    color: #666;
    padding: 0 10px;
    background-color: #fff;
}

.courselist .filedown {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    background-color: #2da7f8;
}

.morecourses {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #2da7f8;
    text-align: center;
}

.morecourses>a:hover {
    text-decoration: underline;
}

.fourth-contbg {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 40px 0;
    padding-left: 100px;
    overflow: hidden;
}

.fourth-contbg>.newsblock-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.linkbg {
    width: 100%;
    line-height: 60px;
    height: auto;
    text-align: justify;
}

.linkbg>span {
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.linkbg>span>a {
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 1em;
}

.linkbg>span>a:hover {
    color: #2da7f8;
    text-decoration: underline;
}

.toolbar {
    display: none;
    position: fixed;
    right: 3%;
    bottom: 370px;
    width: 50px;
    color: #2da7f8;
    height: auto;
    z-index: 9999;
}

.toolbar>li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px solid #2da7f8;
    background-color: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
    cursor: pointer;
}

.toolbar>li .icon {
    width: 100%;
    height: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 1.8em;
}

.toolbar>li .labeltext {
    width: 100%;
    height: 20px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
}

.toolbar>li .contentbg {
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    box-shadow: -2px 5px 5px rgba(0, 0, 0, .1);
}

.toolbar>li a:hover {
    color: #2da7f8;
}

.toolbar>li:hover .contentbg {
    display: block;
}

.toolbar>li .contentbg:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

.toolbar>li .weixin {
    box-sizing: border-box;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    padding: 10px;
    background-color: #fff;
}

.toolbar>li .showtip {
    box-sizing: border-box;
    width: 80px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    font-size: 10px;
    text-align: center;
    color: #2da7f8;
    background-color: #fff;
}

.toolbar>li .phone {
    box-sizing: border-box;
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    text-align: center;
    color: #2da7f8;
    background-color: #fff;
}

.toolbar>li .weixin>img {
    width: 100%;
    height: 100%;
}

.leftnavbg {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 200px;
    height: auto;
    margin-right: 30px;
    background-color: #fff;
    border-left: 1px solid #2da7f8;
    border-right: 1px solid #2da7f8;
    border-bottom: 1px solid #2da7f8;
}

.rightcontentgb {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 970px;
    height: auto;
    min-height: 520px;
    background-color: #fff;
}

.leftnavbg>.leftnav-title {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    background-color: #2da7f8;
}

.leftnavbg>.leftnav-listbg {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px;
}

.leftnavbg>.leftnav-listbg>li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dotted #eee;
}

.leftnavbg>.leftnav-listbg>li:last-child {
    border-bottom: none;
}

.leftnavbg>.leftnav-listbg>li.active {
    color: #2da7f8;
}

.leftnavbg>.leftnav-listbg>li.active a {
    color: #2da7f8;
}

.leftnavbg>.leftnav-listbg>li:hover {
    color: #2da7f8;
}

.leftnavbg>.leftnav-listbg>li:hover a {
    color: #2da7f8;
}

.rightcontentgb>.titleline {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    background-color: #2da7f8;
}

.rightcontentgb>.titleline>span {
    padding-right: 5px;
}

.rightcontentgb>.titleline>span:after {
    content: '》';
    padding-left: 8px;
}

.rightcontentgb>.titleline>span:last-child:after {
    display: none;
}

.newlist-content {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

.newlist-content>li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding-right: 100px;
    line-height: 42px;
    border-bottom: 1px dashed #eee;
}

.newlist-content>li:hover {
    background-color: #f1f1f1;
}

.newlist-content>li .newtitle {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newlist-content>li .newdate {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    text-align: right;
}

.pagination {
    width: 100%;
    height: auto;
    padding: 30px 0;
    text-align: center;
}

.articlebg,
.coursesbg {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
}

.articlebg>.article-titleline {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

.articlebg>.article-titleline>.title {
    width: 80%;
    height: auto;
    padding: 20px 10%;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
}

.articlebg>.article-titleline>.articlemsg {
    width: 80%;
    height: auto;
    padding: 10px 10%;
    text-align: center;
    font-size: .8em;
}

.articlebg>.article-titleline>.articlemsg>span {
    padding: 0 20px;
}

.articlebg>.content {
    width: 100%;
    height: auto;
    padding: 20px 0;
    overflow: hidden;
}

.coursesbg>ul>li {
    display: inline-block;
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 450px;
    height: auto;
    margin: 0 30px 20px 0;
    padding: 10px 10px 40px 150px;
    border: 1px solid #eee;
}

.coursesbg>ul>li:last-child {
    margin-right: 0;
}

.coursesbg>ul>li>.courseimg {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 150px;
    height: auto;
    padding: 10px;
    margin: 0;
    overflow: hidden;
}

.coursesbg>ul>li>.courseimg>img {
    width: 100%;
    height: auto;
}

.coursesbg>ul>li>.coursemsg {
    width: 100%;
    height: 130px;
    padding-bottom: 10px;
}

.coursesbg>ul>li>.coursemsg>.coursename {
    width: 100%;
    height: 40px;
    font-size: 1.6em;
    font-weight: 600;
    text-align: right;
}

.coursesbg>ul>li>.coursemsg>.coursesummary {
    width: 100%;
    height: 80px;
    line-height: 20px;
    font-size: 11px;
    text-align: justify;
    overflow: hidden;
}

.coursesbg>ul>li>.coursebtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    overflow: hidden;
}

.coursesbg>ul>li>.coursebtn>.price {
    display: inline-block;
    float: left;
    padding: 0 20px;
    font-size: 1.4em;
    font-weight: 600;
    color: #ca2727;
}

.coursesbg>ul>li>.coursebtn>button {
    display: inline-block;
    float: right;
    height: 26px;
    line-height: 26px;
    margin: 7px 15px;
    padding: 0 15px;
    font-size: 10px;
    border: none;
}

button.btnprimary {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #666 !important;
}

button.btnnormal {
    background-color: #2da7f8;
    color: #fff;
}

.signtable-title {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
    padding: 20px 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.formbg {
    width: 78%;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
}

.formbg>button {
    display: block;
    margin: 30px auto;
    padding: 10px 30px;
    border: none;
    background-color: #2da7f8;
    color: #fff;
}

.form-input {
    width: 320px;
    text-align: left;
}

.uploadbg {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 4em;
    cursor: pointer;
}

.uploadbg>span {
    display: inline-block;
    padding: 50px 0;
}

.uploadbg>img {
    display: none;
    width: auto;
    height: 200px;
    margin: 0 auto;
}

.search-result {
    width: 100%;
    height: auto;
}

.statesbg {
    width: 720px;
    height: auto;
    margin: 50px auto;
    padding: 50px 0;
    overflow: hidden;
}

.statesbg>li {
    position: relative;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 60px;
}

.statesbg>li .stepitem {
    position: absolute;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    top: 0;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 2em;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 200;
}

.statesbg>li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50%;
    margin-right: -1px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    z-index: 100;
}

.statesbg>li:last-child:after {
    display: none;
}

.statesbg>li .textline {
    position: absolute;
    width: 100%;
    height: auto;
    line-height: 21px;
    font-size: 1em;
    text-align: center;
    bottom: 70px;
}

.statesbg>li.success {
    color: #22c759;
}

.statesbg>li.success:hover a {
    color: #22c759;
}

.statesbg>li.success:after {
    border-color: #22c759;
}

.statesbg>li.success .stepitem {
    border-color: #22c759;
}

.statesbg>li.isfaile {
    color: #c72222;
}

.statesbg>li.isfaile:hover a {
    color: #c72222;
}

.statesbg>li.isfaile .stepitem {
    border-color: #c72222;
}