/* page layout styles */
*{
    margin:0;
    padding:0;
}/*
body {
    background-color:#fefffa;
    color:#fff;
    font:14px/1.3 Arial,sans-serif;
}*/
/*header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size: 22px;
    font-weight: normal;
    left: 40%;
    margin-left: -300px;
    padding: 22px 0;
    position: absolute;
    width: 1000px;
}
header a.stuts,a.stuts:visited{
    border: none;
    color: #FCFCFC;
    font-size: 14px;
    left: 50%;
    line-height: 31px;
    margin: 23px 0 0 110px;
    position: absolute;
    text-decoration: none;
    top: 0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}*/

/* demo */
.container {
    background: url("../images/scene.jpg") no-repeat scroll center top transparent;
    color: #000000;
    height: 535px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 1030px;
}
.dialog {
    background-color: #005c9d;
    color: #000;
    display: none;
    height: 140px;
    right: 330px;
    line-height: 24px;
    padding: 100px 30px;
    position: absolute;
    text-align: center;
    top: 97px;
    width: 280px;
    z-index: 10;

    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
    -webkit-border-radius: 170px;
    border-radius: 170px;
}
.dialog .close {
    background-color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 36px;

    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.dialog .close:hover{
background:#fff;
color:#000;
}
.labels p {
    display: none;
	color:#fff;
}
.labels strong{font-size:24px;}
.labels strong:after{clear:both;display:block;content:"";margin-bottom:20px}
.labels a {
    background-color: #ce1211;
    color: #000;
    display: none;
    height: 38px;
    padding: 0px;
    position: absolute !important;
    text-align: center;
    text-decoration: none;
	font-weight:bold;
    width: 38px;

    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.labels > a {
    background-color: #ce1211;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover {
    background-color: #ce1211;
}
.labels a span {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ce1211;
    bottom: -14px;
    height: 0;
    left: 9px;
	top:34px;
    position: absolute;
    width: 0;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover span {
    border-top: 15px solid #ce1211;
}
#label1 {
    left: 1050px;
    top: 220px;
}
#label2 {
    left: 985px;
    top: 305px;
}
#label3 {
    left: 900px;
    top: 270px;
}
#label4 {
    left: 1175px;
    top: 400px;
}
.slide_sub1{position:relative; z-index:1;}
.slide_sub1 .slidePc{position:absolute; top:0px; left:0px; z-index:9; width:100%; text-align:center; background:transparent}
.slide_sub1 .slidePc img{width:80% !important; max-width:1190px !important;}
.slide_sub1 .flex-control-nav{position: relative; bottom:40px;}
@media all and (min-width:1580px) {
.slide_sub1 .flex-control-nav{position: relative; bottom:0px;}
}

