/* 顶部 */
.header{
    height: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0px 15px 5px #f7f7f6;
    margin-bottom: 25px;
}
.header_t{
    width: 100%;
    height: 37px;
    background: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
}
.header_t_con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_t_con .text{
    font-size: 14px;
    margin: 0 10px;
    display: inline-block;
}
.header_t_con .text:hover{
    color: #cd9706;
}
.header_t_con a:active{
    color: red;
}
.header_l{
    display: flex;
    align-items: center;
}
.header_l .kefu_phone{
    display: inline-block;
    background: url(../images/header_phone.png)no-repeat left;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}
.header_l p i{
    color: #e6c000;
    font-weight: bold;
}
.header_r{
    display: flex;
    align-items: center;
    height: 37px;
}
.header_r a.center_img img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border: 2px solid #fff;
}
.header_r .center_nav{
    position: absolute;
    top: 37px;
    width: 256px;
    height: 228px;
    background: #fff; 
    display: none;
    border-radius: 5px;
    z-index: 999999;
    border: 1px solid #f5f5f5;
}
.header_r .center_nav .dengluqian{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_r .center_nav .dengluqian dt{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 5px solid #e2e2e2;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}
.header_r .center_nav .dengluqian .nav_denglu{
    display: flex;
    justify-content: center;
    margin: 17px auto 0;
}
.header_r .center_nav .dengluqian .nav_denglu a{
    width: 220px;
    line-height: 42px;
    text-align: center;
    background: #eedb29;
    color: #fff;
    border-radius: 35px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.header_r .center_nav .dengluqian .nav_register{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.header_r .center_nav .dengluqian .nav_register a{
    color: #33c1de;
}
.header_r .center_nav .dengluqian .nav_register a:active{
    color: #e6c000;
}
.header_r .center_nav .dengluhou{
    padding-top: 29px;
}
.header_r .center_nav .dengluhou .leixing{
    display: flex;
    justify-content: space-evenly;
}
.header_r .center_nav .dengluhou .leixing i{
    border-radius: 50%;
    border: 5px solid #ebebeb;
    width: 90px;
    height: 90px;
    display: inline-block;
}
.header_r .center_nav .dengluhou .leixing i img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.header_r .center_nav .dengluhou .leixing dl{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #333;
}
.header_r .center_nav .dengluhou .tuichu{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.header_r .center_nav .dengluhou .tuichu a{
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 35px;
    color: #999;
    font-size: 14px;
}
.header_r .center_nav .dengluhou .tuichu a:hover{
    color: #e6c000;
    border: 1px solid;
}
.header_r .nav_guanzhu{position:absolute; width: 280px; height: 120px;top: 38px;right:0px;border: 1px solid #d9d9d9;background-color:#fff;display:none;z-index: 2;}
.header_r .nav_guanzhu .index_code{display: flex;justify-content: center;align-items: center;height: 120px;}
.header_r .nav_guanzhu .index_code_con{display: flex;flex-direction: column;text-align: center;margin: 0 5px;}
.header_r .nav_guanzhu .index_code_con img{width: 80px;height: 80px;}
.header_r .nav_guanzhu .index_code_con p{line-height: 25px;color: #333;cursor: default;}

/* 顶部logo */
.header .header_m{
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.header_m .header_mm{
    width: 676px;
    border: 2px solid #eedb29;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}
.header_m .header_mm img{
    margin-left: 5px;
}
.header_m .header_txt{
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 100%;
}
.header_m .header_txt .inp_text{
    flex-grow: 1;
    height: 100%;
    padding-left: 10px;
}
.header_m .header_mm .inp_sub{
    height: 38px;
    width: 110px;
    background: #eedb29;
    color: #fff;
    font-size: 16px;
}
/* 顶部一级导航 */
.header .header_b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.header .header_b .nav-box a.txt{
    display: inline-block;
    height: 25px;
    padding-bottom: 10px;
}
.header .header_b .nav-box a.txt.active{
    color: #32b8d2;
    font-weight: bold;
    background: url(../images/header_m_xiahua.png)no-repeat center 20px;
}
.header .header_b .nav-box:hover a.txt{
    color: #32b8d2;
    font-weight: bold;
    background: url(../images/header_m_xiahua.png)no-repeat center 20px;
}
.son-box{
    display:none;
    position:absolute;
    background:#fff;
    padding:10px 0;
    width:120px;
    left:-30px;
    top: 30px;
    z-index: 9999;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #f3f5f5;
}
.son-box.show{display:block;}
.son-box a{
    line-height: 30px;
    color:#333;
    display: block;
    font-size: 14px;
}
.son-box a:hover{
    color: #32b8d2
}

/* 轮播图 */
.flexslider {
	position:relative;
	height:450px;
	overflow:hidden;
}
.slides {
	position:relative;
	z-index:1;
}
.slides li a img {
	height:450px;
	display: block;
	margin: 0 auto;
	background-position:center;
	position:absolute;
	background-repeat:no-repeat;
	width: 100%;
	object-fit: cover;
}
.flex-control-nav {
	position:absolute;
	left:44%;
	bottom:10px;
	z-index:2;
	text-align:center;
	border-radius:15px;
}
.flex-control-nav li {
	display:inline-block;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flex-control-nav li a {
	display:inline-block;
	width:40px;
	height:6px;
	line-height:40px;
	overflow:hidden;
    background:rgba(250, 250, 250, .5);
	cursor:pointer;
}
.flex-control-nav a.flex-active {
	display:block;
	width: 40px;
	height: 6px;
	background: #fff;
	transition: all 0.8s;
}
.flex-direction-nav {
	position:absolute;
	z-index:3;
	width:100%;
    top:45%;
    display: none;
}
.flex-direction-nav li a {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.flex-prev {
	left:40px;
	background:url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right:40px;
	background:url(../images/next.png) center center no-repeat;
}
/* 轮播导航部分 */
/* 登录前 */
.lunbo_con{
    width: 1200px;
    margin: 0 auto;
}
.lunbo_nav{
    width: 330px;
    height: 346px;
    background: #fff;
    position: absolute;
    top: 50px;
    right: 0%;
    z-index: 999;
    border-radius: 4px;
}
.lunbo_nav .center_qian{
    font-size: 14px;
    padding-top: 10px;
}
.lunbo_nav .center_qian .xinshou{
    color: #13a1f2;
    background: url(../images/xinshoubangzhu.png)no-repeat left;
    padding-left: 25px;
    margin-left: 15px;
}
.lunbo_nav .center_qian .xinshou:hover{
    color: #e6c000;
}
.lunbo_nav .center_qian dl{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lunbo_nav .center_qian dl dt{
    color: #333;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 14px;
}
.lunbo_nav .center_qian dl .con_inp{
    margin: 7px 0;
}
.lunbo_nav .center_qian dl .con_inp input{
    height: 36px;
    width: 255px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding-left: 15px;
}
.lunbo_nav .center_qian dl .con_fog{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}
.lunbo_nav .center_qian dl .con_fog a{
    display: flex;
    align-items: center;
}
.lunbo_nav .center_qian dl .con_fog a:hover{
    color: #e6c000;
}
.lunbo_nav .center_qian dl .con_center{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lunbo_nav .center_qian dl .con_center a{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}
.lunbo_nav .center_qian dl .con_center .con_denglu{
    background: #eedb29;
}
.lunbo_nav .center_qian dl .con_center .con_zhuce{
    background: #32b8d2;
}
/* 登录后 */
.lunbo_nav dl{
    padding: 28px 30px 0;
}
.lunbo_nav .center_hou dl dt{
    display: flex;
}
.lunbo_nav .center_hou  dl dt img{
    width: 90px;
    height: 90px;
    border-radius: 2px;
}
.lunbo_nav .center_hou  dl dt p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-left: 10px;
    margin-top: 10px; 
    position: relative;
}
.lunbo_nav .center_hou  dl dt p i{
    display: inline-block;
    line-height: 20px;
    width: 47px;
    text-align: center;
    color: #cd9706;
    font-size: 12px;
    background: #ebe62e;
    border-radius: 8px 8px 8px 0px;
    position: absolute;
    right: -55px;
    top: -3px;
}
.lunbo_nav .center_hou  dl .con_text{
    margin-top: 20px;
    font-size: 14px;
}
.lunbo_nav .center_hou  dl .con_text p{
    color: #333;
    font-weight: bold;
    margin: 8px 0;
}
.lunbo_nav .center_hou  dl .con_text p i{
    color: #666;
    font-weight: 100;
}
.lunbo_nav .center_hou_b{
    width: 100%;
    height: 68px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.lunbo_nav .center_hou_b a{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lunbo_nav .center_hou_b a:hover{
    background: #ebebeb;
    color: #e6c000;
    font-weight: bold;
}
.lunbo_nav .center_hou_b a.con_center:hover img{
    background: url(../images/con_center1.png);
}
.lunbo_nav .center_hou_b a.con_jilu:hover img{
    background: url(../images/con_jilu1.png);
}
.lunbo_nav .center_hou .con_tuichu{
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.lunbo_nav .center_hou .con_tuichu a{
    color: #999;
}
.lunbo_nav .center_hou .con_tuichu a:hover{
    color: #e6c000;
}
/* 中考轨迹 */
.college{width: 100%;background: #fff;box-shadow: 0px 0px 10px 10px #f7f7f6;}
.college_m{ width: 1200px;height:136px; background-color: #fff; margin: 0 auto;display: flex;align-items: center;justify-content: space-between;} 
.college_l{width: 150px;}
.college_r{width: 1020px;height: 45px;}
.gaokao-time-calendar{position:relative;}
.gaokao-time-calendar .gradient-line{position:relative;}
.gaokao-time-calendar .gradient-line .yuandian{position:absolute;top:1px;left:0;margin:0;padding:0;list-style-type:none}
.gaokao-time-calendar .gradient-line .yuandian>li{position:absolute;top:0;font-size:12px;cursor:pointer;width:35px;color:#00b3ee}
.gaokao-time-calendar .gradient-line .yuandian>li:hover{border: 4px solid #fff9e3;}
.gaokao-time-calendar .gradient-line .yuandian>li{border: 4px solid #e6f6fa;width: 15px;height: 15px;display: block;border-radius:50%;background: #32b8d2;}
.gaokao-time-calendar .gradient-line .yuandian>li.icon-richengbiao_3{border: 4px solid #fff9e3;display: block;border-radius:50%;vertical-align: middle;background: #ffca18;position: relative;}
.gaokao-time-calendar .gradient-line .yuandian>li.icon-richengbiao_3 i{position: absolute;left: 1px;bottom: -15px;/* background: url(../images/zhongkao_sanjiao.png)no-repeat; */transform:rotate(90deg);display: inline-block;width: 15px;height: 15px;}
.gaokao-time-calendar .gradient-line .yuefen{position:absolute;top:-23px;left:0px;margin:0;padding:0;list-style-type:none}
.gaokao-time-calendar .gradient-line .yuefen .yellow{color: #cd9706;font-weight: bold;}
.gaokao-time-calendar .gradient-line .yuefen>li{position:absolute;top:0;font-size:14px;padding-bottom:5px;width:45px;color:#333;}
.gaokao-time-calendar .gradient-line .sub-detail-container{padding:0;margin:0;list-style-type:none;}
.gaokao-time-calendar .gradient-line .sub-detail-container>li{display:none;position:absolute;top:30px}
.gaokao-time-calendar .gradient-line .sub-detail-container .open{display:block}
.gaokao-time-calendar .gradient-line .sub-detail-list{margin-top: 10px;padding:10px;display:flex;align-items:center;border-radius: 10px;background: #fcfadf;}
.gaokao-time-calendar .gradient-line .sub-detail-list li{margin:0 5px;font-size:12px;color: #e9a70a;font-weight: bold;}
/* 精品课程 */
.jingpin{
    margin-top: 18px;
    width: 1200px;
    margin: 18px auto 18px;
    height: 290px;
}
.jingpin_b{
    display: flex;
    justify-content: space-between;
}
.jingpin_b dl{
    width: 290px;
    height: 245px;
    border-radius: 4px;
}
.jingpin_b dl:hover{
    background: #fff;
    box-shadow: 0 0 10px 10px #f9f9f9;
    transition: all .5s;
}
.jingpin_b dl dt i{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #eedb29;
    padding: 0 15px;
    border-radius: 10px 10px 0 10px;
}
.jingpin_b dl .title{
    padding: 15px 18px 10px;
}
.jingpin_b dl .title p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 255px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.jingpin_b dl .text{
    font-size: 14px;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jingpin_b dl .text span{
    display: flex;
    justify-content: space-between;
    width: 45px;
    align-items: center;
}
/* 高校信息库 */
.gaoxiao{
    width: 1200px;
    margin: 0 auto;
}
.gaoxiao_b{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gaoxiao_b dl{
    width: 291px;
    height: 165px;
    border-radius: 15px;
    text-align: center;
    float: left;
    margin: 0 4px;
}
.gaoxiao_b dl dt{
    height: 100%;
}
.gaoxiao_b dl dt img{
    width: 293px;
    height: 165px;
    border-radius: 15px;
    position: absolute;
    left: 0;
}
.gaoxiao_b dl dt p{
    position: absolute;
    bottom: 5px;
    left: 25%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gaoxiao_b .prev{
    position: absolute;
    left: 10px;
}
.gaoxiao_b .next{
    position: absolute;
    right: 10px;
}
/* 中考真题 */
.zhongkao{
    height: 400px;
    width: 1200px;
    margin: 18px auto;
}
.zhongkao_b{
    background: url(../images/zhongkao_bk1.png);
    height: 335px;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    background-size: 100% 103%;
}
.zhongkao_l{
    width: 300px;
    padding: 20px;
    text-align: center;
}
.zhongkao_l a{
    line-height: 48px;
    font-size: 16px;
    color: #999;
    font-weight: bold;
    display: block;
    width: 260px;
    margin: 0 auto;
}
/* .zhongkao_l a.active i{
    position: absolute;
    top: 16px;
    right: 30px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/zhongkao_sanjiao.png)no-repeat right;
} */
.zhongkao_l a.active{
    font-size: 18px;
    color: #fff;
    background: #e6c000;
    background: -webkit-linear-gradient(90deg, #fff, #efdc32,#fff); 
    background: -o-linear-gradient(90deg, #fff, #efdc32,#fff); 
    background: -moz-linear-gradient(90deg, #fff, #efdc32,#fff);
    background: linear-gradient(90deg, #fff, #efdc32,#fff);
}
.zhongkao_r{
    padding: 40px 0 0;;
    display: none;
    width: 900px;
}
.zhongkao_r p{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
}
.zhongkao_r ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 25px;
    justify-content: space-between
}
.zhongkao_r ul li{
    width: 275px;
}
.zhongkao_r ul li a{
    padding-left:12px;
    background: url(../images/sanjiaoxing.png)no-repeat left;
    font-size: 14px;
    color: #333;
    line-height: 43px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhongkao_r ul li a:hover{
    color: #e6c000;
    font-weight: bold;
    background: url(../images/sanjiaoxing_huang.png)no-repeat left;
}
.zhongkao_r ul li a:active{
    color: red;
    font-weight: bold;
}
/* 工具箱 */
.work_box{
    width: 1200px;
    margin: 0 auto;
}
.work_box_b{
    background: url(../images/zhongkao_bk2.png);
    background-size: 100% 100%;
    display: flex;
    height: 335px;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 40px;
}
.work_box_b .work_row{
    width: 140px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 20px;
}
.work_box_b .work_row:hover dd{
    color: #e6c000;
    font-weight: bold;
}
.work_box_b .work_row dt{
    margin: 0 auto;
    height: 64px;
    width: 64px;
}
.work_box_b .xinxi dt{background: url(../images/box_xinxi.png)no-repeat center;}
.work_box_b .fuxi dt{background: url(../images/box_fuxi.png)no-repeat center;}
.work_box_b .shiti dt{background: url(../images/box_shiti.png)no-repeat center;}
.work_box_b .linian dt{background: url(../images/box_linian.png)no-repeat center;}
.work_box_b .yuwen dt{background: url(../images/box_yuwen.png)no-repeat center;}
.work_box_b .shuxue dt{background: url(../images/box_shuxue.png)no-repeat center;}
.work_box_b .yingyu dt{background: url(../images/box_yingyu.png)no-repeat center;}
.work_box_b .wuli dt{background: url(../images/box_wuli.png)no-repeat center;}
.work_box_b .huaxue dt{background: url(../images/box_huaxue.png)no-repeat center;}
.work_box_b .zuowen dt{background: url(../images/box_zuowen.png)no-repeat center;}
.work_box_b .tiyu dt{background: url(../images/box_tiyu.png)no-repeat center;}
.work_box_b .zhiyuan dt{background: url(../images/box_zhiyuan.png)no-repeat center;}
.work_box_b .shijian dt{background: url(../images/box_shijian.png)no-repeat center;}
.work_box_b .zixu dt{background: url(../images/box_zixu.png)no-repeat center;}
.work_box_b .jiaoyu dt{background: url(../images/box_jiaoyu.png)no-repeat center;}
.work_box_b .chaxu dt{background: url(../images/box_chaxu.png)no-repeat center;}

.work_box_b .xinxi:hover dt{background: url(../images/box_xinxi1.png)no-repeat center;}
.work_box_b .fuxi:hover dt{background: url(../images/box_fuxi1.png)no-repeat center;}
.work_box_b .shiti:hover dt{background: url(../images/box_shiti1.png)no-repeat center;}
.work_box_b .linian:hover dt{background: url(../images/box_linian1.png)no-repeat center;}
.work_box_b .yuwen:hover dt{background: url(../images/box_yuwen1.png)no-repeat center;}
.work_box_b .shuxue:hover dt{background: url(../images/box_shuxue1.png)no-repeat center;}
.work_box_b .yingyu:hover dt{background: url(../images/box_yingyu1.png)no-repeat center;}
.work_box_b .wuli:hover dt{background: url(../images/box_wuli1.png)no-repeat center;}
.work_box_b .huaxue:hover dt{background: url(../images/box_huaxue1.png)no-repeat center;}
.work_box_b .zuowen:hover dt{background: url(../images/box_zuowen1.png)no-repeat center;}
.work_box_b .tiyu:hover dt{background: url(../images/box_tiyu1.png)no-repeat center;}
.work_box_b .zhiyuan:hover dt{background: url(../images/box_zhiyuan1.png)no-repeat center;}
.work_box_b .shijian:hover dt{background: url(../images/box_shijian1.png)no-repeat center;}
.work_box_b .zixu:hover dt{background: url(../images/box_zixu1.png)no-repeat center;}
.work_box_b .jiaoyu:hover dt{background: url(../images/box_jiaoyu1.png)no-repeat center;}
.work_box_b .chaxu:hover dt{background: url(../images/box_chaxu1.png)no-repeat center;}

/* 学习资源 */
.ziyuan{
    width: 1200px;
    margin: 18px auto;
}
.zhiyuan_b{
    background: url(../images/zhongkao_bk3.png);
    display: flex;
    height: 335px;
    justify-content: space-between;
    background-size: 100% 100%;
}
.zhiyuan_con{
    width: 25%;
    text-align: center;
}
.zhiyuan_con h2{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 64px 0 30px;
    display: flex;
    justify-content: center;
}
.zhiyuan_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 25px;
}
.zhiyuan_con li a{
    width: 100px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    margin: 5px auto;
    color: #333;
    font-size: 14px;
    display: block;
}
.zhiyuan_con li a:hover{
    color: #e7cb0f;
    border: 1px solid #e7cb0f;
    font-weight: bold;
}
/* 纸芯FM */
.zhixin_b {
    display: flex;
    flex-wrap: wrap;
}
.zhixin_b dl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    width: 20%;
    padding: 20px 0;
    font-size: 14px;
}
.zhixin_b dl{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    width: 20%;
    padding: 20px 0;
    font-size: 14px;
}
.zhixin_b dl dt{
    margin: 0 auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #e3e3e2;
    cursor: pointer;
}
.zhixin_b dl dt .zanting{
    background: rgba(0,0,0,.1);
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    display: block
}
.zhixin_b dl dt .zanting i{
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/fm_b-zanting.png)no-repeat center center;
}
.zhixin_b dl dt img{
    border-radius: 50%;
    height: 110px;
    width: 110px;
}
.zhixin_b dl dt:hover b{
    display: block;
}

.zhixin_b dl dt b{
    background: rgba(0,0,0,.1);
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    display: none;
}
.zhixin_b dl dt b i{
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/fm_b-bofang.png)no-repeat center center;
}
.zhixin_b dl dd{
    color: #999;
}

.zhixin_b dl .title{
    font-weight: bold;
    color: #333;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    text-align: center;
}

/* 底部 */
.foot{
    width: 100%;
    background: #ebeff0;
    height: 142px;
    margin-top: 40px;
}
.foot .foot_con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 142px;
}
.foot .foot_m dl{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 142px;
    justify-content: space-around;
}
.foot .foot_m dl a:hover{
    color: #e6c000;
}
.foot .foot_l{
    width: 20%;
    display: flex;
    justify-content: center;
}
.foot .foot_r{
    display: flex;
    justify-content: space-between;
}
.foot .foot_r dl{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
}
.foot .foot_r dl dd{
    display: flex;
    flex-direction: column;
}
.foot .foot_r img{
    width: 100px;
    height: 100px;
}

/* 通用标题 */
.biaoti{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .biaoti i{
    display: flex;
    align-items: center;
    cursor: default;
  }
  .biaoti i p{
    font-size: 26px;
    color: #333;
    font-weight: bold;
  }
  .biaoti a:hover{
    color: #eedb29;
    border-bottom: 1px solid;
  }

  .kecheng_rb a:hover p{
      font-weight: bold;
      color: #e6c000;
  }