@font-face {
    font-family: 'title';
    src: url('./title.ttf') format('truetype')
}
@font-face {
    font-family: 'roboto';
    src: url('./roboto.ttf') format('truetype')
}
.qiye_content {
    padding: 50px 0 29px 0;
    background: #fff;
}
.qiye_content > div {
    min-width: 1100px;
    max-width: 1200px;
    margin: 0 auto;
}
.qiye_content .qiye_cert_swiper {
    width: 1000px;
    min-width: 1000px;
}
.qiye_content h3 {
    font-size: 1.7rem;
    color: #000;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: center;
}
.qiye_content .qiye_con {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qiye_content .qiye_con div {
    padding: 22px 15px;
}
.qiye_content .qiye_con div img {
    height: 371px;
    width: auto;
}
.qiye_content .qiye_con div:nth-child(2) {
    box-shadow: 0 0 14px #E0E0E0;
}
.qiye_content .qiye_con div:first-child {
    background: url("../img/index/qiye_part1.png") no-repeat;
    background-size: 100% 100%;
    padding: 32.5px 42px;
    width: 350px;
}
.qiye_content .qiye_con div:last-child {
    background: url("../img/index/qiye_part2.png") no-repeat;
    background-size: 100% 100%;
    padding: 32.5px 42px;
    width: 298px;
}
.qiye_content .qiye_con li{
    list-style: disc;
    font-size: 0.6rem;
    color: #fff;
    line-height: 2.5rem;
}
.qiye_content .qiye_count{
    padding: 2.6rem 0;
}
.qiye_content .qiye_count ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.qiye_content .qiye_count ul li {
    margin-left: 175px;
}
.qiye_content .qiye_count ul li:first-child {
    margin-left: 0;
}
.qiye_content .qiye_count ul li p:first-child {
    font-size: 0.6rem;
    color: #000;
    line-height: 24px;
}
.qiye_content .qiye_count ul li p:last-child {
    font-size: 1.5rem;
    color: #000;
}
.qiye_content .qiye_count ul li p:last-child span {
    font-size: 0.9rem;
}
.qiye_content .qiye_cert ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qiye_content .qiye_cert ul li {
    padding-left: 7px;
    width: 22%;
}
.qiye_content .qiye_cert ul li:first-child {
    padding-left: 0;
}
.qiye_content .qiye_cert ul li.active {
    width: 30%;
}
.qiye_content .qiye_cert {
    position: relative;
    padding: 0 50px;
}
.qiye_content .qiye_cert>img {
    display: inline-block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.qiye_content .qiye_cert>img.right_button {
    right: 0;
    left: auto;
}
.bottom_content {
    padding: 38px 0 40px 0;
    background: #fff;
}
.bottom_content > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
    margin: 0 auto;
}
.bottom_content .bottom_left img {
    width: 85px;
}
.bottom_content .bottom_left h3 {
    font-family: title;
    font-size: 1.2rem;
    color: #333;
}
.bottom_content .bottom_left h3 span {
    font-size: 1.6rem;
    color: #D81719;
}

.bottom_content .bottom_left ul {
    margin: 10px 0 0 0;
    font-size: 0.6rem;
    color: #999;
    line-height: 20px;
}
.bottom_content .bottom_left ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.bottom_content .bottom_left ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 7px;
    background: red;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
}
.bottom_content .bottom_left ul li {
    position: relative;
    padding-left: 12px;
}
.bottom_content .bottom_left ul li img{
    height: 8px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}
.bottom_content .bottom_left ul li > span {
    margin-left: 20px;
}
.bottom_content .bottom_left ul li > span:first-child {
    margin-left: 0;
    width: 55px;
}
.bottom_content .bottom_left ul li > span:nth-child(2) {
    width: 100px;
}
.bottom_content .bottom_left p {
    font-family: roboto;
    font-size: 2rem;
    color: #D81719;
    margin: 10px;
}
.bottom_content .bottom_left>span {
    font-size: 0.6rem;
    color: rgba(153, 153, 153, 0.5);
    line-height: 20px;
}
.bottom_content .bottom_center {
    margin: 0 9%;
}
.bottom_content .bottom_center li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    line-height: 30px;
    margin-bottom: 5px;
}
.bottom_content .bottom_center li:nth-child(5),
.bottom_content .bottom_center li:nth-child(6) {
    align-items: start;
}
.bottom_content .bottom_center .call img {
    width: 20px;
    margin-right: 13px;
}
.bottom_content .bottom_center .call4 img {
    margin-top: 5px;
}
.bottom_content .bottom_center .call5 img {
    margin-top: 5px;
}
.bottom_content .bottom_center .call4 div span,
.bottom_content .bottom_center .call5 div span {
    display: block;
    line-height: 1.5rem;
}
.bottom_content .bottom_right {
    font-size: 0.6rem;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    text-align: center;
}
.bottom_content .bottom_right img{
    width: 112px;
    margin-bottom: 7px;
}
.pop_con {
    width: 100%;
    height: 70px;
    background: linear-gradient(91deg, #0D37E5 0%, #29A5FF 100%);
    z-index: 999;
}
.pop_con>div {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop_con h3 {
    font-size: 1.2rem;
    color: #fff;
    line-height: 70px;
    font-weight: 400;
}
.pop_con button {
    width: 128px;
    height: 40px;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 0.7rem;
    color: #fff;
    margin-left: 16%;
}
.right_pop{
    display: none;
    position: fixed;
    right: 0;
    top: 70%;
    transform: translate(0, -50%);
    z-index: 998;
}
.right_pop li.active{
    width: auto;
    left: 0;
}
.right_pop li.active .showHide{
    margin-left: 21px !important;
}
.right_pop li {
    background: #D81719;
    height: 60px;
    display: flex;
    align-items: center;
    width: 60px;
    position: relative;
    left: calc(100% - 60px);
}
.right_pop li>div{
    display: flex;
}
.right_pop li p span, .right_pop li div span{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.right_pop li .hide{
    display: none;
}
.right_pop li.active .hide{
    display: block;
    align-items: center;
}
.right_pop li.active .hidefix{
    display: flex;
}
.hidefix button{
    padding: 4px 15px;
    margin-left: 10px;
    border-radius: 15px;
    border: none;
    background: #fff;
    color: #D81719;
}
.toTop{
    position: relative;
}
.toTop p{
    opacity: 0;
    position: absolute;
    font-size: 12px;
    color: #D81719;
    background: #fff;
    padding: 2px 7px;
    border-radius: 6px;
    bottom: 0;
    right: 2px;
}
#moocTitle a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

#moocBox {
    height: 80px;
    margin: 10px 0;
    overflow: hidden;
}

#mooc ul li {
    height: 24px;
}

#mooc ul li a {
    width: 180px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: 15px;
    height: 24px;
}

#mooc ul li span {
    float: right;
    margin-left: 20px;
}