/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:16px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color: var(--main-color); text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper {max-width: var(--max-width);margin: 0 auto;padding: 0 24px;}
.container {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 24px;
}
section {padding: 100px 0;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

@font-face {
  font-family: "DMSans9pt-Italic";
  src: url("../fonts/DMSans9pt-Italic.woff2") format("woff2"),
       url("../fonts/DMSans9pt-Italic.woff") format("woff"),
       url("../fonts/DMSans9pt-Italic.ttf") format("truetype"),
       url("../fonts/DMSans9pt-Italic.eot") format("embedded-opentype"),
       url("../fonts/DMSans9pt-Italic.svg") format("svg");
}

@font-face {
  font-family: "DMSans-9ptRegular";
  src: url("../fonts/DMSans-9ptRegular.woff2") format("woff2"),
       url("../fonts/DMSans-9ptRegular.woff") format("woff"),
      url("../fonts/DMSans-9ptRegular.ttf") format("truetype"),
       url("../fonts/DMSans-9ptRegular.eot") format("embedded-opentype"),
       url("../fonts/DMSans-9ptRegular.svg") format("svg");
}

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"),
       url("../fonts/PlayfairDisplay-Regular.woff") format("woff"),
       url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"),
       url("../fonts/PlayfairDisplay-Regular.eot") format("embedded-opentype"),
       url("../fonts/PlayfairDisplay-Regular.svg") format("svg");
}

:root {
	--main-color: #0B1A2E;
	--main-color2: #5A6478;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

:root {
  --navy: #0B1A2E;
  --navy-mid: #132D4A;
  --navy-light: #1A3A5C;
  --slate: #3D5A80;
  --steel: #6B8CAE;
  --ice: #E8EEF4;
  --white: #FFFFFF;
  --accent: #C8A23C;
  --accent-light: #E4C96A;
  --accent-dark: #A6841E;
  --text-primary: #1A1F2E;
  --text-secondary: #5A6478;
  --text-light: #8A94A6;
  --border: #D8DFE8;
  --bg-light: #F5F7FA;
  --bg-warm: #FAFBFC;
  --success: #2E7D5B;
  --font-body: 'DM Sans', sans-serif;
  --font-display: 'Playfair Display', serif;
  --max-width: 1200px;
  --header-height: 72px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--border);
	height: var(--header-height);
	transition: box-shadow 0.3s ease;
}
.headList{display: flex;justify-content: space-between;align-items: center;height: 70px;}
.headList .logo{display: block;line-height: 1;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;text-align: center;}
.menu ul li dl dd a:hover{ color: var(--main-color);}
.menu ul li span{padding: 0 16px;}
.menu ul li span a {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--text-secondary);
	transition: color 0.2s;
	position: relative;
}
.menu ul li span a:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--accent);
	border-radius: 1px;
	opacity: 0;
}
.menu ul li.cur span a,
.menu ul li span a.menu_hover,
.menu ul li span a:hover{color: var(--navy);}
.menu ul li.cur span a:after,
.menu ul li span a.menu_hover:after,
.menu ul li span a:hover:after{opacity: 1;}

.hBtn {margin-left: 16px;}
.hBtn a{padding: 10px 20px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_header1 .hBtn{float: right;height: 70px;margin-right: 12px;display: flex;align-items: center;}

.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*swiper*/
.swiper-container {width: 100%;overflow: hidden;}
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper .swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper .swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTag {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--accent-dark);
	margin-bottom: 12px;
}

.iTag span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--white);
	border: 1px solid var(--border);
	padding: 6px 16px;
	border-radius: 100px;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--accent-dark);
	margin-bottom: 28px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.iTag span:before {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--success);
	border-radius: 50%;
	animation: pulse 2s infinite;
}

.iTitle {
	font-family: var(--font-display);
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.15;
	color: var(--navy);
	margin-bottom: 20px;
	letter-spacing: -0.03em;
}

.iTitle em {
	font-style: normal;
	color: var(--accent-dark);
}

.iTit {
	font-family: var(--font-display);
	font-size: 3.2em;
	font-weight: 600;
	line-height: 1.15;
	color: var(--navy);
	margin-bottom: 20px;
	letter-spacing: -0.03em;
}

.iTxt {
	font-size: 1.1rem;
	color: var(--text-secondary);
	line-height: 1.8;
	margin-bottom: 36px;
}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

.iconBg{width: 52px;height: 52px;background: var(--bg-light);border-radius: 12px;display: flex;align-items: center;justify-content: center;}
.iconBg img{width: 26px;}

.iMore{display: flex;gap: 16px;flex-wrap: wrap;}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 28px;
	border-radius: 6px;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 0.9rem;
	border: none;
	cursor: pointer;
	transition: all 0.25s ease;
	letter-spacing: 0.01em;
}

.btn-primary {
	background: var(--navy);
	color: var(--white);
	font-weight: normal;
}

.btn-primary:hover {
	background: var(--navy-mid);
	transform: translateY(-1px);
	color: #fff;
	box-shadow: 0 4px 16px rgba(11, 26, 46, 0.2);
}

.btn-accent {
	background: var(--accent);
	color: var(--navy);
}

.btn-accent:hover {
	background: var(--accent-light);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(200, 162, 60, 0.3);
}

.btn-outline {
	background: transparent;
	color: var(--navy);
	border: 1.5px solid var(--border);
}

.btn-outline:hover {
	border-color: var(--navy);
	background: var(--bg-light);
}

.btn-white {
	background: var(--white);
	color: var(--navy);
}

.btn-white:hover {
	background: var(--ice);
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.btn-lg {
	padding: 16px 36px;
	font-size: 1rem;
}

.btn-sm {
	padding: 8px 20px;
	font-size: 0.85rem;
}

.iTop{margin-bottom: 64px;}
.iTop .iTxt{max-width: 560px;margin-left: auto;margin-right: auto;}

.section-label {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--accent-dark);
	margin-bottom: 12px;
}

.section-title {
	font-family: var(--font-display);
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 16px;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.section-desc {
	font-size: 1.05rem;
	color: var(--text-secondary);
	max-width: 560px;
	line-height: 1.8;
}

.section-header {margin-bottom: 64px;}
.section-header.centered {
	text-align: center;
}

.section-header.centered .section-desc {
	margin: 0 auto;
}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1 {
	padding: 160px 0 100px;
	background: linear-gradient(170deg, var(--white) 0%, var(--bg-light) 50%, var(--ice) 100%);
	position: relative;
	overflow: hidden;
}
.i1Warp {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero-stats {
	display: flex;
	gap: 40px;
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid var(--border);
}

.hero-stat h4 {
	font-family: var(--font-display);
	font-size: 2rem;
	font-weight: 600;
	color: var(--navy);
}

.hero-stat p {
	font-size: 0.82rem;
	color: var(--text-light);
	font-weight: 500;
	margin-top: 2px;
}

.hero-card {
  background: var(--white);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(11,26,46,0.08), 0 1px 3px rgba(11,26,46,0.04);
  border: 1px solid var(--border);
  position: relative;
}

.hero-card::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 40px;
	right: 40px;
	height: 3px;
	background: linear-gradient(90deg, var(--accent), var(--accent-light));
	border-radius: 0 0 3px 3px;
}

.card-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid var(--bg-light);
}

.card-row:last-child {
	border-bottom: none;
}

.card-icon {
	width: 44px;
	height: 44px;
	background: var(--bg-light);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.card-icon svg {
	width: 22px;
	height: 22px;
	stroke: var(--slate);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.card-icon img{width: 22px;height: 22px;object-fit: cover;}

.card-row-text h5 {
	font-weight: 600;
	font-size: 0.92rem;
	color: var(--navy);
}

.card-row-text p {
	font-size: 0.82rem;
	color: var(--text-light);
	margin-top: 2px;
}

.card-tag {
	margin-left: auto;
	font-size: 0.75rem;
	font-weight: normal;
	padding: 4px 10px;
	border-radius: 100px;
	background: rgba(46, 125, 91, 0.08);
	color: var(--success);
}

/* ===== SERVICES GRID ===== */

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.service-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 36px 28px;
	transition: all 0.3s ease;
	position: relative;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(11, 26, 46, 0.08);
	border-color: transparent;
}

.service-icon {
	width: 52px;
	height: 52px;
	background: var(--bg-light);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.service-icon svg {
	width: 26px;
	height: 26px;
	stroke: var(--navy);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.service-icon img{width: 26px;height: 26px;object-fit: contain;}

.service-card h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 10px;
}

.service-card p {
	font-size: 0.9rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

/* ===== HOW IT WORKS ===== */
.bg-light { background: var(--bg-light); }

.steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	counter-reset: step;
}

.step {
	position: relative;
	counter-increment: step;
}

.step::before {
	content: counter(step, decimal-leading-zero);
	font-family: var(--font-display);
	font-size: 3rem;
	font-weight: 600;
	color: var(--ice);
	line-height: 1;
	margin-bottom: 16px;
	display: block;
}

.step h4 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 8px;
}

.step p {
	font-size: 0.88rem;
	color: var(--text-secondary);
	line-height: 1.7;
}


/* ===== MARKETS ===== */

.markets-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.market-card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 36px 28px;
	text-align: center;
	transition: all 0.3s ease;
}

.market-card:hover {
	box-shadow: 0 8px 32px rgba(11, 26, 46, 0.06);
}

.market-flag {
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	background: var(--bg-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
}

.market-flag img{width: 30px;height: 30px;object-fit: contain;}

.market-card h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 6px;
}

.market-card p {
	font-size: 0.85rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

.market-tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 14px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--success);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.market-tag::before {
	content: '';
	width: 5px;
	height: 5px;
	background: var(--success);
	border-radius: 50%;
}


/* ===== WHY CHOOSE US ===== */

.why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.why-list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.why-item {
	display: flex;
	gap: 16px;
}

.why-num {
	width: 36px;
	height: 36px;
	background: var(--navy);
	color: var(--accent);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.85rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.why-item h4 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 4px;
}

.why-item p {
	font-size: 0.88rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

.why-visual {
	background: var(--navy);
	border-radius: 16px;
	padding: 48px;
	color: var(--white);
	position: relative;
	overflow: hidden;
}

.why-visual::after {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(200, 162, 60, 0.15) 0%, transparent 70%);
}

.why-visual h3 {
	font-family: var(--font-display);
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}

.why-visual p {
	color: var(--steel);
	font-size: 0.95rem;
	line-height: 1.8;
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
}


.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.stat-box {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 20px;
}

.stat-box h4 {
	font-family: var(--font-display);
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--accent);
}

.stat-box p {
	font-size: 0.8rem;
	color: var(--steel);
	margin-bottom: 0;
}

/*index6*/
.industries-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 32px;
}

.industry-tag {
	background: var(--white);
	border: 1px solid var(--border);
	padding: 10px 22px;
	border-radius: 100px;
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--text-secondary);
	transition: all 0.2s;
}

.industry-tag:hover {
	border-color: var(--navy);
	color: var(--navy);
	background: var(--ice);
}

/*index7*/
.index7 {
	background: var(--navy);
	color: var(--white);
}

.i7List {
	width: 100%;
}

.i7List ul li {
	width: 33.3%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.i7List .part {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 32px;
}

.i7List .part .stars {
	color: var(--accent);
	font-size: 0.9rem;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.i7List .part .txt {
	font-size: 0.92rem;
	color: var(--steel);
	line-height: 1.8;
	margin-bottom: 20px;
	font-style: italic;
}

.i7List .part .author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.i7List .part .avatar {
	width: 40px;
	height: 40px;
	background: var(--navy-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.85rem;
	color: var(--accent);
}

.i7List .part .name {
	flex: 1;
}

.i7List .part .name strong {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--white);
	display: block;
}

.i7List .part .name span {
	font-size: 0.78rem;
	color: var(--text-light);
	display: block;
}

.index8 {
	background: linear-gradient(170deg, var(--bg-light) 0%, var(--ice) 100%);
	text-align: center;
}

.i8Warp {
	background: var(--white);
	border-radius: 20px;
	padding: 64px 48px;
	box-shadow: 0 20px 60px rgba(11, 26, 46, 0.06);
	border: 1px solid var(--border);
	max-width: 720px;
	margin: 0 auto;
}

.cta-box .section-title {
	margin-bottom: 12px;
}

.cta-box .section-desc {
	margin: 0 auto 32px;
}

.cta-note {
	font-size: 0.8rem;
	color: var(--text-light);
	margin-top: 16px;
}

/*footer*/

.site-footer {
	background: var(--navy);
	color: var(--steel);
	padding: 72px 0 0;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand p {
	font-size: 0.88rem;
	line-height: 1.8;
	margin: 16px 0 24px;
	max-width: 300px;
}

.footer-col h4 {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--white);
	margin-bottom: 20px;
}

.footer-col a {
	display: block;
	font-size: 0.88rem;
	color: var(--steel);
	padding: 5px 0;
	transition: color 0.2s;
}

.footer-col a:hover {
	color: var(--white);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
	font-size: 0.82rem;
	color: var(--text-light);
}

.footer-legal {
	display: flex;
	gap: 24px;
}

.footer-legal a:hover {
	color: var(--white);
}

.foot-logo {display: flex;align-items: center;gap: 10px;}
.logo-icon {
	width: 36px;
	height: 36px;
	background: var(--navy);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.logo-icon::after {
	content: '';
	width: 14px;
	height: 14px;
	border: 2.5px solid var(--accent);
	border-radius: 2px;
	transform: rotate(45deg);
}

/*tongtu*/ 
.page-header {
	padding: 140px 0 60px;
	background: linear-gradient(170deg, var(--navy) 0%, var(--navy-mid) 100%);
	color: var(--white);
}

.page-header .section-label {
	color: var(--accent);
}

.page-header .section-title {
	color: var(--white);
	font-size: 2.8rem;
}

.page-header .section-desc {
	color: var(--steel);
}


/* ===== ABOUT PAGE ===== */

.about-intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.about-values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 48px;
}

.value-card {
	text-align: center;
	padding: 32px 24px;
}

.value-card .service-icon {
	margin: 0 auto 16px;
}

.value-card h4 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 8px;
}

.value-card p {
	font-size: 0.88rem;
	color: var(--text-secondary);
	line-height: 1.7;
}

.timeline {
	position: relative;
	max-width: 780px;
	margin: 0 auto;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 150px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: var(--border);
}

.timeline-item {
	margin-bottom: 36px;
	position: relative;
}

.timeline-item::before {
	content: '';
	position: absolute;
	left: 145px;
	top: 6px;
	width: 12px;
	height: 12px;
	background: var(--accent);
	border-radius: 50%;
	border: 3px solid var(--white);
}

.timeline-item .part{display: flex;justify-content: space-between;}
.timeline-item .part .img{width: 120px;height: 140px;margin-right: 60px;margin-top: 10px;}
.timeline-item .part .img img{width: 100%;height: 100%;object-fit: cover;}
.timeline-item .part .desc{flex: 1;}

.timeline-item h4 {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--navy);
}

.timeline-item .year {
	padding: 0;
	margin-top: 0;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--accent-dark);
	margin-bottom: 4px;
}

.timeline-item p {
	font-size: 0.88rem;
	color: var(--text-secondary);
	margin-top: 4px;
}


/* ===== SERVICES PAGE ===== */

.services-detail {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-bottom: 80px;
}

.services-detail:nth-child(even) {
	direction: rtl;
}

.services-detail:nth-child(even)>* {
	direction: ltr;
}

.services-detail-visual {
	background: var(--bg-light);
	border-radius: 16px;
	padding: 48px;
	border: 1px solid var(--border);
}

.services-detail-visual ul {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.services-detail-visual li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.9rem;
	color: var(--text-secondary);
}

.services-detail-visual li::before {
	content: '✓';
	font-weight: 700;
	color: var(--success);
	font-size: 0.85rem;
}


/* ===== CONTACT PAGE ===== */

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.contact-info-item {
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
}

.contact-info-icon {
	width: 44px;
	height: 44px;
	background: var(--bg-light);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.contact-info-icon svg {
	width: 20px;
	height: 20px;
	stroke: var(--navy);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-info-item h4 {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 2px;
}

.contact-info-item p {
	font-size: 0.88rem;
	color: var(--text-secondary);
}

.contact-info-item a {
	color: var(--accent-dark);
	font-weight: 500;
}

.contact-info-item a:hover {
	text-decoration: underline;
}

.office-hours {
	background: var(--bg-light);
	border-radius: 12px;
	padding: 28px;
	margin-top: 16px;
}

.office-hours h4 {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 12px;
}

.office-hours p {
	font-size: 1.5rem;
	color: var(--text-secondary);
	margin-bottom: 6px;
}

.contact-form-box {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 8px 32px rgba(11, 26, 46, 0.04);
}

.contact-form-box h3 {
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: 8px;
}

.contact-form-box>p {
	font-size: 0.88rem;
	color: var(--text-secondary);
	margin-bottom: 20px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.form-group {
	margin-bottom: 18px;
}

.form-group label {
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--text-primary);
	margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--border);
	border-radius: 8px;
	font-family: var(--font-body);
	font-size: 0.9rem;
	color: var(--text-primary);
	background: var(--white);
	transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: var(--navy);
	box-shadow: 0 0 0 3px rgba(11, 26, 46, 0.06);
}

.form-group textarea {
	resize: vertical;
	min-height: 100px;
}

.contBox1{background: var(--bg-light); border-radius: 12px; padding: 20px; margin-bottom: 20px;}
.contBox1 h4{font-size: 0.9rem; font-weight: 600; color: var(--navy); margin-bottom: 12px;}
.contBox1 .box{display: flex; flex-direction: column; gap: 10px;}
.contBox1 .box_row{display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-secondary);}
.contBox1 .box_row .icon{color: var(--success); font-weight: 700; flex-shrink: 0;}

.contShare{width: 100%;}
.contShare ul li{position: relative;padding: 5px 10px;}
.contShare a{font-size: 16px;width: 40px;height: 40px;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: #333;border-radius: 50%;background: #eee;}
.contShare a:hover{background: var(--main-color);color: #fff;}

.contForm{width: 100%;}
.contForm ul li{margin-bottom: 10px;}
.contForm input,
.contForm textarea{width: 100%;height: 42px;border: 1px solid #ddd;padding: 0 10px;border-radius: 5px;font-size: 14px;outline: none;}
.contForm button{width: 100%;border: none;text-align: center !important;height: 42px;font-size: 16px;}

.contact-form-box .text1{font-size: 0.8rem; color: var(--text-light); margin-top: 12px; text-align: center;}
.contact-form-box .eamil1{margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--border);}
.contact-form-box .eamil1 p{font-size: 0.85rem; color: var(--text-secondary); text-align: center; line-height: 1.7;}
.contact-form-box .eamil1 a{color: var(--accent-dark); font-weight: 600;}

.faqList{max-width: 720px; margin: 0 auto;}
.faqList .box_row{padding: 24px 0; border-bottom: 1px solid var(--border);}
.faqList .box_row h4{font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 8px;}
.faqList .box_row .txt{font-size: 0.9rem; color: var(--text-secondary); line-height: 1.8;}

.inside img{max-width: 100%;}

.iTeam{background: #f6efe6;}
.iTeamList{margin-top: 50px;}
.iTeamList ul li{width: 25%;padding: 0 25px;border-right: 1px solid #ddcfc1;}
.iTeamList .part{display: block;width: 100%;height: 100%;text-align: center;}
.iTeamList .part .img{width: 120px;height: 120px;border: 3px solid #b18649;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.iTeamList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.iTeamList .part .tit{margin-top: 24px;color: #000;font-size: 20px;font-weight: bold;}
.iTeamList .part .tit2{margin-top: 20px;color: #b18649;font-size: 16px;font-weight: bold;}
.iTeamList .part .txt{font-size: 14px;color: #333;line-height: 1.5;margin-top: 15px;}


/* ===== ANIMATIONS ===== */

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
}


@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}

}

@media (max-width: 1024px) {
	.header{ display:none}
	.sp_header1{ display:block;}
	.sjj_nav1{ display:block;}
	.iTitle { font-size: 2.6rem; }
	.section-title { font-size: 2rem; }
	.i1Warp { grid-template-columns: 1fr; gap: 40px; }
	.hero-visual { display: none; }
	.services-grid { grid-template-columns: repeat(2, 1fr); }
	.steps { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid { grid-template-columns: 1fr; }
	.about-intro { grid-template-columns: 1fr; }
	.services-detail { grid-template-columns: 1fr; }
	.services-detail:nth-child(even) { direction: ltr; }
	.contact-grid { grid-template-columns: 1fr; }
	.iTeamList ul li{width: 50%;margin: 15px 0;}
	
}

@media (max-width: 768px) {
	section { padding: 72px 0; }
	.pt100{padding-top: 72px;}
	.pb100{padding-bottom: 72px;}
	.iTitle { font-size: 2.2rem; }
	.section-title { font-size: 1.7rem; }
	.hero { padding: 120px 0 72px; }
	.nav-links { display: none; }
	.mobile-toggle { display: block; }
	.services-grid { grid-template-columns: 1fr; }
	.markets-grid { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; }
	.testimonial-grid { grid-template-columns: 1fr; }
	.hero-stats { gap: 24px; }
	.stat-row { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
	.form-row { grid-template-columns: 1fr; }
	.about-values { grid-template-columns: 1fr; }
	.page-header { padding: 120px 0 48px; }
	.page-header .section-title { font-size: 2.2rem; }
	.cta-box { padding: 40px 24px; }

	/* Mobile nav */
	.nav-links.mobile-open {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: var(--header-height);
		left: 0;
		right: 0;
		background: var(--white);
		padding: 24px;
		border-bottom: 1px solid var(--border);
		box-shadow: 0 12px 32px rgba(11, 26, 46, 0.08);
		gap: 16px;
	}
	.i7List ul li{width: 100%;}
	.timeline-item .part{display: block;padding-left: 30px;}
	.timeline-item .part .img{margin: 0;margin-bottom: 10px;}
	.timeline::before{left: 5px;}
	.timeline-item::before{left: 0;}
	.contact-form-box{padding: 20px;}
	.iTeamList ul li{width: 100%;border-right: none;border-bottom: 1px solid #ddcfc1;padding: 20px;margin: 0;}
	
}