/* 公共 */

.content-title img {
    margin-bottom: 6px;
}

.h4-title {
    font-size: 24px;
    color: #327EE6;
    margin: 60px 20px 50px 20px;
    display: inline-block;
}

p.instructions {
    font-size: 16px;
    color: #818181;
    margin-bottom: 50px;
}

.tipText {
    text-indent: 2em;
    color: #333333;
    font-size: 16px;
    padding: 60px 24px 60px;
    line-height: 28px;
}


/* ------------------------------------------ */


/* product-services */

.mobileMenu,
.mobileMenuNav {
    display: none!important;
}

.mobileMenuNav .navbar-header {
    margin: 0ex;
}

.mobileMenuNav .navbar-header a.navbar-brand {
    color: #fff;
    margin-top: 0px;
}


/* .mobileMenuNav .navbar-toggle {
    margin-top: 8px;
} */

.mobileMenuNav .navbar-collapse {
    border: none;
    overflow-y: unset;
}

.mobileMenuNav .navbar-collapse>ul {
    background-color: #F1F6FD;
    padding-bottom: 15px;
}

.mobileMenuNav .navbar-collapse li {
    width: 100%;
}

.mobileMenuNav .navbar-collapse li a {
    color: #333333;
    font-size: 14px;
    padding: 21px 15px;
    text-decoration: none;
}

.twoClassMenu>li {
    position: relative;
}

.twoClassMenu>li button {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 22px!important;
    margin: 0px!important;
    background-image: url(../images/@media/icon_plus_open.png);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
}

.twoClassMenu>li .navbar-toggle[aria-expanded="false"] {
    background-image: url(../images/@media/icon_plus_open.png);
}

.twoClassMenu>li .navbar-toggle[aria-expanded="true"] {
    background-image: url(../images/@media/icon_plus_close.png);
    background-color: #ffffff!important;
}

.mobileMenuNav .navbar-collapse .treeClassMenu {
    background-color: #ffffff;
    overflow: hidden;
    list-style: none;
    width: 100%;
}

.mobileMenuNav .treeClassMenu li a {
    display: block;
}

.mobileMenuNav a:hover,
.mobileMenuNav a:focus {
    background-color: transparent!important;
}

.mobileMenuNav .open>a,
.mobileMenuNav .open>a:hover,
.mobileMenuNav .open>a:focus {
    background-color: transparent;
}

.mobileMenuNav li.active>a {
    color: #327EE6;
    background-color: transparent;
}

.mobileMenuNav .navbar-header>.navbar-toggle {
    background-color: transparent;
    background-image: url(../images/@media/procuct_open_mb.png);
    background-repeat: no-repeat;
    margin-top: 15px;
    border-radius: 0;
}

.mobileMenuNav .navbar-header>.navbar-toggle[aria-expanded="false"] {
    background-image: url(../images/@media/procuct_open_mb.png);
}

.mobileMenuNav .navbar-header>.navbar-toggle[aria-expanded="true"] {
    background-image: url(../images/@media/procuct_close_mb.png);
}


/* prodcut-gj */

#product-services .text-box {
    width: 100%;
    height: 345px;
    display: table-cell;
    vertical-align: middle;
}

#product-services .management-system .text-box {
    height: 400px;
}

#product-services .text-box h4 {
    font-size: 24px;
    color: #000000;
}

#product-services .text-box hr {
    width: 44px;
    height: 6px;
    background: #F2A900;
    display: inline-block;
}

#product-services .text-box p {
    font-size: 14px;
    color: #818181;
    text-indent: 2em;
    line-height: 32px;
}

.product-info {
    padding: 80px 0;
}

.big-data {
    background-color: rgba(241, 246, 253, 1);
}


/* prodcut-pj */

.info_platform {
    background-color: rgba(241, 246, 253, 1);
}

#product-services .text-box ul {
    width: 70%;
    list-style: none;
}

#product-services .text-box ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    font-size: 14px;
    color: #818181;
    position: relative;
    padding-left: 10px;
}

#product-services .text-box ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #F2A900;
    border-radius: 15px;
    position: absolute;
    left: -10px;
    top: 7px;
}


/* other */

.introduce {
    padding-top: 100px;
    padding-bottom: 120px;
    width: 60%;
    margin: auto;
}

.introduce p {
    color: #818181;
    font-size: 16px;
}

.introduce-img {
    margin-bottom: 150px;
    position: relative;
}

/* .qt_one {
    position: absolute;
    top: 45%;
    left: 40px;
} */

.qt_two {
    position: absolute;
    top: 18%;
    left: 165px;
}

/* .qt_three {
    position: absolute;
    top: 0%;
    left: 311px;
} */

.qt_four {
    position: absolute;
    top: -4%;
    right: 513px;
}

.qt_five {
    position: absolute;
    top: 18%;
    right: 111px;
}

/* .qt_six {
    position: absolute;
    top: 45%;
    right: 50px;
} */

.other_content .introduce-img a {
    color: #333333;
}


/* ------------------------------------------------------ */


/* client_case.html 客户案例*/

#client_case .client_case1 {
    width: 100%;
    text-align: center;
    padding: 65px 0 50px 0;
    background-color: rgba(241, 246, 253, 1);
}

#client_case .client_case1_title span {
    background-color: rgba(242, 169, 0, 1);
    padding: 12px 40px;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}

#client_case .school-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#client_case .school {
    width: 16%;
    /* margin: 0 20px; */
    /* text-align: center; */
    margin-bottom: 20px;
}

#client_case .school p {
    font-size: 16px;
    color: #818181;
}

#client_case .school img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.case_slideshow {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.case_slideshow .swiper-container {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

#client_case .case_slideshow .swiper-case-phone .swiper-slide {
    box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
    height: 360px;
    overflow: hidden;
    width: 360px!important;
    height: 270px;
}

.case_slideshow .active {
    position: relative;
}

.case_slideshow .swiper-case-phone .case-name {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(50, 126, 230, 0.74);
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.swiper-case-phone .case-slide:hover .case-name {
    display: flex;
    -webkit-animation: show 0.3s ease-in;
}

@-webkit-keyframes show
/* Safari 和 Chrome */

{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.swiper-pagination {
    display: none;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: row!important;
    flex-wrap: inherit;
}

#client_case .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(242, 169, 0, 1)!important;
}

#client_case .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 30%;
}


/* 移动端 */

#client_case .case-mb {
    display: none;
}

#client_case .swiper-case-mb .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#client_case .swiper-case-mb .swiper-pagination {
    display: block!important;
}

#client_case .swiper-case-mb .swiper-case-item {
    width: 40%!important;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

#client_case .swiper-case-mb .case-slide {
    width: 100%;
    height: 123px!important;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
}


/* --------------------------------------------------- */


/* partner.html */


/* 内容 */

#partner .school-logo .col-md-6 {
    display: flex;
    justify-content: center;
}

#partner .logo-box {
    width: 400px;
    padding: 23px 97px;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

#partner .zq-logo {
    width: 100%;
    height: 278px;
    background: #F1F6FD;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    padding: 50px 60px;
    opacity: 0.75;
    cursor: pointer;
}

#partner .zq-logo:hover {
    opacity: 1;
    border: 1px solid #AECDF6;
}

#partner .zq-logo p {
    font-size: 14px;
    color: #327EE6;
    margin-top: 40px;
    line-height: 26px;
}

.partner-logo {
    margin-bottom: 60px;
}


/* ---------------------------------------------- */


/* about_liyun.html 关于砺云*/


/* 公司简介 */

.company_msg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 80px;
}

#about_liyun .text-box {
    width: 600px;
    height: 360px;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
}

.company_profile .text-box {
    height: 360px;
}

#about_liyun .text-box h4 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

#about_liyun .text-box img {
    width: 210px;
    height: auto;
    margin: 15px 0 40px 0;
}

#about_liyun .text-box p {
    font-size: 16px;
    color: #818181;
    text-indent: 2em;
    line-height: 28px;
}


/* 未来愿景 futrue-vision */

.futrue-vision1 {
    padding: 0 0 50px 0;
    overflow: hidden;
    background: url(../images/bg_feature.jpg) no-repeat;
    background-size: 100% 100%;
}

.futrue-vision1 .h4-title {
    color: #ffffff;
}

.futrue-vision1 .content {
    font-size: 16px;
    padding: 0 6rem;
    text-indent: 2em;
    color: #fff;
    line-height: 28px;
}


/* join-us */

.position-box {
    margin-bottom: 70px;
}

.position-box .panel {
    margin-bottom: 15px;
    box-shadow: none;
}

#about_liyun .msg {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 20px;
}

#about_liyun .msg span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.employment-msg span {
    display: block;
    font-size: 14px;
    color: #818181;
    line-height: 26px;
}

.responsibility,
.qualifications {
    margin-bottom: 30px;
}

.position-box .panel-heading {
    position: relative;
    padding-top: 15px;
    cursor: pointer;
    color: #327EE6;
    font-size: 16px;
    background-color: rgba(241, 246, 253, 1);
}

.position-box .panel-heading::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 18px;
    background-image: url(../images/ic_show.png);
}

.position-box .panel-heading[aria-expanded="true"]::after {
    width: 12px;
    height: 2px;
    background-image: url(../images/ic_close.png);
    position: absolute;
    right: 15px;
    top: 20px;
}


/* ---------------------------------------------- */


/* area_projectbg.html 区域教师发展中心*/

#area_product .conceptFrame .row img {
    margin-bottom: 40px;
}

#area_product .conceptFrame .row img:last-child {
    margin-bottom: 0;
}


/* 区域教师发展中心 公共部分 */

.areaIntro .row img {
    border: 1px solid #EBEBEB;
    margin-bottom: 40px;
}

.moreSystem {
    width: 100%;
    text-align: center;
    padding: 65px 0 50px 0;
    background-color: rgba(241, 246, 253, 1);
    margin-top: 70px;
}

.moreSystem .moreSystemTitle span {
    background-color: rgba(242, 169, 0, 1);
    padding: 12px 40px;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
}

.moreSystem .area_slideshow {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.moreSystem .area_slideshow .swiper-container {
    padding-bottom: 60px;
}

.moreSystem .swiper-slide .system-slide {
    box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
    border: 3px solid transparent;
}

.moreSystem .area-system .system-name {
    font-size: 16px;
    color: #818181;
}

.moreSystem .area_slideshow .swiper-slide:hover .system-slide {
    border: 3px solid #327EE6;
    border-radius: 6px;
    box-shadow: 0px 3px 16px 0px rgba(50, 126, 230, 0.4);
}

.moreSystem .swiper-slide:hover .system-name {
    color: #327EE6;
}

.moreSystem .swiper-pagination {
    display: block;
}

.moreSystem .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgba(242, 169, 0, 1)!important;
}

.moreSystem .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 30%;
}