.index_top{
    background-color: #FBFBFB;
    border-bottom: solid 1px #DDDDDD;
    height: 30px;
    line-height: 30px;
    color: #828282;
    font-size: 12px;
}
.bs_top{
    height: 90px;
    background: none
}
.bs-top-logo{
    /* width: 240px;
    height: 55px; */
    /* background-image: url(../img/logo.png); */
    margin-top: 10px;
    background-position: 0 0;
    /* background-repeat: no-repeat; */
}
.bs-top-sreach {
    width: 500px;
    margin-top: 30px;
    margin-left: 100px;
}
.bs-top-sreach input {
    height: 37px;
    font-size: 14px;
    line-height: 37px;
}
.am-form-field {
    display: block;
    width: 100%;
    padding: .5em;
    line-height: 1.2;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
}
.am-btn-danger {
    color: #fff;
    background-color: #dd514c;
    border-color: #dd514c;
}
.am-form-group{
    display: inline-block;
}
.am-btn {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 14px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    user-select: none;
    font-size: 16px;
    transition: background-color .3s ease-out,border-color .3s ease-out;
}
.am-btn, button,{
    vertical-align: middle;
}
.bs-rz {
    margin-top: 35px;
    height: 34px;
}
.bs-rz img{
    display: block;
    height: 34px;
}
.bs-menu-top{
    border-bottom: solid 2px #E4E4E4;
    height: 40px;
    background: none;
    /* box-sizing: border-box; */
}
.bs-menu-left{
    position: relative;
}
.subject{
    background-color: #aa1f24;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.bs_m_nav{
    position: absolute;
    top: 38px;
    left:0;
    height: 522px;
    width: 240px;
	background-color: #cc3300;
    margin-top: 2px;
    color: #fff;
    z-index: 2;
}
.bs_m_nav>ul{
    padding-top: 12px;
    box-sizing: border-box;
}
.bs_m_nav>ul>li {
    height: 34px;
	line-height: 34px;
	margin-left: 1px;
	padding: 0 10px;
    transition: all .5s;
    box-sizing: border-box;
}
.bs_m_nav>ul li span{
    float: right;
    font-size: 22px;
    
}


/* 加的 */
.bs_m_nav>ul>li:hover {
    background-color: #fff;
    color: #c81623;
}
/* .tab{
    background-color: #fff;
    color: red;
    border-right:none;
} */
.bs_m_nav>ul li ul{
    display: none;
    position: absolute;
    top: 0px;
    left:240px;
    height: 522px;
    width: 440px;
    margin-top: 2px;
    background:rgba(255,255,255,1);
    border:2px solid rgba(235, 97, 67, 1);
    opacity:0.9;
    z-index: 2;
    box-sizing: border-box;
}
.bs_m_nav>ul li:hover ul{
    display: block;
    padding-left: 14px;
    box-sizing: border-box;
}
.bs_m_nav>ul li ul li{
    float: left;
    margin-left: 8px;
    padding: 0px 12px;
    padding-top: 14px;
    box-sizing: border-box;
    font-size: 14px;
}



.bs_m_navs{
    position: absolute;
    top: 38px;
    left:240px;
    height: 522px;
    width: 440px;
    margin-top: 2px;
    background:rgba(255,255,255,1);
    border:2px solid rgba(235, 97, 67, 1);
    opacity:0.9;
    z-index: 2;
    box-sizing: border-box;
}
.bs_m_navs ul{
    padding-top: 12px;
    box-sizing: border-box;
    margin-left: 31px;
}
.bs_m_navs ul li {
    float: left;
    display: none;
    /* height: 34px;
	line-height: 34px; */
	margin-left: 8px;
	padding: 32px 51px 12px 20px;
    transition: all .5s;
    box-sizing: border-box;
}
.bs_m_navs ul li a{
    display: block;
    float: left;
    padding: 12px 12px;
    box-sizing: border-box;
    font-size: 14px;
}
.bs_m_navs ul li.div_show{
    display: block;
}
/* .bs_m_navs ul li:hover {
	background-color: #fff;
}
.bs_m_navs ul li:hover a {
	color: #c81623;
}
.bs_m_navs ul li a {
	font-size: 16px;
	color: #fff;
} */
/* 加的 */
.about_boshi{
    display: none;
    position: absolute;
    top: 40px;
    left: 86px;
    z-index: 10;
    background-color: #c81623;
}
.about_boshi ul li{
    margin-bottom: 12px;
    margin-top: 10px;
    line-height: 30px;
}
.about_boshi ul li a{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
   padding: 0 12px;
   box-sizing: border-box;
    color: #fff;
}
.about_boshi ul li:last-child{
    margin-bottom: 4px;
    margin-top: 0;
}
.bs-menu>ul>li:nth-of-type(2):hover .about_boshi{
    display: block;
}

.bs-menu{
    position: relative;
    margin-left: 20px; 
}
.bs-menu>ul>li{
    float: left;
    padding: 0 16px;
    line-height: 40px;
    box-sizing: border-box;
}
.bs-menu ul li:last-child{
    padding-right: 0;
    box-sizing: border-box;
}
.bs-menu>ul>li>a{
    display: block;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 20px;
}
.bs-menu ul li span{
    display:block;
    width: 2px;
    height: 20px;
    background-color: red;
    line-height: 40px;
}
#slide{
    width: 100%;
    height: 350px;
}
#slide .swiper-slide img{
    display: block;
    margin: 0;
    width: 100%;
    height: 350px;
}
.dynamic{
    margin-top: 20px;
}
/* 标题 */
.advantage_top,
.dynamic_top,
.special_top{
    margin-top: 10px;
    height: 38px;
    line-height: 38px;
    font-size:18px;
    font-weight:bold;
    font-family:Microsoft YaHei;
    padding-bottom:3px;
    /* box-sizing: border-box; */
    border-bottom: 1px solid #ccc;
}
.dynamic_top_left{
    letter-spacing: 2px;
}
.advantage_top span:last-child,
.dynamic_top span:last-child,
.special_top span:last-child{
    display: block;
    height: 4px;
    width: 77px;
    background-color: #c4503e;
}
.dynamic_top_right{
    height: 42px;
}
.dynamic_top_right a{
    font-size: 14px;
    color: #999;
    letter-spacing: 3px;
    line-height: 46px;
}
.dynamic_content ul{
    padding-top: 16px;
    box-sizing: border-box;
}
.dynamic_content ul li{
    position: relative;
    float: left;
    width: 580px;
    height: 114px;
    margin-top: 24px;
}
.dynamic_content ul li:hover .dynamic_ding{
    transform: rotate(0deg);
    background-color: #c4503e;
    border:1px solid #c4503e;
}
.dynamic_content ul li:hover .dynamic_content_left{
    color: #fff;
    position: absolute;
    z-index: 2;
}
.dynamic_content ul li:hover .dynamic_dingwei{
    border: 2px solid #c4503e;
}
.dynamic_content ul li:hover .dynamic_content_right{
    margin-left: 130px;
}
.dynamic_content_left{
    width: 80px;
    height: 80px;
    text-align: center;
    margin-left: 10px;
}
.dynamic_content_left span:first-child{
    display: block;
    font-size: 28px;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 18px;
    box-sizing: border-box;
}
.dynamic_content_left span:last-child{
    display: block;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 18px;
    box-sizing: border-box;
}
.dynamic_ding{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 17px;
    left: 20px;
    border:1px solid #999;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.dynamic_dingwei{
    position: absolute;
    top: 0;
    right: 0;
    width: 524px;
    height: 114px;
    border: 1px solid #fff;
    border-left:none;
}
.dynamic_content_right{
    width: 419px;
    height: 114px;
    padding-top: 20px;
    margin-left: 50px;
    box-sizing: border-box;
}
.dynamic_content_right h3{
    font-size: 16px;
    width: 419px;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dynamic_content_right p{
    font-size: 14px;
    width: 419px;
    color: #666;
    line-height: 22px;
    margin-top: 16px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

/* 核 心 优 势 */
.advantage_content{
    margin-top: 40px;
}
.advantage_content ul{
    width: 1236px;
}
.advantage_content ul li{
    float: left;
    width: 170px;
    margin-right: 36px;
}
.advantage_content ul li h3{
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
    letter-spacing: 2px;
}
.advantage_content ul li p{
    font-size: 14px;
    margin-top: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #999;
    text-align: justify !important;
}
.garden{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color:#999;
    border:2px solid #999;
    margin: 0 auto;
}
.quan{
    /* position: relative; */
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color:#999;
    border:2px solid #fff;
    margin: 0 auto;
    margin-top: 3px;
}
.garden i{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 48px;
}
.garden:hover{
    border:2px solid #c4503e;
}
.garden:hover .quan{
    background-color: #c4503e;
    color: #fff;
    border:2px solid #c4503e;
}
/* 热 点 专 题 */
.special_con{
    background:rgba(246,246,246,1);
    height: 610px;
}
.special{
    padding-top: 20px;
    box-sizing: border-box;
}
/* .special_content{
    margin-top: 16px;
} */
.special_content ul{
    width: 1224px;
}
/*
.special_content ul li{
    float: left;
    width: 242px;
    height: 174px;
    margin-top: 45px;
    background-color: #c4503e;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 42px;
    box-sizing: border-box;
    margin-right: 24px;
}
*/
.special_content ul li{
    float: left;
    width: 282px;
    height: 174px;
    margin-top: 20px;
    background-color: #c4503e;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 42px;
    box-sizing: border-box;
    margin-right: 24px;
}
.incon{
    color: #fff;
}
.incon i{
    font-size: 30px;
}
.bos_zt{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
.bos_sp{
    display: block;
    height: 3px;
    width: 32px;
    background-color: red;
    margin: 0 auto;
    margin-top: 20px;
}
/* 推 荐 专 家  */
.professor{
    margin-top: 24px;
    letter-spacing: 2px;
}
.professor_content{
    height: 430px;
}
.professor_content ul{
    width: 1224px;
}
.professor_content ul li{
    width: 282px;
    height: 340px;
    margin: 40px 24px 0 0;
    float: left;
    position: relative;
}
.professor_content ul li:hover{
    height: 382px;
    width: 282px;
    box-shadow: 2px 2px #ccc;
    transform: translate(0,-20px);
}
.professor_content ul li:hover .professor_content_buttom{
    height: 182px;
    width: 282px;
}
.professor_content ul li:hover .professor_xq{
    background-color: #c4503e;
    position: absolute;
    width: 120px;
    height: 38px;
    bottom: 14px;
    left: 81px;
}
.professor_content ul li:hover .professor_xq a{
    color: #fff;
}
.img{
    height: 160px;
    width: 282px;
}
.professor_content ul li span{
    display: block;
    height: 40px;
    width: 100%;
    background-color: #c4503e;
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.professor_content_buttom{
    height: 140px;
    width: 100%;
    background-color: #eee;
}
.professor_content_buttom h3{
    height: 56px;
    line-height: 62px;
    font-size: 14px;
    text-align: center;
}
.professor_content_buttom p{
    line-height: 26px;
    font-size: 14px;
    color: #999;
    padding: 0 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
    box-sizing: border-box;
}
/* 查看详情 */
.professor_xq{
    position: absolute;
    width: 120px;
    height: 38px;
    bottom: -19px;
    left: 81px;
    background-color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    box-shadow: 2px 2px 2px #ddd;
}
.professor_xq a{
    display: block;
    color: #c4503e;
}
/* 学 员 风 采 */
.demeanour{
    margin-top: 0px;
}
.demeanour_content{

}
.demeanour_content ul{
    width: 1224px;
}
.demeanour_content ul li{
    float: left;
    width: 282px;
    height: 175px;
    margin-top: 40px;
    margin-right: 24px;
}
/* 关 于 我 们 */
.demeanour_content_button{
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 80px;
    background-color: #c4503e;
}
.demeanour_content_right{
    height: 100%;
    margin-left: 560px;
    color: #fff;
    padding-top: 56px;
    box-sizing: border-box;
}
.demeanour_content_right h3{
    letter-spacing: 8px;
    font-size: 28px;
    font-weight: 700;
}
.demeanour_content_right span{
    display: block;
    height: 4px;
    width: 80px;
    margin-top: 24px;
    background-color: #fff;
}
.demeanour_content_right p{
    line-height: 24px;
    margin-top: 12px;
    padding-right: 24px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
    text-align: justify !important;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.demeanour_content_right a{
    display: block;
    width: 120px;
    height: 38px;
    border:1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 38px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 32px;
    border-radius: 3px 3px 3px 3px;
}
.demeanour_content_left{
    position: absolute;
    width: 480px;
    height: 360px;
    top: -40px;
    left: 40px;
}


/* .special_content ul li:hover{
    background-color: #eee;
}
.special_content ul li:hover .dingwei{
    background-color: red;
}
.special_content ul li:hover p{
    transform: translate(0,-30px);
    color: red;
}
.special_content ul li:hover span{
    transform: translate(0,-30px);
    color: red;
}
.special_content ul li:hover .incon{
    display: none;
}
.special_content ul li:hover .sss{
    display: block;
} */
.special_content ul li {
    position: relative;
}
.sss{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 282px;
    height: 174px;
    background:rgba(238,238,238,1);
    display: none;
}
.sss h4{
    color:rgba(196,80,62,1);
    font-size: 16px;
    margin-top: 44px;
}
.sss span{
    display: block;
    height: 3px;
    width: 32px;
    background-color: rgba(196,80,62,1);
    margin: 0 auto;
    margin-top: 20px;
}
.sss p{
    width: 200px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    margin: 0 auto;
    margin-top: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.sss .bos_tu{
    position: absolute;
    top: 6px;
    right: 6px;
    width:0;
    height:0;
    border-top:10px solid rgba(196,80,62,1); 
    border-left:10px solid transparent;
    border-right:10px solid rgba(196,80,62,1);
    border-bottom:10px solid transparent;
    z-index: 2;
}
.special_content ul li:hover .sss{
    display: block;
}



