
#focus {
    height: 820px;
}
.banner-txt {
    position: absolute;
    z-index: 999999999999;
    top: 240px;
    left:calc(50% - 400px);
}
.search-box {
    position: absolute;
    z-index: 9999999;
    top: 425px;
    left:calc(50% - 560px);
}
.search-box .search-input_box {
    background:url('/assets/2021/img/search-bg@2x.png') no-repeat;
    background-size: cover;
    width: 1118px;
    height: 75px;
}

.search-box .search-input_box #search_input{
    height: 50px;
    width: 580px;
    margin-top:10px;
    margin-left:20px;
    font-size:24px;
    color:#63a6dd;
    border:0;
    padding-left:10px;
}
.search-box .search-input_box select {
    height: 50px;
    width: 120px;
    margin-top:10px;
    margin-left:50px;
    padding-left:10px;
    font-size:20px;
    color:#63a6dd;
    border:0;
    background: transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; /*去掉下拉箭头*/
}
.search-tab {
    width: 890px;
    height: 50px;
    margin-left:84px;
    text-align:center;
    margin-bottom: -3px;
}
.search-tab a{
    line-height: 49px;
    height: 49px;
    width: 127px;
    font-size:20px;
    color:#606060;
    display: block;
    float: left;
    text-decoration:none;
}
.search-tab .selected{
    background: url('/assets/2021/img/search-selected@2x.png') no-repeat;
    background-size: cover;
    color:#63a6dd;
}
.area_title {
    float: left;
    background: url('/assets/2021/img/area-title@2x.png') no-repeat center center;
    background-size: 668px;
    height: 200px;
    width: 100%;
    margin-top:35px;
}
.cat_title {
    float: left;
    background: url('/assets/2021/img/cat-title@2x.png') no-repeat center center;
    background-size: 668px;
    height: 185px;
    width: 100%;
    margin-top:35px;
}
.earth_title {
    float: left;
    background: url('/assets/2021/img/earth-title@2x.png') no-repeat center center;
    background-size: 454px;
    height: 150px;
    width: 100%;
    margin-top:70px;
}
/*
.cat_icons {
    background: url('/assets/2021/img/cat-icons@2x.png') no-repeat left;
    background-size: 1026px;
    height: 354px;
    clear:both;
    margin-left:90px;
    color:#606060;
    font-size:18px;
}
*/
.cat_icons {
    color:#606060;
    font-size:18px;
    padding-left:50px;
}

.icon_cat {
    width: 60px;
    height: 100%;
    background-size: 50%!important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

.cat_icons .col{
    height: 80px;
}
.meeting_tab {
    margin-top:20px;
    margin-bottom:58px;
    position: relative;
    z-index: 99999;
}
.meeting_tab .col{
    height:170px;
}
.meeting_tab .act {
    background: #3c81b9!important;
}
.meeting_tab #tab_bg {
    background: #f0f0f0;
}
#tab_bg a {
    display:block;
    width: 100%;
    height: 170px;
}
.tab_title_box {
    position: absolute;
    top: 0;
    left:calc(50% - 600px);
    width: 100%;
    height: 170px;
    background: url('/assets/2021/img/meeting_tab_title@2x.png') no-repeat 30px center;
    background-size: 896px;
}
.tab_title_box_act1 {
    background: url('/assets/2021/img/meeting_tab_title@2x.png') no-repeat 30px center;
    background-size: 896px;
}
.tab_title_box_act2 {
    background: url('/assets/2021/img/meeting_tab_title_2@2x.png') no-repeat 30px center;
    background-size: 896px;
}
.tab_title_box a {
    display: block;
    width: 50%;
    height: 170px;
    float:left;
}
.tab_title_box dl {
    margin-top:42px;
    padding-left:10px;
}
.tab_title_box dl dt{
    font-size:36px;
    font-weight: bold;
    color:#ffffff;
}
.tab_title_box dl dd {
    font-size:24px;
    font-weight: bold;
    color:#b0c7de;
}
.meeting_list {
    width: 1140px;
}
.meeting_list .row {
    margin-bottom:38px;
}
.meeting_list .meeting_img {
    width: 360px;
    height: 245px;
}
.meeting_list .meeting_title {
    font-size:16px;
    color:#606060;
    font-weight: bold;
    height: 56px;
    line-height: 58px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.meeting_city_date {
    font-size:14px;
    padding-left:12px;
    color:#c0c0c0;
    padding-right: 0;
}
.meeting_city {
    background: url("/assets/2021/img/icon-map@2x.png") no-repeat left center;
    background-size: 15px;
    padding-left:20px;
    padding-right:0;
}
.meeting_date {
    background: url("/assets/2021/img/icon-clock@2x.png") no-repeat left center;
    background-size: 18px;
    padding-left:20px;
    padding-right:0;
}
.area_item {
    position: relative;
    display: block;
    min-height: 230px;
    min-width: 362px;
    background-size: cover!important;
}
.area_item_title {
    position: absolute;
    width: 100%;
    text-align: center;
    align-items: center;
    z-index: 999999999;
}
.area_item_title img{
    width: 170px;
    margin-top:100px;
    z-index: 999999999;
}

.area_cover{
    position: absolute;
    top: 0;
    background:rgba(0, 0, 0, 0.4);
    width: 100%;
    min-height: 230px;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
}
.btn_search {
    display: block;
    float:right;
    width: 125px;
    height: 70px;
}
.banner-more {
    max-width: 1122px
}

.meeting_type_tab{
    width: 100%;
}
.meeting_type_tab .col{
    width: 600px;
}
.meeting_type_tab .col:first-child{
    margin-left:calc((100% - 1200)/5);
}

.map_box {
    width: 100%;
    min-height:600px;
    margin-bottom:20px;
    padding-left: 0;
    padding-right: 0;
}
.banner-more-box {
    margin-top:-28px;
    margin-bottom:10px;
}