body{
    background: #f1f1f1;
}
.title{
    background: #f1f1f1;
}
.title img{
    display:block;
    margin:0 auto;
    width:1080px;
}
.con{
    width:1080px;
    margin:50px auto;
    box-sizing: border-box;
}
/*小标题*/
.con .sm-title{
    position:relative;
    width:277px;
    height:68px;
    border-left: 2px solid #000;
}
.service .sm-title{
    border-left: 0;
}
.sm-title .title-after,
.sm-title .title-before{
    position:absolute;
    width:265px;
    height:51px;
    border:2px solid #000;
}
.sm-title .title-before{
    border-left-width: 0;
}
.service .title-before{
    border-left-width:2px ;
}
.title-after{
    top:0;
    right:0;
}
.title-before{
    left:0;
    bottom:0;
    background: #fff;
    z-index: 10;
}
.anim:hover .title-before .after-left{
    background: #dce5eb;
}
.anim:hover .title-before .after-right{
    background: #efd9db;
}
.anim:hover .title-after .after-left{
    background: #fff;
}
.anim:hover .title-after .after-right{
    background: #fff;
}
.after-left{
    width:44px;
    border-right: 2px solid #000;
    float:left;
}
.after-right{
     margin-left: 46px;
 }
.after-left,
.after-right{
    height:100%;
    line-height: 47px;
    font-size: 28px;
    text-align: center;
    cursor:pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.title-after .after-left{
    background: #dce5eb;
}
.title-after .after-right{
    background: #efd9db;
}
/*小标题结束*/
/*展商公用*/
.s-left{
    float:left;
    width:220px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.s-right{
    margin-left: 220px;
}
.img-name{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
/*展商服务*/
.layui-carousel>[carousel-item]>*{
    background: #f1f1f1;
}
.layui-carousel{
    background: #f1f1f1;
}
.public-left{
    border-left: 2px solid #000;
}
.matter{
    height:324px;
}
.plan{
    height:424px;
}
.matter .s-left{
    line-height: 324px;
}
.matter .txt{
    display: inline-block;
    width:296px;
    height:200px;
    background: #efd9db;
    padding:10px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2rem;
    text-align: left;
}
.matter .txt-left{
    margin-right: 20px;
}
.matter .con-txt{
    text-align: center;
    padding-top: 20px;
}
.plan .s-left{
    line-height: 424px;
}
.plan .plan-right{
    text-align: center;
}
.plan .plan-right img{
    display: inline-block;
}
/*同期活动*/
.activity-con{
    height:410px;
}
.activity-con img{
    display: inline-block;
    width:160px;
    height:114px;
    border:1px solid #aaa;
    box-sizing: border-box;
    margin-top: 45px;
    margin-left: 40px;
}
.activity-con img:hover{
    box-shadow: 5px 5px 10px #aaa;
}
.activity-con .s-left{
    line-height: 205px;
}
.activity-con .s-right{
    height:100%;
}
.new,
.forum{
    height:50%;
}
/*交通指南*/
.roads-con{
    padding:40px 0;
}
.roads-con img{
    display: inline-block;
}
.roads-con .roads-left,
.roads-con .roads-right{
    display: inline-block;
    margin-left: 100px;
}
.roads-txt{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.roads-con .row{
    width:400px;
    margin:0 auto;
    line-height: 80px;
}
.roads-con .row em {
    display: inline-block;
    width:80px;
    text-align: center;
    margin-right: 20px;
}
.roads-con .img-span{
    font-size: 18px;
}
/*餐饮*/
.recommend .logo-list li img{
    display: inline-block;
    margin-top: 20px;
    cursor:pointer;
}
.recommend .logo-list li{
    float:left;
    width:260px;
    height:98px;
    text-align: center;
}
.logo-list{
    padding:80px 0;
}
.recommend img:hover{
    box-shadow: 5px 5px 10px rgba(0,0,0,.4);
}
/*现场*/
#scene-con{
    padding-top: 50px;
}
#scene-con img{
    display: inline-block;
    margin: 30px 56px;
}
/**/
.activity-con img,
.recommend img{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}