body{
                    text-align:center;
                    background:#000;
                }
                .bgBar{
                    background-repeat: no-repeat; 
                    background-image: url(./images/bluebj.png); 
                    background-size: cover; 
                    background-position: center center; 
                    width: 100%; height: 640px; 
                }
                .bgBar02{
                    background-repeat: no-repeat; 
                    background-image: url(../images/mk_2.png); 
                    background-size: cover; 
                    background-position: center center; 
                    width: 100%; height: 597px; 
                }
                .bgBar03{
                    background-repeat: no-repeat; 
                    /*background-image: url(./images/img03.png); */
                    background-size: cover; 
                    background-position: center center; 
                    width: 100%; height: 670px; 
                }
                .bgBar06{
                    background-repeat: no-repeat; 
                    background-image: url(./images/img06.png); 
                    background-size: cover; 
                    background-position: center center; 
                    width: 100%; height: 720px; 
                }
                .bgBar08{
                    background-repeat: no-repeat; 
                    background-image: url(./images/img08.jpg); 
                    background-size: cover; 
                    background-position: center center; 
                    width: 100%; height: 640px; 
                }

                .bgvideo{
                    background-repeat: no-repeat; 
                    background:#333333; 
                    background-size: cover; 
                    background-position: center center; 
                    width: 100%; height: 600px; 
                    opacity: 1; 
                    z-index: 120; 
                	overflow: hidden;
                    visibility: inherit; 
                    position: inherit; 
                    transform: matrix(1, 0, 0, 1, 0, 0);
                }

                 video#bgvid {
                        position: fixed; left: 0%;right:0%; top: -101px;
                        max-width:100%; 
                        width: auto; height: auto; z-index: -100;
                        margin:0 auto;
                        background-size: cover;
                 }

               .one {
               		cursor:pointer;
               		display: inline-block;
		        }
               .videos {
		            display: none;
		            position: fixed;
		            left: 50%;
		            top: 52%;
		            width: 92%;
		            z-index: 999;
		            transform: translate(-50%, -50%);
		        }

		        .vclose {
		            position: absolute;
		            cursor:pointer;
		            right: 1%;
		            top: 1%;
		            border-radius: 100%;
		            width: 25px !important;
		            height: 25px !important;
		        }
                .personlist{
                    width:1200px;margin:0 auto;
                }
                .personlist li{
                    width:100px;height:50px;border:solid 1px #000;color:white;font-size:18px;
                }
                .thumbs_min{
                    width:200px;
                    max-height:268px;
                    height:auto;
                    float:left;
                    margin:20px;
                    
                    transform: scale(1);
                    transition: all 1s ease 0s;
                }
                .thumbs_min a:hover{
                    width:200px;
                    max-height:268px;
                    height:auto;
                    float:left;
                    margin:20px;
                    
                    transform: scale(1.1);
                    transition: all 1s ease 0s;
                }
                .thumbs_min2{
                    width:266px;height:auto;padding:20px;
                }
                .thumb_div2{
                    display:inline-block;margin:20px;
                }
                .px a{color:#fff;}
                .show_text{
                    text-indent: 2em;
                    line-height: 2em;
                    font-size:1.5em;
                }

@media screen and (min-width: 320px) and (max-width: 479px)
{
	.pc{display:none;}
.ios{display:block;}
}
@media screen and (min-width: 480px) and (max-width: 679px)
{
	.pc{display:none;}
.ios{display:block;}
}
                