/* 实搜网络提供技术支持-www.10soo.com */
/*===== 企业服务详情页 start =====*/
/* 购买产品 */
.product {
    width: 100%;
}
.product .center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-box-align: center;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 35px 30px;

    background-color: #fff;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product .tp {
    width: 442px;
    height: 433px;
}
.product .tp img {
    width: 100%;
    height: 100%;
}
.product .content-item {
    width: calc(100% - 540px);
}
.product .content-item h3 {
    margin-bottom: 30px;

    font-size: 28px;
    font-weight: bold;
    line-height: 30px;

    color: #333;
}
.product .content-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
}
.product .content-item dt {
    min-width: 110px;
}
.product .content-item .money {
    position: relative;

    margin-bottom: 30px;
}
.product .content-item .money .new {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;

    color: #f96600;
}
.product .content-item .money .old i {
    font-style: normal;
}
.product .content-item .money .old {
    margin-left: 20px;

    font-size: 16px;

    color: #999;
}
.product .content-item .money .old span {
    text-decoration: line-through;
}
.product .content-item .rank {
    margin-bottom: 10px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product .content-item .rank dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(100% - 110px);

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product .content-item .rank dd .select-province {
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
    padding: 3px 10px;

    font-size: 14px;
    text-align: center;
}
.product .content-item .rank .item {
    cursor: pointer;
}
.product .content-item .rank a {
    color: #999;
}
.product .content-item .rank dd .item-sel {
    position: relative;

    border-color: #1976ee;

    color: #1976ee;
}
.product .content-item .rank .item-sel a {
    color: #1976ee;
}
.product .content-item .rank .item-sel::after {
    display: block;

    position: absolute;
    right: 0;
    bottom: 0;

    border: 7px solid #1976ee;
    border-top-color: transparent;
    border-left-color: transparent;
    width: 0;
    height: 0;

    content: "";
}
.product .content-item #target1 input {
    font-size: 14px;
}
.product .content-item #target1 dt,
.product .content-item #target1 dd {
    font-size: 14px;
}
.product .content-item .province {
    /* display: none; */
}
.product .content-item .province ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product .content-item .province ul li {
    margin-right: 20px;
    margin-bottom: 20px;

    line-height: 20px;
}
.product .content-item .province ul li a {
    color: #999;
}
.product .content-item .province ul .item-sel a {
    border-radius: 5px;
    padding: 5px 10px;

    color: #fff;
    background-color: rgba(127, 127, 127, 0.5);

    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product .content-item .type {
    -webkit-box-align: start;

    margin-right: 70px;
    margin-bottom: 5px;

    line-height: 18px;

    -ms-flex-align: start;
    align-items: flex-start;
}
.product .content-item .type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    line-height: 18px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product .content-item .type ul li {
    margin-right: 70px;
    margin-bottom: 20px;
}
.product .content-item .type ul li:last-child {
    margin-right: 0;
}
.product .content-item .buy div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    margin-bottom: 40px;

    -ms-flex-align: center;
    align-items: center;
}

.product .content-item .buy div span {
    display: inline-block;

    width: 110px;

    font-size: 16px;
}
.product .content-item .buy .add,
.product .content-item .buy .sub {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
    width: 30px;
    height: 35px;

    font-size: 20px;
    line-height: 35px;
    text-align: center;

    color: #999;

    cursor: pointer;
}
.product .content-item .buy .add:hover,
.product .content-item .buy .sub:hover {
    border-color: #1976ee;

    color: #fff;
    background-color: #1976ee;
}
.product .content-item .buy .number {
    margin: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d2d2d2;
    padding-left: 5px;
    width: 60px;
    height: 35px;

    text-align: center;

    outline: none;
}
.product .content-item .buy .number::-webkit-input-placeholder {
    font-size: 16px;

    color: #d2d2d2;
}
.product .content-item .buy button {
    border: none;
    width: 145px;
    height: 45px;

    font-size: 16px;
    line-height: 45px;
    text-align: center;

    color: #fff;
    background-color: #f60;

    outline: none;

    cursor: pointer;
}
.product .content-item .province {
    display: none;

    padding-left: 110px;
}
.product .content-item .province input {
    width: 145px;
}
.product .content-item .layui-form-select dl {
    display: none;
}
.product .content-item .layui-form-selected dl {
    display: block;
}
/* 服务描述 */
.product-describe {
    margin-top: 45px;
    width: 100%;
}
.product-describe .center-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 20px;

    background-color: #fff;
}
.product-describe h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    height: 60px;

    font-weight: bold;

    -ms-flex-align: center;
    align-items: center;
}
.product-describe h3 span {
    margin-right: 15px;
    border-radius: 3px;
    width: 6px;
    height: 20px;

    background-color: #1976ee;
}
.product-describe .tp img {
    width: 100%;
}

/* 地区 */
.product .content-item .serve-area {
    display: none;

    margin-bottom: 15px;
    margin-left: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
    padding: 10px 5px;
    width: calc(100% - 110px);

    background-color: #efefef;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.serve-area dd {
    cursor: pointer;
}
.serve-area .item-sel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #1976ee;
    border-radius: 18px;

    color: #1976ee;
    background-color: #b9d8ff;
}
.serve-area dd {
    padding: 5px 10px;
}
.product .content-item .rank .select-province {
    margin-right: 30px;
    padding: 0 15px;
    width: auto;
    min-width: 70px;
}
@media screen and (max-width: 1600px) {
    .product .content-item .type ul {
        width: 410px;
    }
}
/*===== 企业服务详情页 end =====*/

/*===== 政策信息详情页 start =====*/
.policy-details {
    width: 100%;
}
.policy-details .center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
.policy-details .center-wrapper .main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 55px 20px;
    width: calc(100% - 390px);

    background-color: #fff;
}
.policy-details .center-wrapper .main .text {
    padding-bottom: 30px;
}
.policy-details .center-wrapper .main div,
.policy-details .center-wrapper .main p {
    min-height: 32px;

    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    text-indent: 2em;

    color: #333;
}
.policy-details .center-wrapper .main a {
    color: #1976ee;
}
.policy-details .center-wrapper .main span,
.policy-details .center-wrapper .main em {
    margin-left: 5px;

    font-size: 16px;
    font-style: normal;

    color: #666;
}
.policy-details .center-wrapper .main img {
    display: block;

    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.policy-details .center-wrapper .main div {
    text-indent: 0;
}
.policy-details .center-wrapper .main h2 {
    margin: 0 auto;
    width: 90%;

    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;

    color: #333;
}
.policy-details .center-wrapper .main .message {
    margin: 35px 0;

    font-size: 14px;
    text-align: center;

    color: #666;
}
.policy-details .center-wrapper .main .message span {
    margin-right: 10px;
}
.policy-details .center-wrapper .content-link .link-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
    width: 60%;

    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.policy-details .content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    border-top: solid 1px #dcdcdc;
    width: 100%;
    height: 110px;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
.policy-details .center-wrapper .content-link a {
    display: block;
    overflow: hidden;

    width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;

    -o-text-overflow: ellipsis;
}
.policy-details .content-link a:hover {
    color: #1976ee;
}
.policy-details .content-link a span {
    margin-right: 20px;
}
.policy-details .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -webkit-box-align: center;

    margin-bottom: 17px;
    width: 40%;

    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
.policy-details .share span {
    margin-right: 15px;
}
.policy-details .share .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.policy-details .share .social-share a {
    margin-right: 10px;
}
.policy-details .share .social-share a img {
    max-width: 100%;
    max-height: 100%;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.policy-details .share .social-share a::before {
    display: none;
}
.policy-details .share .social-share .wechat-qrcode h4 {
    text-align: center;
}
.policy-details .share .social-share .wechat-qrcode .help p {
    min-height: auto;

    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-indent: 0;
}
.policy-details .share .social-share a:hover .wechat-qrcode {
    display: block;
}
.policy-details .share .social-share a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*===== 政策信息详情页 end =====*/

/*===== 通知公告详情页 start =====*/
.notice-details .center-wrapper .main {
    margin: 0 auto;
    width: 1240px;
}
@media screen and (max-width: 1600px) {
    .notice-details .center-wrapper .main {
        width: 100%;
    }
}
/*===== 通知公告详情页 end =====*/

/*===== 关于我们 start =====*/
.about .content-about {
    width: calc(100% - 245px);
}
.about .center-wrapper .content-about .text {
    padding-bottom: 30px;
}
.about .center-wrapper .content-about div,
.about .center-wrapper .content-about p {
    min-height: 32px;

    font-size: 16px;
    line-height: 32px;
    text-align: justify;

    color: #333;
}
.about .center-wrapper .content-about a {
    color: #1976ee;
}
.about .center-wrapper .content-about span,
.about .center-wrapper .content-about em {
    margin-left: 5px;

    font-size: 16px;
    font-style: normal;

    color: #666;
}
.about .center-wrapper .content-about img {
    display: block;

    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.about .center-wrapper .content-about div {
    text-indent: 0;
}
.about .center-wrapper .content-about h2 {
    margin: 0 auto 50px;
    width: 935px;

    font-size: 28px;
    line-height: 36px;
    text-align: center;

    color: #333;
}
/*===== 关于我们 end =====*/

/*===== 课程详情 start =====*/
.course i,
.course em {
    font-style: normal;
}
.course {
    position: relative;

    margin-bottom: 45px;
}
.course .tp {
    overflow: hidden;

    border-radius: 10px;
    width: 675px;
    height: 420px;

    background-color: #1976ee;

    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.course .content-item {
    position: relative;

    margin-bottom: 50px;
    width: calc(100% - 755px);
}
.course .content-item h3 {
    margin-bottom: 30px;

    line-height: 40px;
}
.course .content-item .text {
    margin-bottom: 50px;

    line-height: 26px;
}
.course .share-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: relative;

    margin-left: 20px;
}
.course .share-box:hover .share-component {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.course .share-box:hover .share i {
    background-image: url(../img/icon/ico_8sel.png);
}
.course .share-box .share-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: absolute;
    top: 21px;
    left: -60px;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.course .content-item .num .share-box a {
    margin-left: 10px;
}
.course .social-share a::before {
    display: none;
}
.course .social-share a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.course .social-share a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.course .social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}
.course .content-item .link {
    display: block;

    position: absolute;
    bottom: -50px;

    width: 145px;
    height: 45px;

    line-height: 45px;
    text-align: center;

    background-color: #f60;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.course .content-item .link:hover {
    color: #fff;
    background-color: rgba(255, 102, 0, 0.7);
}
.school-describe .center-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 20px;

    background-color: #fff;
}
.school-describe .center-wrapper .subnav {
    margin-bottom: 17px;
    border-bottom: solid 1px #b5b5b5;
    height: 55px;
}
.school-describe .center-wrapper .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 55px;
}
.school-describe .center-wrapper .subnav .item {
    position: relative;

    margin-right: 105px;

    line-height: 55px;

    cursor: pointer;
}
.school-describe .center-wrapper .subnav .item:hover {
    color: #1976ee;
}
.school-describe .center-wrapper .subnav .item-sel {
    color: #1976ee;
}
.school-describe .center-wrapper .subnav .item-sel::after {
    display: block;

    position: absolute;
    bottom: -1px;
    left: 0;

    width: 100%;
    height: 2px;

    background-color: #1976ee;

    content: "";
}
/* 课程描述 */
.school-describe .content-item-1 img {
    width: 100%;
    max-height: 100%;
}
/* 课程内容视频 */
.school-describe .content-item-2 {
    display: none;

    position: relative;

    margin: 57px auto 50px;
    border-radius: 15px;
    width: 1315px;
    height: 660px;

    background-color: #e7e7e7;
}
.school-describe .content-item-2 video {
    max-width: 100%;
    height: auto;
}
.school-describe .content-item-2 .lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    width: 100%;
    height: 100%;

    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.school-describe .content-item-2 .lock img {
    max-width: 100%;
    max-height: 100%;
}
.school-describe .content-item-2 .lock div {
    margin-top: 30px;
}
.school-describe .content-item-2 .lock div img {
    margin-right: 5px;
}
/* 课程内容图文 */
.school-describe .content-item-3 {
    display: none;

    margin: 57px auto 50px;
    width: 1195px;
}
.school-describe .content-item-3 .title {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
}
.school-describe .content-item-3 .title h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;

    color: #333;
}
.school-describe .content-item-3 .text {
    padding-top: 32px;
}
.school-describe .content-item-3 .text div,
.school-describe .content-item-3 .text p {
    min-height: 32px;

    font-size: 16px;
    line-height: 32px;
    text-align: justify;

    color: #333;
}
.school-describe .content-item-3 .text a {
    color: #1976ee;
}
.school-describe .content-item-3 .text span,
.school-describe .content-item-3 .text em {
    margin-left: 5px;

    font-size: 16px;
    font-style: normal;

    color: #666;
}
.school-describe .content-item-3 .text img {
    display: block;

    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.school-describe .content-item-3 .text div {
    text-indent: 0;
}
@media screen and (max-width: 1600px) {
    .course .tp {
        width: 500px;
        height: 315px;
    }
    .course .content-item {
        width: calc(100% - 520px);
    }
    .school-describe .content-item-2 {
        width: 1000px;
        height: 455px;
    }
    .school-describe .content-item-3 {
        width: 1000px;
    }
}
/*===== 课程详情 end =====*/

/*===== 搜索列表 start =====*/
.title-search em {
    font-style: normal;
}
.title-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    border-bottom: solid 1px #dbdbdb;
    height: 55px;

    line-height: 55p;

    -ms-flex-align: center;
    align-items: center;
}
.title-search img {
    margin-right: 15px;
    max-width: 100%;
    max-height: 100%;
}
/*===== 搜索列表 end =====*/

/*===== 单页 start =====*/
.ten-page .main .box {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 1070px;
}
.ten-page .main div,
.ten-page .main p {
    min-height: 32px;

    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    text-indent: 2em;

    color: #333;
}
.ten-page .main a {
    color: #1976ee;
}
.ten-page .main span,
.ten-page .main em {
    margin-left: 5px;

    font-size: 16px;
    font-style: normal;

    color: #666;
}
.ten-page .main img {
    display: block;

    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.ten-page .main div {
    text-indent: 0;
}
.ten-page .main h2 {
    margin: 0 auto;
    margin-bottom: 75px;
    width: 90%;

    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;

    color: #333;
}

.ten-page .swiper-father {
    position: relative;

    margin-bottom: 115px;
}

.ten-page .swiper-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 160px);
}

.ten-page .swiper-slide {
    text-align: center;

    cursor: pointer;
}

.ten-page .swiper-slide .tp {
    margin: 0 auto;
    margin-top: 30px;

    background-image: url(../img/icon/page.png);
    background-repeat: no-repeat;
}

.ten-page .item1 .tp {
    width: 24px;
    height: 24px;

    background-position: -5px -5px;
}

.ten-page .item2 .tp {
    width: 27px;
    height: 27px;

    background-position: -165px -5px;
}

.ten-page .item3 .tp {
    width: 25px;
    height: 29px;

    background-position: -239px -5px;
}

.ten-page .item4 .tp {
    width: 28px;
    height: 24px;

    background-position: -309px -5px;
}

.ten-page .item5 .tp {
    width: 26px;
    height: 24px;

    background-position: -385px -5px;
}

.ten-page .item6 .tp {
    width: 25px;
    height: 25px;

    background-position: -457px -5px;
}

.ten-page .item7 .tp {
    width: 29px;
    height: 27px;

    background-position: -527px -5px;
}

.ten-page .item8 .tp {
    width: 29px;
    height: 27px;

    background-position: -605px -5px;
}

.ten-page .item9 .tp {
    width: 32px;
    height: 30px;

    background-position: -683px -5px;
}

.ten-page .item10 .tp {
    width: 36px;
    height: 32px;

    background-position: -39px -5px;
}

.ten-page .swiper-slide .line {
    position: relative;

    margin-top: 110px;
    width: 100%;
    height: 1px;

    background-color: #1976ee;
}

.ten-page .swiper-slide .line::after {
    position: absolute;
    top: 50%;
    left: 50%;

    margin-top: -7px;
    margin-left: -7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #1976ee;
    border-radius: 50%;
    width: 14px;
    height: 14px;

    background-color: #f0f2f5;

    content: "";
}

.ten-page .swiper-slide-active .line::after {
    background-color: #1976ee;
}

.ten-page .swiper-slide-active.item1 .tp {
    background-position: -131px -5px;
}

.ten-page .swiper-slide-active.item2 .tp {
    background-position: -202px -5px;
}

.ten-page .swiper-slide-active.item3 .tp {
    background-position: -274px -5px;
}

.ten-page .swiper-slide-active.item4 .tp {
    background-position: -347px -5px;
}

.ten-page .swiper-slide-active.item5 .tp {
    background-position: -421px -5px;
}

.ten-page .swiper-slide-active.item6 .tp {
    background-position: -492px -5px;
}

.ten-page .swiper-slide-active.item7 .tp {
    background-position: -566px -5px;
}

.ten-page .swiper-slide-active.item8 .tp {
    background-position: -644px -5px;
}

.ten-page .swiper-slide-active.item9 .tp {
    background-position: -725px -5px;
}

.ten-page .swiper-slide-active.item10 .tp {
    background-position: -85px -5px;
}

.ten-page .swiper-slide .title {
    margin-top: 15px;
    margin-bottom: 15px;

    font-size: 16px;
    line-height: 18px;

    color: #333;
}

.ten-page .swiper-father .swiper-button-next,
.ten-page .swiper-father .swiper-button-prev {
    border: none;

    outline: none;
}

.ten-page .box {
    display: none;
}
/*===== 单页 end =====*/
