﻿.content-wrapper {
    width: 100%;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.highlight-text:hover {
    color: #e04543;
}

.shadow-box {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow linear 0.1s;
    -moz-transition: box-shadow linear 0.1s;
    -ms-transition: box-shadow linear 0.1s;
    -o-transition: box-shadow linear 0.1s;
    transition: box-shadow linear 0.1s;
}

.shadow-box:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.information-list {
}

.information-list > li {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.information-list > li > a {
    line-height: 40px;
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information-list > li > a.omit {
    width: auto;
}

.information-list > li > a:last-child {
    margin-right: 0;
}

.information-list > li.main-information > a {
    font-size: 18px;
    line-height: 47px;
    color: #333;
    font-weight: bold;
}

.information-list > li.main-information > a:hover {
    color: #e04543;
}

.information-list > li.main-information:before,
.information-list > li.information-list-head:before,
.information-list > li.information-second-head:before {
    content: "";
    display: none;
}

.information-list > li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #d1d1d5;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 9px;
}

.list-content {
    background-color: #fff;
    border: 1px solid #e04543;
    top: 70px;
    position: absolute;
    z-index: 1000;
}

.list-content:before {
    content: "";
    position: absolute;
    top: -5px;
    width: 100%;
    height: 5px;
    display: block;
    background-image: url("../images/header_content_top.png");
    background-size: 12px 5px;
    background-repeat: no-repeat;
}

.item-title:before {
    content: "";
    width: 11px;
    height: 29px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/title_front.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.item-title {
    display: inline-block;
    padding: 30px 0;
    font-size: 26px;
    letter-spacing: 3px;
}

.red-span-title {
    font: inherit;
    color: #e04543;
}

.page-box {
    text-align: center;
    margin-bottom: 30px;
}

.page-wrapper {
    font-size: 0;
    display: inline-block;
}

.page-wrapper > * {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 14px;
    height: 25px;
    cursor: pointer;
}

.page-wrapper.type2 > a {
    width: 40px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    cursor: pointer;
    color: #999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-wrapper.type2 > a.none {
    border-color: transparent;
}

.page-wrapper.type2 > a.on {
    background-color: #FFEEE5;
    border-color: #E42626;
    color: #FF6600;
}

.page-wrapper > .first,
.page-wrapper > .prev,
.page-wrapper > .next,
.page-wrapper > .last,
.page-wrapper.type2 > a.first,
.page-wrapper.type2 > a.prev,
.page-wrapper.type2 > a.next,
.page-wrapper.type2 > a.last {
    width: 60px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-wrapper > *:last-child {
    margin-right: 0;
}

.page-wrapper > ul > li {
    width: 40px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    cursor: pointer;
    color: #999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-wrapper > ul > li.active {
    background-color: #FFEEE5;
    border-color: #E42626;
    color: #FF6600;
}

.page-wrapper > ul > li:last-child {
    margin-right: 0;
}

.left-list-link-type {
    font-weight: bold;
    font-size: 15px;
    width: 60px;
    display: inline-block;
}

.weixin-weibo-code {
    position: relative;
}

.weixin-weibo-code:hover > .list-content {
    display: block;
    height: 200px;
}


.weixin-weibo-code > .list-content:before {
    left: 353px;
}

.big-banner {
    width: 100%;
    min-width: 1200px;
    height: 450px;
    margin: 0 auto;
    background-image: url("../images/tip_img.png");
    background-size: 2560px 450px;
    background-repeat: no-repeat;
    background-position: center center;
}

.course-list .buy-count-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 0 10px;
}

.more-link-wrapper {
    position: relative;
}

.more-link-wrapper > .more-link {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more-link-wrapper > .more-link:hover {
    background-color: #e04543;
    color: #fff;
}

.content-txt a {
    color: rgb(0, 0, 204);
    font-size: inherit;
}

.content-txt img {
    max-width: 100%;
}

.content-txt a:hover {
    text-decoration: underline;
}

.banner-img-wrapper {
    min-width: 1200px;
    height: 450px;
    margin: 0 auto;
    background-size: 2560px 450px;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-button-wrapper {
    position: absolute;
    bottom: 1px;
    width: 1200px;
    height: 1px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 100;
}

.top-button-wrapper > .top-button-prev,
.top-button-wrapper > .top-button-next {
    top: -230px;
    background-size: 60px 60px;
    background-color: transparent;
    background-image: url("../images/top_swipe_left.png");
    width: 60px;
    height: 60px;
}

.top-button-wrapper > .top-button-prev {
    left: -60px;
}

.top-button-wrapper > .top-button-next {
    right: -60px;
}

.top-swiper .top-swiper-page {
    text-align: center;
    z-index: 100;
    bottom: 72px;
    position: relative;
}

.top-swiper .top-swiper-page .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.top-swiper .top-swiper-page .swiper-pagination-bullet-active {
    background-color: #F75452;
    -webkit-box-shadow: 0 0 0 3px #FFC8C7;
    -moz-box-shadow: 0 0 0 3px #FFC8C7;
    box-shadow: 0 0 0 3px #FFC8C7;
}

/*侧边客服*/
/*.custom-wrapper {*/
/*position: fixed;*/
/*right: 0;*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%);*/
/*-moz-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*z-index: 500;*/
/*}*/
.custom-item {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100%;
    z-index: 500;
    -webkit-transition: right linear 0.5s;
    -moz-transition: right linear 0.5s;
    -ms-transition: right linear 0.5s;
    -o-transition: right linear 0.5s;
    transition: right linear 0.5s;
}

.custom-right {
    padding: 0 11px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    opacity: 0.75;
}

.custom-right.custom-show {
    right: 0%;
}

.custom-right > ul > li {
    padding: 10px 0;
    height: 84px;
    text-align: center;
    border-bottom: 1px solid #F0F4F9;
}

.custom-right > ul > li p,
.custom-right > ul > li span {
    font-size: 14px;
    color: #555;
}

.custom-right > ul > li img {
    margin-bottom: 8px;
    margin-top: 8px;
}

.custom-right > ul > li:first-child,
.custom-right > ul > li:last-child {
    line-height: 50px;
}

/*.custom-right>ul>li>p{*/
/*line-height:30px;*/
/*}*/
.custom-right > ul > li:last-child {
    border-bottom: 0;
}

.custom-left {
    width: 148px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #fff;
}

.custom-left.custom-show {
    right: 0%;
}

.custom-left-tip {
    height: 36px;
    background-color: #E04543;
    color: #fff;
    display: block;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}

.custom-left-tip:before {
    content: "";
    background-image: url("../images/custom/right.png");
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 36px;
    width: 10px;
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-qq-list {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.custom-qq-list > li > a {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
    color: #555;
}

.custom-qq-list > li > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/custom/qq.png");
    width: 16px;
    height: 18px;
    margin-right: 10px;
}

.custom-phone {
    padding: 15px 9px;
    border-bottom: 1px dashed #ccc;
}

.custom-phone > p {
    color: #959595;
    font-size: 14px;
}

.custom-phone > p:first-child {
    margin-bottom: 7px;
}

.custom-qrcode {
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #959595;
    border-bottom: 2px solid #E04543;
}

.custom-qrcode > img {
    margin-bottom: 5px;
}

.custom-qrcode > p {
    line-height: 20px;
    font-size: 11px;
}

.custom-phone-text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/custom/phone.png");
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.custom-time-text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/custom/time.png");
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.open-qq:before {
    content: "";
    background-image: url("../images/custom/left.png");
    display: inline-block;
    width: 10px;
    height: 9px;
}

.custom-anchor a {
    color: #555;
}

.custom-anchor:after {
    content: "";
    background-image: url("../images/custom/icon_jiao.png");
    display: block;
    width: 7px;
    height: 4px;
    margin: 0 auto;
    margin-top: -14px;
}

.open-qq-btn,
.custom-anchor,
.custom-left-tip {
    cursor: pointer;
}

/* winter skin */

.custom-wrapper.winter .custom-left {
    padding-top: 98px;
    background-image: url("../images/custom/summer/custom_summer.png");
    background-size: 135px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.custom-wrapper.winter .custom-left-tip {
    width: 80%;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    /*background-color: #82ACF6;*/
    color: #fff;
    position: relative;
    /*background-images: url(/r/cms/common/images/custom/summer/gradient.png);*/
    background-position: -3px -3px;
    background-image: linear-gradient(0deg, #00cac8 9%, #66e7e5 100%), linear-gradient(#ffffff, #ffffff);
}

.custom-wrapper.winter .custom-phone {
    /*display: none;*/
}

.custom-wrapper.winter .custom-qq-list > li > a {
    height: 30px;
    line-height: 30px;
}

.custom-wrapper.winter .custom-left {
    width: 135px;
}

.custom-wrapper.winter .custom-qq-list {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0;
}

.custom-wrapper.winter .custom-qrcode:before {
    /*content: '400-108-1732';
    display: block;
    margin-bottom: 0;*/
    /* font-weight:bold; */
    /*font-size: 14px;*/
}

.custom-wrapper.winter .custom-qrcode {
    padding-bottom: 76px;
    border-bottom: 0;
    background-image: url("../images/custom/summer/custom_summer_bottom.png");
    background-size: 135px auto;
    background-position: 0 46px;
    background-repeat: no-repeat;
}

.custom-wrapper.winter .phone-type {
    display: none;
}

.custom-wrapper.winter .custom-left:before {
    content: "";
    display: block;
    position: absolute;
    width: 46px;
    height: 38px;
    /*background-images: url('/r/cms/common/images/custom/spring/custom_bird.png');*/
    top: 52px;
    right: -5px;
    z-index: 100;
}

.custom-wrapper.winter .custom-qrcode > p:last-child {
    /*display: none;*/
    font-size: 12px;
}

.custom-wrapper.winter .custom-right {
    background-image: url("../images/custom/summer/custom_summer_tiny.png");
    background-size: 65px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.custom-wrapper.winter .custom-right > ul > li:first-child {
    line-height: 20px;
}

.custom-wrapper.winter .custom-right > ul > li span {
    margin-top: 42px;
    display: block;
    font-size: 13px;
    color: #e04543;
    font-weight: bold;
}

.custom-wrapper.winter .custom-left-tip:before {
    display: none;
}

.custom-wrapper.winter .custom-left-tip:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    background-image: url("../images/custom/winter/open_white.png");
    background-size: auto auto;
    width: 18px;
    height: 14px;
    position: initial;
}

.custom-wrapper.winter .open-qq:before {
    background-image: url("../images/custom/winter/open.png");
    width: 14px;
    height: 12px;
}

.custom-wrapper.winter .custom-right:before {
    /*content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 25px;
    background-images: url(/r/cms/common/images/custom/winter/custom_bird.png);
    background-size: auto 100%;
    top: -10px;
    background-repeat: no-repeat;
    left: -4px;
    z-index: 100;*/
}

 .cms-footer {
     background-color: #F4F4F4;
     padding-top: 30px;
     margin-top: 30px;
 }

.link-group-wrapper {
    font-size: 14px;
    color: #999;
    margin-right: 121px;
    float: left;
    width: 40%;
}

.link-group-wrapper a {
    font-size: 16px;
    color: #999;
}


.link-group-wrapper > ul > li {
    float: left;
    width: 33.3333%;
    margin-bottom: 15px;
}

.footer-top {
    border-bottom: 1px solid #E0E0E0;
    font-size: 0;
}

.footer-top > div {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 32px;
}
.footer-top .find-me{
    float: right;
}
.find-me .icon{
    margin-bottom: 15px;
}
.footer-qr-wrapper {
    font-size: 0;
}

.footer-qr-wrapper > div {
    display: inline-block;
    vertical-align: top;
}

.footer-qr-wrapper > div > img {
    width: 100px;
    height: 100px;
    border: 1px solid #fff
}

.footer-qr-wrapper > div > img:hover {
    border: solid 1px #e04543;
}

.footer-qr-wrapper > div > p {
    text-align: center;
    margin-top: 5px;
    color: #999;
    line-height: 25px;
}

.footer-qr-wrapper > div:first-child {
    margin-right: 44px;
}

.footer-top .qr-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.footer-top .qr-box {
    margin-right: 83px;
}

.footer-top .phone-qrcode {
    text-align: center;
}

.footer-top .phone-qrcode img {
    border: 1px solid #fff;
}

.footer-top .phone-qrcode img:hover {
    border: solid 1px #e04543;
}

.footer-top .phone-qr-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-top .phone-qr-tip {
    margin-top: 14px;
    color: #999;
}

.footer-top .find-me-item {
    margin-bottom: 19px;
}

.footer-top .find-me-item:last-child {
    margin-bottom: 0;
}

.footer-top .find-me span {
    color: #999;
    font-size: 14px;
}

/*footer-bottom*/
.footer-bottom {
    padding-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.footer-bottom .bottom-link-title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.footer-bottom .bottom-link-group > li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 12px;
}

.footer-bottom .bottom-link-group a {
    color: #999;
}

.footer-bottom .bottom-link-group a:hover {
    color: #e04543;
}

.footer-bottom .copy {
    text-align: center;
    color: #999;
    margin-top: 20px;
    margin-bottom: 28px;
}

.footer-bottom {
    padding-bottom: 20px;
}

.login-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.login-modal .login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 350px;
    background-color: #fff;
    border: 1px solid #e04543;
}

.login-modal .login-content {
    padding: 30px;
}

.login-modal .login-content > input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: 1px solid #efefef;
    outline: none;
    margin-bottom: 20px;
    font-size: 15px;
}

.login-modal .login-content > input:focus {
    border-color: #e04543;
    color: #e04543;
}

.login-modal .login-header {
    background-color: #e04543;
    padding: 15px 30px;
}

.login-wrapper .login-btn {
    width: 100%;
    padding: 10px 0;
    background-color: #e04543;
    color: #fff;
    font-size: 14px;
    outline: none;
    border-color: #e04543;
}

.login-header > span {
    color: #fff;
    font-size: 16px;
}

.login-header > span.close-span {
    font-size: 34px;
    /* float: right; */
    position: absolute;
    right: 30px;
    top: 5px;
    cursor: pointer;
}

.wx-icon:before {
    content: "";
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("static/images/weixin_gray.png");
    margin-right: 5px;
}

.wb-icon:before {
    content: "";
    width: 25px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("static/images/weibo_gray.png");
    margin-right: 5px;
}

/*底部搜索*/