@charset "utf-8";

.viewfull{
    min-width: 1200px;
    width: 100%;
    /*height: 100%;*/
    /*overflow: hidden;*/
}
.view_1{
    position: relative;
}

.view_2{

}
.firstindexthirdhead{
    display: flex;
    height: 160px;
    justify-content: center;
    align-items: center;
    background: url("/Public/index/images/index-3.jpg") top center no-repeat;
    background-size: cover;
}

.view_1 .firstindexthirdhead{
    background-color: #fff !important;
}

 .header{
    position: relative;
}

.third{
    position: relative;
    background :url("/Public/index/images/index-2.png") top center no-repeat;
    background-size: cover;
    overflow: hidden;
    /*background-color: rgba(0,0,0,0.3);*/
    min-width: 1200px;
}

.third .contentlist{
    display: flex;
    /*flex-wrap: nowrap;*/
    justify-content: space-between;
    align-items: stretch;
    padding-top: 120px;
}

.third  .contentlist .item{
    /*flex:1;*/
}
.third .contentlist .text-area{
    flex-basis: 490px;
}
.third .contentlist .video-area{
    padding-top: 40px;
    flex-basis: 700px;
}
.third .contentlist .intro{
    margin-bottom: 17px;
}
.third .bottom-info{
    padding-top: 60px;
}
.third .contentlist .title{
    font-weight: 600;
    font-size: 22px;
    color: #d76a58;
}
.third .contentlist .title a{
    text-decoration: underline;
    color: #d76a58;
}
@media screen and (min-width: 1500px){
    .third .bottom-info{
        padding-top: 60px;
    }
}

.third .bottom-info .title{
    font-size: 20px;
    font-weight: 600;
}
.third .bottom-info .intro{
    font-size: 20px;
    text-align: center;
}

.third .contentlist .intro{
    font-size: 16px;
    color: #f1f1f1;
}

.third .play-border{
    position: relative;
    height: 100%;
}
.third .play-border img{
    width: 100%;
    /*height: 100%;*/
    border: 4px solid #f1f1f1;
    border-radius: 21px;
}

#mapboxId{
    width: 100%;
    height: 100%;
}

.zoomin{
    /*cursor: -moz-zoom-in !important;*/
    /*cursor: -webkit-zoom-in !important;*/
    /*cursor: zoom-in !important;*/
    cursor: url("/Public/index/images/zoom_big_1.ico"),auto !important;
}
.zoomout{
    /*cursor: -moz-zoom-out !important;*/
    /*cursor: -webkit-zoom-out !important;*/
    /*cursor: zoom-out !important;*/
    cursor: url("/Public/index/images/zoom_small_1.ico"),auto !important;
}
.view_1 .third,
.view_2 .third{
    overflow: initial !important;
}

.view_1 .indexthirdhead{
    color: #ecf023;
    transform: translate(0,0);
    /*-webkit-transform: translate(0,-);*/
    /*-ms-transform: translate(0,-141px);*/
    /*-moz-transform: translate(0,-141px);*/
    /*-o-transform: translate(0,-141px);*/
}
.indexthirdhead{
    user-select: none;
    position: relative;
    z-index: 999;
    font-weight: 600;
    color: #333;
    transform: translate(0,141px);
    /*-webkit-transform: translate(0,0);*/
    /*-ms-transform: translate(0,0);*/
    /*-moz-transform: translate(0,0);*/
    /*-o-transform: translate(0,0);*/
    transition: all .9s .1s;
}
/*#mapid{*/
/*    background: url("/Public/index/images/index-2.jpg") top right no-repeat;*/
/*    background-size: cover;*/
/*}*/
.indexthirdhead .main-title{
    font-size: 34px;
}

.indexthirdhead .sub{
    font-size: 34px;
    padding-left: 220px;
}
.view_2 .indexthirdhead{
    color: #f1f1f1;
    /*padding-top: 40px;*/
    /*background-color: rgba(10, 10, 10, 0.42);*/
}
.banner .wrapper1200{
    position: relative;
    height: 330px;
}
.banner_resume{
    position: absolute;
    left: 0;
    bottom: 0;
}

.mapsearchbox{
    position: absolute;
    top:20px;
    z-index: 9999;
    width: 400px;
    left:50%;
    margin-left: -150px;
}

.mapsearchbox .mapsearch.hasresult{
    max-height: 120px;
}
.mapsearch .searchlist {
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid #868686;
    padding: 3px 0px 3px 10px;
    cursor: pointer;
}
.mapsearchbox .mapsearch{
    background-color: rgba(0,0,0,.2);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s .2s;
    -moz-transition: all 0.5s .2s;
    -ms-transition: all 0.5s .2s;
    -o-transition: all 0.5s .2s;
    transition: all 0.5s .2s;
}

#mapsearchinput {
    display: block;
    border: 1px solid #eee;
    outline: none;
    height: 35px;
    padding-left: 10px;
    border-radius: 8px;
    line-height: 30px;
    background-color: rgba(26, 69, 76, 0.39);
    width: 100%;
    color: #fff;
}
.mapsearchbox .searchicon{
    position: absolute;
    font-size: 20px;
    right: 3px;
    top: 8px;
}
.friend_link_container{
    padding-bottom: 20px;
}
.friend_link_title{
    display: inline-block;
    padding-right: 10px;
}
