@charset "utf-8";
/* CSS Document */
*{margin: 0px;padding: 0px;		}
body{margin:0;padding:0; background:#f2f2f2;  text-align: justify; word-wrap: break-word; text-justify:inter-ideograph}
ul {margin:0; padding:0; list-style:none;}
a{text-decoration: none; color:#000}
a:hover{color:#FF9700;}
.img{border:0}

.mainbox{width:1600px;height:fit-content; margin:0 auto; overflow:Hidden; position:relative;}
.bgimg{width:1600px; height:fit-content; float:left; position: relative;}

.btn{width:130px; height:113px; position:absolute; top:380px; left:1050px; z-index:100; border-radius: 20px; overflow: hidden; }
.btn:hover{ cursor:pointer; box-shadow:0 0 30px -7px #FF9700 }
.btn a{width:100%; height:100%;}
.btn img{width:100%; height:100%;}
