@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #3bd5ff;
}
.bgcolor,.hvbgcolor:hover{
	background: #3bd5ff;
	color: #fff;
}
.pcolor{
	color: #94a3b8;
}
.md{
	padding: 80px 0;
}
.ghead,.ghead_height{
	height: 75px;
}
.ghead{
	width: 100%;
	height: 75px;
	background: rgba(10, 6, 18, 1);
    backdrop-filter: blur(20px);
	/*border-bottom: 1px solid rgba(139,92,246,.2);*/
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.g_wrap{
	padding: 0 30px;
}
.jbtxt{
	background: linear-gradient(92.64deg, #38c6ee 0.91%, #a628ff 51.51%, #ff4ee4 95.77%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.glogo{
	background: linear-gradient(135deg, #f6f6ff, #fff7fc);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.3);
	padding: 5px 10px;
	border-radius: 5px;
}
.glogo h1{
    font-size: 22px;
    letter-spacing: 1px;
    color: #0c376b;
}
.glogo h1 span{
	color: #c51f4a;
}
.glogo i{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.glogo i img{
	display: block;
	width: 22px;
}
.glogo1 h1{
	/*background: linear-gradient(92.64deg, #3bd5ff 0.91%, #a628ff 51.51%, #ff4ee4 95.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #3bd5ff;
    font-size: 24px;
    letter-spacing: 1px;
}
.glogo1 h1 span{
	color: #ff4ee4;
}
.glogo1 i{
	margin-right: 8px;
}
.glogo1 i img{
	display: block;
	width: 25px;
}
.ghdr a{
	padding: 5px 18px;
    border-radius: 22px;
    background: ;
    border: 1px solid #3bd5ff;
    font-size: 15px;
    color: #3bd5ff;
    margin-left: 15px;
}
.ghdr a:hover{
	background: #3bd5ff;
	color: #fff;
}
.ghdr a.active{
	background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
	color: #fff;
	border: 0;
}
.gnav li{
	position: relative;
	height: 100%;
	margin: 0 2%;
}
.gnava{
	display: flex;
	height: 100%;
	align-items: center;
	color: #94a3b8;
	position: relative;
}
.gnava em{
	width: 20px;
	height: 20px;
	background: url(../images/start.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -18px;
	top: 15px;
}
.gnava i{
	margin-left: 5px;
}
.gnav li:hover .gnava,.gnav li.active .gnava{
	color: #fff;
}
.gnavhide{
	width: 160px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -80px;
	margin-top: 10px;
	background: rgba(10, 6, 18, 1);
    backdrop-filter: blur(20px);
	text-align: center;
	z-index: 99;
	transition: .35s;
	opacity: 0;
	visibility: hidden;
	border: 1px solid rgba(139,92,246,.2);
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.gnav li:hover .gnavhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.gnavhide a{
	display: block;
	line-height: 42px;
	padding: 0 15px;
	font-size: 13px;
	color: #fff;
}
.gnavhide a:hover{
	color: #3bd5ff;
}
.ihbr span{
	display: block;
	line-height: 65px;
	cursor: pointer;
	font-size: 15px;
}
.ihbr:hover span{
	color: #c51f4a;
}
.ihbr:hover .inavhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.ihbrkf img{
	filter: grayscale(100%);
	filter: gray;
	transition: .25s;
}
.ihbr:hover .ihbrkf img{
	filter:inherit
}
.inavhide{
	width: 140px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -70px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	z-index: 99;
	transition: .35s;
	opacity: 0;
	visibility: hidden;
}
.geo_logo{
	display: inline-block;
	height: 50px;
}
.inav li:hover .inavhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.inavhide_kf{
	width: 180px;
	left: -30px;
	margin-left: 0;
	padding: 12px 15px;
}
.inavhide_kf a{
	text-align: left !important;
	background: none !important;
	padding: 10px 0 !important;
	line-height: 1 !important;
}
.gbn{
	position: relative;
	padding-top: 50px;
}
.gbn .g_wrap{
	position: relative;
	z-index: 2;
}
.banner-top-bg{
	position: absolute;
    top: 0;
    z-index: 1;
    width: 63%;
    left: 50%;
    transform: translate(-50%, -40%);
    opacity: .3;
}
.gbnt{
	letter-spacing: 3px;
}
.gbntitle h1{
	letter-spacing: 5px;
}
.gbntitle h1.active{
	display: inline-block;
}
.gbntitle p{
	background: linear-gradient(135deg, #3b82f6, #a78bfa);
	background-clip: text;
    color: transparent;
}
.gbntxtbg{
	background: rgb(6 19 52);
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto 0;
    max-width: 100%;
    border: 1px solid rgba(139, 92, 246, 0.2);
}
.gbnbtn a{
	margin: 10px 15px;
	text-align: center;
	color: #3bd5ff;
	border: 1px solid #3bd5ff;
	display: block;
	text-align: center;
	padding: 8px 30px;
	border-radius: 50px;
}
.gbnbtn a:hover{
	background: #3bd5ff;
	color: #000 !important;
}
.gbnbtn a.active{
	background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
	color: #fff;
	border: 0;
}
.gbnbtn a.active:hover{
	color: #fff !important;
}
.gbnbtn a img{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 70px;
}
.gtop {
	color: #eaf3ff;
}
.g2t li{
	cursor: pointer;
	transition: .25s;
	display: inline-block;
	padding: 10px 5px;
	margin: 5px 20px;
	opacity: .7;
	border-top: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0);
}
.g2t li:hover{
	color: #3bd5ff;
	opacity: 1;
}
.g2t li.active{
	border-top: 1px solid #3bd5ff;
	border-bottom: 1px solid #3bd5ff;
	color: #3bd5ff;
	opacity: 1;
	font-weight: bold;
}

.right{
	position: fixed;
	right: 15px;
	bottom: 15%;
	z-index: 99;
}
.rta_a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3bd5ff;
	color: #3bd5ff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.rta:hover .rta_a{
	background: #3bd5ff;
	color: #180E2B;
}
#gotop{
	display: none;
}

.ifoot{
	padding: 40px 0 40px 0 !important;
	color: rgba(255,255,255,.6);
	background: #0d1d41;
	background-size: 100%;
	position: relative;
}
.ift a{
	color: rgba(255,255,255,.6);
}
.ift a:hover{
	color: #fff;
}
.iftla ul{
	font-size: 13px;
}
.iftla h3 a{
	color: #fff;
}
.iftl{
	/*margin-right: 13%;*/
}
.ifblogo{
	display: inline-block;
	height: 35px;
	margin-right: 15px;
	opacity: .6;
}
.iftHead{
	width: 100%;
}
.iftHeadBox{
	background: linear-gradient(90deg, #0c376b 0%, #1fb1c5 100%);
	padding: 15px 0 !important;
	color: #fff;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
}
.iftHeadBoximg{
	width: 30%;
}
.iftHeadBox_r{
	margin-left: 0 !important;
}
.iftHeadBox_r a{
	display: inline-block;
	line-height: 50px;
	width: 160px;
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.iftHeadBox_r a:hover{
	background: rgba(255,255,255,.1);
}
.ft2rlink{
	margin-left: 20px;
}
.ft2rlink:hover{
	-webkit-filter: brightness(120%);
}
.ft2rlink img{
	height: 30px;
}

/* .ifb{
	background: #fff;
	padding: 18px 0;
}
.ifb .fbl,
.ifb .fbl a{
	color: #666;
	opacity: 1;
}
.ifb .fbl a:hover{
	color: #c51f4a;
}
.foothidebox{
	background: #fff;
	border: 1px solid #e6e6e6;
} */
.iftl_n{
	max-width: 30%;
}
.iftl_n .glogo1{
	transform-origin: left center;
    transform: scale(1.3); 
}
.iftl_nb{
	display: flex;
}
.iftl_nb a{
	margin-right: 15px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.iftl_nb a img{
	max-width: 100%;
	display: block;
}
.iftl_nb a:nth-child(1){
	background: #1c9eec;
}
.iftl_nb a:nth-child(2){
	background: #1473e7;
}
.iftl_nb a:nth-child(3){
	background: #8629aa;
}
.iftl_nb a:nth-child(4){
	background: #fe0000;
}
.iftrata{
	display: flex;
	border-radius: 50px;
	width: 140px;
	border: 1px solid #fff;
	color: #fff !important;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
}
.iftrata:hover{
	background: rgba(255,255,255, .1);
}
.iftrata img{
	filter: grayscale(100%) brightness(500%);
	margin-right: 10px;
}
.iftl_r .btn-large-primary,
.iftl_r .btn-large-secondary{
	color: #180e2b !important;
	padding: 10px 22px;
	font-size: 13px;
	transform:translateY(0) !important;
}
.iftl_r .btn-large-secondary{
    border: 1px solid rgb(51 65 85 / 40%);
    color: #fff !important;
}
.iftl_r .btn-large-primary:hover,
.iftl_r .btn-large-secondary:hover{
	opacity: .85;
}

/*n_head*/
.ihead{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
}
.ihead_height{
	height: 127px;
}
.iht{
	height: 80px;
	background: #14557b;
}
.ihb{
	border-bottom: 1px solid #dddddd;
}
.ilogo{
	display: inline-block;
	height: 42px;
}
.ihtsc{
	margin: 0 20px;
}
.ihtsc input{
	width: 100%;
	height: 40px;
	background: #fff;
	border-radius: 0px;
	padding: 0 12px;
	border: 1px solid #bfc7d9;
	width: 200px;
	transition: .25s;
	font-size: 13px;
}
.ihtsc input:focus{
	width: 280px;
}
.ihtsc button{
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to right, #c51f4a, #c51f4a);
    -webkit-background-clip: text;
    color: transparent;
}
.ihtra{
	color: #fff;
	margin-right: 30px;
}
.ihtra img{
	height: 19px;
}
.ihtra_l{
	border: 1px solid #fff;
	padding: 0 20px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-left: 20px;
}
.ihtra_l.active,.ihtra_l:hover{
	background: #fff;
	color: #14557b;
}
.inav li,.ihbr{
	position: relative;
}
.inav li{
	margin-left: 3%;
}
.inava{
	display: block;
	line-height: 65px;
	position: relative;
	color: #000;
	font-size: 15px;
}
.inav li.active .inava,
.inav li:hover .inava{
	color: #c51f4a;
}
.inavico{
	width: 12px;
	height: 8px;
	background: url(../images/navico_03.png) no-repeat center;
	position: absolute;
	right: -12px;
	top: 28%;
}
.inavhide{
	width: 140px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -70px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	z-index: 99;
	transition: .35s;
	opacity: 0;
	visibility: hidden;
}
.inav li:hover .inavhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.inavhide a{
	display: block;
	line-height: 42px;
	padding: 0 15px;
	font-size: 13px;
}
.inavhide a:hover{
	background: #eee;
	color: #c51f4a;
}
.ihbr span{
	display: block;
	line-height: 65px;
	cursor: pointer;
	font-size: 15px;
}
.ihbr:hover span{
	color: #c51f4a;
}
.ihbr:hover .inavhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.inavhide_lg{
	width: 100px;
	margin-left: -50px;
}
.ihbrkf img{
	filter: grayscale(100%);
	filter: gray;
	transition: .25s;
}
.ihbr:hover .ihbrkf img{
	filter:inherit
}
.nhead,.nhead_height{
	height: 65px;
}
.nhead{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #ffffffb3;
	background: linear-gradient(to left, rgb(246 234 227 / 20%), rgb(220 225 255 / 20%));
	background: linear-gradient(to left, rgb(255 252 250 / 85%), rgb(242 244 255 / 85%));
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: none;
	transition: background-color .3s ease-in-out;
	z-index: 100;
}
.nhead:hover,.nhead_active,.nhead_list{
	background: #fff;
	/* box-shadow: 0 0 12px rgba(0,0,0,.07); */
	background: linear-gradient(to left, rgb(255 252 250 / 95%), rgb(242 244 255 / 95%));
}
.nhl::after{
	width: 1px;
	height: 22px;
	content: "";
	background: #777;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}
.nhlico{
	width: 65px;
	height: 65px;
	position: relative;
	cursor: pointer;
}
.nhlico span{
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: -1px;
	width: 18px;
	height: 2px;
	background: #717171;
	transition: all .3s cubic-bezier(.4,0,.2,1);
}
.nhlico::after,.nhlico::before{
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 2px;
	background: #717171;
	transform-origin: center center;
	transition: all .3s cubic-bezier(.4,0,.2,1);
}
.nhlico::after{
	top: 24px;
}
.nhlico::before{
	bottom: 24px;
}
.nhlico.active span{
	display: none;
}
.nhlico.active::after{
	transform: rotate(-45deg);
	top: 32px;
}
.nhlico.active::before{
	transform: rotate(45deg);
	bottom: 31px;
}
.nlogo{
	display: inline-block;
	height: 23px;
}
.nhraia{
	display: inline-block;
	position: relative;
    width: 32px;
    height: 20px;
    background: rgba(23, 33, 52, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.nhraia .ai_ico{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nhraia .ai_bg{
	position: absolute;
    top: -20px;
    left: -42px;
    width: 84px;
    height: 84px;
    z-index: 1;
    animation: rotate-clockwise 5000ms linear infinite;
}
@keyframes rotate-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nhrlink a{
	margin-left: 20px;
}
.nhrlink a:hover{
	color: #C51F4A;
}
.nhrr a{
	display: block;
	line-height: 65px;
	width: 95px;
	text-align: center;
	padding: 0 !important;
	background: #173960;
	color: #fff;
}
.nhrr a.active{
	background: #6a0f24;
}
.ihbrkf{
	height: 65px;
	display: flex;
	align-items: center;
}
.inavhide_kf{
	width: 180px;
	left: -30px;
	margin-left: 0;
	padding: 12px 15px;
}
.inavhide_kf a{
	text-align: left !important;
	background: none !important;
	padding: 10px 0 !important;
	line-height: 1 !important;
}
.nhlhide{
	width: 400px;
	padding: 30px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid #E6E6E6;
	text-align: center;
	display: none;
}
.nhlhideimg{
	display: block;
	margin: 0 auto;
	max-width: 50%;
}
.nhlhidem span{
	color: #666;
	margin: 3px 10px;
	font-size: 13px;
}
.nhlhideb a{
	display: inline-block;
	width: 47%;
	border: 1px solid #0c376b;
	color: #0c376b;
	padding: 7px 15px;
	text-align: center;
}
.nhlhideb a:hover,.nhlhideb a.active{
	background: #0c376b;
	color: #fff;
}
.nhlhide_close{
	width: 40px;
	height: 40px;
	background: url(../images/close.png) no-repeat center;
	background-size: 15px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

/* head蓝色背景 */
.nhead_blue{
	background: #0c376b !important;
}
.nhead_blue .inava{
	color: #fff;
}
.nhead_blue .nhraia .ai_bg{
	background: #ff3838;
}
.nhead_blue .nhlico::after, 
.nhead_blue .nhlico::before, 
.nhead_blue .nhlico span, 
.nhead_blue .nhl::after{
	background: #fff;
}
.nhead_blue .ihbr span{
	color: #fff;
}
.nhead_blue .ihbrkf img{
	filter: grayscale(100%) brightness(500%);
}

/* head红色背景 */
.nhead_red{
	background: #c51f4a !important;
}
.nhead_red .inava{
	color: #fff;
}
.nhead_red .nhraia .ai_bg{
	background: #ff3838;
}
.nhead_red .nhlico::after, 
.nhead_red .nhlico::before, 
.nhead_red .nhlico span, 
.nhead_red .nhl::after{
	background: #fff;
}
.nhead_red .ihbr span{
	color: #fff;
}
.nhead_red .ihbrkf img{
	filter: grayscale(100%) brightness(500%);
}

/* head黑色背景 */
.nhead_blank{
	background: #0d1d41 !important;
}
.nhead_blank .inava{
	color: #fff;
}
.nhead_blank .nhraia .ai_bg{
	background: #ff3838;
}
.nhead_blank .nhlico::after, 
.nhead_blank .nhlico::before, 
.nhead_blank .nhlico span, 
.nhead_blank .nhl::after{
	background: #999;
}
.nhead_blank .ihbr span{
	color: #fff;
}
.nhead_blank .ihbrkf img{
	filter: grayscale(100%) brightness(500%) !important;
}
.nhead_blank .ihbr_gj .ihbr_gja{
	display: inline-block;
	color: rgba(255,255,255,.85);
	border-radius: 50px;
	margin-right: 15px;
	line-height: 65px;
}
.nhead_blank .ihbr_gj .ihbr_gja i{
	animation: spin 2s linear infinite;
}
.ihbr_gj{
	position: relative;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ihbr{
	margin-left: 25px;
}
.tc_layer{
	display: none;
}

/*gtable*/
.gtable{
	background: rgb(3 14 40);
	border: 1px solid rgba(139, 92, 246, 0.2);
	border-bottom: 0;
	border-right: 0;
}
.gt{
	background: #0d1d41;
	position: sticky;
	top: 65px;
	z-index: 9;
}
.gt,.ga{
	display: flex;
}
.gtl,.gtm,
.gal,.gam,
.gal{
	width: 15%;
	padding: 15px;
	border-right: 1px solid rgba(139, 92, 246, 0.2);
	border-bottom: 1px solid rgba(139, 92, 246, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.gtlm,.galm{
	width: 30%;
	padding: 15px;
	border-right: 1px solid rgba(139, 92, 246, 0.2);
	border-bottom: 1px solid rgba(139, 92, 246, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.gar,.gtr{
	padding: 15px;
	border-right: 1px solid rgba(139, 92, 246, 0.2);
	border-bottom: 1px solid rgba(139, 92, 246, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}
.gtr h4{
	color: #0dff00;
}
.gar{
	transition: .25s;
}
.gar:hover{
	background: rgba(255,255,255,.05);
}
.gtlm h3{
	line-height: 1.5;
	text-shadow: 0 0 4px rgba(0,0,0,.5);
}
.djmore{
	display: inline-block;
	padding: 2px 15px;
	border: 1px solid #3bd5ff;
	background: #3bd5ff;
	color: #000;
	border-radius: 50px;
	font-size: 12px;
}
.djmore:hover{
	opacity: .85;
}
.gtr-featured-badge{
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.ga_ico img{
	display: block;
	height: 22px;
}
.g_line{
	border-bottom: 1px solid rgb(51 65 85 / 20%);
}
.gimga{
	text-align: center;
}
.gimga_img{
	border:1px solid rgba(255,255,255,0.06);
	border-radius:16px;
	overflow: hidden;
}
.gimga_img img{
	width: 100%;
	display: block;
}
.swiper-pagination-gimg .swiper-pagination-bullet{
	background: rgba(255,255,255,.9);
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 8px !important;
	transition: .25s;
}
.swiper-pagination-gimg .swiper-pagination-bullet-active{
	background: #3bd5ff;
	width: 30px;
}
.swiper-pagination-gimg{
	position: static;
	text-align: center;
}

/*新闻编辑室*/
.autoimg{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.mi1t ul{
	background: #0d1d41;
	border-radius: 4px;
	padding: 5px;
}
.mi1t li{
	border-radius: 4px;
	text-align: center;
	width: auto;
	min-width: 150px;
	padding: 0 35px;
	line-height: 40px;
	cursor: pointer;
	transition: .25s;
}
.mi1t li.active{
	color: #000;
	font-weight: bold;
	background: #3bd5ff;
}
.mi1ba_a{
	display: flex;
	padding: 20px 0;
	border-bottom:1px solid rgb(51 65 85 / 30%);
	color: #fff;
}
.mi1baimg{
	width: 30%;
	min-width: 140px;
	margin-right: 20px;
	position: relative;
}
.mi1baimg span{
	background: linear-gradient(93.73deg, #0051b4 0%,  #b928cc 68.26%, #c5214c 95.08%);
	color: #fff;
	padding: 4px 12px;
	font-size: 12px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 50px;
	z-index: 2;
}
.mi1baimg img{
	aspect-ratio: 5 / 3.5;
}
.mda_a{
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 22px rgba(0,0,0,.12);
	transition: .5s;
}
.mda_a:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	transform:translateY(-10px);
}
.mda_a:hover h3,.mi1ba_a:hover h3{
	text-decoration: underline;
	color:#3bd5ff;
}
.mdaimg img{
	aspect-ratio: 5 / 3;
}
.mdatxt h3,.mi1ba_a h3{
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.cta-buttons{display:flex;gap:20px;justify-content:center;margin-top:32px;flex-wrap:wrap}
.btn-large-primary{background:#3bd5ff;padding:14px 38px;border-radius:60px;font-weight:600;color:#180e2b;text-decoration:none;transition:all 0.2s}
.btn-large-primary:hover{opacity: .85;}
.btn-large-secondary{background:transparent;border:1px solid rgb(51 65 85 / 40%);padding:14px 38px;border-radius:60px;font-weight:500;color:white;text-decoration:none}
.btn-large-secondary:hover{background:rgba(59,130,246,0.1)}

@media only screen and (max-width:1699px) {
	.wrap_1600{
		width: 100%;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.gbn{
		padding-top: 50px;
	}
	.g_wrap .wrap_1600{
		padding: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.gbn{
		padding-top: 40px;
	}
	.gtr h4{
		font-size: 13px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
}
@media only screen and (max-width:768px) {
	.g_wrap{
		padding: 0 15px;
	}
	.g_wrap .wrap_1600{
		padding: 0;
	}
	.md{
		padding: 25px 0;
	}
	.glogo h1{
	    font-size: 18px;
	    letter-spacing: 1px;
	}
	.glogo i{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.ifoot{
		padding: 20px 0 !important;
	}
	.iftHead{
		position: static;
		margin-bottom: 25px;
		top: 0;
	}
	.iftHeadBox{
		display: block;
		border-radius: 4px;
		padding: 20px;
		text-align: center;
	}
	.iftHeadBox_r a{
		line-height: 40px;
		width: 130px;
	}
	.iftHeadBox_r {
		margin-left: 0;
		margin-top: 15px;
	}
	.iftl_n{
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.iftl_n_logo img{
		margin: 0 auto;
		height: 50px;
	}
	.iftla{
		margin-top: 20px;
		display: none;
	}
	.iftla ul{
		font-size: 12px;
		line-height: 25px;
	}
	.iftra{
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 15px;
	}
	.iftra h3{
		display: none;
	}
	.iftHead{
		margin-bottom: 0 !important;
	}
	.iftHeadBox{
		padding-top: 25px !important;
	}
	.iftHeadBoximg{
		width: 50%;
		margin: 22px auto 0 auto;
	}
	.iftrat {
		display: flex;
		justify-content: center;
	}
	.iftrata {
        padding: 7px 0;
        width: 120px;
    }
    .iftrat a img{
    	height: 18px;
    	margin: 0;
    	margin-right: 10px;
    }
    .cta-section h2{
    	font-size: 1.5rem;
    }
    .cta-section{
    	padding: 25px 15px;
    }
    .gbntitle{
    	font-size: 16px;
    }
    .gbntitle h1{
    	letter-spacing: 2px;
    }
    .gbnbtn a{
    	margin: 5px 10px;
    }
    
    .gt{
    	position: static;
    }
    .gpbox{
    	width: 100%;
    	overflow: hidden;
    	overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
    }
    .gtable{
    	width: 950px;
    }
    .djmore{
    	font-size: 12px;
    	padding: 3px 15px;
    }
    .gtlm img{
    	height: 60px;
    }
    .gtlm, .galm,
    .gar, .gtr{
    	padding: 10px;
    }
    
    .mi1t ul{
		flex-wrap: wrap;
	}
	.mi1t li{
		width: auto;
		padding: 0 30px;
		min-width: 150px;
	}
	.iftl_r{
		width: 100%;
		text-align: center;
	}
	.cta-buttons{flex-direction:column;align-items:center}
}