@charset utf-8; 

@media screen and (min-width:1919px){
/* module: sliders */ 
.global-nav-sliders{
position:relative;
left:0px;
top:0px;
height:auto;
width:1919px;
margin:auto;
overflow:hidden;
transition: all .5s ease-in-out;
}

.nav-ad-normal{
position:relative;
width:100%;
height:800px;
display:block;
transition: all .5s ease-in-out;
}

.nav-ad-hidden{
position:relative;
width:100%;
height:800px;
display:none;
}

.nav-ad-statusbar{
position:absolute;
top:700px;
width:100%;
height:30px;
}

.nav-ad-text-bottom{
position:absolute;
left:0px;
top:730px;
width:100%;
height:100%;
padding:20px 50px;
opacity:0.7;
background-color:#333;
}


.nav-ad-font{
position:absolute;
left:0px;
top:730px;
width:100%;
height:100%;
padding:20px 50px;
font-size:18px;
color:#ffe;
}

.nav-ctrl-left{
position:absolute;
left:0px;
top:375px;
width:50px;
height:70px;
opacity:0.2;
border-radius:5px;
cursor:pointer;
background:url(/images/icon/ad_left.jpg);
transition: all .3s ease-in-out;
}

.nav-ctrl-right{
position:absolute;
right:0px;
top:375px;
width:50px;
height:70px;
opacity:0.2;
border-radius:5px;
cursor:pointer;
background:url(/images/icon/ad_right.jpg);
transition: all .3s ease-in-out;
}


/* 站点logo */
.global-head-title{
position:relative;
left:0px;
top:0px;
height:80px;
width:1919px;
margin:auto;
}

/* tour details */
.global-tour-detail{
position:relative;
left:0px;
top:0px;
width:1919px;
height:400px;
margin:auto;
overflow:hidden;
opacity:1;
transition: all .5s ease-in-out;
}

/* contact */
.global-contact-title{
position:relative;
left:0px;
top:0px;
width:1919px;
height:120px;
margin:auto;
overflow:hidden;
opacity:1;
transition: all .5s ease-in-out;
}

/* topic */
.global-topic{
position:relative;
left:0px;
top:0px;
width:1919px;
height:auto;
margin:auto;
overflow:hidden;
text-align:center;
opacity:1;
overflow:hidden;
transition: all .5s ease-in-out;
}

.global-topic-A{
position:relative;
left:0px;
top:0px;
width:1919px;
margin:auto;
overflow:hidden;
text-align:center;
opacity:1;
overflow:hidden;
transition: all .5s ease-in-out;
}

/* prime feature frame */
.global-feature-frame{
position:relative;
left:0px;
top:0px;
border:1px solid;
border-color:#3366CC;
border-radius:5px;
width:1919px;
height:300px;
margin:auto;
padding:0px 1px;
overflow:hidden;
}

/* tour city nav */
/*.global-citytour-nav{
position:relative;
left:0px;
top:0px;
height:400px;
width:1919px;
overflow:hidden;
opacity:1;
}*/

/* menu */
.global-menu{
position:relative;
background-color:#fff;
z-index:999;
left:0px;
top:0px;
height:80px;
width:1919px;
margin:auto;
overflow:visible;
}


	
}
