@charset "utf-8";

.focus-exhibition{overflow: hidden; position: relative;}
.focus-exhibition .hd{position: absolute;z-index: 1;right: 410px;bottom: 19px;}
.focus-exhibition .hd ul{ overflow: hidden; zoom: 1; float: left;}
.focus-exhibition .hd ul li{ float: left; margin-right: 7px; width: 12px; height: 12px; line-height: 12px; text-align: center; background: #ccc; cursor: pointer; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.focus-exhibition .hd ul li.on{ background: #d00300; color: #fff;}
.focus-exhibition .hd ul li span{ display: none;}
.focus-exhibition .bd{ position: relative; overflow: hidden;}
.focus-exhibition .bd li{height: 421px;position: relative;}
.focus-exhibition .bd .pic{width: 1008px;position: absolute; z-index: 0; line-height: 0;}
.focus-exhibition .bd .pic img{ width: 100%; height: 421px; border: 0;}
.focus-exhibition .bd .con{width: 392px;height: 421px;position: absolute;padding: 20px;z-index: 1;right: 0; top: 0; text-align: left;background: #F8F8F9;}
.focus-exhibition .bd .con h2{margin-bottom: 15px;line-height: 1.5;}
.focus-exhibition .bd .con p{line-height: 28px;}
.focus-exhibition .bd .con .surplus{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.focus-exhibition .bd .con .surplus span{
    padding: 0px 5px;
    background: #FF7300;
    color: #fff;
    margin: 5px;
}
.focus-exhibition .prev,
.focus-exhibition .next{ position:absolute; left:3%; top:95%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; z-index: 1000;}
.focus-exhibition .next{ left:auto; right:3%; background-position:8px 5px; }
.focus-exhibition .prev:hover,
.focus-exhibition .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.focus-exhibition .prevStop{ display:none;  }
.focus-exhibition .nextStop{ display:none;  }

.category-exhibition .exhibition-cont .cont-pic ul{
    display: flex;
    flex-wrap: wrap
}
.category-exhibition .exhibition-cont .cont-pic ul li {
    width: 325px;
    background: #f8f9fa;
    border: 1px solid #f3f3f3;
    margin-bottom: 33px;
    margin-right: 33px;
}
.category-exhibition .exhibition-cont .cont-pic ul li:nth-child(4n) {
    margin-right: 0
}
.category-exhibition .exhibition-cont .cont-pic ul li .image{
    height: 176px;
}
.category-exhibition .exhibition-cont .cont-pic ul li .info{
    padding: 0 15px 15px;
}
.category-exhibition .exhibition-auto {
    width: 1008px
}
.category-exhibition .exhibition-auto li {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 21px;
}
.category-exhibition .exhibition-auto li .image {
    width: 220px;
    height: 140px;
    margin-right: 15px;
}
.category-exhibition .exhibition-auto li .info {
    flex: 1;
    overflow: hidden;
}

.category-exhibition .exhibition-detail {
    margin: 0px 0 10px;
    padding: 30px;
    border: 1px solid #e2e2e2;
    min-height: 260px
}
.category-exhibition .exhibition-detail .gallery {
    width: 400px;
}
.category-exhibition .exhibition-detail .gallery img{
    width: 400px;
}
.category-exhibition .exhibition-detail .detail {
    width: 560px;
}
.category-exhibition .exhibition-detail .detail p{
    margin-bottom: 10px;
    display: flex;
}
.category-exhibition .exhibition-detail .detail p span:nth-child(1){
    width: 78px;
}
.category-exhibition .exhibition-detail .detail p span:nth-child(2){
    width: 500px;
}
.category-exhibition .exhibition-detail .detail .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.category-exhibition .exhibition-detail .contact {
    width: 300px;
}
.category-exhibition .exhibition-detail .contact p{
    margin-bottom: 10px;
    display: flex;
}
.category-exhibition .exhibition-detail .contact p span:nth-child(1){
    width: 78px;
}
.category-exhibition .exhibition-detail .contact p span:nth-child(2){
    width: 233px;
}
.category-exhibition .exhibition-detail .contact .surplus{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 36px;
}
.category-exhibition .exhibition-detail .contact .surplus span{
    padding: 0px 5px;
    background: #FF7300;
    color: #fff;
    margin: 5px;
}
.category-exhibition .exhibition-detail .contact .title{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding-left: 32px;
    background: url(../images/icon-map.png) no-repeat left center;
}

.category-exhibition .tips{
    line-height: 32px;
}
.category-exhibition .tips .title{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding-left: 32px;
    color: #064BB5;
    background: url(../images/icon-tips.png) no-repeat left center;
}

