*{box-sizing:border-box;scroll-behavior:smooth;margin:0;font-family:Arial,Helvetica,sans-serif}.row{display:flex;align-items:center}.col{display:flex;flex-direction:column;align-items:center}select{-moz-appearance:none;-webkit-appearance:none;appearance:none}input{border:none}input:focus{outline:none}a{text-decoration:none}body{background:#000 url(../Image/bg.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}h1{color:#fff;text-align:center}h2{color:#fff;text-align:center}.container{width:100%;padding:0 15px;margin:0 auto;max-width:960px;background:rgba(0,0,0,.6901960784);gap:40px;border-radius:10px 10px 0 0;box-shadow:0 0 15px #fff}.container .head{width:100%;gap:10px}.container .head .logo{width:150px;height:150px}.container .head .logo img{width:100%}.container .head .head_menu{width:130px;height:40px;font-size:30px;color:#fff;justify-content:center;align-items:center;cursor:pointer;line-height:0;border:1px solid rgba(255,255,255,.58);animation:brdr2-ani 1.5s infinite;border-radius:8px}.container .sub{font-size:16px;color:#fff;text-align:center}.container .index_banner{width:50%;transition:.3s}.container .index_banner img{width:100%}.container .index_banner:hover{transform:scale(1.05)}.container .index_row{width:50%;height:100px;border:1px solid #828181;border-radius:15px;background:#fff;overflow:hidden;transition:.3s}.container .index_row .index_row_img{width:25%;height:100%;justify-content:center;border-right:1px solid #cccbcb;transition:.3s}.container .index_row .index_row_img img{width:30px;height:30px}.container .index_row .index_row_text{width:100%;gap:10px;justify-content:center;align-items:center;transition:.3s}.container .index_row .index_row_text p{font-size:16px;font-weight:bold;margin:0;padding:0;color:#000}.container .index_row .index_row_text span{font-size:16px;color:#000}.container .index_row:hover .index_row_img{transform:scale(1.05)}.container .index_row:hover .index_row_text{transform:scale(1.05)}.container .index_contact{width:100%;gap:20px}.container .index_text_con{width:100%;align-items:flex-start;gap:15px}.container .index_text_con h2{color:#57cef8;text-align:start}.container .index_text_con h3{color:#57cef8;text-align:start}.container .index_text_con span{color:#fff;font-size:16px}.container .index_text_con span a{font-size:16px;color:#fff;text-decoration:underline}.container .index_text_con p{color:#fff;font-size:16px;font-weight:bold}.container .index_text_con img{width:220px;height:120px}.container .index_text_con ul{width:100%;list-style:none;margin:0;padding:0}.container .index_text_con ul li{color:#fff}.container .index_text_con ol{width:100%;margin:0;padding:0 0 0 18px}.container .index_text_con ol li{color:#fff}.container .index_text_con ol li a{color:#fff;text-decoration:underline}.container .index_text_con .mega_table{width:100%;overflow:auto;align-items:flex-start}.container .index_text_con .mega_table table{width:900px}.container .index_text_con .mega_table table th{padding:10px 0;font-size:16px;color:#fff;vertical-align:top}.container .index_text_con .mega_table table td{font-size:16px;color:#fff;text-align:center}.container .index_text_con hr{width:100%}.container .test_id_con{gap:15px}.container .test_id_con h2{font-size:24px;color:#fff}.container .test_id_con p{font-size:16px;color:#fff}.container .footer{width:100%;align-items:flex-start;gap:15px}.container .footer img{width:80px;height:80px}.container .footer span{font-size:16px;color:#fff}.container .footer .copyright{margin:20px auto}.container .footer .copyright span{font-size:12px}.container .footer .copyright span a{color:#fff;text-decoration:underline}.foot_menu{width:100%;max-width:960px;padding:8px 0;margin:0 auto;background:#fff;justify-content:space-evenly;border-radius:0 0 10px 10px;position:sticky;bottom:0}.foot_menu a img{width:30px;height:30px}.foot_menu a span{font-size:12px;color:#000;text-decoration:underline}.side_menu_cover{display:none;width:100%;height:100vh;background:rgba(0,0,0,.644);position:fixed;top:0;left:0}.side_menu_cover .side_menu{width:25%;height:100%;padding:10px 15px 15px 15px;background:linear-gradient(to top, #242c27, #333333);gap:10px;overflow-y:auto;position:fixed;right:0;top:0;transition:1s}.side_menu_cover .side_menu p{padding:20px 0;font-size:25px;font-weight:600;color:#fff}.side_menu_cover .side_menu a{width:100%;padding:10px 0 10px 5%;position:relative;background:linear-gradient(to bottom left, #fff 0%, #edfffd 50%, #fff 100%);transition:600ms ease;text-decoration:none;justify-content:flex-start;border-radius:20px;border-bottom:1px solid #6fd766;gap:10px}.side_menu_cover .side_menu a img{width:30px;height:30px}.side_menu_cover .side_menu a span{font-size:16px;color:#000}.side_menu_cover .side_menu a::after{content:" ";width:0;height:1px;background:#000;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);transition:.3s}.side_menu_cover .side_menu a:hover::after{width:100px}.side_menu_cover .side_menu .side_menu_close{font-size:25px;font-weight:600;color:#fff;position:absolute;top:15px;right:15px;cursor:pointer}.side_menu_cover .side_menu_hide{right:-3000px}.top_btn{padding:10px 15px;background:#232323;color:#fff;position:fixed;bottom:8%;right:5%;border-radius:10px;border:2px solid #d68203;font-size:14px;box-shadow:0px 0px 5px rgba(255,166,2,.685)}@media only screen and (max-width: 600px){.container .index_banner{width:100%}.container .index_row{width:100%}.container .index_contact{width:100%}.side_menu_cover .side_menu{width:90%}}@keyframes brdr2-ani{40%{border:1px solid #ff00bf}80%{border:1px solid red}}