body,html {
	height:100%;
	-webkit-tap-highlight-color:transparent
}
body {
	overflow-x:hidden;
	background-color:#e8ebec;
	padding: 0;
    margin: 0;
	height:100%;
	width:100%;
}

.loader-box{
	display: none;
}

.container {
	height:100%;
	width:100%;
	-webkit-overflow-scrolling:touch;
}

img{
	width:100%;
	height: 100%;
    display:block;
    border:none;
}


.header{
    height: 80px;
    width: 100%;
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    z-index:100;
}
.header .logo{
    width:120px;
    position:relative;
    top:18px;
    left:30px;
}
.header .logo img{
    width:100%;
}
.header .menu{
    position: absolute;
    left: 200px;
    top: 4px;
    overflow: hidden;
    height: 76px;
}
.header .menu .item{
    display:inline-block;
    height:74px;
    line-height:74px;
    margin-bottom: 4px;
}
.header .menu .item a{
    font-size:14px;
    color:#fff;
    display:block;
    margin-left:20px;
    margin-right:20px;
    transition: all .5s;
    border-bottom:solid 2px transparent;
    text-decoration:none;
}
.header .menu .item a.select{
    border-bottom:solid 2px #fff;
}
.header .menu .item a.contact{
    background-color:#fff;
    color:#052c5f;
    padding-left:20px;
    padding-right:20px;
    height:35px;
    line-height:35px;
    border-radius:3px;
}


body>.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display:none;
}
body > .swiper-container {
    width: 100%;
    height: 100%;
}
body > .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;    
    background: rgba(0,0,0,.6);
}
body > .swiper-container .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #000;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
    height:4px;
}
body > .swiper-container .swiper-pagination-bullets {
    bottom: 40px;
}
.swiper-close{
    position: absolute;
    background-image: url(../images/close2.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    top: 180px;
    right: 70px;
    z-index: 1;
    background-color: #000;
    border-radius: 50%;
    background-position: center center;
    background-size: 25px 25px;
    cursor: pointer;
}


.home_left_bg {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(../images/home_left_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}
.home_right_bg {
    width: 60%;
    height: 100%;
    position: fixed;
    right: 0;
    background-image: url(../images/home_right_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.home_right_button{
    /*display:none;*/
    position:fixed;
    right:0;
    width:80px;
    bottom:0;
    height:260px;
    background-image:url(../images/saide_button_furniture.png);
    background-position: bottom 20% right 40%;
    background-repeat:no-repeat;
    background-size: cover;
    cursor:pointer;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
.home_left_button{
    position:absolute;
    left:0;
    width:80px;
    top:80px;
    height:260px;
    background-image:url(../images/saide_button_handicraft.png);
    background-position: top 20% left 40%;
    background-repeat:no-repeat;
    background-size: cover;
    cursor:pointer;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#home .text{
    position:absolute;
    top:30%;
    width:100%;
    text-align:center;
    animation-delay:1s;
    -webkit-animation-delay:1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
#home .text span{
    color:#000;
    background-color:#fff;
    display:inline-block;
    font-size:2.6vw;
    padding:5px 12px 5px 12px;
    margin-bottom:10px;
}
#home .button{
    position:absolute;
    top:48%;
    width:100%;
    left:0;
    
    animation-delay:.5s;
    -webkit-animation-delay:.5s;
}
#home .button .left{
    color:#fff;
    font-size:4.5vw;
    font-weight:bold;
    display:inline-block;
    position:absolute;
    width:50%;
    text-align:center;
    background-image:url(../images/arrow_left.png);
    background-repeat:no-repeat;
    background-position:right 8% center;
    cursor:pointer;
}
#home .button .left span{
    display:inline-block;
}
#home .button .left span:hover{
    transition: all .5s;
    transform:scale(1.05); 
}
#home .button .right span{
    display:inline-block;
}
#home .button .right span:hover{
    transition: all .5s;
    transform:scale(1.05); 
}
#home .button .mid{
    display:inline-block;
    color:#fff;
    font-size:3.5vw;
    display:inline-block;
    width:10%;
    left:45%;
    position:absolute;
    text-align:center;
    font-weight:bold;
    top:5px;
}

#home .button .right{
    color:#fff;
    font-size:4.5vw;
    font-weight:bold;    
    display:inline-block;
    width:50%;
    position:absolute;
    left:50%;
    text-align:center;
    background-image:url(../images/arrow_right.png);
    background-repeat:no-repeat;
    background-position:left 8% center;
    cursor:pointer;
}

#handicraft{
    width:100%;
     height:100%;
    position:absolute;
    display:none;
}
#handicraft .bg{
    width:100%;
    height:100%;
    background-image:url(../images/handicraft_bg.jpg);
    background-size:cover;
    position:absolute;
    min-height:800px;
}
#handicraft .text{
    margin:0 auto;
    margin-top:120px;
    width:550px;
}
#handicraft .text .title{
    font-size:30px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#handicraft .text .content{
    margin-top:40px;
    font-size:16px;
    color:#fff;
    text-align:center;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
#handicraft .page_button{
    position: absolute;
    top: 600px;
    width: 40%;
    left: 30%;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    text-align: center;
}
#handicraft .page_button .item {
    display:inline-block;
}
#handicraft .page_button .item a{
    display:block;
    width:30px;
    height:30px;
    background-image:url(../images/page_button.png);
    background-repeat:no-repeat;
    background-position:center center;
    transition:all .2s;
}
#handicraft .page_button .item a.select{
    background-image:url(../images/page_button_select.png);
}
#handicraft .page_button .item a:hover{
    transform:scale(1.2);
}



#handicraft2{
    width:100%;
     height:100%;
    position:absolute;
    display:none;
}
#handicraft2 .bg{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#fff;
    min-height:800px;
}
#handicraft2 .text{
    margin:0 auto;
    margin-top:120px;
    width:800px;
}
#handicraft2 .text .title{
    font-size:30px;
    color:#073155;
    text-align:center;
    font-weight:bold;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#handicraft2 .text .content{
    margin-top:40px;
    font-size:16px;
    color:#fff;
    text-align:center;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
#handicraft2 .text .content .item{
    display:inline-block;
    width:32%;
    position:relative;
    cursor:pointer;
}
#handicraft2 .text .content .item .ow{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
    display:none;
}
#handicraft2 .text .content .item .ow span{
    position:relative;
    top:40%;
    text-align:center;
    font-size:26px;
    font-weight:bold;
}
#handicraft2 .page_button{
    position: absolute;
    top: 600px;
    width: 40%;
    left: 30%;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    text-align: center;
}
#handicraft2 .page_button .item {
    display:inline-block;
}
#handicraft2 .page_button .item a{
    display:block;
    width:30px;
    height:30px;
    background-image:url(../images/page_button2.png);
    background-repeat:no-repeat;
    background-position:center center;
    transition:all .2s;
}
#handicraft2 .page_button .item a.select{
    background-image:url(../images/page_button_select.png);
}
#handicraft2 .page_button .item a:hover{
    transform:scale(1.2);
}

#handicraft3{
    width:100%;
     height:100%;
    position:absolute;
    display:none;
}
#handicraft3 .bg{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#fff;
    background-image:url(../images/handicraft3_bg.jpg);
    background-size:cover;
    min-height:800px;
}
#handicraft3 .text{
    margin:0 auto;
    margin-top:120px;
    width:900px;
}
#handicraft3 .text .title{
    font-size:30px;
    color:#073155;
    text-align:center;
    font-weight:bold;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#handicraft3 .text .content{
    margin-top:60px;
    font-size:16px;
    color:#fff;
    text-align:center;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
#handicraft3 .text .content .item{
    width:24%;
    float:left;
    margin-left:.5%;
    margin-right:.5%;
}
#handicraft3 .text .content .item img{
    width:40%;
    margin-left: 30%;
    margin-bottom:30px;
}
#handicraft3 .text .content .item .sub_title{
    font-size:18px;
    color:#073155;
    font-weight:bold;
}
#handicraft3 .text .content .item .sub_content{
    font-size:16px;
    color:#073155;
    height:110px;
    display:block;
    padding-left:10px;
    padding-right:10px;
}
#handicraft3 .page_button{
    position: absolute;
    top: 600px;
    width: 40%;
    left: 30%;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    text-align: center;
}
#handicraft3 .page_button .item {
    display:inline-block;
}
#handicraft3 .page_button .item a{
    display:block;
    width:30px;
    height:30px;
    background-image:url(../images/page_button2.png);
    background-repeat:no-repeat;
    background-position:center center;
    transition:all .2s;
}
#handicraft3 .page_button .item a.select{
    background-image:url(../images/page_button_select.png);
}
#handicraft3 .page_button .item a:hover{
    transform:scale(1.2);
}

#furniture{
    width:100%;
     height:100%;
    position:absolute;
    display:none;
}
#furniture .bg{
    width:100%;
    height:100%;
    background-image:url(../images/furniture_bg.jpg);
    background-size:cover;
    position:absolute;
    min-height: 800px;
}
#furniture .text{
    margin:0 auto;
    margin-top:120px;
    width:800px;
}
#furniture .text .title{
    font-size:30px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#furniture .text .content{
    margin-top:40px;
    font-size:16px;
    color:#fff;
    text-align:center;
    animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
}
#furniture .side_button{
    position:absolute;
    left:0;
    width:8%;
    top:80px;
    height:40%;
    background-image:url(../images/saide_button_handicraft.png);
    background-position: top 20% left 40%;
    background-repeat:no-repeat;
    background-size: 40%;
    cursor:pointer;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#furniture .furniture_1{
    position:relative;
    margin-top:40px;
    width:200px;
    left:35%;
    margin-top: -140px;
    animation-delay:1.3s;
    -webkit-animation-delay:1s;
    cursor:pointer;
}
#furniture .furniture_2{
    position:relative;
    margin-top:40px;
    width:200px;
    left:43%;
    animation-delay:1.3s;
    -webkit-animation-delay:1s;
    cursor:pointer;
}
#furniture .page_button{
    position:absolute;
    width:40%;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
    text-align:center;
    margin-left:30%;
    top:600px;
}
#furniture .page_button .item {
    display:inline-block;
}
#furniture .page_button .item a{
    display:block;
    width:60px;
    height:30px;
    border-bottom:solid 2px #cac4c8; 
    margin-left:5px;
    margin-right:5px;
    transition:all .2s;
}
#furniture .page_button .item a.select{
   border-bottom:solid 4px #fff; 
}
#furniture .page_button .item a:hover{
   border-bottom:solid 4px #fff; 
}

#furniture2{
     width:100%;
     height:100%;
    position:absolute;
    display:none;
}
#furniture2 .bg{
    width:100%;
    height:100%;
    background-color:#cdd3d7;
    position:absolute;
    min-height: 800px;
}
#furniture2 .box1{
    position:absolute;
    width:50%;
    height:50%;
    top:0;
    left:0;
    background-image:url(../images/furniture_2.png);
    background-size:cover;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#furniture2 .box2{
    position:absolute;
    width:50%;
    height:50%;
    top:50%;
    left:50%;
    background-image:url(../images/furniture_3.png);
    background-size:cover;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#furniture2 .text1{
    position:absolute;
    width:30%;
    top:18%;
    left:60%;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
#furniture2 .text1 .title{
    color:#073155;
    font-size:30px;
    font-weight:bold;
    text-align:center;
}
#furniture2 .text1{
    color:#073155;
    font-size:16px;
    text-align:center;
}

#furniture2 .text2{
    position:absolute;
    width:30%;
    top: 60%;
    left: 10%;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
#furniture2 .text2 .title{
    color:#073155;
    font-size:30px;
    font-weight:bold;
    text-align:center;
}
#furniture2 .text2{
    color:#073155;
    font-size:16px;
    text-align:center;
}
#furniture2 .page_button{
    position:absolute;
    width:40%;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
    text-align:center;
    margin-left:30%;
    top:600px;
}
#furniture2 .page_button .item {
    display:inline-block;
}
#furniture2 .page_button .item a{
    display:block;
    width:60px;
    height:30px;
    border-bottom:solid 2px #cac4c8; 
    margin-left:5px;
    margin-right:5px;
    transition:all .2s;
}
#furniture2 .page_button .item a.select{
   border-bottom:solid 4px #fff; 
}
#furniture2 .page_button .item a:hover{
   border-bottom:solid 4px #fff; 
}


#about{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:url(../images/about_bg.jpg)  no-repeat center center fixed;
    background-size:cover;
    height:100%;
    min-height:753px;
}
#about .text{
    width:550px;
    left:30%;
    margin:160px auto;
    margin-bottom:50px;
}
#about .text .title{
    font-size:40px;
    color:#fff;
    text-align:center;
    font-weight:bold;
}
#about .text .title1{
    
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#about .text .title2{
    animation-delay:.5s;
    -webkit-animation-delay:.5s;
}
#about .text .title3{
    animation-delay:.7s;
    -webkit-animation-delay:.7s;
}
#about .text .content{
    margin-top:40px;
    font-size:16px;
    color:#fff;
    text-align:center;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}
#about .text .title img{
    width:30px;
    height:28px;
    display:inline-block;
    margin-right:10px;
}
#about .page_button{
    position: absolute;
    width: 40%;
    left: 30%;
    top: 600px;
    margin-bottom: 40px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    text-align: center;
}
#about .page_button .item {
    display:inline-block;
}
#about .page_button .item a{
    display:block;
    width:60px;
    height:30px;
    border-bottom:solid 2px #cac4c8; 
    margin-left:5px;
    margin-right:5px;
    transition:all .2s;
}
#about .page_button .item a.select{
   border-bottom:solid 4px #fff; 
}
#about .page_button .item a:hover{
   border-bottom:solid 4px #fff; 
}

#about2{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:url(../images/about2_bg.jpg)  no-repeat center center fixed;
    background-size:cover;
    height:100%;
    min-height:786px;
}
#about2 .text{
    width:800px;
    margin:0 auto;
    margin-top:120px;
}
#about2 .text .title{
    font-size:40px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#about2 .text .content{
    margin-top:20px;
    font-size:16px;
    color:#fff;
    text-align:center;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
#about2 .text .content .item{
    float:left;
    width:49.5%;
    padding-top:20px;
    padding-bottom:20px;
    border:solid 1px #526f88;
}
#about2 .text .content .item .sub_title{
    font-size:30px;
    font-weight:bold;
}
#about2 .text .content .item .sub_content{
    padding-left:40px;
    padding-right:40px;
    height:110px;
    padding-top:10px;
}
#about2 .page_button{
    position: absolute;
    width: 40%;
    left: 30%;
    top: 600px;
    margin-bottom: 40px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    text-align: center;
}
#about2 .page_button .item {
    display:inline-block;
}
#about2 .page_button .item a{
    display:block;
    width:60px;
    height:30px;
    border-bottom:solid 2px #cac4c8; 
    margin-left:5px;
    margin-right:5px;
    transition:all .2s;
}
#about2 .page_button .item a.select{
   border-bottom:solid 4px #fff; 
}
#about2 .page_button .item a:hover{
   border-bottom:solid 4px #fff; 
}

#about3{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
#about3 .logo{
    width:140px;
    margin:0 auto;
    margin-top:120px;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#about3 .logo img{
    width:100%;
}
#about3 .text{
    width:650px;
    margin:0 auto;
    margin-top:40px;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#about3 .text .title{
    font-size:40px;
    color:#052139;
    text-align:center;
    font-weight:bold;
}
#about3 .text .content{
    margin-top:20px;
    font-size:16px;
    color:#052139;
    text-align:center;
}
#about3 .page_button{
    position: absolute;
    width: 40%;
    left: 30%;
    top: 600px;
    margin-bottom: 40px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    text-align: center;
}
#about3 .page_button .item {
    display:inline-block;
}
#about3 .page_button .item a{
    display:block;
    width:60px;
    height:30px;
    border-bottom:solid 2px #fff; 
    margin-left:5px;
    margin-right:5px;
    transition:all .2s;
}
#about3 .page_button .item a.select{
   border-bottom:solid 4px #fff; 
}
#about3 .page_button .item a:hover{
   border-bottom:solid 4px #fff; 
}

#trade{
    width:100%;
    height:auto;
    position:absolute;
}

#trade .text{
    padding-top:120px;
    padding-bottom:40px;
    width:60%;
    padding-left:20%;
    padding-right:20%;
    background:url(../images/trade_bg.jpg)  no-repeat;
    background-size:cover;
}
#trade .text .title{
    font-size:30px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
}
#trade .text .content{
    margin-top:20px;
    font-size:16px;
    color:#fff;
    text-align:center;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
#trade .text2{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    color:#052139;
}
#trade .text2 .left{
    float:left;
    width:479px;
    border-right: solid 1px #d1d6da;
    padding-right:20px;
}
#trade .text2 .left p{
    padding-right:20px;
}
#trade .text2 .left span{
    color:#269dd9;
    font-weight:bold;
}
#trade .text2 .right{
    float:right;
    width:480px;
    padding-left:20px;
}
#trade .text2 .right p{
    padding-left:20px;
}
#trade .text2 .right span{
    color:#269dd9;
    font-weight:bold;
}
#trade .text3{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    color:#959ca2;
    text-align:center;
}
#trade .doc{
    font-size:12px;
    width:1000px;
    text-align:center;
    margin:0 auto;
}
#trade .doc a{
    width:250px;
    display:inline-block;
    color:#052c5f;
    text-align:center;
}

#people{
    position:absolute;
    width:100%;
}
#people .title_left{
    position:absolute;
    margin-top:100px;
    width:50%;
    left:0%;
    font-size:22px;
    font-weight:bold;
    background-image:url(../images/people_title_left.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:3%;
    color:#052139;
    padding-top: 12px;
    height: 81px;
}
#people .title_right{
    position:absolute;
    top:100px;
    width:20%;
    right:0%;
    font-size:20px;
    font-weight:bold;
    color:#999;
    text-align:right;
    background-image:url(../images/people_title_right.png);
    background-repeat:no-repeat;
    background-position:top right;
    padding-right:3%;
    cursor:pointer;
    padding-top: 25px;
    height: 81px;
}
#people .list{
    margin:0 auto;
    width:800px;
    margin-top:240px;
}

#people .list .item{
    width:198px;
    display:inline-block;
    padding-left:1px;
    padding-right:1px;
    cursor:pointer;
    position:relative;
}
#people .list .item .ow{
    position:absolute;
    width:198px;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(5,33,57,.7);
    display:none;
}
#people .list .item .ow .ow_text{
    color:#fff;
    font-size:14px;
    position:absolute;
    z-index: 1;
    width:90%;
    text-align:center;
    padding-left:5%;
    padding-right:5%;
    height:90%;
    overflow:hidden;
    top:15%;
    cursor:default;
    line-height:17px;
}
#people .list .item .ow .ow_close{
    width:30px;
    height:30px;
    background-image:url(../images/close.png);
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    cursor:pointer;
    right:10px;
    top:10px;
    z-index: 2;
}
#people .list .item .pic{
    
    height:186px;
}
#people .list .item .name{
    background-color:#cdd3d7;
    color:#052139;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    padding-top:20px;
    height:50px;
}
#people .list .item .job{
    background-color:#cdd3d7;
    color:#052139;
    font-size:14px;
    text-align:center;
    padding-bottom:20px;
}
#people .button{
    text-align:center;
}
#people .button a{
    font-weight:bold;
    text-decoration:none;
    color:#052c5f;
}
#people .text{
    width:60%;
    margin:0 auto;
    animation-delay:.3s;
    -webkit-animation-delay:.3s;
    color:#959ca2;
    text-align:center;
    font-size:16px;
    margin-top:40px;
    margin-bottom:40px;
}
#people .swiper-pagination {
    position: relative;
    bottom: 0px;
}
#people .swiper-button-prev {
    left:5%;
}
#people .swiper-button-next{
    right:5%;
}



#event {
    position: absolute;
    width: 100%;
}
#event .title_left{
    position:absolute;
    margin-top:100px;
    width:50%;
    left:0%;
    font-size:22px;
    font-weight:bold;
    background-image:url(../images/people_title_right.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:3%;
    color:#999;
    padding-top: 25px;
    height: 81px;
    cursor:pointer;
}
#event .title_right{
    position:absolute;
    top:100px;
    width:20%;
    right:0%;
    font-size:20px;
    font-weight:bold;
    color:#052139;
    text-align:right;
    background-image:url(../images/people_title_left.png);
    background-repeat:no-repeat;
    background-position:top right;
    padding-right:3%;
    padding-top: 25px;
    height: 81px;
}
#event .title{
    margin:0 auto;
    width:800px;
    margin-top:200px;
    text-align:center;
    color:#bcc1c5;
    font-size:22px;
}
#event .list{
    margin:0 auto;
    width:800px;
    margin-top:40px;
    overflow: hidden;
}
#event .list .item{
    width:264px;
    display:inline-block;
    padding-left:1px;
    padding-right:1px;
    cursor:pointer;
    position:relative;
    height:375px;
    float: left;
}
#event .list .item .pic{
}
#event .list .item .name{
    background-color:#cdd3d7;
    color:#052139;
    font-size:16px;
    padding-top:20px;
    padding:10px;
    height:70px;
    position: absolute;
    width:244px;
}
#event .list .item .button{
    position: absolute;
    bottom:0;
    background-color:#cdd3d7;
    width: 244px;
    height: 40px;
    padding-left:10px;
    padding-right:10px;
    text-align: right;
}
#event .list .item .button a{
    font-size: 14px;
    color: #052139;
    display: inline-block;
    background-color: #fff;
    padding: 8px 20px 8px 20px;
    border-radius: 2px;
    text-decoration:none;
}


#register .bg{
    width:100%;
    height:100%;
    background-color:#e8ebec;
    position:absolute;
}
#register .back{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 120px;
    cursor: pointer;
}
#register .title{
    margin:0 auto;
    width:500px;
    font-size: 30px;
    color: #052139;
    text-align: center;
    font-weight: bold;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    margin-top:120px;
}
#register .content{
    width:900px;
    margin:0 auto;
    margin-top:60px;
    position:relative;
}
#register .content .left{
    float:left;
    width:359px;
    border-right:solid 1px #d1d6da;
    padding-top:40px;
    padding-bottom:20px;
    padding-right:40px;
}
#register .content .left .form{

}
#register .content .left .form .row{
    margin-bottom:20px;
}
#register .content .left .form .row input{
    background-color:#c6cdd1;
    border-radius:3px;
    padding:15px;
    padding-left:0;
    padding-right:0;
    text-indent:15px;
    border:none;
    font-size:14px;
    width:100%;
}
#register .content .right{
    float:right;
    width:460px;
    padding-left:40px;
}
#register .content .right_title{
    color:#052139;
    font-size:16px;
    padding-bottom:20px;
}
#register .content .item{
    width:50%;
    float:left;
    font-size:14px;
    padding-bottom:10px;    
    color:#052139;
}
#register .content .item input{
    color:#052139;
}
#register .content .button{
    padding-top:10px;
    position: relative;
}
#register .content .button input{
    position: absolute;
    left: 0;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    width: 200px;
}
#register .content .button a{
    display:inline-block;
    color:#052139;
    font-size:16px;
    background-color:#c6cdd1;
    width: 150px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius:2px;
}
#register .submit{
    position:relative;
    margin:0 auto;
    width:50%;
    text-align:center;
    margin-top:60px;
}
#register .submit a{
    display:inline-block;
    font-size:18px;
    width:300px;
    text-align:center;
    color:#052139;
    background-color:#fff;
    border-radius:3px;
    height:50px;
    line-height:50px;
    text-decoration:none;
}
#register .uploaded{
    font-size:12px;
    margin-top:10px;
    display:none;
}

#career .bg{
    width:100%;
    height:100%;
    background-image:url(../images/career_bg.jpg);
    background-size:cover;
    position:absolute;
    min-height: 700px;
}
#career .title{
    margin:0 auto;
    text-align:center;
    margin-top:160px;
    width:800px;
    color:#fff;
    font-size:30px;
    font-weight:bold;
}
#career .title span{
    color:#6ff73a;
}
#career .content{
    margin:0 auto;
    text-align:center;
    margin-top:40px;
    width:720px;
    color:#fff;
    font-size:16px;
}
#career .submit{
    position:relative;
    margin:0 auto;
    width:50%;
    text-align:center;
    margin-top:60px;
}
#career .submit a{
    display:inline-block;
    font-size:18px;
    width:320px;
    text-align:center;
    color:#052139;
    background-color:#fff;
    border-radius:3px;
    height:50px;
    line-height:50px;
    text-decoration:none;
}
#career .submit span{
    display:block;
    color:#fff;
    margin-top:20px;
}

#ow_contact{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 101;
}
#ow_contact .box{
    position: relative;
    background-color:#e8ebec;
    width:880px;
    height:690px;
    margin:0 auto;
    top:50%;
    margin-top:-300px;
    color:#052139;
}
#ow_contact .box .title{
    text-align:center;
    font-size:30px;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:20px;
}
#ow_contact .box .content{
    font-size:16px;
}
#ow_contact .box .content .left{
    float:left;
    width:355px;
    padding:0 40px 0 60px;
    border-right:solid 1px #d6dbde;
}
#ow_contact .box .content .left .row{
    padding-bottom:10px;
    font-size:12px;
}
#ow_contact .box .content .left .subtitle{
    font-weight:bold;
    font-size:16px;
}
#ow_contact .box .content .right{
    float:left;
    width:300px;
    padding:25px 60px 0 60px;
}
#ow_contact .box .content .right .row{
    padding-bottom:20px;    
}
#ow_contact .box .content input{
    background-color:#c6cdd1;
    border-radius:3px;
    padding:15px;
    padding-left:0;
    padding-right:0;
    text-indent:15px;
    border:none;
    font-size:14px;
    width:280px;
}
#ow_contact .box .content textarea{
    background-color:#c6cdd1;
    border-radius:3px;
    padding:15px;
    padding-left:0;
    padding-right:0;
    text-indent:15px;
    border:none;
    font-size:14px;
    width:280px;
    height:70px;
    font-family: avenir, "Helvetica Neue", "Hiragino Sans GB", ΢���ź�, Helvetica, Arial, sans-serif;
}
#ow_contact .submit{
}
#ow_contact .submit a{
    display:inline-block;
    font-size:18px;
    width:280px;
    text-align:center;
    color:#052139;
    background-color:#fff;
    border-radius:3px;
    height:50px;
    line-height:50px;
    text-decoration:none;
}
#ow_contact .back{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor:pointer;
}



#ow_success{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 101;
}
#ow_success .box{
    position: relative;
    background-color:#e8ebec;
    width:600px;
    height:350px;
    margin:0 auto;
    top:50%;
    margin-top:-175px;
    color:#052139;
}
#ow_success .box .title{
    font-weight:bold;
}
#ow_success .box .content{
    font-size:16px;
    padding:50px;
}
#ow_success .box .content .success_title{
    text-align:center;
    font-size:40px;
    padding-top:50px;
    padding-bottom:40px;
    font-weight:bold;
}
#ow_success .box .content .success_content{
    width:400px;
    text-align:center;
    margin:0 auto;
}
#ow_success .back{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/close3.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor:pointer;
}

#ow_contact .back{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor:pointer;
}

/*2019-06-16 Update for Duxa&Nowa*/
.logo_wrap{
    position: absolute;
    top:100px;
    right: 25%;
    width: 460px;
    z-index: 4;
    overflow: hidden;
    margin-right: -230px;
}
.co_brand{
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
}
.Duxa{
    width: calc(50% - 50px);
    float: left;
    margin: 25px;
    cursor: pointer;
}
.Nowa{
    width: calc(50% - 50px);
    float: left;
    margin: 42px 25px 28px 25px;
    cursor: pointer;
}
.float_logo{border-bottom: solid 1px transparent}
.float_logo:hover{
    border-bottom: solid 1px #fff;
}
.logo_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,33,57,.7);
    color:#fff;
    font-size:12px;
    display: none;
    z-index: 5;
}
.logo_info .ow_text{
    position: absolute;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 6;
}
.logo_info .ow_close{
    width:13px;
    height:13px;
    background-image:url(../images/close.png);
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    cursor:pointer;
    right:10px;
    top:10px;
    z-index: 7;
}

.logo_wrap_left{
    position: absolute;
    top: 100px;
    left: 25%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 4;
    overflow: hidden;
}
.float_brand{
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    margin: 25px;
    float: left;
    cursor: pointer;
    display: inline-block;
    border-bottom: solid 1px transparent;
}
.float_brand:hover{
    border-bottom: solid 1px #fff;
}
.logo_wrap_left_bottom{
    position: absolute;
    bottom: 50px;
    left: 25%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 4;
    overflow: hidden;
}