@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font: Arial, Helvetica, sans-serif, "新宋体";}
/* 12px/180% */
/* slider */
#slider{height:459px;width:100%;margin-right:auto;margin-left:auto;position:relative;background-color:transparent;margin-top:30px;}
#slider .pre{background-image:url(../image/index-page/nav.png);background-repeat:no-repeat;background-position:-50px top;display:block;height:47px;width:25px;cursor:pointer;position:absolute;left:-120px;top:182px;}
#slider a.pre:hover{background-position:-75px top;}
#slider .next{background-image:url(../image/index-page/nav.png);background-repeat:no-repeat;background-position:left top;display:block;height:47px;width:25px;cursor:pointer;top:182px;right:-120px;position:absolute;}
#slider a.next:hover{background-position:-25px top;}
#slider #wai_box{height:489px;width:100%;overflow:hidden;position:relative;}
#slider #wai_box .slider_box .title{font-family:"微软雅黑";font-size:14px;line-height:30px;color:#FFFFFF;display:none;height:30px;overflow:hidden;position:absolute;bottom:0px;z-index:30;width:248px;text-indent:1em;left:0px;background:rgba(000, 000, 000, 0.5);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000,endColorstr=#6B000000);}
#slider .slider_box{width:2976px;position:absolute;left:0px;top:0px;}
#slider .slider_box ul{float:left;height:459px;width:1295px;}
#slider .slider_box li{
    float:left;
    position:relative;
    width:calc((100% / 4) - 8px);
    height:230px;
    overflow:hidden;
    margin-bottom: 15px;
    
}
#slider .slider_box li:not(:nth-child(4)):not(:nth-child(8)){
    margin-right: 10px;
}
#slider .slider_box li .banner-list-img-div{
    height: 178px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
#slider .slider_box li .banner-list-img{
    height: 100%;
    border-radius: 5px;
    width: 100%;
    transition: all .6s;
}
#slider .slider_box li .banner-list-img:hover{
    transform: scale(1.1);
}
#slider .slider-texts>p:nth-child(1){
    font-size: 16px;
    margin: 5px 0;
}
#slider .slider-texts>p:nth-child(2){
    color: #7C7C7C;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}
#slider .slider-texts>p:nth-child(2)>span{
    margin-right: 10%;
}
#slider .slider-texts>p:nth-child(2)>span>img{
    margin-right: 4px;
}
/* #slider .nav{height:10px;margin-top:20px;width:231px;margin-right:auto;margin-left:auto;}
#slider .nav a{background:rgba(100, 100, 100, 0.7);display:block;float:left;height:10px;width:75px;font-size:0px;line-height:0px;margin-right:2px;cursor:pointer;}
#slider .nav a:hover{background-color:#F9B766;}
#slider .nav .now{background-color:#F9B766;} */

/* 人物 8宫格css */
#figure{height:350px;width:100%;margin-right:auto;margin-left:auto;position:relative;background-color:transparent;margin-top:30px;}
#figure .pre{background-image:url(../image/index-page/nav.png);background-repeat:no-repeat;background-position:-50px top;display:block;height:47px;width:25px;cursor:pointer;position:absolute;left:-120px;top:182px;}
#figure a.pre:hover{background-position:-75px top;}
#figure .next{background-image:url(../image/index-page/nav.png);background-repeat:no-repeat;background-position:left top;display:block;height:47px;width:25px;cursor:pointer;top:182px;right:-120px;position:absolute;}
#figure a.next:hover{background-position:-25px top;}
#figure #wai_box{height:350px;width:100%;overflow:hidden;position:relative;}
#figure #wai_box .slider_box .title{font-family:"微软雅黑";font-size:14px;line-height:30px;color:#FFFFFF;display:none;height:30px;overflow:hidden;position:absolute;bottom:0px;z-index:30;width:248px;text-indent:1em;left:0px;background:rgba(000, 000, 000, 0.5);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000,endColorstr=#6B000000);}
#figure .slider_box{width:2976px;position:absolute;left:0px;top:0px;}
#figure .slider_box ul{float:left;height:350px;width:1295px;}
#figure .slider_box li{
    float:left;
    position:relative;
    width:calc((100% / 4) - 30px);
    height:160px;
    overflow:hidden;
    margin-bottom: 20px;
    border: 1px solid #EDEDED;
    padding: 10px;
    
}
#figure .slider_box li:not(:nth-child(4)):not(:nth-child(8)){
    margin-right: 10px;
}
#figure .slider_box li .renwu-main{
    display: flex;
}
#figure .slider_box li .renwu-main>div:nth-child(1)>img{
    width: 107px;
    height: 140px;
}
#figure .slider_box li .renwu-main>div:nth-child(2){
   margin-left: 10px;
}
#figure .slider_box li .renwu-main>div:nth-child(2) .renwuname{
   color: #111;
   font-size: 18px;
   font-weight: 600;
   margin-top: 5px;
}
#figure .slider_box li .renwu-main>div:nth-child(2) .renwindus{
    color: #7B7B7B;
    font-size: 14px;
    border-bottom: 1px dashed #EDEDED;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
#figure .slider_box li .renwu-main>div:nth-child(2) .renwinfo{
    color: #7B7B7B;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 }