

/* 首页 */

/* 服务 */

.service .title {
    text-align: center;
}
.service ul {
    padding: 30px 0;
}
.service ul li {
    width: calc((100% - 90px) / 4);
    text-align: center;
    background-position: center center;
    background-size: cover;
}
.service ul li a {
    padding: 50px 0;
    transition: background 0.8s ease;
}
.service ul li a:hover {
    background-color: rgba(10, 55, 122, 0.5);
}

/* 内页banner */
.subpage-banner {
    width: 100%;
    min-height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subpage-banner .banner-box {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.subpage-banner .banner-box .name {
    font-family: '宋体', Arial, sans-serif;
    letter-spacing: 5px;
}

.subpage-banner .banner-box .info {
    font-size: 20px;
}

.subpage-banner .banner-box .btn-link a {
    padding: 10px 30px;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    margin: 0 15px;
    background: #1a8ade;
}


.course-list-page .middle-banner,
.course-list-page .bottom-banner,
.single-detail .middle-banner,
.single-detail .bottom-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 课程主页 */
.course-type .type-item {
}

.course-type .type-item .pic {
    width: 40%;
    overflow: hidden;
}

.course-type .type-item .pic img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
}

.course-type .type-item:hover .pic img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.course-type .type-item .txt {
    width: 60%;
    padding: 0 30px;
}

.course-type .type-item .txt .title {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}

.course-type .type-item .txt .info {
    height: 100px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.course-type .type-item .txt .more {
    margin: 20px 0;
    font-size: 14px;
    color: #666;
}

/* 课程列表页 */
.course-info .item-group .item .course-description {
    font-size: 18px;
}
.course-info .item-group .item .course-description ul {
    padding: 0.5em 2em;
    width: 100%!important;
}
.course-info .item-group .item .course-description ul li {
    list-style-type: disc;
    line-height: 1.5;
    padding: 5px 0;
}

.course-info .item-group .item .course-list li {
    list-style-type: disc;
    line-height: 1.5;
    padding: 5px 0;
}
.grade-info .service-item .item {
    width: calc((100% - 3rem) / 2);
}
.grade-info .service-item .item .text ul {
    padding: 0.5em 1.5em;
    width: 100%!important;
}
.grade-info .service-item .item .text ul li {
    list-style-type: disc;
    /*line-height: 1.2;*/
    padding: 5px 0;
}

/* 教育咨询主页 */
.consult-type .type-item {
    width: calc((100% - 60px) / 3);
    padding: 0;
    border: #f3f3f3 1px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.consult-type .type-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.consult-type .type-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.consult-type .type-item a:hover {
    color: #333;
}

.consult-type .type-item a .name {
    height: 50px;
    line-height: 25px;
    padding-top: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0a377a;
}

.consult-type .type-item a .info {
    font-weight: bold;
    line-height: 25px;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.consult-type .type-item .img {
    padding: 0;
}

/* 教育咨询内容页 */

/* 资料主页 */
.information-type .type-item .item-txt .item-name {
    font-size: 20px;
}

.information-type .type-item .item-txt .item-info a {
    display: block;
    min-width: 100px;
    border: #fff 1px solid;
    background-color: #fff;
}

.information-type .type-item .item-txt .item-info a:hover {
    background-color: darkred;
    color: #fff;
}

/* 资料列表页 */
.filter-box {
    border: #f3f3f3 1px solid;
}

.filter-box .filter-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.filter-box .filter-item label {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.filter-box .filter-item .filter-item-btn {
    height: 30px;
}

.filter-box .filter-item .filter-item-btn a {
    display: block;
    margin-right: 10px;
    padding: 0 10px;
    min-width: 65px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.filter-box .filter-item .filter-item-btn a:hover {
    background-color: #f3f3f3;
    color: darkred;
}

.filter-box .filter-item .filter-item-btn a.active {
    background-color: #f3f3f3;
    color: darkred;
}

/* 文章列表 图片 */
.article-pic-list {
    border: #f3f3f3 1px solid;
    padding: 15px;
}

.article-pic-list .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: #f3f3f3 1px solid;
}

.article-pic-list .item:last-child {
    border-bottom: 0;
}

.article-pic-list .item .item-img {
    width: 150px;
    height: 100px;
    overflow: hidden;
}

.article-pic-list .item .item-info {
    width: calc(100% - 170px);
}

.article-pic-list .item .item-info .item-title {
    height: 45px;
}

.article-pic-list .item .item-info .item-title a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
}
.article-pic-list .item .item-info .item-title span {
    font-size: 14px;
    color: #999;
}

.article-pic-list .item .item-info .item-brief {
    font-size: 14px;
    color: #999;
}

.article-pic-list .item .item-info .item-time {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #999;
}

.article-pic-list .item .item-info .item-type {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #999;
}

.article-pic-list .item .item-info .item-type span {
    margin-right: 10px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background-color: #F4F7F9;
    color: #849AAE;
}

/* 文章列表 文字 */
.article-txt-list {
    border: #f3f3f3 1px solid;
    padding: 15px;
}

.article-txt-list .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: #f3f3f3 1px solid;
}

.article-txt-list .item:last-child {
    border-bottom: 0;
}
.article-txt-list .item .iconfont {
    color: #666;
}


/* 文章详情页 */
.article-detail {

}

.article-detail .detail {

}

.article-detail .detail .title {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.article-detail .detail .info {
    margin: 15px 0 30px;
    padding: 10px 0 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #EAEDF1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-detail .detail .info div {
    min-width: 300px;
    text-align: center;
}
.article-detail .detail .content {
    font-size: 16px;
    line-height: 2;
}


/* 关于我们 */

.about .about-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .about-txt table:first-child {
    width: 63%!important;
}
.about .about-txt table:last-child {
    width: 35%!important;
}
.about .about-txt table h2 {
    margin: 5px 0;
    /*text-align: center;*/
}
.about .about-txt table p {
    font-size: 18px;
    /*text-indent: 2em;*/
    margin-bottom: 10px;
}
.about .about-txt table img {
    width: 100%;
}

.counter-container {
    background-image: url("../images/bottom_banner.jpg");
    background-size: cover;
    background-position: center center;
    margin: 0;
    padding: 20px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.digit-container {
    width: 30px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 0 2px;
}

.digit-list {
    position: absolute;
    transition: transform 2s ease-in-out;
    transform: translateY(0);
}

.digit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 46px;
    font-weight: bold;
    color: #ed3839;
}

.prefix,
.suffix {
    font-size: 32px;
    margin: 0 10px;
    align-self: center;
    color: white;
    font-weight: bolder;
}

#counter {
    display: flex;
}

/* 单页详情 */
.single-detail .service-object {
    display: flex;
    justify-content: space-between;
}
.single-detail .service-object .service-item:first-child {
    width: 60%!important;
}
.single-detail .service-object .service-item:last-child {
    width: 40%!important;
    display: flex;
}

.single-detail .service-object .service-item .item-ul {
    margin: 20px 0;
    padding: 0 30px;
    border-left: 2px solid #efefef;
}

.single-detail .method>table {
    width: calc(100% / 2);
}
.single-detail .method, .single-detail .choice {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 20px;
}
.single-detail .method>li:first-child, .single-detail .choice>li:first-child {
    width: 60%!important;
}
.single-detail .method>li:last-child, .single-detail .choice>li:last-child {
    width: 40%!important;
    align-items: center;
}
.single-detail .method>li:last-child, .single-detail .choice>li:last-child table {
    margin-bottom: 0;
}
.single-detail .choice>li:first-child table h2,
.single-detail .method table h2,
.single-detail .choice>li:first-child table h3,
.single-detail .method table h3,
.single-detail .choice>li:first-child table p,
.single-detail .method table p {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 2px solid #efefef;
}
.single-detail .choice>li:first-child table h2,
.single-detail .method table h2,
.single-detail .choice>li:first-child table h3,
.single-detail .method table h3 {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.single-detail .choice>li:last-child table {
    width: 100%;
}
.single-detail .choice>li {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.single-detail .choice li>table {
    width: calc(100% / 2);
    height: auto;
}
.single-detail table {
    margin-bottom: 20px;
}
.single-detail table h1 {
    font-size: 32px;
    font-weight: bold;
}
.single-detail table h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #ed3839;
}
.single-detail table h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px;
}
.single-detail table h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 5px 0;
}
.single-detail table ul li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 2;
}



#toolbar {position:fixed; z-index:9999;right:0;top:50%}
#toolbar li {margin-bottom:3px;position:relative}
#toolbar li,#toolbar li a {font-size:0;width:50px;height:50px;right:0}
#toolbar li a {display:block;position:absolute;z-index:9;top:0;overflow:hidden;background:#0a377a;-webkit-transition:all .5s ease;transition:all .5s ease; white-space:nowrap}

#toolbar li .iconfont {width:50px;height:50px;background-color:#1a8ade;text-align:center;color:#2b2b2b;font-size:26px}
#toolbar li .iconfont,#toolbar li .wz {display:inline-block;vertical-align:middle;line-height:50px}

#toolbar li .wz {font-size:14px;color:#fff;padding-left:10px}

#toolbar li.backtop {cursor:pointer}
#toolbar li.backtop .iconfont {color:#fff;background-color:#163279}
#toolbar li:hover a { width:200px}
#toolbar li:hover .iconfont {background-color:#163279;color:#fff}
