@charset "UTF-8";
/* Body */
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	background-color: #EEF5FF;
	margin: 0;
	font-style: normal;
	color: rgba(0,0,0,.85);
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{margin: 0; padding: 0;}
body{
	background-image: url("../images/logo_only_opacity.svg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-position: center 40px;
}
* {
	transition: all 0.2s linear;
}
/* Navigation */
header {
	max-width: 1200px;
	min-width: 768px;
	height: 72px;
	margin: 0 auto;
	display: block;
	padding: 0 24px;
}
.logo {
	float: left;
	margin-top: 16px;
	margin-left: 0px;
}
.logo img {
	width: auto;
	height: 40px;
}
.nav {
	width: 100%;
	position:absolute;
	z-index: 11;
	height: 72px;
}

/* Banner */
.banner_background{
	width: 100%;
	height: 500px;
	position: relative;
	display: block;
	background-color:#001025;
}
.banner_background video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow-clip-margin: content-box;
	overflow: clip;
}
.banner_content {
	width: 100%;
	height: 500px;
	position:absolute;
	z-index: 10;

}
.banner_txt {
	margin: 0 auto;
	width: 650px;
	height: 500px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	word-wrap: break-word;
	align-self: stretch;
	text-align: center;
}
.banner_txt .cn{
	margin-top: 24px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 1);
	font-size: 48px;
	line-height: 66px;
}
.banner_txt .en{
	color: rgba(255, 255, 255, 0.75);
	font-size: 24px;
	line-height: 34px;

}
/* footer part 1 TensGPT */
.gpt{
	background-color: #051A37;
	width: 100%;
	height: 600px;
	background-image:url("../images/gpt_img_@2x.png");
	background-size: 1514px 600px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.gpt_content{
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto; 
	height: 600px;
	justify-content: center;
	align-items: center;
	gap: 56px;
	display: flex;
	padding: 0 24px;
}
.gpt_img img{width: 534px; height: auto;}
.gpt_txt_and_btn{
	width: 414px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 24px; display: inline-flex;
}
.gpt_logo{
	display: flex;
	padding-bottom: 4px;
	align-items: flex-start;
	gap: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	color: #FFFFFF;
}
.gpt_logo img{
	width: 24px;
	height: 32px;
}
.gpt_txt{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
}
.gpt_txt .cn{
	align-self: stretch;
	color: rgba(255, 255, 255, 1);
	font-size: 36px;
	line-height: 50px;
	word-wrap: break-word;
}
.gpt_txt .en{
	align-self: stretch;
	color: rgba(255, 255, 255, 0.75);
	font-size: 20px;
	line-height: 28px;
	word-wrap: break-word;
}
.gpt_btn {
	justify-content: flex-start;
	align-items: center;
	display: inline-flex;
	text-decoration: none;
	color: #FFFFFF;
	background: linear-gradient(298deg, #00BEE7 0%, #005BE2 100%);
	border-radius: 12px; 
	width: auto;
	height: 64px;
	vertical-align:middle;
	padding: 0 20px 0 0;
	transition: background .2s linear;
}
.gpt_btn:hover {
	background: linear-gradient(298deg, #2ED0F4 0%, #126DF4 100%);
	cursor: pointer;
	
}
.gpt_btn:active {
	background: linear-gradient(298deg, #00AFD5 0%, #0050C8 100%);
	cursor: pointer;
}
.gpt_btn_con{
	flex-direction: column; justify-content: center; align-items: flex-start; gap: 2px; display: inline-flex; padding:0 32px; 
}
.gpt_btn_con1{
	font-size: 20px;
	line-height: 24px;
}
.gpt_btn_con2{
	font-size: 12px;
	line-height: 14px;
}
.gpt_btn_con3{
	font-size: 48px;
	line-height: 44px;
	padding-right: 28px;
	margin-left: -24px;
}
/* footer part 2 openbuddy */

.openbuddy{
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto; 
	height: 600px;
	justify-content: center;
	align-items: center;
	gap: 56px;
	display: flex;
}
.openbuddy_table img{
	width: 456px;
	height: auto;
}
.openbuddy_content{
	width: 465px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	display: flex;
}
.openbuddy_txt{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: flex;
}
.openbuddy_txt .cn{
	align-self: stretch;
	color: rgba(0, 0, 0, 0.85);
	font-size: 36px;
	line-height: 50px;
	word-wrap: break-word;
}
.openbuddy_txt .en{
	align-self: stretch;
	color: rgba(0, 0, 0, 0.65);
	font-size: 20px;
	line-height: 28px;
	word-wrap: break-word;
}
/*.openbuddy_btn{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	display: flex;
}
.openbuddy_btn_txt{
	padding-left: 16px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	line-height: 24px;
}
.button {
	text-decoration: none;
	color: #FFFFFF;
	background: linear-gradient(298deg, #00BEE7 0%, #005BE2 100%);
	border-radius: 8px; 
	height: 42px;
	vertical-align:middle;
	padding: 3px 16px;
	transition: background .2s linear;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: flex;
}
.button:hover {
	background: linear-gradient(298deg, #2ED0F4 0%, #126DF4 100%);
	cursor: pointer;
	
}
.button:active {
	background: linear-gradient(298deg, #00AFD5 0%, #0050C8 100%);
	cursor: pointer;
}
.button_con{
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: flex;
}
.button_con_1{
	padding-top: 4px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	font-size: 20px;
	line-height: 28px;
}
.button_con_2{
	font-size: 30px;
	line-height: 42px;
}*/
.button_con_icon{
	padding-top: 1px;
}
.button_con_icon img{
	width: 20px;
	height: 20px;
}

/* footer part 3 */
.footer_banner {
	background-color: #172749;
	height: 400px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-clip: content-box;
	background-size: cover;
	object-fit: fill;
	background-position: center;
	overflow-clip-margin: content-box; overflow: clip;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	word-wrap: break-word;
	color: #FFFFFF;
}
.footer_txt{
	padding: 0 24px;
}
.footer_txt .cn {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 12px;
}
.footer_txt .en {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.75);
}
.footer_txt .contact {
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 500;
}

/* copyright */
.copyright {
	background-color: #EEF5FF;

}
.copyright_content{
	max-width: 1200px;
	min-width: 768px;
	padding: 24px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.copyright_logo {
	float: left;
}
.copyright_logo img {
	height: 40px;
	width: auto;
}
.copyright_txt {
	float: right;
	font-size: 14px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.65);
	text-align: right;
	margin-left: 24px;
}
.copyright_txt a {
	padding-left: 8px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.65);
	transition: color .2s linear;
}
.copyright_txt a:hover, .copyright_txt a:active {
	padding-left: 8px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.85);
}




/* Mobile */
@media (max-width: 767px) {
body{
	background-image: url("../images/logo_only_opacity.svg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	transition: transform 0.1s;
	transform-origin: top left;
	width: 767px;
	
}
/* Navigation */
header {
	max-width: auto;
	min-width: auto;
	margin: 0 auto;
	display: block;
	padding: 0 32px;
	height: inherit;
}
.logo {
	float: left;
	margin-top: 32px;
	margin-left: 0px;
}
.logo img {
	width: auto;
	height: 56px;
}
.nav {
	width: 100%;
	position:absolute;
	z-index: 11;
	height: 72px;
}

/* Banner */
.banner_background{
	width: 100%;
	height: 680px;
	position: relative;
	display: block;
	background-color:#001025;
}
.banner_background video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow-clip-margin: content-box;
	overflow: clip;
}
.banner_content {
	width: 100%;
	height: 680px;
	position:absolute;
	z-index: 10;

}
.banner_txt {
	margin: 0 auto;
	width: 620px;
	height: 680px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	word-wrap: break-word;
	align-self: stretch;
	text-align: center;
}
.banner_txt .cn{
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 1);
	font-size: 56px;
	line-height: 80px;
}
.banner_txt .en{
	color: rgba(255, 255, 255, 0.75);
	font-size: 32px;
	line-height: 48px;
}
	
/* footer part 1 TensGPT */
.gpt{
	background-color: #051A37;
	width: 100%;
	height: auto;
	background-image:url("../images/gpt_img_@2x.png");
	background-size: 1388px 550px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.gpt_content{
	max-width: 100%;
	min-width: auto;
	margin: 0 auto; 
	height: auto;
	padding: 70px;
	justify-content: center;
	align-items: center;
	gap: 56px;
	display: flex;
	flex-direction: column;
}
.gpt_img img{width: 554px; height: auto;}
.gpt_txt_and_btn{
	width: auto; flex-direction: column; justify-content: center; gap: 48px; display: flex; align-items: center;
	order: 2;
}
.gpt_logo{
	display: flex;
	padding-bottom: 4px;
	align-items: flex-start;
	gap: 10px;
	font-size: 34px;
	font-weight: 500;
	line-height: 44px;
	color: #FFFFFF;
}
.gpt_logo img{
	width: 33px;
	height: auto;
}
.gpt_txt{
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	display: flex;
}
.gpt_txt .cn{
	align-self: stretch;
	color: rgba(255, 255, 255, 1);
	font-size: 44px;
	line-height: 65px;
	word-wrap: break-word;
	text-align: center;
}
.gpt_txt .en{
	align-self: stretch;
	color: rgba(255, 255, 255, 0.75);
	font-size: 32px;
	line-height: 44px;
	word-wrap: break-word;
	text-align: center;
}
.gpt_btn {
	justify-content: space-between;
	align-items: center;
	display: inline-flex;
	text-decoration: none;
	color: #FFFFFF;
	background: linear-gradient(298deg, #00BEE7 0%, #005BE2 100%);
	border-radius: 12px; 
	width: 500px;
	height: 114px;
	vertical-align:middle;
	padding: 0 26px 0 0;
	transition: background .2s linear;
	font-weight: 600; 
}
.gpt_btn:hover {
	background: linear-gradient(298deg, #2ED0F4 0%, #126DF4 100%);
	cursor: pointer;
	
}
.gpt_btn:active {
	background: linear-gradient(298deg, #00AFD5 0%, #0050C8 100%);
	cursor: pointer;
}
.gpt_btn_con{
	flex-direction: column; justify-content: center; align-items: center; gap: 0; display: flex; width: 100%; 
}
.gpt_btn_con1{
	font-size: 32px;
	line-height: 45px;
}
.gpt_btn_con2{
	font-size: 22px;
	line-height: 31px;
}
.gpt_btn_con3{
	font-size: 86px;
	line-height: 80px;
	padding-right: 58px;
	margin-left: -68px;
}

	/* footer part 2 openbuddy */

.openbuddy{
	max-width: 100%;
	min-width: auto;
	margin: 0 auto; 
	height: auto;
	padding: 70px 70px;
	justify-content: center;
	align-items: center;
	gap: 56px;
	display: flex;
	flex-direction: column;
}
.openbuddy_table img{
	width: 572px;
	height: auto;
}
.openbuddy_content{
	width: auto;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	display: flex;
}
.openbuddy_txt{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	display: flex;
}
.openbuddy_txt .cn{
	align-self: stretch;
	color: rgba(0, 0, 0, 0.85);
	font-size: 44px;
	line-height: 65px;
	word-wrap: break-word;
	text-align: center;
}
.openbuddy_txt .en{
	align-self: stretch;
	color: rgba(0, 0, 0, 0.65);
	font-size: 32px;
	line-height: 44px;
	word-wrap: break-word;
	text-align: center;
}
/*.openbuddy_btn{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: flex;
	text-align: center;
}
.openbuddy_btn_txt{
	padding-left: 0;
	color: rgba(0, 0, 0, 0.65);
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.button {
	text-decoration: none;
	color: #FFFFFF;
	background: linear-gradient(298deg, #00BEE7 0%, #005BE2 100%);
	border-radius: 16px; 
	height: 70px;
	vertical-align:middle;
	padding: 6px 32px;
	transition: background .2s linear;
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: flex;
	
}
.button:hover {
	background: linear-gradient(298deg, #2ED0F4 0%, #126DF4 100%);
	cursor: pointer;
}
.button:active {
	background: linear-gradient(298deg, #00AFD5 0%, #0050C8 100%);
	cursor: pointer;
}
.button_con{
	justify-content: center;
	align-items: center;
	gap: 16px;
	display: flex;
}
.button_con_1{
	padding-top: 4px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	font-size: 32px;
	line-height: 44px;
}
.button_con_2{
	font-size: 48px;
	line-height: 66px;
}*/
.button_con_icon{
	padding-top: 2px;
}
.button_con_icon img{
	width: 32px;
	height: 32px;
}

/* footer part 3 */
.footer_banner {
	background-color: #172749;
	height: 530px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-clip: content-box;
	background-size: cover;
	object-fit: fill;
	background-position: center;
	overflow-clip-margin: content-box; overflow: clip;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	word-wrap: break-word;
	color: #FFFFFF;
}
.footer_txt{
	padding: 0 60px;
}
.footer_txt .cn {
	font-size: 44px;
	line-height: 62px;
	margin-bottom: 16px;
}
.footer_txt .en {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.75);
}
.footer_txt .contact {
	font-size: 32px;
	line-height: 44px;
	color: #FFFFFF;
	font-weight: 500;
}

/* copyright */
.copyright {
	background-color: #EEF5FF;

}
.copyright_content{
	max-width: auto;
	min-width: auto;
	padding: 48px 0;
	margin: 0 auto;
	align-items: center;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
}
.copyright_logo img {
	height: 56px;
	width: auto;
}
.copyright_txt {
	font-size: 28px;
	line-height: 52px;
	color: rgba(0, 0, 0, 0.65);
	text-align: center;
	margin-left: 0;
}
.copyright_txt a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.65);
	transition: color .2s linear;
	padding-left: 0;
}
.copyright_txt a:hover, .copyright_txt a:active {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.85);
	padding-left: 0;
}
}





/* Small Tablets */
@media (min-width: 768px) and (max-width: 991px) {
.hidden {
	display: none;
}
	body{
		width: 100%;
	}
.openbuddy, .gpt_content{
	transform: scale(0.95);
	transition: all 0.2s linear;
}

}



/* Web */
@media (min-width: 992px) {
.hidden {
	display: none;
}
.openbuddy, .gpt_content{
	transform: scale(1);
	transition: all 0.2s linear;
}

}
