﻿* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, a {
    color: #333333;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.w1740 {
    margin: 0 auto;
    width: 1740px;
}

.w1000 {
    margin: 0 auto;
    width: 1000px;
}

/*header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    /*background: transparent;*/
    background: #2C0A08;
    transition: ease-in-out .5s;
}

header.active {
    background: rgba(0, 0, 0, 0.5);
    transition: ease-in-out .5s;
}

.logo {
    display: block;
    width: 200px;
    height: 62px;
    margin-top: 18px;
    float: left;
}

.logo2 {
    display: none;
}

.nav_list {
    float: right;
}

.nav_list li {
    float: left;
    margin: 0 16px;
}

.nav_list li a {
    display: block;
    color: #fff;
    line-height: 96px;
    font-weight: bold;
}

.nav_list li.on a, .nav_list li a:hover {
    color: #f77b3e;
    background-image: url("../image/list_icon.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.nav_list li.phone {
    display: none;
}

.nav_btn {
    display: none;
}

/*首页*/
.banner {
    height: auto;
    width: 100%;
}

.banner_pc {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner_pc img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .page1 {
    width: 96%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.banner .page1 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.banner .page1 .swiper-pagination-bullet-active {
    background: #f77b3e;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}

.banner_phone {
    display: none;
}

.bg {
    background: #f1f0f0;
}

.index_main1 {
    padding: 60px 0 100px;
}

.index_title {
    text-align: center;
    padding-bottom: 70px;
}

.index_title h2::before, .index_title h2::after {
    content: "";
    width: 285px;
    height: 1px;
    background: #ff671c;
    display: inline-block;
    margin: 24px 25px 0;
    vertical-align: top;
}

.index_title h2 {
    font-size: 34px;
    color: rgba(122, 122, 122, .3);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 34px;
}

.index_title h3 {
    font-size: 34px;
    color: #49100e;
    line-height: 34px;
    margin-top: -20px;
}

.index_title p {
    font-size: 14px;
    margin: 40px 100px 0;
    line-height: 28px;
    /*text-indent: 2em;*/
}

.index_main1 .w1200 {
    position: relative;
}

.index_main1 .swiper-container2 .swiper-slide {
    background: #fff;
}

.index_main1 .index_main1_top {
    width: 100%;
    position: relative;
    text-align: center;
}

.index_main1 .index_main1_top > img {
    width: 100%;
    height: 182px;
    display: block;
}

.index_main1 .index_main1_top div {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.index_main1 .index_main1_top div img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 40px auto 12px;
}

.index_main1 .index_main1_top div h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_main1_con {
    padding: 30px 22px;
    height: 250px;
    box-sizing: border-box;
}

.index_main1_con h2 {
    font-size: 14px;
    line-height: 28px;
    color: #49100e;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 28px;
}

.index_main1_con p {
    font-size: 14px;
    line-height: 25px;
    color: #505050;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 150px;
}

.index_main1_btn {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #49100e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: ease-in-out .3s;
}

.swiper-container2 .swiper-slide:hover .index_main1_btn {
    background: #FF7F26;
    transition: ease-in-out .3s;
}

.next2, .prev2 {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 62px;
    margin-top: 31px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.next2 {
    background: url("../image/icon-right.png");
    right: -80px;
}

.prev2 {
    background: url("../image/icon-left.png");
    left: -80px;
}

.index_main2 {
    padding: 60px 0;
}

.index_main2_list {
    height: 475px;
}

.index_main2_list .left {
    position: relative;
    height: 100%;
    width: 234px;
    overflow: hidden;
}

.index_main2_list .left img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
}

.index_main2_list .right {
    width: 966px;
}

.index_main2_list .right ul li {
    width: 234px;
    height: 234px;
    margin-left: 7px;
    overflow: hidden;
    float: left;
    margin-bottom: 7px;
    position: relative;
}

.index_main2_list .right ul li img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
}

.index_main2_list .right ul li:nth-child(2) {
    width: 475px;
}

.index_main2_con {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(73, 16, 14, 0.9);
    box-sizing: border-box;
    padding: 0 22px;
    top: 100%;
    left: 0;
    right: 0;
    transition: ease-in-out .5s;
}

.index_main2_list .left:hover .index_main2_con,
.index_main2_list .right ul li:hover .index_main2_con {
    top: 0%;
    transition: ease-in-out .5s;
}

.index_main2_con h2 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_main2_list .left .index_main2_con h2 {
    margin-top: 110px;
    margin-bottom: 42px;
}

.index_main2_list .right .index_main2_con h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.index_main2_con h2 span {
    font-size: 14px;
    margin-left: 15px;
}

.index_main2_con p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.index_main2_list .left .index_main2_con p {
    -webkit-line-clamp: 9;
    max-height: 198px;
}

.index_main2_list .right .index_main2_con p {
    -webkit-line-clamp: 5;
    max-height: 132px;
}

.index_main2_con a.more {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 20px;
}

.index_main2_con a.more i {
    display: inline-block;
    background: url("../image/icon-more.png");
    width: 30px;
    height: 9px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 5px;
}

.index_main3 {
    width: 100%;
    background: url("../image/index-bg.jpg") no-repeat top center;
    height: 579px;
}

.index_main3 video {
    float: right;
    /*width: 645px;*/
    /*height: 400px;*/
    margin-top: 65px;
    background: #000;
}

.index_main3 .index_video1 {
    display: block;
}

.index_main3 .index_video2 {
    display: none;
}

.index_main3_con {
    width: 490px;
    margin-top: 80px;
    float: left;
}

.index_main3_con h2 {
    font-size: 34px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-weight: bold;
}

.index_main3_con h3 {
    font-size: 34px;
    color: #fff;
    margin-top: -20px;
    margin-left: 45px;
    margin-bottom: 40px;
}

.index_main3_con p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.index_main4 {
    margin: 70px 0 50px;
}

.index_main4 ul li {
    float: left;
    width: 11%;
    margin-right: 1.7%;
    margin-bottom: 1.7%;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    padding: 8px;
    position: relative;
}

.index_main4 ul li:nth-child(8n) {
    margin-right: 0;
}

.index_main4 ul li img {
    width: 100%;
    height: 210px;
    display: block;
}

.index_main4 ul li h2 {
    width: 90px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #ff671c;
    margin-left: -8px;
    margin-top: -12px;
    position: relative;
    z-index: 1;
}

.index_main4 ul li > a > p, .index_main4 ul li .stu_con {
    font-size: 12px;
    line-height: 25px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
}

.index_main4 ul li .bg {
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: ease-in-out .5s;
}

.index_main4 ul li .bg:hover {
    opacity: 1;
    transition: ease-in-out .5s;
}

.index_main4 ul li .bg a {
    display: block;
    width: 90px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -45px;
    font-size: 14px;
    line-height: 28px;
}

.index_main4 ul li .bg a:hover {
    background: #fff;
    color: #333;
}

.index_main5 {
    margin-bottom: 90px;
}

.index_main5_con {
}

.index_main5_con .left {
    width: 601px;
}

.index_main5_con .left .swiper-container3 {
    width: 100%;
    height: 350px;
}

.index_main5_con .left .swiper-container3 .swiper-slide {
    width: 100%;
}

.index_main5_con .left .swiper-container3 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_main5_con .left .swiper-container3 .prev3,
.index_main5_con .left .swiper-container3 .next3 {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 89px;
    margin-top: -44.5px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.index_main5_con .left .swiper-container3 .next3 {
    background-image: url("../image/icon-right2.png");
    background-size: 100% 100%;
    right: 0;
}

.index_main5_con .left .swiper-container3 .prev3 {
    background-image: url("../image/icon-left2.png");
    background-size: 100% 100%;
    left: 0;
}

.index_main5_con .left .swiper-container3 .page1 {
    bottom: 5px;
}

.index_main5_con .left .swiper-container3 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 12px;
}

.index_main5_con .left .swiper-container3 .swiper-pagination-bullet-active {
    background: #ff671c;
}

.index_main5_con .right {
    width: 550px;
}

.index_main5_con .right ul {

}

.index_main5_con .right ul li {
    margin-bottom: 34px;
}

.index_main5_con .right ul li:last-child {
    margin-bottom: 0;
}

.index_main5_con .right ul li .img {
    display: none;
}

.index_main5_con .right ul li .date {
    width: 62px;
    float: left;
    text-align: center;
}

.index_main5_con .right ul li .date h1 {
    font-size: 54px;
    border-bottom: 1px solid #000;
}

.index_main5_con .right ul li .date h4 {
    font-size: 16px;
}

.index_main5_con .right ul li .con {
    float: right;
    width: 440px;
}

.index_main5_con .right ul li .con h2 {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
}

.index_main5_con .right ul li .con p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.index_main6_con {
    display: none;
}

footer {
    background: #49100e;
    padding-top: 40px;
}

.foot_main1 {
    padding-bottom: 70px;
}

.foot_main1 > div {
    display: inline-block;
}

.foot_main1 ul {
    float: left;
    width: 100px;
}

.foot_main1 ul li {
    font-size: 14px;
}

.foot_main1 ul li a {
    font-size: 12px;
    line-height: 22px;
    color: #92706e;
}

.foot_main1 ul li:first-child a {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

.foot_main1_con {
    vertical-align: top;
    width: 260px;
}

.foot_main1_con h2 {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.foot_main1_con h3 {
    font-size: 35px;
    color: #fff;
}

.foot_main1_con p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.code {
    float: right;
}

.code {
    width: 200px;
    text-align: center;
}

.code .hd {
}

.code .hd ul {
    width: 100%;
}

.code .hd ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
}

.code .hd ul li h2 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 12px;
    background-image: url("../image/foot_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

.code .hd ul li.on h2 {
    background-image: url("../image/foot_bg_on.png");
}

.code .bd ul {
    zoom: 1;
    width: 100%;
}

.code .bd li {
    width: 100%;
}

.code .bd li img {
    display: block;
    margin: 10px auto 0;
    width: 114px;
    height: 114px;
}

.foot_main2 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
}

.foot_main2 p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
}

.foot_main2 ul {
    width: 1120px;
    vertical-align: top;
    float: right;
}

.foot_main2 ul li {
    float: left;
    margin-right: 22px;
}

.foot_main2 ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    display: block;
}

.foot_main3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.foot_main3 a {
    color: #fff;
}

.foot-phone {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    /*background: #49100e;*/
    background: #ff671c;;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    padding: 5px 0.3rem;
    display: none;
}

.foot-phone ul li {
    width: 50%;
    height: 28px;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
}

.foot-phone ul li:last-child {
    border-right: 0px solid #fff;
}

.foot-phone ul li a {
    color: #fff;
}

.foot-phone ul li img {
    width: 22px;
    height: 22px;
    display: inline-table;
    line-height: 22px;
    vertical-align: middle !important;
    margin-right: 5px;
}

/*公司简介*/
.top-img {
    margin-top: 96px;
    height: auto;
    width: 100%;
    position: relative;
}

.top-img img {
    display: block;
    width: 100%;
    /*width: 1920px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
}

.top-img h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 39px;
    font-weight: 300;
    color: #fff;
    line-height: 83px;
}

.top-img h2 span {
    color: #F77B3E;
    text-transform: uppercase;
    vertical-align: top;
    margin-right: 40px;
}

.top-img h2::after {
    content: "";
    display: inline-block;
    width: 118px;
    height: 2px;
    background: #F77B3E;
    margin-left: 26px;
    vertical-align: middle;
}

.nav_top {
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
}

.nav_top ul {
    height: 75px;
}

.nav_top ul li {
    float: left;
    margin-right: 60px;
}

.nav_top ul li a {
    display: block;
    line-height: 74px;
    color: #49100E;
    font-size: 16px;
}

.nav_top ul li.on a, .nav_top ul li a:hover {
    color: #FF7F26;
    font-weight: bold;
    border-bottom: 2px solid #FF7F26;
}

.about_main1 {
    margin: 100px 0;
}

.main {
    margin: 100px auto;
}

.title {
    font-size: 38px;
    color: #4A110E;
    line-height: 43px;
}

.title span {
    font-size: 30px;
    font-weight: 300;
    color: #DDDDDD;
    line-height: 43px;
    text-transform: uppercase;
}

.about_logo {
    text-align: center;
    margin-top: 58px;
}

.about_logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.about_logo h1 {
    font-size: 39px;
    color: #49100E;
    line-height: 62px;
    margin-top: 65px;
}

.about_logo h1 span {
    color: #F77B3E;
}

.about_logo h3 {
    margin-top: 34px;
    font-size: 25px;
    font-weight: 300;
    color: #C0C0C0;
    line-height: 39px;
}

.about_main2 {
    background: #F6F6F6;
    padding: 36px 0;
    width: 100%;
    margin-top: 86px;

}

.about_main2 ul {
    display: flex;
}

.about_main2 ul li {
    display: block;
    flex: 1;
}

.about_main2 ul li img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    width: 180px;
    height: 180px;
}

.about_main3 {
    margin-top: 42px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.about_main3 img {
    max-width: 100%;
}

.right_btn {
    position: fixed;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.right_btn a {
    width: 75px;
    height: 75px;
    background: #FF7F26;
    display: block;
    margin: 2px 0;
    box-sizing: border-box;
    padding-top: 11px;
}

.right_btn a:hover {
    background: #49100E;
}

.right_btn a img {
    display: block;
    margin: 0 auto;
}

.right_btn a p {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 8px;
    text-align: center;
}

/*校园环境*/
.about_main4 {
    margin: 100px 0 60px;
}

.about_main5_con {
    padding: 70px 70px 36px;
    box-sizing: border-box;
}

.about_main5_con h2 {
    font-size: 18px;
    color: #ff7f26;
}

.about_main5_con p {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    margin-top: 10px;
}

.about_swiper_con {
    padding: 30px 0 22px;
}

.about_swiper_con .w1200 {
    position: relative;
}

.about-next, .about-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 62px;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.about-next {
    background: url("../image/icon-right.png");
    right: -80px;
}

.about-prev {
    background: url("../image/icon-left.png");
    left: -80px;
}

.about_swiper {

}

.about_swiper .swiper-slide {

}

.about_swiper .swiper-slide div {
    width: 100%;
    height: 188px;
    overflow: hidden;
}

.about_swiper .swiper-slide div img {
    width: 100%;
    height: 100%;
    display: block;
}

.about_swiper .swiper-slide p {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 14px;
}

/*教学模式*/
.about_main6 {
    margin-top: 65px;
    padding: 0 165px;
    box-sizing: border-box;
    text-align: center;
}

.about_main6 h1 {
    font-size: 39px;
    color: #49100E;
    line-height: 62px;
    margin-top: 65px;
}

.about_main6 h1 span {
    color: #F77B3E;
}

.about_main6 h3 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 300;
    color: #C0C0C0;
    line-height: 39px;
}

.about_main6 p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    text-align: left;
}

.about_main7 {
    margin-top: 75px;
    position: relative;
    height: 507px;
}

.about_main7 li {
    width: 50%;
    position: relative;
    margin-top: 42px;
    display: inline-block;
    vertical-align: top;
}

.about_main7 li .about_main7_con {
    width: 425px;
    background: #efefef;
    padding: 15px 30px 15px 40px;
    display: inline-block;
    box-sizing: border-box;
}

.about_main7 li .about_main7_con h2 {
    font-size: 18px;
    line-height: 40px;
    color: #ff7f26;
}

.about_main7 li .about_main7_con h2 span {
    font-size: 40px;
    font-style: oblique;
    margin-right: 5px;
}

.about_main7 li .about_main7_con p {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
}

.about_main7 li .about_main7_img {
    background: #ff7f26;
    width: 89px;
    height: 89px;
    border-radius: 100%;
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.about_main7 li .about_main7_img::before {
    content: "";
    display: block;
    position: absolute;
    background: #ff7f26;
    width: 5px;
    height: 5px;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.about_main7 li .about_main7_img::after {
    content: "";
    display: block;
    position: absolute;
    background: #ff7f26;
    width: 50px;
    height: 1px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.about_main7 li:nth-child(2n) .about_main7_img,
.about_main7 li:nth-child(2n) .about_main7_img::before,
.about_main7 li:nth-child(2n) .about_main7_img::after {
    background: #4a110e;
}

.about_main7 li:nth-child(n+4) {
    left: 50%;
    top: -507px;
}

.about_main7 li:nth-child(n+4) .about_main7_con {
    float: right;
}

.about_main7 li:nth-child(n+4) .about_main7_img {
    left: 20px;
}

.about_main7 li:nth-child(n+4) .about_main7_img::before {
    left: auto;
    right: -55px;
}

.about_main7 li:nth-child(n+4) .about_main7_img::after {
    left: auto;
    right: -55px;
}

/*成绩展示*/
.stu_main1 {

}

.stu_main1 ul {
    margin-top: 72px;
}

.stu_main1 ul li, .stu_main1 ul li:nth-child(8n) {
    width: 200px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.stu_main1 ul li:nth-child(5n) {
    margin-right: 0;
}

.stu_main1 ul li .stu_img {
    height: 221px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.stu_main1 ul li .stu_img img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.more_btn {
    display: block;
    margin: 0 auto;
    width: 242px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 43px;
    text-align: center;
}

.more_btn:hover {
    background: #F77B3E;
    color: #fff;
    border: 1px solid #F77B3E;
}

.more_btn2 {
    display: block;
    width: 100%;
    float: left;
}

/*师资介绍*/
.tea_list {
    margin-top: 70px;
}

.tea_list li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    margin-bottom: 30px;
    transition: ease-in-out .5s;
    position: relative;
}

.tea_list li:hover {
    background: #FFF7DC;
    border: 1px solid #FF7F26;
}

.tea_list li .tea_main_img {
    width: 470px;
    height: 295px;
    float: left;
    overflow: hidden;
    position: relative;
}

.tea_list li .tea_main_img a.more_btn2 {
    display: block;
    width: 89px;
    height: 25px;
    background: #FF7F26;
    position: absolute;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    right: 1px;
    bottom: 14px;
}

.tea_list li .tea_main_img img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: ease-in-out .3s;
    min-height: 100%;
    margin-top: -6px;
}

.tea_list li:hover .tea_main_img img {
    transform: scale(1.05);
    transition: ease-in-out .3s;
}

.tea_list li .tea_main_con {
    width: 620px;
    float: right;
    margin-right: 40px;
}

.tea_list li .tea_main_con h2 {
    margin-top: 40px;
    font-size: 22px;
    color: #4A110E;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tea_list li .tea_main_con h3 {
    margin-top: 12px;
    font-size: 14px;
    color: #4A110E;
    line-height: 30px;
    border-bottom: 1px solid #FF7F26;
    padding-bottom: 12px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.tea_list li .tea_main_con p {
    font-size: 14px;
    color: #333333;
    line-height: 23px;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 92px;;
}

.tea_list li .tea_main_con span {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 49px;
    height: 49px;
    background-image: url("../image/tea-icon1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: ease-in-out .3s;
}

.tea_list li:hover .tea_main_con span {
    background-image: url("../image/tea-icon1-on.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: ease-in-out .3s;
}

/*师资介绍详情页*/
.tea_main2 {
    margin-top: 56px;
}

.tea_main2 .left {
    width: 425px;
    height: 607px;
    display: block;
    overflow: hidden;
    position: relative;
}

.tea_main2 .left img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tea_main2 .right {
    width: 615px;
    margin-right: 75px;
}

.tea_main2 .right .tea_main2_con {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 50px;
}

.tea_main2 .right .tea_main2_con h2 {
    font-size: 30px;
    margin-top: 8px;
    color: #4D1614;
    line-height: 26px;
    margin-bottom: 50px;
}

.tea_main2 .right .tea_main2_con p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.tea_main3 {
    padding-bottom: 42px;
    border-bottom: 1px solid #E0E0E0;
}

.tea_main3 h2, .tea_main4 h2 {
    padding: 30px 0;
    font-size: 20px;
    color: #4D1614;
    line-height: 26px;
}

.tea_main3_con {
    position: relative;
}

.tea_main3_con .tea_swiper {
    width: 490px;
    cursor: pointer;
}

.tea_main3_con .tea_swiper .swiper-slide img {
    display: block;
    width: 150px;
    height: 214px;
    margin: 0 auto;
}

.tea_next, .tea_prev {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}

.tea_next {
    background: url("../image/icon-right3.png");
    right: 0;
}

.tea_prev {
    background: url("../image/icon-left3.png");
    left: 0;
}

.tea_main4 div {
    position: relative;
    cursor: pointer;
}

.tea_main4 div video {
    width: 490px;
    height: 276px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.tea_main4 div::before {
    content: "";
    display: block;
    width: 74px;
    height: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../image/bf-icon.png");
    z-index: 2;
}

.main_bg {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.main_bg div {
    width: 1000px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -500px;
}

.main_bg div .img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.main_bg div .close_btn {
    position: absolute;
    right: -50px;
    top: -20px;
    cursor: pointer;
}

.video_bg div .close_btn {
    right: 120px;
}

.main_bg div video {
    background: #000;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.video_bg div video {
    width: 640px;
    height: 480px;
    display: block;
    top: 0;
    transform: translate(-50%, 0);
}

.video_bg div p {
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 640px;
    color: #333;
    background: #fff;
    /*background: #fff;*/
    /*border: 1px solid #ff8631;*/
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 88px;;
}

/*课程介绍*/
.course_main1 {

}

.course_main1 .left {
    width: 238px;
}

.course_main1 .left ul li {
    background: #ff9951;
    margin-bottom: 4px;
    height: 136px;
    width: 225px;
    padding: 35px 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.course_main1 .left ul li.on {
    background: #ff7f26;
    height: auto;
    padding: 35px 20px 20px;
}

.course_main1 .left ul li.on::before {
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #ff7f26;
}

.course_main1 .left ul li h2 {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.course_main1 .left ul li.on h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.course_main1 .left ul li div {
    display: none;
}

.course_main1 .left ul li.on div {
    display: block;
    margin-top: 13px;
}

.course_main1 .left ul li div h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.course_main1 .left ul li div p {
    font-size: 12px;
    line-height: 20px;
    color: #ffe3cf;
    margin-bottom: 13px;
}

.course_main1 .left ul li div h5 {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    font-weight: lighter;
}

.course_main1 .left ul li div h5 span {
    text-decoration: line-through;
}

.course_main1 .left ul li div h4 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    font-weight: lighter;
}

.course_main1 .left ul li div h4 span {
    font-size: 18px;
}

.course_main1 .left ul li div .baoming {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #49100e;
    margin-top: 20px;
    color: #fff;
}

.course_main1 .right {
    width: 950px;
}

.course_main1 .right ul li {
    float: left;
    width: 300px;
    margin-right: 15px;
    height: 318px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #e6e5e5;
}

.course_main1 .right ul li div.cou_img {
    display: block;
    width: 100%;
    height: 176px;
    overflow: hidden;
}

.course_main1 .right ul li div.cou_img img {
    display: block;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: ease-in-out .3s;
}

.course_main1 .right ul li:hover div.cou_img img {
    transform: scale(1.1);
    transition: ease-in-out .3s;
}

.course_main1 .right ul li div.cou_con {
    padding: 15px;
}

.course_main1 .right ul li div.cou_con h2 {
    font-size: 20px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.course_main1 .right ul li div.cou_con h3 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 5px;
}

.course_main1 .right ul li div.cou_con p {
    text-align: right;
    font-size: 22px;
    line-height: 32px;
    color: #ff7f26;
}

.course_main1 .right ul li div.cou_con .baoming {
    font-size: 14px;
    line-height: 16px;
    color: #49100e;
    text-align: right;
    display: block;
}

.course_main2 {
    margin: 30px auto 100px;
}

.course_main2 h1 {
    font-size: 14px;
    line-height: 60px;
    border-bottom: 1px solid #ff7f26;
    margin-bottom: 10px;
}

.course_con1 {
    background: #f6f9f6;
    padding: 20px;
    box-sizing: border-box;
}

.course_con1 .left, .course_con1 .right {
    width: 50%;
}

.course_con1 .left img {
    display: block;
    width: 100%;
}

.course_con1 .right {
    padding-left: 35px;
    box-sizing: border-box;
}

.course_con1 .right h2 {
    font-size: 26px;
    line-height: 52px;
    color: #2c0a08;
}

.course_con1 .right p {
    font-size: 16px;
    line-height: 45px;
    color: #666666;
}

.course_con1 .right h3 {
    font-size: 34px;
    color: #ff7f26;
    line-height: 64px;
}

.course_con1 .right h3 span {
    font-size: 20px;
}

.course_con1 .right a.baoming {
    display: block;
    height: 42px;
    width: 154px;
    line-height: 42px;
    background: #ff7f26;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.course_con2 {

}

.course_con2 h2 {
    font-size: 20px;
    color: #2c0a08;
    line-height: 45px;
    border-bottom: 1px solid #ff7f26;
    margin-top: 30px;
    padding: 0 22px;
}

.course_con3 {
    margin-top: 40px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 30px;
}

.course_con3 img {
    max-width: 100%;
}

/*犀牛动态*/
.news_main1 {

}

.news_main2 {
    background: #f7f7f7;
    margin: 70px 20px 0;
}

.news_main2 .left, .news_main2 .right {
    width: 50%;
}

.news_main2 .left img {
    display: block;
    width: 100%;
    height: auto;
}

.news_main2 .right {
    box-sizing: border-box;
    padding: 36px;
    position: relative;
}

.news_main2 .right h2 {
    font-size: 24px;
    line-height: 32px;
    max-height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 42px;
}

.news_main2 .right h4 {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    position: absolute;
    top: 36px;
    left: 36px;
}

.news_main2 .right p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
    margin-top: 25px;
}

.news_main2 .right a.more {
    display: block;
    height: 25px;
    width: 88px;
    background: #ff7f26;
    text-align: center;
    line-height: 25px;
    margin-top: 65px;
    font-size: 12px;
    color: #fff;
}

.news_list {
    margin: 0 20px 30px;
}

.news_list li {
    padding: 30px 0;
    border-bottom: 1px solid #ebeaea;
}

.news_list li .news_img {
    width: 248px;
    height: 139px;
    display: block;
    float: left;
    overflow: hidden;
}

.news_list li .news_img img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease-in-out .3s;
}

.news_list li:hover .news_img img {
    transform: scale(1.1);
    transition: ease-in-out .3s;
}

.news_list li .news_date {
    width: 62px;
    float: left;
    text-align: center;
    margin-left: 55px;
    margin-top: 12px;
}

.news_list li .news_date h1 {
    font-size: 54px;
    border-bottom: 1px solid #000;
}

.news_list li .news_date h4 {
    font-size: 16px;
}

.news_list li .news_con {
    float: right;
    width: 745px;
    margin-top: 18px;
}

.news_list li .news_con h2 {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
}

.news_list li .news_con p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

/*犀牛动态详情页*/
.news_main3 {
    margin: 45px auto 100px;
    padding: 0 50px;
    box-sizing: border-box;
}

.news_main3_top {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 30px 28px 12px;
    position: relative;
}

.news_main3_top h1 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
}

.news_main3_top h3 {
    font-size: 14px;
    color: #666666;
}

.news_main3_top .bshare-custom {
    position: absolute;
    bottom: 12px;
    right: 28px;
}

.bshare-custom.icon-medium a {
    background-image: url("../image/fx-icon.png") !important;
    background-repeat: no-repeat;
    padding-left: 30px !important;
    height: 30px !important;

}

.bshare-custom.icon-medium .bshare-sinaminiblog {
    background-position: -45px 0 !important;
}

.bshare-custom.icon-medium .bshare-qqim {
    background-position: -91px 0 !important;
}

.news_main3_con {
    margin-top: 80px;
    font-size: 16px;
    line-height: 28px;
}

.news_main3_con img {
    max-width: 100%;
}

.news_main3_bottom {
    border-top: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 25px 0 0;
    margin-top: 60px;
}

.news_main3_bottom p {
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_main3_bottom p a {
    color: #666666;
}

/*犀牛动态*/
.news_main4 {

}

.news_main4 .left {
    position: relative;
}

.news_main4 .left::before {
    content: "";
    display: block;
    background: url("../image/bf-icon2.png") no-repeat;
    width: 91px;
    height: 91px;
    position: absolute;
    right: 32px;
    bottom: 18px;
    z-index: 1;
}

.news_list2 {
    margin: 30px 20px 10px;
}

.news_list2 li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    position: relative;
    width: 372px;
}

.news_list2 li:hover {
    background: #fff7dc;
    border: 1px solid #ff8631;
}

.news_list2 li::before {
    content: "";
    display: block;
    background: url("../image/bf-icon3.png") no-repeat;
    width: 54px;
    height: 54px;
    position: absolute;
    right: 14px;
    bottom: 20px;
    z-index: 1;
}

.news_list2 li:nth-child(3n) {
    margin-right: 0;
}

.news_list2 li div {
    width: 370px;
    height: 257px;
    overflow: hidden;
}

.news_list2 li div img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: ease-in-out .3s;
}

.news_list2 li:hover div img {
    transform: scale(1.1);
    transition: ease-in-out .3s;
}

.news_list2 li h2 {
    display: block;
    width: 100%;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 70px 0 25px;
    box-sizing: border-box;
}

/*犀牛动态*/
.strategy_main1 {

}

.strategy_list1 {
    margin-top: 60px;
}

.strategy_list1 li {
    float: left;
    width: 382px;
    display: block;
    height: 112px;
    margin-right: 27px;
    margin-bottom: 27px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    padding: 12px 25px;
}

.strategy_list1 li:hover {
    background: #fff7dc;
    border: 1px solid #ff8631;
}

.strategy_list1 li:nth-child(3n) {
    margin-right: 0;
}

.strategy_list1 li img {
    float: right;
    width: 86px;
    height: 86px;
    display: block;
}

.strategy_list1 li div {
    float: left;
    width: 235px;
}

.strategy_list1 li div h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.strategy_list1 li div p {
    color: #888f9f;
    font-size: 12px;
    margin-top: 15px;
}

/*艺考攻略详情页*/
.strategy_main1_con {

}

.strategy_main1_con audio {
    display: block;
    width: 600px;
    margin: 70px auto 0;
}

/*热点即评*/
.strategy_list2 {
    margin-top: 60px;
}

.strategy_list2 li {
    float: left;
    width: 382px;
    display: block;
    /*height: 112px;*/
    margin-right: 27px;
    margin-bottom: 27px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    padding: 35px 30px 20px;
}

.strategy_list2 li:nth-child(3n) {
    margin-right: 0;
}

.strategy_list2 li:hover {
    background: #fff7dc;
    border: 1px solid #ff8631;
}

.strategy_list2 li h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.strategy_list2 li p {
    font-size: 12px;
    line-height: 30px;
    color: #888f9f;
    margin: 8px 0;
}

.strategy_list2 li div {
    display: block;
    width: 100%;
    height: 217px;
    overflow: hidden;
}

.strategy_list2 li div img {
    display: block;
    width: 100%;
    height: 100%;
    transition: ease-in-out .3s;
    transform: scale(1);
}

.strategy_list2 li:hover div img {
    transition: ease-in-out .3s;
    transform: scale(1.1);
}

.strategy_list2 li h4 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_main3_top h3 span {
    margin-right: 30px;
}

/*艺考攻略详情页*/
.strategy_main2 {
    padding: 45px 0;
    border-bottom: 1px solid #ff7f26;
}

.strategy_main2 .left {
    width: 220px;
    text-align: center;
}

.strategy_main2 .left div {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100%;
}

.strategy_main2 .left div img {
    display: block;
    width: 100%;
}

.strategy_main2 .left p {
    font-size: 18px;
    line-height: 26px;
    margin: 22px 0;

}

.strategy_main2 .right {
    float: none;
    font-size: 14px;
    line-height: 28px;
}

.strategy_main2 .right p {
    color: #666666;
}

.strategy_main2_con {
    width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.strategy_main2_con video {
    margin: 50px 0;
}

/*公开视频课*/
.strategy_list3 {
    margin: 60px 20px 10px;
}

.strategy_list3 li h2 {
    line-height: 24px;
    height: 24px;
    text-overflow: unset;
    white-space: unset;
    margin: 10px 0;
    padding: 0 85px 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.strategy_list3 li::before {
    bottom: 75px;
}

.strategy_list3 li p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 10px 0;
    padding: 0 25px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*联系我们*/
.contact_main1 {
    margin-top: 85px;
}

.contact_main1 li {
    width: 20%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 0 20px;
}

.contact_main1 li div {
    display: block;
    border: 1px solid #e8e8e8;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.contact_main1 li div img {
    display: block;
    width: 128px;
    height: 128px;
    position: relative;
    z-index: 2;
}

.contact_main1 li div .img1, .contact_main1 li:hover div .img2 {
    display: block;
}

.contact_main1 li div .img2, .contact_main1 li:hover div .img1 {
    display: none;
}

.contact_main1 li div::before {
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ff7f26;
    margin-left: -55px;
    margin-top: -55px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s ease-out;
    transform: scale(0);
}

.contact_main1 li:hover div::before {
    opacity: 1;
    transition: 0.2s ease-out;
    transform: scale(1);
}

.contact_main1 li h2 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 12px;
    color: #939393;
}

.contact_main1 li p {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    height: 40px;
    font-weight: bold;
    word-wrap: break-word;
}

.contact_main1 li .weixin {
    position: absolute;
    width: 160px;
    height: 170px;
    top: -180px;
    left: 50%;
    margin-left: -80px;
    display: none;
    background: url("../image/weixin_k.png");
}

.contact_main1 li:hover .weixin {
    display: block;
}

.contact_main1 li .weixin img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 15px auto 0;
}

.address {
    height: 590px;
    margin: 80px 0 0;
}

/*人才招聘*/
.content3 {
    margin-top: 46px;
}

.content3 ul {
    background-color: #ffffff;
}

.content3 ul li {
    margin-bottom: 20px;
}

.content3 ul li .abc {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    color: #333333;
}

.content3 ul li .abc span:nth-of-type(2) {
    position: absolute;
    right: 220px;
    top: 0px;
}

.content3 ul li .abc span:nth-of-type(3) {
    position: absolute;
    right: 130px;
    top: 0px;
}

.content3 ul li .abc a {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: url(../image/zxns-jiao2.png);
}

.content3 ul li .no {
    width: 100%;
    padding: 0 20px;
    display: none;
    box-sizing: border-box;
}

.content3 ul li .xbt {
    width: 100%;
    font-size: 16px;
    margin-top: 22px;
}

.content3 ul li div p {
    font-size: 14px;
    line-height: 30px;
}

.content3 .youxiang {
    font-size: 12px;
    width: 100%;
    background-color: #ffffff;
    padding-top: 6px;
    margin-bottom: 25px;
}

.content3 .youxiang p {
    font-size: 14px;
    line-height: 30px;
    width: 95%;
    margin-left: 2.5%;
}

/*信息登记表*/
.enlist_main1 {
    margin-top: 65px;
    padding: 0 90px;
    box-sizing: border-box;
}

.enlist_main1 h2 {
    font-size: 16px;
    line-height: 30px;
    color: #ff7f26;
}

.enlist_main1 h4 {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.enlist_list {
    margin-top: 35px;
}

.enlist_list li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.enlist_list li p {
    font-size: 16px;
    display: block;
    line-height: 42px;
}

.enlist_list li p span {
    color: #ff0000 !important;
}

.enlist_list li input[type='text'] {
    display: block;
    border: 1px solid #bfbfbf;
    width: 430px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
}

.enlist_list li.code {
    text-align: left;
}

.enlist_list li.code input[type='text'] {
    width: 208px;
    display: inline-block;
    vertical-align: top;
}

.enlist_list li.code img {
    display: inline-block;
    margin-left: 15px;
    margin-top: 6px;
    vertical-align: top;
    width: 69px;
    height: 24px;
}

.enlist_list li.code span {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    color: #333;
    margin-left: 15px;
}

.enlist_main1 .submit_btn {
    display: block;
    width: 209px;
    height: 48px;
    background: #ff7f26;
    color: #fff;
    margin-top: 20px;
}

.index_main_sj {
    display: none;
    margin-top: 20px;
}

.index_main_sj li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.index_main_sj li img {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.index_main_sj li p {
    font-size: 14px;
    margin-top: 10px;
    color: #4a110f;
}