﻿body {
	font-family: 'Microsoft YaHei', "Open Sans", sans-serif;
	font-size: 14px;
	color: #333;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/
.header {
	line-height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.header .wrap {
	background: #fff;
}
.logo {
	vertical-align: middle;
	margin-left: 30px;
}
.logo img {
	vertical-align: middle;
}
.menu ul li {
	float: left;
	width: 100px;
	margin: 0 5px;
	text-align: center;
	position: relative;
}
.menu ul li h3 {
	font-weight: normal;
}
.menu ul li h3 a {
	display: block;
	height: 76px;
	border-bottom: 4px solid #fff;
	color: #666;
}
.menu ul li .drop {
	position: absolute;
	top: 80px;
	padding-top: 4px;
	display: none;
}
.menu ul li .drop ul {
	background: #00994e;
	padding: 14px 0;
}
.menu ul li .drop ul li {
	float: none;
	margin: 0;
	line-height: 38px;
}
.menu ul li .drop ul li a {
	color: #b3e1ca;
}
.menu ul li .drop ul li.in a, .menu ul li .drop ul li a:hover {
	color: #fff;
}
.menu ul li.on h3 a, .menu ul li:hover h3 a {
	color: #00994e;
	border-color: #00994e;
}
.menu ul li:hover .drop {
	display: block;
}
.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .item .text {
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner.page_banner .item .text {
	transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
}
.banner .text h2 {
	font-size: 56px;
	text-transform: uppercase;
}
.banner .text h2 span {
	color: #00994e;
}
.banner .text p {
	margin-bottom: 25px;
	font-size: 24px;
}
.banner .text label {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/icon1.png) no-repeat center center;
	margin: 25px auto 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 0 15px;
	opacity: .5;
}
.owl-theme .owl-dots {
	margin-bottom: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 1;
}
.banner .img1 {
	overflow: hidden;
}
/*----------mainer----------*/
.mainer {
}
.page {
	padding: 70px 0;
}
.page_tit {
	text-align: center;
	margin-bottom: 40px;
}
.page_tit h3 {
	font-size: 30px;
	font-weight: normal;
}
.page_tit label {
	display: block;
	margin: 15px auto;
	width: 44px;
	height: 3px;
	background: #007eff
}
.page_tit p {
	color: #c1c1c1;
	margin-top: 15px;
	text-transform: uppercase;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: #00994e;
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #00994e !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #00994e;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
.tit_nav {
	text-align: center;
}
.tit_nav ul li {
	display: inline-block;
	padding: 0 35px;
	border-left: 1px solid #e7e3e2;
}
.tit_nav ul li:first-child {
	border-left: none;
}
.tit_nav ul li a {
	color: #666;
}
.tit_nav ul li.on a, .tit_nav ul li a:hover {
	color: #00994e;
}
.yewu_owl {
	margin-top: 40px;
}
.yewu_owl .list {
	border-top: 1px solid #e7e3e2;
	border-left: 1px solid #e7e3e2;
}
.yewu_owl .list ul li {
	float: left;
	width: 25%;
}
.yewu_owl .list ul li a {
	display: block;
	border-right: 1px solid #e7e3e2;
	border-bottom: 1px solid #e7e3e2;
	height: 255px;
	text-align: center;
}
.yewu_owl .list ul li .box {
	padding-top: 50px;
}
.yewu_owl .list ul li span {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 0 auto;
	border: 1px solid #e8e4e3;
}
.yewu_owl .list ul li span.span1 {
	background: url(../images/icon2.png) no-repeat center center;
}
.yewu_owl .list ul li span.span2 {
	background: url(../images/icon3.png) no-repeat center center;
}
.yewu_owl .list ul li span.span3 {
	background: url(../images/icon4.png) no-repeat center center;
}
.yewu_owl .list ul li span.span4 {
	background: url(../images/icon5.png) no-repeat center center;
}
.yewu_owl .list ul li span.span5 {
	background: url(../images/icon6.png) no-repeat center center;
}
.yewu_owl .list ul li span.span6 {
	background: url(../images/icon7.png) no-repeat center center;
}
.yewu_owl .list ul li span.span7 {
	background: url(../images/icon8.png) no-repeat center center;
}
.yewu_owl .list ul li span.span8 {
	background: url(../images/icon9.png) no-repeat center center;
}
.yewu_owl .list ul li .text {
	margin-top: 30px;
}
.yewu_owl .list ul li .text p {
	font-size: 18px;
}
.yewu_owl .list ul li .text label {
	display: block;
	height: 28px;
	width: 28px;
	background: url(../images/icon10.png) no-repeat center center;
	margin: 23px auto 0;
	display: none;
}
.yewu_owl .list ul li a:hover {
	background: #00994e;
}
.yewu_owl .list ul li a:hover .box {
	padding-top: 20px;
}
.yewu_owl .list ul li a:hover span {
	border-color: #00994e;
}
.yewu_owl .list ul li a:hover span.span1 {
	background: url(../images/icon2-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span2 {
	background: url(../images/icon3-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span3 {
	background: url(../images/icon4-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span4 {
	background: url(../images/icon5-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span5 {
	background: url(../images/icon6-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span6 {
	background: url(../images/icon7-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span7 {
	background: url(../images/icon8-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover span.span8 {
	background: url(../images/icon9-1.png) no-repeat center center;
}
.yewu_owl .list ul li a:hover .text {
	margin-top: 0;
}
.yewu_owl .list ul li a:hover .text p {
	color: #fff;
}
.yewu_owl .list ul li a:hover .text label {
	display: block;
}
.index_case {
	margin-top: 80px;
}
.index_tit .tit {
}
.index_tit .tit h3 {
	font-weight: normal;
	font-size: 26px;
}
.index_tit .tit span {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #c1c1c1;
	vertical-align: bottom;
	margin-left: 10px;
	padding-left: 24px;
	background: url(../images/icon11.png) no-repeat left bottom;
	text-transform: uppercase;
}
.index_tit .tit_nav {
	margin-top: 12px;
}
.index_case .list {
	margin-top: 40px;
}
.index_case .list ul {
	margin: 0 -1.5%;
}
.index_case .list ul li {
	float: left;
	width: 30.333%;
	margin: 15px 1.5%;
}
.index_case .list ul li a {
	display: block;
	padding-bottom: 20px;
}
.index_case .list ul li .img {
}
.index_case .list ul li .img img {
	display: block;
	width: 100%;
}
.index_case .list ul li .web {
	padding: 35px 20px 30px;
	border-bottom: 1px solid #e7e3e2;
}
.index_case .list ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_case .list ul li .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.index_case .list ul li label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.index_case .list ul li a:hover {
	background: #00994e;
}
.index_case .list ul li a:hover .web {
	border-color: #33ae71;
}
.index_case .list ul li a:hover .web h3 {
	color: #fff;
}
.index_case .list ul li a:hover p {
	color: #fff;
}
.index_case .list ul li a:hover label {
	background: #fff;
	border-color: #fff;
	color: #00994e;
}
.div_btn {
	text-align: center;
	margin-top: 40px;
}
.div_btn a {
	display: inline-block;
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e7e3e2;
	color: #666;
	background: #fff;
}
.div_btn a:hover {
	background: #00994e;
	color: #fff;
	border-color: #00994e;
}
.page.page1 {
	background: #f4f4f4;
}
.index_about {
}
.index_about .item {
	background: #fff;
	padding: 37px 0;
	margin-bottom: 60px;
	box-shadow: 0 0 26px rgba(229,229,229,0.9);
}
.index_about .item ul li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #e7e3e2;
	margin-left: -1px;
	padding: 8px 0 10px;
}
.index_about .item ul li:first-child {
	border-left: none;
}
.index_about .item ul li font {
	font-weight: bold;
	font-size: 36px;
}
.index_about .item ul li font em {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #999;
	vertical-align: top;
	margin-left: 5px;
}
.index_about .item ul li p {
	color: #999;
	margin-top: 20px;
}
.index_about .web {
	text-align: center;
	margin: 0 auto;
	max-width: 915px;
}
.index_about .web p {
	line-height: 32px;
	color: #666;
}
.index_team {
	margin-top: 60px;
}
.index_team .item {
}
.index_team .item a {
	display: block;
	padding-bottom: 20px;
}
.index_team .item .img {
	overflow: hidden;
}
.index_team .item .img img {
	display: block;
	width: 100%;
}
.index_team .item .web {
	padding: 30px 20px;
	border-bottom: 1px solid #e7e3e2;
}
.index_team .item .web h3 {
	font-weight: normal;
	font-size: 18px;
}
.index_team .item .web h3 span {
	float: right;
	color: #999;
	font-size: 14px;
}
.index_team .item .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.index_team .item label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.index_team .item a:hover {
	background: #00994e;
}
.index_team .item a:hover .web {
	border-color: #33ae71;
}
.index_team .item a:hover .web h3 {
	color: #fff;
}
.index_team .item a:hover .web h3 span {
	color: #fff;
}
.index_team .item a:hover p {
	color: #fff;
}
.index_team .item a:hover label {
	background: #fff;
	border-color: #fff;
	color: #00994e;
}
.index_news {
	margin-top: 80px;
}
.index_news .left {
	float: left;
	width: 535px;
	margin-right: 80px;
	margin-top: 60px;
}
.index_news .left .img {
}
.index_news .left .img img {
	display: block;
	width: 100%;
}
.index_news .left .web {
	background: #00994e;
}
.index_news .left .web h3 {
	line-height: 80px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #33ae71;
}
.index_news .left .web .text {
	padding: 23px 20px;
}
.index_news .left .web .text p {
	line-height: 26px;
	color: #b3e1ca;
	height: 52px;
	overflow: hidden;
}
.index_news .left .web .text span {
	color: #b3e1ca;
	display: block;
	margin-top: 20px;
}
.index_news .list {
	overflow: hidden;
	margin-top: 60px;
	border-top: 1px solid #e7e3e2;
}
.index_news .list ul li {
	line-height: 84px;
	border-bottom: 1px solid #e7e3e2;
}
.index_news .list ul li a {
	display: block;
	padding: 0 120px 0 20px;
	position: relative;
}
.index_news .list ul li p {
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 24px;
	background: url(../images/icon12.png) no-repeat left center;
}
.index_news .list ul li p span {
	display: block;
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 20px;
	background-position: right center;
}
.index_news .list ul li a:hover p {
	color: #00994e;
	background: url(../images/icon12-1.png) no-repeat left center;
}
.index_news .list ul li a:hover span {
	padding-right: 20px;
	background: url(../images/icon13.png) no-repeat right center;
}
.page_team {
}
.page_team .list {
}
.page_team .list ul {
	margin: 0 -1%;
}
.page_team .list ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}
.page_team .list ul li a {
	display: block;
	padding-bottom: 20px;
}
.page_team .list ul li .img {
	overflow: hidden;
}
.page_team .list ul li .img img {
	display: block;
	width: 100%;
}
.page_team .list ul li .web {
	padding: 30px 20px;
	border-bottom: 1px solid #e7e3e2;
}
.page_team .list ul li .web h3 {
	font-weight: normal;
	font-size: 18px;
}
.page_team .list ul li .web h3 span {
	float: right;
	color: #999;
	font-size: 14px;
}
.page_team .list ul li .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
}
.page_team .list ul li label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.page_team .list ul li a:hover {
	background: #00994e;
}
.page_team .list ul li a:hover .web {
	border-color: #33ae71;
}
.page_team .list ul li a:hover .web h3 {
	color: #fff;
}
.page_team .list ul li a:hover .web h3 span {
	color: #fff;
}
.page_team .list ul li a:hover p {
	color: #fff;
}
.page_team .list ul li a:hover label {
	background: #fff;
	border-color: #fff;
	color: #00994e;
}
.page_case .index_case {
	margin-top: 0;
}
.page_case .index_case .list {
	margin-top: 25px;
}
.company_profile {
}
.company_profile .pic {
}
.company_profile .pic img {
	display: block;
	width: 100%;
}
.company_profile .web {
}
.company_profile .web .text {
	padding: 45px 0;
	border-top: 1px solid #e7e3e2;
}
.company_profile .web .text:first-child {
	border-top: none;
}
.company_profile .web h3 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 30px;
}
.company_profile .web p {
	line-height: 32px;
	color: #333;
	text-align: justify;
}
.development_history {
	margin-left: 117px;
	border-left: 1px solid #c4c4c4;
}
.development_history ul li {
	padding-left: 43px;
	margin-top: 30px;
	position: relative;
}
.development_history ul li:first-child {
	margin-top: 0;
}
.development_history ul li span {
	display: block;
	width: 124px;
	font-size: 32px;
	color: #999;
	background: url(../images/icon16.jpg) no-repeat right center;
	position: absolute;
	left: -117px;
	top: 17px;
}
.development_history ul li .web {
	background: #f4f4f4;
	min-height: 128px;
	padding: 18px 40px 18px 20px;
}
.development_history ul li .web p {
	line-height: 32px;
	color: #666;
	text-align: justify;
}
.corporate_honor {
}
.corporate_honor ul {
	margin: 0 -1.5%;
}
.corporate_honor ul li {
	float: left;
	width: 22%;
	margin: 10px 1.5%;
}
.corporate_honor ul li .img {
}
.corporate_honor ul li .img img {
	display: block;
	width: 100%;
}
.corporate_honor ul li .web {
	text-align: center;
}
.corporate_honor ul li .web p {
	line-height: 80px;
	font-size: 18px;
}
.recruit {
}
.recruit ul li {
	margin-top: 20px;
}
.recruit ul li .top {
	background: #f4f4f4;
	padding: 23px 30px;
	line-height: 32px;
	position: relative;
	cursor: pointer;
}
.recruit ul li .top h3 {
	font-weight: normal;
	font-size: 22px;
	background: url(../images/icon17.png) no-repeat right center;
}
.recruit ul li .top span {
	display: inline-block;
	width: 215px;
	color: #333;
}
.recruit ul li .top label {
}
.recruit ul li .top label em {
	font-style: normal;
	font-size: 14px;
	color: #666;
	margin-left: 80px;
}
.recruit ul li .top label em:first-child {
	margin-left: 0;
}
.recruit ul li .slide {
	box-shadow: 0 0 16px rgba(88,96,94,0.1);
	display: none;
	transition: all 0s;
}
.recruit ul li .web {
	padding: 0 30px 10px;
}
.recruit ul li .web .text {
	padding: 40px 0 20px;
	border-top: 1px solid #d9d9e0;
}
.recruit ul li .web .text:first-child {
	border-top: none;
}
.recruit ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}
.recruit ul li .web p {
	line-height: 32px;
	color: #666;
}
.recruit ul li.on .top, .recruit ul li .top:hover {
	background: #00994e;
}
.recruit ul li .top:hover h3 {
	background: url(../images/icon17-2.png) no-repeat right center;
}
.recruit ul li.on .top h3 {
	background: url(../images/icon17-1.png) no-repeat right center;
}
.recruit ul li.on .top:hover h3 {
	background: url(../images/icon17-1.png) no-repeat right center;
}
.recruit ul li.on .top h3 span, .recruit ul li.on .top h3 em, .recruit ul li .top:hover h3 span, .recruit ul li .top:hover h3 em {
	color: #fff;
}
.details {
}
.details .tit {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e3e2;
}
.details .tit h3 {
	font-weight: normal;
	font-size: 22px;
}
.details .tit p {
	color: #666;
	margin-top: 20px;
}
.details .web {
}
.details .web p {
	line-height: 32px;
	color: #666;
	text-align: justify;
	margin-top: 32px;
}
.details .web img {
	display: block;
	margin: 32px auto 0;
}
.team_det {
}
.team_det .pic {
	float: left;
	width: 370px;
	margin-right: 60px;
}
.team_det .pic img {
	display: block;
	width: 100%;
}
.team_det .web {
	overflow: hidden;
}
.team_det .web .tit {
	padding-top: 20px;
}
.team_det .web .tit h3 {
	font-size: 18px;
	font-weight: normal;
}
.team_det .web .tit p {
	color: #999;
	margin-top: 18px;
}
.team_det .web .text {
	margin-top: 23px;
}
.team_det .web .text p {
	line-height: 32px;
	color: #666;
	text-align: justify;
	
}
.team_det .web .prev_next {
	border-top: 1px solid #e7e3e2;
	text-align: right;
	padding-top: 20px;
}
.team_det .web .prev_next a {
	display: inline-block;

	height: 30px;
	line-height: 30px;
	text-align: center;

	color: #666;
}
.team_det .web .prev_next a:hover {
	background: #00994e;
	border-color: #00994e;
	color: #fff;
}
.contact {
	border-top: 1px solid #e7e3e2;
	padding-top: 60px;
}
.contact .item {
}
.contact .item ul li {
	float: left;
	width: 33.333%;
	line-height: 40px;
}
.contact .item ul li.li2 {
	text-align: center;
}
.contact .item ul li.li3 {
	text-align: right;
}
.contact .item ul li span {
	display: inline-block;
	padding-left: 65px;
}
.contact .item ul li span.span1 {
	background: url(../images/icon18.png) no-repeat left center;
}
.contact .item ul li span.span2 {
	background: url(../images/icon19.png) no-repeat left center;
}
.contact .item ul li span.span3 {
	background: url(../images/icon20.png) no-repeat left center;
}
.contact .tab {
	margin-top: 60px;
}
.contact .tab .list {
	float: left;
	width: 408px;
	margin-right: 30px;
}
.contact .tab .list ul li {
	margin-top: 20px;
}
.contact .tab .list ul li:first-child {
	margin-top: 0;
}
.contact .tab .list ul li .div_inp {
	line-height: 46px;
	padding: 0 20px;
	background: #f4f4f4;
}
.contact .tab .list ul li .div_inp input {
	border: none;
	background: none;
	width: 100%;
	line-height: 46px;
	height: 46px;
}
.contact .tab .remarks {
	overflow: hidden;
}
.contact .tab .remarks .div_textarea {
	background: #f4f4f4;
	padding: 13px 20px;
}
.contact .tab .remarks .div_textarea textarea {
	border: none;
	resize: none;
	width: 100%;
	background: none;
	height: 150px;
}
.page_news {
}
.page_news .list {
}
.page_news .list ul li {
	margin-top: 40px;
	position: relative;
}
.page_news .list ul li a {
	display: block;
}
.page_news .list ul li .img {
	float: left;
	width: 322px;
}
.page_news .list ul li .img img {
	display: block;
	width: 100%;
}
.page_news .list ul li .web {
	overflow: hidden;
	padding: 40px 220px 0 55px;
	background: #fff;
}
.page_news .list ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-right: 100px;
}
.page_news .list ul li .web h3 span {
	float: right;
	font-size: 16px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}
.page_news .list ul li .web p {
	line-height: 32px;
	color: #666;
	margin-top: 20px;
}
.page_news .list ul li .line {
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 163px;
	background: #e7e3e2;
}
.page_news .list ul li .btn {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -16px;
}
.page_news .list ul li .btn label {
	display: inline-block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e3e2;
	text-align: center;
	color: #666;
}
.page_news .list ul li a:hover {
	box-shadow: 0 0 16px rgba(88,96,84,0.1);
}
.page_news .list ul li a:hover .line {
	background: #fff;
}
.page_news .list ul li a:hover .btn label {
	background: #00994e;
	border-color: #00994e;
	color: #fff;
}
.details.news_det {
}
.details.news_det .tit {
	text-align: left;
}
.details.news_det .tit p span {
	float: right;
	color: #d9d9e0;
}
.details.news_det .tit p span a {
	color: #666;
	margin: 0 20px;
}
.details.news_det .tit p span a:hover {
	color: #00994e
}
/*----------footer----------*/
.footer {
}
.ft_top {
	background: #f4f4f4;
	padding: 40px 0;
}
.ft_top .left {
	float: left;
}
.ft_logo {
	margin-top: 25px;
}
.ft_logo a {
	display: inline-block;
}
.ft_logo a img {
	display: block;
}
.f_nav {
	margin-top: 65px;
}
.f_nav ul li {
	float: left;
	margin-right: 40px;
	line-height: 25px;
}
.f_nav ul li a {
	color: #666;
}
.ft_top .right {
	float: right;
}
.ft_top .right .ewm {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}
.ft_top .right .ewm img {
	display: block;
	width: 100%;
}
.ft_top .right .web {
	overflow: hidden;
	padding-top: 10px;
}
.ft_top .right .web p {
	line-height: 24px;
	color: #666;
}
.ft_top .right .web .text {
	margin-top: 30px;
}
.ft_top .right .web p font {
	font-size: 22px;
}
.foot_bq {
	text-align: center;
	padding: 30px 0;
}
.foot_bq p {
	color: #666;
	line-height: 26px;
}
.foot_bq p a {
	color: #666;
}
.pagesize {
	text-align: center;
	margin-top: 45px;
}
.pagesize a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin: 3px 2px;
	background: #f4f4f4;
	color: #666;
	vertical-align: top; padding:0 12px
}
.pagesize a.prev {
	background: #f4f4f4 url(../images/icon14.png) no-repeat center center;
}
.pagesize a.next {
	background: #f4f4f4 url(../images/icon15.png) no-repeat center center;
}
.pagesize a:hover, .pagesize a.on {
	background: #00994e;
	color: #fff;
}
.pagesize a.prev:hover {
	background: #00994e url(../images/icon14-1.png) no-repeat center center;
}
.pagesize a.next:hover {
	background: #00994e url(../images/icon15-1.png) no-repeat center center;
}
/*----------custom----------*/

 


.banner_owl {
	position: relative;
}
.owl_cur {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	height: 0;
	left: 5%;
	right: 5%;
	z-index: 10
}
.owl_cur span {
	display: block;
	width: 30px;
	height: 70px;
	background-color: rgba(255,255,255,0.2);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.owl_cur span:hover {
	background-color: rgba(255,255,255,0.5);
}
.owl_cur span.prev {
	background-image: url(../images/cur4.png);
	float: left;
}
.owl_cur span.next {
	float: right;
	background-image: url(../images/cur3.png)
}
.index_team .owl-theme .owl-controls {
	bottom: auto;
	top: 100px;
	left: -5%;
	right: -5%;
	width: auto;
}
.index_team .owl-theme .owl-controls .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 70px;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
}
.index_team .owl-theme .owl-controls .owl-nav .owl-prev {
	background-image: url(../images/cur5.png);
	float: left;
}
.index_team .owl-theme .owl-controls .owl-nav .owl-next {
	background-image: url(../images/cur6.png);
	float: right;
}
 @media only screen and (max-width: 1350px) {
.index_team .owl-theme .owl-controls {
	left: -15px;
	right: -15px;
}
}
 @media only screen and (max-width: 1200px) {
.index_news .left {
	width: 50%;
	margin-right: 30px;
}
.ft_top .left {
	max-width: 50%;
}
.index_news .list ul li {
	line-height: 78px;
}
}
@media only screen and (max-width: 1000px) {
.header {
	background: #fff;
}
.menu {
	position: fixed;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.menu ul {
	padding-top: 60px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #00994e;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #00994e;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
.mainer {
	padding-top: 60px;
}
.menu ul li {
	width: auto;
	margin: 0 20px;
}
.menu ul li h3 a {
	height: 40px;
	line-height: 40px;
}
.menu ul li .drop {
	position: initial;
}
.menu ul li .drop ul {
	background: none;
	padding: 0;
}
.menu ul li .drop ul li a {
	color: #000
}
.menu ul li .drop ul li.in a, .menu ul li .drop ul li a:hover {
	color: #00994e
}
.menu ul li.on h3 a, .menu ul li:hover h3 a {
	border-bottom-width: 1px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
}
}
 @media only screen and (max-width: 900px) {
.banner .text p {
	margin-bottom: 10px;
}
.banner .text h2 {
	font-size: 40px;
}
.banner .text label {
	display: none;
}
.page {
	padding: 50px 0
}
.page_tit {
	margin-bottom: 20px;
}
.yewu_owl {
	margin-top: 20px;
}
.yewu_owl .list ul li {
	width: 50%;
}
.index_tit .tit_nav {
	float: none;
	text-align: left;
	margin-top: 20px;
}
.tit_nav ul li {
	padding: 0 20px;
}
.index_case .list {
	margin-top: 15px;
}
.index_case .list ul li .web {
	padding: 15px;
}
.index_case .list ul li .web p {
	margin-top: 10px;
}
.index_case .list ul li label {
	margin-top: 10px;
	margin-left: 10px;
}
.div_btn {
	margin-top: 20px;
}
.index_about .item {
	margin-bottom: 40px;
}
.index_news .left {
	width: 100%;
	margin: 0;
	float: none;
	margin-top: 20px;
}
.index_news .left .web .text p {
	height: auto;
}
.index_news .left .web h3 {
	line-height: 60px;
}
.index_news .left .web .text {
	padding: 20px;
}
.index_news .list {
	margin-top: 30px;
}
.index_news .list ul li {
	line-height: 50px;
}
.index_news .list ul li p {
	font-size: 16px;
}
.f_nav {
	margin-top: 20px;
}
.corporate_honor ul li {
	width: 30.3%;
}
.corporate_honor ul li .web p {
	line-height: 60px;
	font-size: 16px;
}
.index_case .list ul li {
	width: 47%;
}
.contact .item ul li span {
	line-height: 30px;
	min-height: 40px;
}
.page_news .list ul li .web {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 10px
}
.page_news .list ul li .web p {
	margin-top: 10px;
}
.tit_nav ul li:first-child {
	padding-left: 0
}
.index_tit .tit {
	float: none;
}
.page_news .list ul li .line {
	display: none;
}
.page_news .list ul li .btn {
	bottom: 20px;
	top: auto;
	left: 353px;
}
.page_news .list ul li {
	margin-top: 20px;
}
.page_team .list ul li {
	width: 30.333%;
}
.page_team .list ul li .web {
	padding: 15px;
}
.team_det .pic {
	margin-right: 30px;
}
.team_det .web .text p {
	height: auto;
	padding-bottom: 20px;
}
}
@media only screen and (max-width: 750px) {
.page_banner img {
	width: 150%;
	margin-left: -25%;
	max-width: initial;
}
.banner .text p {
	font-size: 14px;
}
.banner .text h2 {
	font-size: 20px;
}
.banner.page_banner .item .text {
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.page {
	padding: 20px 0
}
.page_tit h3 {
	font-size: 22px;
}
.contact .item ul li {
	width: 100%;
	clear: both;
	text-align: left !important;
	margin-bottom: 10px;
}
.contact {
	padding-top: 20px;
}
.contact .tab {
	margin-top: 20px;
}
.contact .tab .list {
	width: 100%;
	float: none;
}
.contact .tab .remarks {
	margin-top: 10px;
}
.contact .tab .list ul li {
	margin-top: 10px;
}
.ft_top .left {
	max-width: 100%;
}
.full {
	display: none;
}
.ft_top .right {
	margin-top: 20px;
}
.ft_top .right .web .text {
	margin-top: 20px;
}
.ft_top {
	padding: 20px 0
}
.foot_bq {
	padding: 10px 0
}
.company_profile .web p {
	line-height: 26px;
}
.company_profile .web .text {
	padding: 20px 0
}
.company_profile .web h3 {
	margin-bottom: 20px;
}
.development_history {
	margin-left: 0
}
.development_history ul li {
	padding-left: 0px;
}
.development_history {
	border-left: 0
}
.recruit ul li .top {
	padding: 10px;
}
.recruit ul li .top span {
	width: 100%;
}
.recruit ul li .top label em {
	margin-left: 10px;
}
.recruit ul li .web .text {
	padding: 15px 0;
}
.recruit ul li .web {
	padding: 0 15px;
}
.recruit ul li .web h3 {
	margin-bottom: 10px;
}
.recruit ul li .web p {
	line-height: 26px;
}
.corporate_honor ul li {
	width: 47%;
}
.corporate_honor ul li .web p {
	line-height: 45px;
}
.team_det .pic {
	width: 100%;
	margin: 0;
	float: none;
}
.page_team .list ul li {
	width: 100%;
	margin: 0
}
.recruit ul li .top h3 {
	white-space: normal;
	font-size: 16px;
}
.development_history ul li span {
	left: 0;
	position: initial;
}
.development_history ul li .web {
	padding: 20px;
}
.development_history ul li span {
	background-position: left center;
	padding-left: 20px;
	font-size: 20px;
	margin-bottom: 20px;
}
.page_news .list ul li .img {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.page_news .list ul li .web {
	padding: 15px 0;
}
.page_news .list ul li .btn {
	left: 0;
	position: initial;
	margin-top: 5px;
}
.page_news .list ul li .web p {
	line-height: 26px;
}
.pagesize {
	margin-top: 20px;
}
.tit_nav ul li {
	padding: 0 5px;
	line-height: 20px;
	margin: 2px 0;
}
.index_case .list ul li {
	width: 97%;
	margin: 5px 1.5%;
}
.index_about .item ul li {
	width: 50%;
	margin: 5px -1px;
}
.index_about .item ul li p {
	max-width: 90%;
	margin: 0 auto;
	line-height: 20px;
}
.index_team .owl-theme .owl-controls {
	left: 0;
	right: 0
}
.index_news .list ul li a {
	padding-left: 10px
}
.index_news .list ul li p {
	padding-left: 15px;
}
}
.details .tit h3 {
	white-space: normal;
	line-height: 1.5em;
}

/* Global Chinese Investment Association theme */
:root {
	--gcia-navy: #0b1f3a;
	--gcia-blue: #123f6d;
	--gcia-teal: #1b7f79;
	--gcia-gold: #c49a4a;
	--gcia-ink: #142033;
	--gcia-muted: #687386;
	--gcia-line: #e2e8f0;
	--gcia-soft: #f5f7fb;
}
body {
	color: var(--gcia-ink);
	background: #fff;
	font-family: "Microsoft YaHei", Arial, sans-serif;
}
a {
	color: inherit;
}
.topbar {
	background: var(--gcia-navy);
	color: rgba(255,255,255,.78);
	font-size: 12px;
	line-height: 34px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
}
.topbar .wrap {
	display: flex;
	justify-content: space-between;
}
.header {
	top: 34px;
	line-height: 72px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 10px 30px rgba(15,31,58,.08);
}
.header .wrap {
	background: transparent;
}
.logo {
	margin-left: 0;
}
.logo a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--gcia-navy);
}
.logo img {
	max-height: 42px;
	width: auto;
}
.logo strong {
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 700;
}
.menu ul li {
	width: auto;
	min-width: 86px;
	margin: 0 2px;
}
.menu ul li h3 a {
	height: 68px;
	border-bottom: 4px solid transparent;
	color: #324056;
	padding: 0 12px;
}
.menu ul li.on h3 a,
.menu ul li:hover h3 a {
	color: var(--gcia-blue);
	border-color: var(--gcia-gold);
}
.menu ul li .drop {
	top: 72px;
	min-width: 150px;
}
.menu ul li .drop ul {
	background: #fff;
	box-shadow: 0 18px 40px rgba(15,31,58,.16);
	border-top: 3px solid var(--gcia-gold);
}
.menu ul li .drop ul li {
	width: 100%;
	line-height: 40px;
}
.menu ul li .drop ul li a {
	color: #314056;
}
.menu ul li .drop ul li.in a,
.menu ul li .drop ul li a:hover {
	color: var(--gcia-blue);
}
.mainer {
	padding-top: 106px;
}
.invest-home {
	padding-top: 106px;
}
.association-hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--gcia-navy);
}
.hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 1;
	background:
		linear-gradient(180deg, rgba(255,255,255,.08), transparent 36%),
		linear-gradient(135deg, #4b070b 0%, #9f1d24 56%, #5b0b10 100%);
}
.hero-media img {
	display: none;
}
.hero-media:before,
.hero-media:after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.hero-media:before {
	left: -3%;
	right: -3%;
	bottom: 0;
	height: 58%;
	opacity: .72;
	background:
		linear-gradient(to top, rgba(38,4,7,.72) 0 54%, transparent 54%) 0 100% / 96px 260px repeat-x,
		linear-gradient(to top, rgba(74,8,13,.58) 0 68%, transparent 68%) 34px 100% / 148px 228px repeat-x,
		linear-gradient(to top, rgba(120,20,28,.42) 0 44%, transparent 44%) 0 100% / 188px 315px repeat-x,
		linear-gradient(to top, rgba(255,226,166,.18) 0 2px, transparent 2px) 0 100% / 100% 72px repeat-y,
		repeating-linear-gradient(90deg, transparent 0 34px, rgba(255,232,185,.12) 34px 37px, transparent 37px 74px);
}
.hero-media:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 66%;
	opacity: .55;
	background:
		linear-gradient(to top, rgba(255,225,166,.18) 0 100%, transparent 100%) 18% 100% / 2px 92% no-repeat,
		linear-gradient(to top, rgba(255,225,166,.16) 0 100%, transparent 100%) 72% 100% / 2px 88% no-repeat,
		linear-gradient(116deg, transparent 0 51%, rgba(255,238,198,.14) 51% 51.8%, transparent 51.8%) 0 0 / 100% 100% no-repeat,
		linear-gradient(to top, rgba(30,2,5,.78) 0 38%, transparent 38%) 0 100% / 132px 210px repeat-x,
		repeating-linear-gradient(90deg, rgba(255,234,190,.10) 0 2px, transparent 2px 22px) 0 72% / 100% 90px no-repeat;
}
.association-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11,31,58,.96) 0%, rgba(18,63,109,.82) 48%, rgba(11,31,58,.35) 100%);
	z-index: 1;
}
.hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 42px;
	align-items: center;
}
.hero-copy {
	color: #fff;
	max-width: 760px;
}
.eyebrow {
	display: inline-block;
	color: #f3d389;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.hero-copy h1 {
	font-size: 58px;
	line-height: 1.12;
	font-weight: 700;
	margin-bottom: 24px;
}
.hero-copy p {
	font-size: 20px;
	line-height: 1.8;
	color: rgba(255,255,255,.86);
	max-width: 690px;
}
.hero-actions {
	display: flex;
	gap: 14px;
	margin-top: 34px;
	flex-wrap: wrap;
}
.hero-actions a,
.div_btn a {
	border-radius: 4px;
	padding: 0 28px;
	width: auto;
	min-width: 128px;
	height: 44px;
	line-height: 44px;
	border: 1px solid var(--gcia-gold);
	text-align: center;
}
.hero-actions .primary,
.div_btn a:hover {
	background: var(--gcia-gold);
	color: #fff;
}
.hero-actions .secondary {
	color: #fff;
	background: rgba(255,255,255,.08);
}
.hero-panel {
	background: rgba(255,255,255,.94);
	padding: 34px;
	border-radius: 8px;
	box-shadow: 0 22px 70px rgba(0,0,0,.18);
}
.hero-panel strong {
	display: block;
	font-size: 20px;
	margin-bottom: 18px;
	color: var(--gcia-navy);
}
.hero-panel li {
	padding: 14px 0 14px 22px;
	border-top: 1px solid var(--gcia-line);
	position: relative;
	color: #334155;
}
.hero-panel li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: var(--gcia-gold);
	position: absolute;
	left: 0;
	top: 21px;
}
.metrics-band {
	background: #fff;
	border-bottom: 1px solid var(--gcia-line);
}
.metrics-band ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.metrics-band li {
	padding: 30px 22px;
	border-left: 1px solid var(--gcia-line);
}
.metrics-band li:first-child {
	border-left: 0;
}
.metrics-band strong {
	display: block;
	font-size: 28px;
	color: var(--gcia-blue);
}
.metrics-band span {
	display: block;
	margin-top: 8px;
	color: var(--gcia-muted);
}
.page {
	padding: 82px 0;
}
.page_tit h3 {
	color: var(--gcia-navy);
	font-weight: 700;
}
.page_tit p,
.index_tit .tit span {
	color: var(--gcia-muted);
}
.align-left {
	text-align: left;
}
.service-grid,
.certificate-grid,
.insight-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.service-card {
	display: block;
	padding: 30px;
	min-height: 170px;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(15,31,58,.05);
}
.service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(196,154,74,.55);
	box-shadow: 0 18px 46px rgba(15,31,58,.12);
}
.service-card span {
	display: block;
	color: var(--gcia-gold);
	font-size: 13px;
	margin-bottom: 18px;
}
.service-card h3 {
	font-size: 20px;
	color: var(--gcia-navy);
	margin-bottom: 14px;
}
.service-card p {
	line-height: 1.75;
	color: var(--gcia-muted);
}
.page.page1 {
	background: linear-gradient(180deg, #f6f8fb 0%, #eef3f8 100%);
}
.about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 46px;
	align-items: center;
}
.about-copy p {
	line-height: 2;
	color: #435166;
	font-size: 16px;
}
.about-card {
	background: var(--gcia-navy);
	color: #fff;
	border-radius: 8px;
	padding: 38px;
	box-shadow: 0 20px 52px rgba(15,31,58,.18);
}
.about-card h3 {
	font-size: 24px;
	margin-bottom: 18px;
}
.about-card p {
	line-height: 1.9;
	color: rgba(255,255,255,.78);
}
.certificate-section {
	background: #fff;
}
.certificate-grid a {
	display: block;
	position: relative;
	padding: 28px 24px 26px 86px;
	border: 1px solid var(--gcia-line);
	border-radius: 8px;
	background: linear-gradient(135deg, #fff, #f8fafc);
	min-height: 86px;
}
.certificate-grid a:hover {
	border-color: var(--gcia-gold);
	box-shadow: 0 16px 38px rgba(15,31,58,.1);
}
.certificate-grid span {
	position: absolute;
	left: 24px;
	top: 28px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	text-align: center;
	background: #eaf2f8;
	color: var(--gcia-blue);
	font-weight: 700;
	font-size: 12px;
}
.certificate-grid strong {
	display: block;
	color: var(--gcia-navy);
	font-size: 18px;
}
.certificate-grid em {
	display: block;
	font-style: normal;
	color: var(--gcia-muted);
	margin-top: 8px;
}
.insight-grid {
	margin-top: 34px;
}
.insight-card {
	display: block;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 8px;
	overflow: hidden;
}
.insight-card .img {
	aspect-ratio: 16 / 10;
}
.insight-card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.insight-card .web {
	padding: 24px;
}
.insight-card span {
	color: var(--gcia-gold);
	font-size: 13px;
}
.insight-card h3 {
	font-size: 19px;
	margin: 12px 0;
	color: var(--gcia-navy);
}
.insight-card p {
	color: var(--gcia-muted);
	line-height: 1.75;
	height: 52px;
	overflow: hidden;
}
.banner.page_banner .item .text {
	background: rgba(11,31,58,.36);
	padding: 80px 0;
}
.company_profile,
.corporate_honor,
.page_news .list,
.details {
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 8px;
	padding: 28px;
	box-shadow: 0 12px 34px rgba(15,31,58,.05);
}
.footer .ft_top {
	background: var(--gcia-navy);
	color: rgba(255,255,255,.78);
	padding: 56px 0;
}
.footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.2fr) minmax(260px, .8fr);
	gap: 80px;
	align-items: start;
	justify-content: space-between;
}
.association-footer .footer-grid {
	align-items: start;
}
.association-footer .footer-brand,
.association-footer .footer-contact {
	align-self: start;
	padding-top: 0;
	margin-top: 0;
}
.association-footer .ft_logo {
	margin-top: 0;
	margin-bottom: 14px;
}
.association-footer .footer-contact h3 {
	margin-top: 0;
}
.footer h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 18px;
}
.footer-brand p,
.footer-contact p {
	line-height: 1.8;
}
.foot_bq {
	background: #08172a;
}
.foot_bq p,
.foot_bq p a {
	color: rgba(255,255,255,.64);
}
.full li a,
.full li a label,
.menu_wrap,
.h_menu .menu_wrap {
	background-color: var(--gcia-blue);
}
.full li a:hover span,
.full li a:hover label {
	background-color: var(--gcia-gold) !important;
}
@media only screen and (max-width: 1000px) {
	.topbar {
		display: none;
	}
	.header {
		top: 0;
		line-height: 60px;
	}
	.logo strong {
		font-size: 17px;
	}
	.mainer,
	.invest-home {
		padding-top: 60px;
	}
	.menu ul li h3 a {
		height: 40px;
	}
	.menu ul li.on h3 a,
	.menu ul li:hover h3 a {
		color: var(--gcia-blue);
		border-color: var(--gcia-gold);
	}
	.hero-grid,
	.about-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}
	.hero-panel {
		max-width: 520px;
	}
}
@media only screen and (max-width: 750px) {
	.association-hero {
		min-height: auto;
		padding: 72px 0 48px;
	}
	.hero-copy h1 {
		font-size: 34px;
	}
	.hero-copy p {
		font-size: 16px;
	}
	.hero-panel {
		padding: 24px;
	}
	.metrics-band ul,
	.service-grid,
	.certificate-grid,
	.insight-grid {
		grid-template-columns: 1fr;
	}
	.metrics-band li {
		border-left: 0;
		border-top: 1px solid var(--gcia-line);
	}
	.logo img {
		max-height: 34px;
	}
	.logo strong {
		font-size: 15px;
	}
	.company_profile,
	.corporate_honor,
	.page_news .list,
	.details {
		padding: 18px;
	}
}

/* GCIA red prestige theme */
:root {
	--gcia-red: #9f1d24;
	--gcia-red-dark: #6f1118;
	--gcia-red-deep: #3f080c;
	--gcia-gold: #d5aa62;
	--gcia-gold-soft: #f6ead0;
	--gcia-ink: #231719;
	--gcia-muted: #75666a;
	--gcia-line: #eadfdd;
	--gcia-soft: #fbf6f2;
	--gcia-navy: #3f080c;
	--gcia-blue: #9f1d24;
	--gcia-teal: #8a5b24;
}
body {
	background: #fffaf6;
	color: var(--gcia-ink);
}
.topbar,
.footer .ft_top {
	background: linear-gradient(90deg, var(--gcia-red-deep), var(--gcia-red-dark));
}
.header {
	background: rgba(255,250,246,.96);
	box-shadow: 0 12px 34px rgba(111,17,24,.12);
}
.logo a,
.page_tit h3,
.service-card h3,
.certificate-grid strong,
.insight-card h3,
.index_tit .tit h3 {
	color: var(--gcia-red-dark);
}
.menu ul li.on h3 a,
.menu ul li:hover h3 a,
.tit_nav ul li.on a,
.tit_nav ul li a:hover,
.page_news .list ul li a:hover p,
.details.news_det .tit p span a:hover {
	color: var(--gcia-red);
}
.menu ul li.on h3 a,
.menu ul li:hover h3 a {
	border-color: var(--gcia-gold);
}
.menu ul li .drop ul {
	border-top-color: var(--gcia-gold);
}
.association-hero {
	background:
		radial-gradient(circle at 78% 28%, rgba(213,170,98,.28), transparent 32%),
		linear-gradient(135deg, #3f080c 0%, #8f1920 52%, #5a0c11 100%);
}
.association-hero:before {
	background:
		linear-gradient(90deg, rgba(63,8,12,.96) 0%, rgba(130,20,28,.86) 50%, rgba(63,8,12,.44) 100%),
		linear-gradient(180deg, rgba(213,170,98,.16), transparent 48%);
}
.eyebrow,
.service-card span,
.certificate-grid span,
.insight-card span {
	color: var(--gcia-gold);
}
.hero-actions .primary,
.div_btn a:hover,
.full li a:hover span,
.full li a:hover label {
	background: linear-gradient(135deg, #d7ad63, #b88334) !important;
	color: #fff;
}
.hero-actions a,
.div_btn a {
	border-color: var(--gcia-gold);
}
.hero-panel {
	border: 1px solid rgba(213,170,98,.32);
	background: rgba(255,250,246,.95);
}
.metrics-band {
	background: linear-gradient(90deg, #fffaf6, #fff);
}
.metrics-band strong,
.certificate-grid span {
	color: var(--gcia-red);
}
.service-card,
.certificate-grid a,
.insight-card,
.company_profile,
.corporate_honor,
.page_news .list,
.details,
.about-card {
	border-color: var(--gcia-line);
	box-shadow: 0 16px 42px rgba(111,17,24,.08);
}
.service-card:hover,
.certificate-grid a:hover,
.page_news .list ul li a:hover {
	border-color: rgba(213,170,98,.72);
	box-shadow: 0 22px 54px rgba(111,17,24,.14);
}
.page.page1 {
	background: linear-gradient(180deg, #fff5ed 0%, #f8eee9 100%);
}
.about-card {
	background:
		linear-gradient(145deg, rgba(159,29,36,.95), rgba(63,8,12,.98)),
		#7f151c;
}
.banner.page_banner .item .text {
	background: linear-gradient(90deg, rgba(63,8,12,.76), rgba(159,29,36,.38));
}
.page_banner .text h2,
.banner .text h2 {
	color: #fff;
	text-shadow: 0 8px 26px rgba(0,0,0,.22);
}
.tit_nav ul li {
	border-color: #eadfdd;
}
.page_news .list ul li {
	border-bottom-color: var(--gcia-line);
}
.page_news .list ul li .btn label,
.index_case .list ul li label,
.index_team .item label {
	border-color: var(--gcia-gold);
	color: var(--gcia-red);
}
.pagesize a:hover,
.pagesize a.on,
.full li a,
.full li a label,
.menu_wrap,
.h_menu .menu_wrap {
	background: var(--gcia-red);
	color: #fff;
}
.footer .foot_bq,
.foot_bq {
	background: #2a0508;
}
.foot_bq p a:hover {
	color: #f6dba6;
}
.association-hero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: linear-gradient(90deg, transparent, var(--gcia-gold), transparent);
	z-index: 3;
}
.section-kicker {
	display: inline-block;
	padding: 6px 12px;
	background: var(--gcia-gold-soft);
	color: var(--gcia-red);
	border-radius: 999px;
	font-size: 12px;
	margin-bottom: 14px;
}
.details .web {
	font-size: 16px;
	line-height: 1.9;
}
.details .web p {
	color: #4d3e41;
}
.contact .tab .list ul li .div_inp,
.contact .tab .remarks .div_textarea,
.recruit ul li .top,
.development_history ul li .web {
	background: #fff7f1;
	border: 1px solid var(--gcia-line);
}
.recruit ul li.on .top,
.recruit ul li .top:hover {
	background: var(--gcia-red);
}

/* Member service accordion */
.member-service-page {
	background: linear-gradient(180deg, #fffaf6, #fff);
}
.service-accordion {
	max-width: 980px;
	margin: 0 auto;
	display: grid;
	gap: 16px;
}
.service-item {
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 12px;
	box-shadow: 0 14px 36px rgba(111,17,24,.07);
	overflow: hidden;
}
.service-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 26px;
	cursor: pointer;
}
.service-head h3 {
	color: var(--gcia-red-dark);
	font-size: 20px;
	white-space: normal;
}
.service-head span {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff4e4;
	color: var(--gcia-red);
	border: 1px solid rgba(213,170,98,.55);
}
.service-item.on .service-head {
	background: linear-gradient(90deg, #fff7f1, #fff);
}
.service-body {
	display: none;
	padding: 0 26px 24px;
	border-top: 1px solid var(--gcia-line);
}

/* Site-wide refined pages */
.home-council-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 34px;
}
.home-council-card {
	display: block;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(111,17,24,.08);
}
.home-council-card:hover {
	transform: translateY(-6px);
	border-color: rgba(213,170,98,.72);
	box-shadow: 0 26px 64px rgba(111,17,24,.15);
}
.home-council-card .portrait {
	aspect-ratio: 4 / 5;
	background: #f8eee8;
	overflow: hidden;
}
.home-council-card .portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-council-card .info {
	padding: 22px;
}
.home-council-card .info span {
	display: block;
	color: var(--gcia-gold);
	font-size: 13px;
	line-height: 1.45;
}
.home-council-card .info h3 {
	margin: 8px 0 12px;
	color: var(--gcia-red-dark);
	font-size: 22px;
}
.home-council-card .info p {
	height: 50px;
	overflow: hidden;
	line-height: 1.75;
	color: var(--gcia-muted);
}
.refined-list-page,
.refined-card-page,
.detail-page {
	background: linear-gradient(180deg, #fffaf6, #fff);
}
.refined-news-list {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}
.refined-news-item {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 100px;
	gap: 24px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 12px;
	padding: 18px;
	box-shadow: 0 14px 36px rgba(111,17,24,.07);
}
.refined-news-item:hover {
	transform: translateY(-4px);
	border-color: rgba(213,170,98,.72);
	box-shadow: 0 22px 56px rgba(111,17,24,.13);
}
.refined-news-item .thumb {
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	overflow: hidden;
	background: #f8eee8;
}
.refined-news-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.refined-news-item .content span {
	color: var(--gcia-gold);
	font-size: 13px;
}
.refined-news-item .content h3 {
	margin: 10px 0 12px;
	font-size: 22px;
	color: var(--gcia-red-dark);
	white-space: normal;
}
.refined-news-item .content p {
	line-height: 1.8;
	color: var(--gcia-muted);
}
.refined-news-item em {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 34px;
	border: 1px solid var(--gcia-gold);
	border-radius: 999px;
	color: var(--gcia-red);
	font-style: normal;
}
.refined-project-grid {
	margin-top: 28px;
}
.article-card {
	max-width: 920px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 12px;
	padding: 42px;
	box-shadow: 0 20px 56px rgba(111,17,24,.1);
}
.article-head {
	text-align: center;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--gcia-line);
}
.article-head span {
	color: var(--gcia-gold);
}
.article-head h3 {
	margin-top: 12px;
	color: var(--gcia-red-dark);
	font-size: 30px;
	line-height: 1.45;
	white-space: normal;
}
.article-body {
	padding: 28px 0;
	color: #4d3e41;
	font-size: 16px;
	line-height: 1.95;
}
.article-body p {
	margin: 0 0 18px;
	line-height: 1.95;
}
.article-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-top: 22px;
	border-top: 1px solid var(--gcia-line);
}
.article-nav a {
	display: inline-block;
	padding: 9px 18px;
	border: 1px solid var(--gcia-gold);
	border-radius: 999px;
	color: var(--gcia-red);
	background: #fffaf6;
}
.article-nav a:hover {
	background: var(--gcia-red);
	border-color: var(--gcia-red);
	color: #fff;
}
@media only screen and (max-width: 1050px) {
	.home-council-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.refined-news-item {
		grid-template-columns: 180px minmax(0, 1fr);
	}
	.refined-news-item em {
		grid-column: 2;
		justify-self: start;
	}
}
@media only screen and (max-width: 700px) {
	.home-council-grid,
	.refined-news-item {
		grid-template-columns: 1fr;
	}
	.refined-news-item em {
		grid-column: auto;
	}
	.article-card {
		padding: 24px;
	}
	.article-head h3 {
		font-size: 23px;
	}
}

/* Floating toolbar removed */
.full {
	display: none !important;
}

/* Topbar removed */
.topbar {
	display: none !important;
}

/* Association about page */
.about-hero-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 34px;
	align-items: stretch;
	margin-bottom: 34px;
}
.about-hero-copy {
	min-height: 300px;
	padding: 48px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(91,13,18,.96), rgba(144,19,27,.92)),
		linear-gradient(90deg, #5b0d12, #8f1018);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.about-hero-copy:after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -120px;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(246,219,166,.28);
	transform: rotate(45deg);
}
.about-hero-copy span,
.about-main-card .section-kicker,
.about-governance .section-kicker {
	display: inline-block;
	color: #f6dba6;
	font-size: 13px;
	letter-spacing: .08em;
	margin-bottom: 16px;
}
.about-hero-copy h1 {
	font-size: 44px;
	line-height: 1.25;
	margin-bottom: 22px;
	white-space: normal;
}
.about-hero-copy p {
	max-width: 780px;
	color: rgba(255,255,255,.86);
	font-size: 17px;
	line-height: 1.95;
}
.about-hero-card {
	padding: 36px;
	border-radius: 10px;
	background: #fff7eb;
	border: 1px solid #ead7b8;
	box-shadow: 0 18px 46px rgba(111,17,24,.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-hero-card strong {
	color: #8f1018;
	font-size: 26px;
	margin-bottom: 18px;
}
.about-hero-card p {
	color: #6b4420;
	font-size: 18px;
	line-height: 1.8;
}
.about-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 42px;
}
.about-stat-card {
	background: #fff;
	border: 1px solid #ead7b8;
	border-radius: 10px;
	padding: 26px 20px;
	text-align: center;
	box-shadow: 0 14px 36px rgba(111,17,24,.07);
}
.about-stat-card strong {
	display: block;
	color: #8f1018;
	font-size: 30px;
	line-height: 1.2;
}
.about-stat-card span {
	display: block;
	margin-top: 10px;
	color: #78605f;
}
.about-section-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: 28px;
	margin-bottom: 54px;
}
.about-main-card,
.about-side-list,
.about-value-card,
.about-governance,
.about-editable-content {
	background: #fff;
	border: 1px solid #ead7b8;
	border-radius: 10px;
	box-shadow: 0 18px 48px rgba(111,17,24,.08);
}
.about-main-card {
	padding: 40px;
}
.about-main-card .section-kicker,
.about-governance .section-kicker {
	color: #b7863d;
}
.about-main-card h2,
.about-governance h2 {
	color: #6f1118;
	font-size: 30px;
	margin-bottom: 18px;
	white-space: normal;
}
.about-main-card p,
.about-governance p {
	color: #4d3e41;
	font-size: 16px;
	line-height: 1.95;
	margin-bottom: 14px;
}
.about-side-list {
	padding: 34px;
	background: linear-gradient(180deg, #fffaf6, #fff);
}
.about-side-list h3 {
	color: #6f1118;
	font-size: 24px;
	margin-bottom: 20px;
}
.about-side-list ul {
	display: grid;
	gap: 14px;
}
.about-side-list li {
	padding: 16px 0 16px 18px;
	border-top: 1px solid #ead7b8;
	position: relative;
}
.about-side-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
	width: 6px;
	height: 6px;
	background: #b7863d;
	border-radius: 50%;
}
.about-side-list strong {
	display: block;
	color: #8f1018;
	margin-bottom: 6px;
}
.about-side-list span {
	color: #78605f;
	line-height: 1.75;
}
.about-values {
	margin-bottom: 54px;
}
.about-value-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.about-value-card {
	padding: 28px;
	min-height: 230px;
}
.about-value-card em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #8f1018;
	color: #fff;
	font-style: normal;
	margin-bottom: 22px;
}
.about-value-card h3 {
	color: #6f1118;
	font-size: 21px;
	line-height: 1.45;
	white-space: normal;
	margin-bottom: 14px;
}
.about-value-card p {
	color: #78605f;
	line-height: 1.85;
}
.about-governance {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: center;
	padding: 38px 42px;
	margin-bottom: 54px;
	background:
		linear-gradient(135deg, #fff, #fff7eb);
}
.about-governance a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 22px;
	border-radius: 999px;
	background: #8f1018;
	color: #fff;
	box-shadow: 0 12px 28px rgba(143,16,24,.18);
}
.about-governance a:hover {
	background: #6f1118;
	transform: translateY(-2px);
}
.about-editable-content {
	padding: 36px;
}
.about-editable-content .page_tit {
	margin-bottom: 24px;
}
.about-editable-content .company_profile {
	max-width: 960px;
	margin: 0 auto;
	color: #4d3e41;
	font-size: 16px;
	line-height: 1.95;
}
.about-editable-content .company_profile p {
	margin-bottom: 16px;
	line-height: 1.95;
}
.about-editable-content .company_profile h3,
.about-editable-content .company_profile h4 {
	color: #6f1118;
	margin: 24px 0 12px;
	white-space: normal;
}
@media only screen and (max-width: 1050px) {
	.about-hero-panel,
	.about-section-grid {
		grid-template-columns: 1fr;
	}
	.about-stat-grid,
	.about-value-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 650px) {
	.about-hero-copy,
	.about-main-card,
	.about-side-list,
	.about-governance,
	.about-editable-content {
		padding: 24px;
	}
	.about-hero-copy h1 {
		font-size: 32px;
	}
	.about-stat-grid,
	.about-value-grid {
		grid-template-columns: 1fr;
	}
	.about-governance {
		display: block;
	}
	.about-governance a {
		margin-top: 18px;
	}
}
.header {
	top: 0 !important;
}
.mainer,
.invest-home {
	padding-top: 72px !important;
}
@media only screen and (max-width: 1000px) {
	.mainer,
	.invest-home {
		padding-top: 60px !important;
	}
}

/* Compact inner page title bar, no large background image */
.inner-titlebar {
	background:
		linear-gradient(90deg, #4b070b 0%, #8f171e 52%, #4b070b 100%);
	color: #fff;
	padding: 42px 0 38px;
	border-top: 1px solid rgba(213,170,98,.28);
	border-bottom: 4px solid #d5aa62;
}
.inner-titlebar .wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}
.inner-titlebar span {
	color: #f6dba6;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	order: 2;
}
.inner-titlebar h2 {
	font-size: 34px;
	line-height: 1.25;
	font-weight: 700;
	white-space: normal;
}
.page_banner {
	display: none !important;
}
@media only screen and (max-width: 750px) {
	.inner-titlebar {
		padding: 28px 0 24px;
	}
	.inner-titlebar .wrap {
		display: block;
	}
	.inner-titlebar span {
		display: block;
		margin-bottom: 8px;
	}
	.inner-titlebar h2 {
		font-size: 26px;
	}
}

/* Council members */
.council-page {
	background: linear-gradient(180deg, #fffaf6, #fff);
}
.council-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.council-card {
	display: block;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 16px 42px rgba(111,17,24,.08);
}
.council-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 58px rgba(111,17,24,.15);
	border-color: rgba(213,170,98,.72);
}
.council-card .portrait {
	aspect-ratio: 4 / 5;
	background: #f8eee8;
	overflow: hidden;
}
.council-card .portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.council-info {
	padding: 22px;
}
.council-info span {
	display: block;
	color: var(--gcia-gold);
	font-size: 13px;
	line-height: 1.5;
	min-height: 20px;
}
.council-info h3 {
	margin: 8px 0 12px;
	color: var(--gcia-red-dark);
	font-size: 22px;
}
.council-info p {
	color: var(--gcia-muted);
	line-height: 1.75;
	height: 74px;
	overflow: hidden;
}
.council-info em {
	display: inline-block;
	margin-top: 18px;
	font-style: normal;
	color: var(--gcia-red);
	font-weight: 700;
}
.council-detail {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 42px;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 12px;
	padding: 38px;
	box-shadow: 0 20px 56px rgba(111,17,24,.1);
}
.council-detail .portrait {
	border-radius: 10px;
	overflow: hidden;
	background: #f8eee8;
	aspect-ratio: 4 / 5;
}
.council-detail .portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.council-detail .profile span {
	display: inline-block;
	color: var(--gcia-gold);
	margin-bottom: 12px;
}
.council-detail .profile h3 {
	font-size: 34px;
	color: var(--gcia-red-dark);
	margin-bottom: 16px;
}
.council-detail .profile > p,
.council-detail .resume {
	color: #4d3e41;
	line-height: 1.95;
	font-size: 16px;
}
.council-detail .resume {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid var(--gcia-line);
}
@media only screen and (max-width: 1050px) {
	.council-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.council-detail {
		grid-template-columns: 1fr;
	}
	.council-detail .portrait {
		max-width: 360px;
	}
}
@media only screen and (max-width: 620px) {
	.council-grid {
		grid-template-columns: 1fr;
	}
	.council-detail {
		padding: 22px;
	}
}

/* Premium redesign layer */
.premium-home {
	background:
		linear-gradient(180deg, #fffaf6 0%, #ffffff 34%, #fff7f0 100%);
}
.topbar {
	background: linear-gradient(90deg, #360507 0%, #8c141b 48%, #360507 100%);
	border-bottom: 1px solid rgba(213,170,98,.28);
}
.topbar .wrap span:last-child {
	color: #f6dba6;
}
.header {
	backdrop-filter: blur(12px);
}
.header .wrap {
	display: flex;
	align-items: center;
}
.logo {
	height: 72px;
	display: flex;
	align-items: center;
	transform: translateY(2px);
}
.logo a {
	display: flex;
	align-items: center;
	height: 72px;
}
.logo img {
	width: 46px !important;
	height: 46px !important;
	object-fit: contain;
	margin-right: 10px;
}
.logo strong {
	line-height: 1.12;
}
.menu {
	margin-left: auto;
}
.header.fixed {
	top: 0;
	box-shadow: 0 16px 38px rgba(63,8,12,.16);
}
.brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.brand-text em {
	font-style: normal;
	font-size: 11px;
	color: #9b7a52;
	margin-top: 4px;
}
.header-cta {
	margin-left: 14px;
	line-height: 72px;
}
.header-cta a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	border-radius: 999px;
	color: #fff;
	background: linear-gradient(135deg, #d5aa62, #ad762d);
	box-shadow: 0 10px 24px rgba(173,118,45,.24);
}
.header-cta a:hover {
	transform: translateY(-2px);
}
.premium-hero {
	min-height: 680px;
}
.premium-hero .hero-media {
	opacity: 1;
}
.hero-ornament {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(120deg, transparent 0 55%, rgba(255,255,255,.08) 55% 56%, transparent 56%),
		radial-gradient(circle at 18% 24%, rgba(213,170,98,.22), transparent 28%),
		radial-gradient(circle at 72% 18%, rgba(255,255,255,.12), transparent 22%);
}
.premium-hero .hero-copy h1 {
	font-size: 64px;
	letter-spacing: 0;
}
.premium-hero .hero-copy p {
	max-width: 730px;
	font-size: 21px;
}
.premium-hero .hero-panel {
	padding: 36px;
	border-radius: 10px;
}
.premium-hero .hero-panel li {
	display: flex;
	gap: 12px;
	align-items: center;
}
.premium-hero .hero-panel li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: #fff2db;
	color: #9f1d24;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	flex: 0 0 34px;
}
.premium-metrics {
	transform: translateY(-34px);
	position: relative;
	z-index: 5;
	background: transparent;
	border: 0;
}
.premium-metrics .wrap {
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(213,170,98,.32);
	border-radius: 10px;
	box-shadow: 0 22px 60px rgba(63,8,12,.13);
	overflow: hidden;
}
.premium-section {
	position: relative;
}
.premium-section:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 28px;
	width: min(72vw, 820px);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, rgba(213,170,98,.5), transparent);
}
.section-kicker {
	letter-spacing: .08em;
	text-transform: uppercase;
}
.page_tit h3 {
	font-size: 34px;
	white-space: normal;
}
.page_tit p {
	font-size: 15px;
}
.service-grid {
	grid-template-columns: repeat(4, 1fr);
}
.service-card {
	min-height: 210px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,247,241,.94));
	position: relative;
	overflow: hidden;
}
.service-card:after {
	content: "";
	position: absolute;
	right: -42px;
	top: -42px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: rgba(213,170,98,.14);
}
.enhanced-service-grid {
	align-items: stretch;
}
.enhanced-service-grid .service-card {
	min-height: 246px;
	padding: 34px 30px 28px;
	border-color: rgba(213, 170, 98, .28);
	background:
		linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,248,240,.96)),
		#fff;
	box-shadow: 0 18px 52px rgba(86, 13, 18, .08);
}
.enhanced-service-grid .service-card:nth-child(1),
.enhanced-service-grid .service-card:nth-child(3),
.enhanced-service-grid .service-card:nth-child(8) {
	background:
		linear-gradient(145deg, rgba(125, 13, 20, .98), rgba(155, 22, 31, .94));
	color: #fff;
}
.enhanced-service-grid .service-card:nth-child(1):before,
.enhanced-service-grid .service-card:nth-child(3):before,
.enhanced-service-grid .service-card:nth-child(8):before {
	content: "";
	position: absolute;
	inset: auto -50px -70px auto;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	border: 34px solid rgba(246, 219, 166, .13);
}
.enhanced-service-grid .service-card:hover {
	transform: translateY(-8px);
	border-color: rgba(213, 170, 98, .72);
	box-shadow: 0 28px 70px rgba(86, 13, 18, .16);
}
.enhanced-service-grid .service-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: #fff1d8;
	color: #9f1d24;
	font-weight: 700;
}
.enhanced-service-grid .service-card h3 {
	font-size: 23px;
	color: #7d0d14;
	margin-bottom: 14px;
}
.enhanced-service-grid .service-card p {
	color: #5f514b;
	font-size: 15px;
	line-height: 1.9;
}
.enhanced-service-grid .service-card em {
	position: absolute;
	left: 30px;
	bottom: 24px;
	display: inline-block;
	padding-top: 14px;
	color: #bf8738;
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.enhanced-service-grid .service-card em:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 2px;
	background: #d5aa62;
}
.enhanced-service-grid .service-card:nth-child(1) span,
.enhanced-service-grid .service-card:nth-child(3) span,
.enhanced-service-grid .service-card:nth-child(8) span {
	background: rgba(246, 219, 166, .16);
	color: #f6dba6;
}
.enhanced-service-grid .service-card:nth-child(1) h3,
.enhanced-service-grid .service-card:nth-child(3) h3,
.enhanced-service-grid .service-card:nth-child(8) h3,
.enhanced-service-grid .service-card:nth-child(1) p,
.enhanced-service-grid .service-card:nth-child(3) p,
.enhanced-service-grid .service-card:nth-child(8) p {
	color: #fff;
}
.enhanced-service-grid .service-card:nth-child(1) em,
.enhanced-service-grid .service-card:nth-child(3) em,
.enhanced-service-grid .service-card:nth-child(8) em {
	color: #f6dba6;
}
.premium-about {
	position: relative;
	overflow: hidden;
}
.premium-about:before {
	content: "";
	position: absolute;
	right: 7%;
	top: 14%;
	width: 220px;
	height: 220px;
	border: 1px solid rgba(213,170,98,.3);
	transform: rotate(45deg);
}
.premium-value-card span {
	display: inline-block;
	color: #f6dba6;
	font-size: 13px;
	margin-bottom: 18px;
}
.premium-value-card ul {
	margin-top: 24px;
	display: grid;
	gap: 10px;
}
.premium-value-card li {
	padding-left: 18px;
	position: relative;
	color: rgba(255,255,255,.86);
}
.premium-value-card li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #d5aa62;
	position: absolute;
	left: 0;
	top: 8px;
}
.history-section {
	background:
		linear-gradient(180deg, #fffaf6, #fff);
}
.history-grid {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	gap: 28px;
	align-items: stretch;
}
.history-lead {
	position: relative;
	overflow: hidden;
	padding: 42px;
	border-radius: 10px;
	background:
		linear-gradient(145deg, rgba(91, 13, 18, .98), rgba(155, 22, 31, .94));
	color: #fff;
	box-shadow: 0 22px 60px rgba(91, 13, 18, .16);
}
.history-lead:after {
	content: "";
	position: absolute;
	right: -72px;
	bottom: -86px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	border: 38px solid rgba(246,219,166,.12);
}
.history-lead strong {
	display: inline-block;
	margin-bottom: 18px;
	color: #f6dba6;
	font-size: 34px;
	line-height: 1;
}
.history-lead h3 {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 28px;
	line-height: 1.35;
	white-space: normal;
}
.history-lead p {
	position: relative;
	z-index: 1;
	margin-top: 18px;
	color: rgba(255,255,255,.88);
	font-size: 16px;
	line-height: 1.95;
}
.history-timeline {
	display: grid;
	gap: 14px;
}
.history-timeline dl {
	position: relative;
	margin: 0;
	padding: 24px 26px 24px 34px;
	border: 1px solid rgba(213,170,98,.32);
	border-radius: 10px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 14px 38px rgba(91, 13, 18, .07);
}
.history-timeline dl:before {
	content: "";
	position: absolute;
	left: 18px;
	top: 29px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c9933a;
	box-shadow: 0 0 0 6px rgba(201,147,58,.14);
}
.history-timeline dt {
	color: #8f1018;
	font-size: 20px;
	font-weight: 700;
}
.history-timeline dd {
	margin: 10px 0 0;
	color: #5f514b;
	font-size: 15px;
	line-height: 1.85;
}
.project-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 34px;
}
.project-card {
	display: block;
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 16px 42px rgba(111,17,24,.08);
}
.project-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 58px rgba(111,17,24,.15);
}
.project-card .img {
	aspect-ratio: 16 / 10;
}
.project-card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.project-card .web {
	padding: 24px;
}
.project-card h3 {
	color: var(--gcia-red-dark);
	font-size: 20px;
	margin-bottom: 12px;
}
.project-card p {
	color: var(--gcia-muted);
	line-height: 1.75;
	height: 52px;
	overflow: hidden;
}
.project-card .web span {
	display: inline-block;
	margin-top: 18px;
	color: #9f1d24;
	font-weight: 700;
}
.certificate-grid a,
.insight-card,
.project-card,
.service-card {
	border-radius: 10px;
}
.contact-page {
	background: linear-gradient(180deg, #fffaf6, #fff);
}
.contact-premium {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 28px;
	align-items: stretch;
}
.contact-info-panel,
.contact-form-panel {
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 10px;
	padding: 34px;
	box-shadow: 0 18px 48px rgba(111,17,24,.08);
}
.contact-info-panel {
	background:
		linear-gradient(145deg, rgba(111,17,24,.96), rgba(63,8,12,.98));
	color: #fff;
}
.contact-info-panel h3,
.contact-form-panel h3 {
	font-size: 24px;
	margin-bottom: 16px;
	white-space: normal;
}
.contact-info-panel p {
	color: rgba(255,255,255,.82);
	line-height: 1.8;
}
.contact-info-panel ul {
	margin-top: 26px;
}
.contact-info-panel li {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 14px;
	padding: 14px 0;
	border-top: 1px solid rgba(255,255,255,.16);
}
.contact-info-panel li strong {
	color: #f6dba6;
}
.contact-info-panel li span {
	color: rgba(255,255,255,.9);
}
.contact-qr {
	width: 116px;
	height: 116px;
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	margin-top: 24px;
}
.contact-qr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.full-row {
	grid-column: 1 / -1;
}
.contact-form-panel .div_inp,
.contact-form-panel .div_textarea {
	background: #fff7f1;
	border: 1px solid var(--gcia-line);
	border-radius: 8px;
	padding: 0 16px;
}
.contact-form-panel input {
	height: 48px;
	line-height: 48px;
	width: 100%;
	border: 0;
	background: none;
}
.contact-form-panel textarea {
	height: 150px;
	width: 100%;
	border: 0;
	background: none;
	resize: none;
	padding: 16px 0;
}
.contact-form-panel input:focus,
.contact-form-panel textarea:focus {
	outline: none;
}
.charter-document {
	max-width: 960px;
	margin: 0 auto;
	color: #332020;
	font-size: 16px;
	line-height: 1.95;
}
.charter-document .charter-lead {
	margin: 0 0 26px;
	padding: 18px 22px;
	background: #fff7eb;
	border: 1px solid #ead7b8;
	color: #6b4420;
}
.charter-document h3 {
	margin: 34px 0 14px;
	padding-left: 14px;
	border-left: 5px solid #a5121b;
	color: #8f1018;
	font-size: 22px;
	font-weight: 700;
}
.charter-document p {
	margin: 10px 0;
}
.charter-document strong {
	color: #5b1116;
}
.charter-page {
	background: linear-gradient(180deg, #fffaf6, #fff);
}
.charter-card {
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ead7b8;
	border-radius: 10px;
	box-shadow: 0 22px 60px rgba(111,17,24,.1);
	overflow: hidden;
}
.charter-head {
	padding: 42px 46px 34px;
	background:
		linear-gradient(135deg, #5b0d12, #8f1018);
	color: #fff;
	border-bottom: 4px solid #d5aa62;
}
.charter-head span {
	display: inline-block;
	margin-bottom: 14px;
	color: #f6dba6;
	font-size: 13px;
	letter-spacing: .08em;
}
.charter-head h1 {
	font-size: 38px;
	line-height: 1.25;
	white-space: normal;
}
.charter-head p {
	margin-top: 16px;
	color: rgba(255,255,255,.86);
	font-size: 16px;
	line-height: 1.8;
}
.charter-card .charter-document {
	padding: 42px 46px;
}
@media only screen and (max-width: 700px) {
	.charter-head,
	.charter-card .charter-document {
		padding: 26px 22px;
	}
	.charter-head h1 {
		font-size: 28px;
	}
}
.article-cover {
	margin: 26px 0 30px;
	border-radius: 8px;
	overflow: hidden;
	background: #8f1018;
}
.article-cover img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.feature-detail h4 {
	margin: 24px 0 12px;
	color: #8f1018;
	font-size: 18px;
}
.feature-detail ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 14px 0 20px;
	padding: 0;
}
.feature-detail li {
	list-style: none;
	padding: 14px 16px;
	background: #fff7eb;
	border: 1px solid #ead7b8;
	border-radius: 8px;
	color: #5e3c1f;
}
.member-registry-panel {
	background: #fff;
	border: 1px solid var(--gcia-line);
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(63, 8, 12, .08);
	padding: 26px;
}
.member-registry-tools {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 18px;
}
.member-registry-count {
	color: #6c4a2a;
}
.member-registry-count strong {
	color: #8f1018;
}
.member-registry-search {
	display: flex;
	gap: 10px;
}
.member-registry-search input {
	width: 260px;
	height: 42px;
	border: 1px solid #ead7b8;
	border-radius: 6px;
	padding: 0 14px;
}
.member-registry-search button,
.member-registry-search a,
.member-pagebar a,
.member-pagebar span {
	height: 42px;
	line-height: 42px;
	padding: 0 16px;
	border-radius: 6px;
	border: 1px solid #c9933a;
	background: #fff;
	color: #8f1018;
}
.member-registry-search button {
	background: #8f1018;
	border-color: #8f1018;
	color: #fff;
	cursor: pointer;
}
.member-registry-tablewrap {
	overflow-x: auto;
}
.member-registry-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 980px;
}
.member-registry-table th,
.member-registry-table td {
	border-bottom: 1px solid #f0dfc7;
	padding: 14px 12px;
	text-align: center;
	white-space: nowrap;
}
.member-registry-table th {
	background: #fff7eb;
	color: #5b1116;
	font-weight: 700;
}
.member-registry-table td:first-child {
	color: #8f1018;
	font-weight: 700;
}
.member-mobile-list {
	display: none;
}
.member-pagebar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}
@media only screen and (max-width: 1100px) {
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.header-cta {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	.premium-hero .hero-copy h1 {
		font-size: 44px;
	}
	.project-grid,
	.contact-premium {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 750px) {
	.brand-text em {
		display: none;
	}
	.logo img {
		width: 40px !important;
		height: 40px !important;
	}
	.premium-hero .hero-copy h1 {
		font-size: 34px;
	}
	.premium-metrics {
		transform: none;
	}
	.service-grid,
	.form-grid,
	.feature-detail ul {
		grid-template-columns: 1fr;
	}
	.member-registry-tools,
	.member-registry-search {
		flex-direction: column;
		align-items: stretch;
	}
	.member-registry-search input {
		width: 100%;
	}
	.contact-info-panel,
	.contact-form-panel {
		padding: 24px;
	}
}

@media only screen and (max-width: 750px) {
	.member-registry-panel,
	.member-registry-panel * {
		box-sizing: border-box;
	}
	.member-registry-page {
		padding-top: 24px;
	}
	.mainer .inner-titlebar {
		display: none;
	}
	.member-registry-page {
		padding-bottom: 34px;
		background:
			linear-gradient(180deg, #fffaf6 0%, #fff 52%, #fff7ef 100%);
	}
	.member-registry-page .page_tit {
		margin-bottom: 20px;
	}
	.member-registry-page .page_tit h3 {
		font-size: 30px;
		color: #7d0d14;
	}
	.member-registry-page .page_tit p {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		color: #6f5a51;
	}
	.member-registry-panel {
		padding: 16px;
		border-radius: 10px;
		background:
			linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,242,.98));
		box-shadow: 0 18px 42px rgba(63, 8, 12, .12);
	}
	.member-registry-tools {
		display: block;
		margin-bottom: 18px;
	}
	.member-registry-count {
		padding: 14px 14px 12px;
		margin-bottom: 14px;
		border-radius: 8px;
		background: #fff4e3;
		color: #5f3e22;
		font-size: 14px;
	}
	.member-registry-count strong {
		font-size: 20px;
	}
	.member-registry-search {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 86px;
		gap: 10px;
		width: 100%;
		min-width: 0;
	}
	.member-registry-search input {
		grid-column: 1 / -1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		height: 46px;
		border-radius: 8px;
		background: #fff;
		font-size: 14px;
	}
	.member-registry-search button,
	.member-registry-search a {
		height: 44px;
		line-height: 44px;
		border-radius: 8px;
		text-align: center;
	}
	.member-registry-search button {
		grid-column: 1;
		font-weight: 700;
		background: linear-gradient(135deg, #8f1018, #a5121b);
		box-shadow: 0 10px 22px rgba(143, 16, 24, .16);
	}
	.member-registry-search a {
		grid-column: 2;
		padding: 0;
		background: #fff;
	}
	.member-registry-tablewrap {
		display: none;
	}
	.member-mobile-list {
		display: grid;
		gap: 12px;
	}
	.member-mobile-card {
		position: relative;
		padding: 16px;
		border: 1px solid #efd9b9;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 12px 28px rgba(86, 13, 18, .08);
		overflow: hidden;
	}
	.member-mobile-card:after {
		content: "";
		position: absolute;
		right: -34px;
		top: -34px;
		width: 92px;
		height: 92px;
		border-radius: 50%;
		background: rgba(213, 170, 98, .14);
	}
	.member-mobile-head {
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 12px;
	}
	.member-mobile-head span {
		color: #a5121b;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.5;
	}
	.member-mobile-head strong {
		color: #2f191a;
		font-size: 20px;
		white-space: nowrap;
	}
	.member-mobile-meta {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		gap: 8px;
		margin-top: 10px;
	}
	.member-mobile-meta em,
	.member-mobile-meta i {
		display: inline-flex;
		align-items: center;
		height: 26px;
		padding: 0 10px;
		border-radius: 999px;
		font-style: normal;
		font-size: 12px;
	}
	.member-mobile-meta em {
		background: #fff1d8;
		color: #7d0d14;
	}
	.member-mobile-meta i {
		background: #f8eee4;
		color: #7b614c;
	}
	.member-mobile-card dl {
		position: relative;
		z-index: 1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-top: 14px;
	}
	.member-mobile-card dl div {
		padding: 11px 12px;
		border-radius: 8px;
		background: #fff9f1;
	}
	.member-mobile-card dt {
		color: #9a8271;
		font-size: 12px;
	}
	.member-mobile-card dd {
		margin-top: 5px;
		color: #3b2520;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.35;
		word-break: break-word;
	}
	.member-pagebar {
		justify-content: center;
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 18px;
	}
	.member-pagebar a,
	.member-pagebar span {
		height: 38px;
		line-height: 38px;
		padding: 0 12px;
		border-radius: 8px;
		font-size: 13px;
	}
	.member-pagebar span {
		order: -1;
		width: 100%;
		text-align: center;
		background: #fff8ed;
	}
}

@media only screen and (max-width: 380px) {
	.member-registry-panel {
		padding: 14px;
	}
	.member-registry-search {
		grid-template-columns: minmax(0, 1fr) 74px;
		gap: 8px;
	}
	.member-mobile-card dl {
		grid-template-columns: 1fr;
	}
	.member-mobile-head {
		display: block;
	}
	.member-mobile-head strong {
		display: block;
		margin-top: 4px;
	}
}

/* Mobile homepage polish */
@media only screen and (max-width: 750px) {
	body {
		background: #fffaf6;
	}
	.section-kicker,
	.page_tit > span,
	.about-hero-copy > span,
	.charter-head > span {
		display: none !important;
	}
	.page_tit,
	.page_tit.align-left,
	.index_tit,
	.index_tit .tit,
	.about-hero-copy {
		text-align: center !important;
	}
	.page_tit p,
	.about-hero-copy p {
		margin-left: auto;
		margin-right: auto;
	}
	.wrap {
		width: auto;
		margin: 0 16px;
	}
	.header {
		height: 64px;
		line-height: 64px;
		background: rgba(255, 251, 247, .96);
		box-shadow: 0 10px 26px rgba(63, 8, 12, .12);
	}
	.header .wrap {
		margin: 0 14px;
		height: 64px;
	}
	.logo,
	.logo a {
		height: 64px;
		line-height: 64px;
	}
	.logo img {
		width: 42px !important;
		height: 42px !important;
		margin-right: 8px;
	}
	.logo strong {
		font-size: 18px;
		color: #7d0d14;
		line-height: 1.05;
		white-space: nowrap;
	}
	.brand-text {
		max-width: calc(100vw - 104px);
		overflow: hidden;
	}
	.menu_wrap {
		top: 14px;
		right: 14px;
		width: 38px;
		height: 38px;
		border-radius: 8px;
		background: linear-gradient(135deg, #8f1018, #c9933a);
		box-shadow: 0 10px 22px rgba(143, 16, 24, .22);
	}
	.menu_wrap:before,
	.menu_wrap:after {
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		height: 2px;
		background: #fff;
		border-radius: 2px;
	}
	.menu_wrap:before {
		top: 13px;
		box-shadow: 0 6px 0 #fff;
	}
	.menu_wrap:after {
		top: 25px;
	}
	.h_menu .menu_wrap {
		background: linear-gradient(135deg, #5b0d12, #a5121b);
	}
	.h_menu .menu_wrap:before {
		top: 18px;
		box-shadow: none;
		transform: rotate(45deg);
	}
	.h_menu .menu_wrap:after {
		top: 18px;
		transform: rotate(-45deg);
	}
	.menu {
		top: 64px;
		height: calc(100vh - 64px);
		background: rgba(255, 250, 246, .98);
		box-shadow: inset 0 1px 0 rgba(213, 170, 98, .28);
		overflow-y: auto;
	}
	.menu ul {
		padding: 18px 16px 28px;
	}
	.menu ul li {
		margin: 0;
		border-bottom: 1px solid #f0dfc7;
	}
	.menu ul li h3 a,
	.menu ul li a {
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		color: #3a2630;
	}
	.menu ul li.on h3 a,
	.menu ul li:hover h3 a {
		color: #9f1d24;
		border-bottom: 0;
	}
	.mainer {
		padding-top: 64px;
	}
	.premium-hero {
		min-height: auto;
		padding: 42px 0 26px;
		background:
			linear-gradient(145deg, rgba(87, 8, 13, .98), rgba(155, 22, 31, .94)),
			#7d0d14;
		overflow: hidden;
	}
	.premium-hero .hero-media {
		opacity: 1;
	}
	.hero-ornament {
		background:
			linear-gradient(130deg, transparent 0 58%, rgba(246, 219, 166, .14) 58% 59%, transparent 59%),
			radial-gradient(circle at 78% 10%, rgba(213, 170, 98, .22), transparent 30%);
	}
	.hero-grid {
		display: block;
		position: relative;
		z-index: 2;
	}
	.hero-copy {
		padding: 0;
		color: #fff;
	}
	.hero-copy .eyebrow,
	.section-kicker {
		font-size: 11px;
		letter-spacing: .08em;
		color: #f6dba6;
	}
	.premium-hero .hero-copy h1 {
		margin-top: 12px;
		font-size: 42px;
		line-height: 1.08;
		letter-spacing: 0;
	}
	.premium-hero .hero-copy p {
		margin-top: 18px;
		max-width: none;
		font-size: 16px;
		line-height: 1.85;
		color: rgba(255, 255, 255, .9);
	}
	.hero-actions {
		margin-top: 24px;
		text-align: center;
		justify-content: center;
		width: 100%;
	}
	.hero-actions .primary,
	.hero-actions a {
		display: inline-block;
		width: 154px;
		height: 44px;
		line-height: 44px;
		border-radius: 8px;
		text-align: center;
		background: linear-gradient(135deg, #e2b866, #bf8738);
		box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
	}
	.premium-hero .hero-panel {
		margin-top: 28px;
		padding: 18px 18px 12px;
		border-radius: 8px;
		background: rgba(255, 250, 246, .96);
		box-shadow: 0 18px 42px rgba(42, 5, 8, .18);
	}
	.premium-hero .hero-panel strong {
		display: block;
		color: #7d0d14;
		font-size: 18px;
	}
	.premium-hero .hero-panel ul {
		margin-top: 8px;
	}
	.premium-hero .hero-panel li {
		padding: 12px 0;
		font-size: 14px;
		color: #3a2630;
		border-top: 1px solid #f0dfc7;
	}
	.premium-hero .hero-panel li span {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
		background: #fff1d8;
	}
	.premium-metrics {
		margin-top: -1px;
		padding: 0;
		background: linear-gradient(180deg, #fffaf6, #fff);
	}
	.premium-metrics .wrap {
		margin: 0 16px;
		border-radius: 8px;
		box-shadow: 0 18px 42px rgba(63, 8, 12, .1);
	}
	.metrics-band ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.metrics-band li {
		min-height: 88px;
		padding: 18px 12px;
		text-align: left;
		border: 0;
		border-right: 1px solid #f0dfc7;
		border-bottom: 1px solid #f0dfc7;
	}
	.metrics-band li:nth-child(2n) {
		border-right: 0;
	}
	.metrics-band strong {
		font-size: 24px;
		line-height: 1.1;
	}
	.metrics-band span {
		margin-top: 7px;
		font-size: 12px;
		line-height: 1.45;
	}
	.page,
	.premium-section {
		padding: 38px 0;
	}
	.premium-section:before {
		top: 16px;
		width: 72%;
	}
	.page_tit {
		margin-bottom: 22px;
		text-align: left;
	}
	.page_tit h3 {
		font-size: 26px;
		line-height: 1.25;
	}
	.page_tit p {
		font-size: 13px;
		line-height: 1.7;
	}
	.service-grid {
		gap: 14px;
	}
	.service-card {
		min-height: 0;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 12px 30px rgba(111, 17, 24, .08);
	}
	.enhanced-service-grid .service-card {
		min-height: 226px;
		padding: 22px 20px 58px;
	}
	.enhanced-service-grid .service-card span {
		width: 36px;
		height: 36px;
		margin-bottom: 14px;
	}
	.enhanced-service-grid .service-card h3 {
		font-size: 21px;
	}
	.enhanced-service-grid .service-card p {
		font-size: 14px;
		line-height: 1.75;
	}
	.enhanced-service-grid .service-card em {
		left: 20px;
		bottom: 18px;
	}
	.service-card span {
		font-size: 13px;
	}
	.service-card h3 {
		margin-top: 12px;
		font-size: 20px;
	}
	.service-card p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.75;
	}
	.about-grid {
		display: block;
	}
	.history-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.history-lead {
		padding: 26px 22px;
		border-radius: 8px;
		text-align: center;
	}
	.history-lead strong {
		font-size: 28px;
	}
	.history-lead h3 {
		font-size: 22px;
	}
	.history-lead p {
		font-size: 14px;
		line-height: 1.85;
		text-align: left;
	}
	.history-timeline dl {
		padding: 20px 18px 20px 30px;
		border-radius: 8px;
	}
	.history-timeline dt {
		font-size: 18px;
	}
	.history-timeline dd {
		font-size: 14px;
	}
	.premium-about:before {
		display: none;
	}
	.about-copy {
		font-size: 15px;
		line-height: 1.9;
	}
	.premium-value-card {
		margin-top: 22px;
		padding: 24px;
		border-radius: 8px;
	}
	.home-council-grid,
	.project-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 22px;
	}
	.home-council-card {
		display: grid;
		grid-template-columns: 96px 1fr;
		gap: 14px;
		padding: 14px;
		border-radius: 8px;
		align-items: center;
	}
	.home-council-card .portrait {
		width: 96px;
		height: 118px;
		border-radius: 8px;
		overflow: hidden;
	}
	.home-council-card .portrait img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.home-council-card .info {
		padding: 0;
	}
	.home-council-card .info h3 {
		font-size: 20px;
		margin-top: 6px;
	}
	.home-council-card .info p {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.65;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.project-card {
		border-radius: 8px;
	}
	.project-card .web {
		padding: 18px;
	}
	.project-card h3 {
		font-size: 19px;
	}
	.project-card p {
		height: auto;
		font-size: 14px;
	}
	.index_tit .tit h3 {
		font-size: 26px;
		line-height: 1.25;
	}
	.index_tit .tit h3 span {
		display: block;
		margin-top: 6px;
		font-size: 12px;
		letter-spacing: .08em;
	}
	.div_btn a {
		width: 150px;
		height: 42px;
		line-height: 42px;
		border-radius: 8px;
	}
	.footer-grid {
		display: block;
	}
	.association-footer .footer-brand,
	.association-footer .footer-contact {
		padding: 0;
	}
	.association-footer {
		background: #63080d;
	}
	.association-footer .ft_top,
	.footer .ft_top {
		padding: 34px 0 28px;
		background:
			linear-gradient(160deg, #5b070c 0%, #7d0d14 58%, #4a0509 100%);
		color: rgba(255,255,255,.88);
	}
	.association-footer .footer-grid {
		display: block;
		margin: 0 18px;
	}
	.association-footer .footer-brand {
		text-align: center;
	}
	.association-footer .ft_logo {
		margin: 0 auto 14px;
		width: 74px;
		height: 74px;
		border-radius: 50%;
		background: rgba(255,255,255,.08);
		border: 1px solid rgba(246,219,166,.35);
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 18px 38px rgba(0,0,0,.16);
	}
	.association-footer .ft_logo img {
		width: 58px;
		height: 58px;
		object-fit: contain;
		display: block;
	}
	.association-footer h3 {
		margin-bottom: 12px;
		font-size: 21px;
		line-height: 1.25;
		color: #fff;
		text-align: center;
	}
	.association-footer .footer-brand p {
		margin: 0 auto;
		max-width: 300px;
		padding: 14px 16px;
		border-radius: 10px;
		background: rgba(255,255,255,.07);
		border: 1px solid rgba(246,219,166,.18);
		color: rgba(255,255,255,.86);
		font-size: 14px;
		line-height: 1.85;
		text-align: left;
	}
	.association-footer .footer-contact {
		margin-top: 22px;
		padding: 18px 16px 16px;
		border-radius: 10px;
		background: rgba(255,255,255,.06);
		border: 1px solid rgba(246,219,166,.18);
	}
	.association-footer .footer-contact h3 {
		position: relative;
		margin-bottom: 14px;
		padding-bottom: 12px;
		font-size: 19px;
	}
	.association-footer .footer-contact h3:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 42px;
		height: 2px;
		transform: translateX(-50%);
		background: #d5aa62;
	}
	.association-footer .footer-contact p {
		margin: 0;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255,255,255,.1);
		color: rgba(255,255,255,.88);
		font-size: 14px;
		line-height: 1.65;
		word-break: break-word;
	}
	.association-footer .footer-contact p:last-child {
		border-bottom: 0;
	}
	.association-footer .footer-contact strong {
		color: #f6dba6;
	}
	.association-footer .foot_bq,
	.foot_bq {
		padding: 14px 16px;
		background: #3f0508;
	}
	.association-footer .foot_bq .wrap {
		margin: 0;
	}
	.association-footer .foot_bq p {
		color: rgba(255,255,255,.58);
		font-size: 12px;
		line-height: 1.65;
		text-align: center;
	}
	.association-footer .foot_bq p a {
		color: rgba(246,219,166,.72);
	}
}

@media only screen and (max-width: 380px) {
	.logo strong {
		font-size: 16px;
	}
	.premium-hero .hero-copy h1 {
		font-size: 36px;
	}
	.home-council-card {
		grid-template-columns: 84px 1fr;
	}
	.home-council-card .portrait {
		width: 84px;
		height: 108px;
	}
}

.member-certificate-link {
	color: #a10f19;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid rgba(161,15,25,.22);
}
.member-certificate-link:hover {
	color: #c9933c;
	border-bottom-color: #c9933c;
}
.member-mobile-certificate {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	padding: 9px 14px;
	border-radius: 6px;
	background: #a10f19;
	color: #fff;
	font-weight: 700;
}
.certificate-query-page {
	padding: 78px 0 96px;
	background: linear-gradient(180deg, #fffaf3 0%, #fff 62%);
}
.certificate-login {
	max-width: 620px;
	margin: 0 auto;
}
.certificate-query-form {
	margin-top: 28px;
	padding: 34px;
	border: 1px solid #ead7b8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(105,8,14,.1);
}
.certificate-query-form label {
	display: block;
	margin: 16px 0 8px;
	color: #5b1116;
	font-weight: 700;
}
.certificate-query-form input {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #ead7b8;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 15px;
}
.certificate-query-form button,
.certificate-actions button {
	height: 46px;
	padding: 0 30px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, #8b0e16 0%, #c9933c 100%);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.certificate-query-form a,
.certificate-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	margin-left: 12px;
	padding: 0 22px;
	border: 1px solid #d8a24c;
	border-radius: 6px;
	color: #8b0e16;
	background: #fff;
}
.certificate-query-form button {
	margin-top: 24px;
}
.certificate-message {
	min-height: 22px;
	margin-top: 16px;
	color: #a10f19;
	font-weight: 700;
}
.certificate-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 28px;
}
.gcia-certificate {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
	padding: 22px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(62,5,8,.14);
	box-sizing: border-box;
}
.certificate-border {
	position: relative;
	min-height: 700px;
	padding: 54px 68px 44px;
	border: 12px solid #8b0e16;
	outline: 3px solid #d7a64f;
	outline-offset: -26px;
	background:
		radial-gradient(circle at 12% 10%, rgba(215,166,79,.18) 0 10%, transparent 24%),
		radial-gradient(circle at 88% 12%, rgba(139,14,22,.08) 0 12%, transparent 30%),
		linear-gradient(135deg, #fffdf8 0%, #fff7e8 100%);
	box-sizing: border-box;
	overflow: hidden;
}
.certificate-border:before {
	content: "GCIA";
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	color: rgba(139,14,22,.045);
	font-family: Georgia, serif;
	font-size: 210px;
	font-weight: 700;
	letter-spacing: .08em;
	pointer-events: none;
}
.certificate-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.certificate-head img {
	width: 76px;
	height: 76px;
	object-fit: contain;
}
.certificate-head strong {
	display: block;
	color: #7b0a11;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: .04em;
}
.certificate-head span {
	display: block;
	margin-top: 4px;
	color: #8f6831;
	font-size: 15px;
}
.certificate-title {
	position: relative;
	z-index: 1;
	margin-top: 36px;
	text-align: center;
}
.certificate-title span {
	color: #c9933c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}
.certificate-title h1 {
	margin-top: 10px;
	color: #7b0a11;
	font-size: 64px;
	font-weight: 900;
	line-height: 1.1;
}
.certificate-title p {
	margin-top: 8px;
	color: #9a6c32;
	font-size: 18px;
	font-family: Georgia, serif;
}
.certificate-intro {
	position: relative;
	z-index: 1;
	margin-top: 38px;
	text-align: center;
	color: #75502a;
	font-size: 20px;
}
.certificate-name {
	position: relative;
	z-index: 1;
	margin-top: 12px;
	text-align: center;
	color: #7b0a11;
	font-size: 54px;
	font-weight: 900;
	letter-spacing: .08em;
}
.certificate-copy {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 26px auto 0;
	color: #3c2a1f;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.certificate-copy strong {
	color: #8b0e16;
}
.certificate-info-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	max-width: 880px;
	margin: 28px auto 0;
}
.certificate-info-grid dl {
	margin: 0;
	padding: 14px 12px;
	border: 1px solid rgba(201,147,60,.34);
	border-radius: 6px;
	background: rgba(255,255,255,.68);
	text-align: center;
}
.certificate-info-grid dt {
	color: #9a6c32;
	font-size: 13px;
}
.certificate-info-grid dd {
	margin: 8px 0 0;
	color: #5b1116;
	font-weight: 800;
}
.certificate-note {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 24px auto 0;
	color: #7f674a;
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
}
.certificate-foot {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	max-width: 880px;
	margin: 36px auto 0;
	min-height: 118px;
}
.certificate-sign {
	text-align: center;
	color: #5b1116;
}
.certificate-sign span,
.certificate-sign em {
	display: block;
	font-style: normal;
	color: #8f6831;
}
.certificate-sign em {
	text-align: right;
	padding-right: 12px;
	box-sizing: border-box;
}
.certificate-sign strong span {
	display: inline;
	color: #8f6831;
	font-weight: 500;
}
.certificate-sign strong {
	display: block;
	margin: 8px 0;
	font-size: 22px;
}
.certificate-stamp {
	position: absolute;
	right: 34px;
	bottom: 38px;
	width: 156px;
	height: 156px;
	object-fit: contain;
	opacity: .94;
}

@media print {
	@page {
		size: A4 landscape;
		margin: 0;
	}
	body {
		background: #fff !important;
	}
	.no-print,
	.header,
	.footer,
	.association-footer,
	.foot_bq {
		display: none !important;
	}
	.certificate-query-page {
		padding: 0 !important;
		background: #fff !important;
	}
	.gcia-certificate {
		width: 297mm;
		height: 210mm;
		padding: 8mm;
		box-shadow: none;
	}
	.certificate-border {
		min-height: calc(210mm - 16mm);
	}
}

@media only screen and (max-width: 767px) {
	.certificate-query-page {
		padding: 38px 0 56px;
	}
	.certificate-query-form {
		padding: 22px 16px;
	}
	.certificate-query-form a {
		margin: 12px 0 0;
		width: 100%;
		box-sizing: border-box;
	}
	.certificate-query-form button {
		width: 100%;
	}
	.certificate-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
	.certificate-actions a,
	.certificate-actions button {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	.gcia-certificate {
		padding: 10px;
		overflow-x: auto;
	}
	.certificate-border {
		min-width: 860px;
		min-height: 620px;
		padding: 42px 52px 36px;
		border-width: 9px;
	}
	.certificate-title h1 {
		font-size: 54px;
	}
	.certificate-name {
		font-size: 46px;
	}
}

/* Landscape membership certificate */
.certificate-result .gcia-certificate {
	width: 1180px;
	aspect-ratio: 1.414 / 1;
	padding: 22px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(62,5,8,.14);
}
.certificate-result .certificate-border {
	position: relative;
	min-height: 0;
	height: 100%;
	padding: 42px 74px 34px;
	border: 14px solid #9b1019;
	outline: 3px solid #d7a64f;
	outline-offset: -26px;
	background:
		linear-gradient(90deg, #9b1019 0 10px, transparent 10px calc(100% - 10px), #9b1019 calc(100% - 10px)),
		linear-gradient(135deg, #fff9eb 0%, #fffdf6 46%, #fff1e7 100%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.certificate-result .certificate-border:before {
	top: 49%;
	font-size: 198px;
	letter-spacing: .06em;
	color: rgba(139,14,22,.055);
}
.certificate-result .certificate-head {
	gap: 16px;
	min-height: 72px;
}
.certificate-result .certificate-head img {
	width: 70px;
	height: 70px;
}
.certificate-result .certificate-head strong {
	font-size: 28px;
	line-height: 1.1;
}
.certificate-result .certificate-head span {
	font-size: 15px;
}
.certificate-result .certificate-title {
	margin-top: 28px;
}
.certificate-result .certificate-title span {
	font-size: 15px;
	letter-spacing: .34em;
}
.certificate-result .certificate-title h1 {
	margin-top: 8px;
	font-size: 68px;
	letter-spacing: .08em;
}
.certificate-result .certificate-title p {
	margin-top: 4px;
	font-size: 19px;
}
.certificate-result .certificate-intro {
	margin-top: 28px;
	font-size: 21px;
}
.certificate-result .certificate-name {
	margin-top: 4px;
	font-size: 58px;
	letter-spacing: .1em;
}
.certificate-result .certificate-copy {
	max-width: 860px;
	margin-top: 22px;
	font-size: 18px;
	line-height: 1.9;
}
.certificate-result .certificate-info-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 900px;
	gap: 14px;
	margin-top: 24px;
}
.certificate-result .certificate-info-grid dl {
	padding: 12px 10px;
	border-radius: 6px;
	background: rgba(255,255,255,.72);
}
.certificate-result .certificate-info-grid dd {
	font-size: 15px;
}
.certificate-result .certificate-note {
	max-width: 860px;
	margin-top: 20px;
	font-size: 13px;
}
.certificate-result .certificate-foot {
	max-width: 900px;
	width: 100%;
	min-height: 108px;
	margin: auto auto 0;
	padding-right: 40px;
	box-sizing: border-box;
	transform: translateY(-22px);
}
.certificate-result .certificate-sign {
	margin-left: auto;
	min-width: 250px;
	position: relative;
	z-index: 2;
}
.certificate-result .certificate-sign strong {
	font-size: 21px;
	white-space: nowrap;
}
.certificate-result .certificate-stamp {
	right: 50px;
	bottom: -30px;
	width: 132px;
	height: 132px;
	z-index: 3;
}

@media print {
	.certificate-result .gcia-certificate {
		width: 297mm;
		height: 210mm;
		aspect-ratio: auto;
		padding: 8mm;
		box-shadow: none;
	}
	.certificate-result .certificate-border {
		height: 100%;
		padding: 13mm 20mm 11mm;
	}
	html,
	body,
	.mainer,
	.page,
	.certificate-query-page,
	.certificate-result,
	.certificate-query-page .wrap {
		width: 297mm !important;
		height: 210mm !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}
	.certificate-result .gcia-certificate,
	.certificate-result .certificate-border {
		page-break-before: avoid !important;
		page-break-after: avoid !important;
		page-break-inside: avoid !important;
		break-before: avoid !important;
		break-after: avoid !important;
		break-inside: avoid !important;
	}
}

@media only screen and (max-width: 767px) {
	.certificate-result .gcia-certificate {
		width: 100%;
		padding: 10px;
		overflow-x: auto;
	}
	.certificate-result .certificate-border {
		width: 920px;
		height: 650px;
		padding: 36px 56px 30px;
		border-width: 10px;
	}
}

@media only screen and (max-width: 767px) {
	body.certificate-body {
		background: #fff8ef;
	}
	.certificate-query-page {
		padding: 22px 0 44px;
		background:
			linear-gradient(180deg, #fff7ef 0%, #fff 42%, #fff8ef 100%);
	}
	.certificate-result {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.certificate-result .certificate-actions {
		position: sticky;
		top: 0;
		z-index: 5;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 0 -16px 18px;
		padding: 18px 16px 16px;
		background: rgba(255,248,239,.96);
		backdrop-filter: blur(10px);
		border-bottom: 1px solid rgba(216,162,76,.18);
		box-shadow: 0 16px 30px rgba(80,7,11,.06);
	}
	.certificate-result .certificate-actions button,
	.certificate-result .certificate-actions a {
		width: 100%;
		height: 46px;
		margin: 0;
		border-radius: 7px;
		box-sizing: border-box;
		font-size: 15px;
	}
	.certificate-result .certificate-actions button {
		background: linear-gradient(135deg, #a10f19 0%, #c6852c 100%);
		box-shadow: 0 14px 26px rgba(161,15,25,.18);
	}
	.certificate-result .certificate-actions a {
		border-color: #d8a24c;
		background: #fffdf8;
		color: #8b0e16;
	}
	.certificate-result .gcia-certificate {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 8px;
		overflow: visible;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 18px 48px rgba(80,7,11,.12);
		box-sizing: border-box;
	}
	.certificate-result .certificate-border {
		width: 100%;
		height: auto;
		min-width: 0;
		min-height: 0;
		padding: 26px 20px 24px;
		border-width: 5px;
		outline-width: 1px;
		outline-offset: -10px;
		box-sizing: border-box;
		display: block;
		background:
			linear-gradient(90deg, #9b1019 0 4px, transparent 4px calc(100% - 4px), #9b1019 calc(100% - 4px)),
			linear-gradient(135deg, #fff9eb 0%, #fffdf6 46%, #fff1e7 100%);
	}
	.certificate-result .certificate-border:before {
		top: 42%;
		font-size: 80px;
		letter-spacing: .04em;
	}
	.certificate-result .certificate-head {
		min-height: 0;
		gap: 8px;
	}
	.certificate-result .certificate-head img {
		width: 34px;
		height: 34px;
	}
	.certificate-result .certificate-head strong {
		font-size: 14px;
		line-height: 1.05;
	}
	.certificate-result .certificate-head span {
		margin-top: 2px;
		font-size: 8px;
	}
	.certificate-result .certificate-title {
		margin-top: 18px;
	}
	.certificate-result .certificate-title span {
		font-size: 8px;
		letter-spacing: .26em;
	}
	.certificate-result .certificate-title h1 {
		margin-top: 6px;
		font-size: 34px;
		letter-spacing: .04em;
	}
	.certificate-result .certificate-title p {
		margin-top: 3px;
		font-size: 12px;
	}
	.certificate-result .certificate-intro {
		margin-top: 18px;
		font-size: 13px;
	}
	.certificate-result .certificate-name {
		margin-top: 2px;
		font-size: 32px;
		letter-spacing: .06em;
	}
	.certificate-result .certificate-copy {
		max-width: 100%;
		margin-top: 16px;
		font-size: 12px;
		line-height: 1.85;
	}
	.certificate-result .certificate-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 100%;
		gap: 8px;
		margin-top: 16px;
	}
	.certificate-result .certificate-info-grid dl {
		padding: 8px 4px;
		border-radius: 5px;
	}
	.certificate-result .certificate-info-grid dt {
		font-size: 10px;
	}
	.certificate-result .certificate-info-grid dd {
		margin-top: 4px;
		font-size: 12px;
		line-height: 1.3;
	}
	.certificate-result .certificate-note {
		max-width: 100%;
		margin-top: 14px;
		font-size: 10px;
		line-height: 1.65;
	}
	.certificate-result .certificate-foot {
		display: flex;
		max-width: 100%;
		width: 100%;
		min-height: 34px;
		padding-right: 0;
		margin: 20px 0 0;
		justify-content: flex-end;
	}
	.certificate-result .certificate-sign {
		min-width: 132px;
		padding-right: 8px;
		text-align: center;
	}
	.certificate-result .certificate-sign span,
	.certificate-result .certificate-sign em {
		font-size: 10px;
		line-height: 1.35;
	}
	.certificate-result .certificate-sign strong {
		margin: 4px 0;
		font-size: 12px;
		white-space: nowrap;
	}
	.certificate-result .certificate-stamp {
		position: static;
		width: 74px;
		height: 74px;
		margin-left: -22px;
	}
}

@media only screen and (max-width: 767px) {
	.certificate-result {
		padding: 0 14px 28px;
		overflow: hidden;
	}
	.certificate-result .gcia-certificate {
		width: 1180px !important;
		height: 834px !important;
		max-width: none !important;
		aspect-ratio: auto !important;
		margin: 0 auto !important;
		padding: 22px !important;
		border-radius: 8px;
		overflow: visible !important;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 18px 48px rgba(80,7,11,.12);
		zoom: .27;
	}
	.certificate-result .certificate-border {
		position: relative;
		display: flex !important;
		flex-direction: column;
		width: 100% !important;
		height: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		padding: 42px 74px 34px !important;
		border: 14px solid #9b1019 !important;
		outline: 3px solid #d7a64f !important;
		outline-offset: -26px !important;
		background:
			linear-gradient(90deg, #9b1019 0 10px, transparent 10px calc(100% - 10px), #9b1019 calc(100% - 10px)),
			linear-gradient(135deg, #fff9eb 0%, #fffdf6 46%, #fff1e7 100%) !important;
		box-sizing: border-box;
	}
	.certificate-result .certificate-border:before {
		top: 49% !important;
		font-size: 198px !important;
		letter-spacing: .06em !important;
		color: rgba(139,14,22,.055) !important;
	}
	.certificate-result .certificate-head {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 16px !important;
		min-height: 72px !important;
	}
	.certificate-result .certificate-head img {
		width: 70px !important;
		height: 70px !important;
	}
	.certificate-result .certificate-head strong {
		font-size: 28px !important;
		line-height: 1.1 !important;
	}
	.certificate-result .certificate-head span {
		margin-top: 4px !important;
		font-size: 15px !important;
	}
	.certificate-result .certificate-title {
		margin-top: 28px !important;
		text-align: center !important;
	}
	.certificate-result .certificate-title span {
		font-size: 15px !important;
		letter-spacing: .34em !important;
	}
	.certificate-result .certificate-title h1 {
		margin-top: 8px !important;
		font-size: 68px !important;
		letter-spacing: .08em !important;
	}
	.certificate-result .certificate-title p {
		margin-top: 4px !important;
		font-size: 19px !important;
	}
	.certificate-result .certificate-intro {
		margin-top: 28px !important;
		font-size: 21px !important;
		text-align: center !important;
	}
	.certificate-result .certificate-name {
		margin-top: 4px !important;
		font-size: 58px !important;
		letter-spacing: .1em !important;
		text-align: center !important;
	}
	.certificate-result .certificate-copy {
		max-width: 860px !important;
		margin: 22px auto 0 !important;
		font-size: 18px !important;
		line-height: 1.9 !important;
		text-align: center !important;
	}
	.certificate-result .certificate-info-grid {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		max-width: 900px !important;
		gap: 14px !important;
		margin: 24px auto 0 !important;
	}
	.certificate-result .certificate-info-grid dl {
		padding: 12px 10px !important;
		border-radius: 6px !important;
	}
	.certificate-result .certificate-info-grid dt {
		font-size: 13px !important;
	}
	.certificate-result .certificate-info-grid dd {
		margin-top: 8px !important;
		font-size: 15px !important;
		line-height: 1.2 !important;
	}
	.certificate-result .certificate-note {
		max-width: 860px !important;
		margin: 20px auto 0 !important;
		font-size: 13px !important;
		line-height: 1.8 !important;
		text-align: center !important;
	}
	.certificate-result .certificate-foot {
		position: relative !important;
		display: flex !important;
		align-items: flex-end !important;
		justify-content: flex-end !important;
		max-width: 900px !important;
		width: 100% !important;
		min-height: 108px !important;
		margin: auto auto 0 !important;
		padding-right: 40px !important;
		transform: translateY(-22px) !important;
		box-sizing: border-box;
	}
	.certificate-result .certificate-sign {
		margin-left: auto !important;
		min-width: 250px !important;
		padding-right: 0 !important;
		position: relative !important;
		text-align: center !important;
		z-index: 2 !important;
	}
	.certificate-result .certificate-sign strong {
		margin: 8px 0 !important;
		font-size: 21px !important;
		white-space: nowrap !important;
	}
	.certificate-result .certificate-sign span,
	.certificate-result .certificate-sign em {
		font-size: inherit !important;
		line-height: normal !important;
	}
	.certificate-result .certificate-sign em {
		display: block !important;
		text-align: right !important;
		padding-right: 12px !important;
	}
	.certificate-result .certificate-stamp {
		position: absolute !important;
		right: 50px !important;
		bottom: -30px !important;
		width: 132px !important;
		height: 132px !important;
		margin: 0 !important;
		z-index: 3 !important;
	}
}

@media only screen and (min-width: 390px) and (max-width: 767px) {
	.certificate-result .gcia-certificate {
		zoom: .3;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.certificate-result .gcia-certificate {
		zoom: .38;
	}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	.certificate-result .gcia-certificate {
		zoom: .52;
	}
}

/* History list page */
.history-page {
	background:
		radial-gradient(circle at 14% 18%, rgba(213,170,98,.16), transparent 28%),
		linear-gradient(180deg, #fffaf6 0%, #fff4ed 44%, #fff 100%);
}
.history-list-section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 90px;
	overflow: hidden;
}
.history-list-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 220px;
	background:
		linear-gradient(135deg, rgba(111,17,24,.08), transparent 58%),
		linear-gradient(90deg, transparent, rgba(213,170,98,.18), transparent);
	pointer-events: none;
}
.history-list-section .wrap {
	position: relative;
	z-index: 1;
}
.history-intro-card {
	max-width: 860px;
	margin: -12px auto 54px;
	padding: 26px 34px;
	border: 1px solid rgba(213,170,98,.32);
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(111,17,24,.96), rgba(159,29,36,.94)),
		#8f1018;
	box-shadow: 0 22px 54px rgba(111,17,24,.16);
	color: #fff;
	text-align: center;
}
.history-intro-card strong {
	display: block;
	margin-bottom: 8px;
	color: #f6dba6;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.history-intro-card p {
	max-width: 680px;
	margin: 0 auto;
	color: rgba(255,255,255,.88);
	font-size: 16px;
	line-height: 1.9;
}
.history-list-section .development_history {
	max-width: 1020px;
	margin: 0 auto;
	border-left: 0;
	position: relative;
}
.history-list-section .development_history:before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 176px;
	width: 2px;
	background: linear-gradient(180deg, transparent, #d5aa62 9%, #9f1d24 82%, transparent);
}
.history-list-section .development_history ul li {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 68px;
	margin-top: 34px;
	padding-left: 0;
	position: relative;
}
.history-list-section .development_history ul li:first-child {
	margin-top: 0;
}
.history-list-section .development_history ul li:before {
	content: "";
	position: absolute;
	left: 166px;
	top: 30px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fffaf2;
	border: 4px solid #c9923d;
	box-shadow: 0 0 0 8px rgba(201,146,61,.14);
	z-index: 2;
}
.history-list-section .development_history ul li span {
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	align-self: start;
	padding: 18px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, #fff8ea, #fff),
		#fff;
	border: 1px solid rgba(213,170,98,.42);
	color: #8f1018;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	box-shadow: 0 16px 34px rgba(111,17,24,.08);
}
.history-list-section .development_history ul li span:after {
	content: "YEAR";
	display: block;
	margin-top: 8px;
	color: #b88334;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
}
.history-list-section .development_history ul li .web {
	min-height: 0;
	padding: 28px 34px;
	border: 1px solid rgba(234,216,189,.96);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,239,.96)),
		#fff;
	box-shadow: 0 20px 48px rgba(111,17,24,.09);
}
.history-list-section .development_history ul li .web p {
	color: #5a4a4b;
	font-size: 16px;
	line-height: 1.95;
}
.history-list-section .development_history ul li .web p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
	.history-list-section {
		padding-top: 42px;
		padding-bottom: 58px;
	}
	.history-intro-card {
		margin: 0 0 32px;
		padding: 22px 18px;
		text-align: left;
	}
	.history-list-section .development_history:before {
		left: 18px;
	}
	.history-list-section .development_history ul li {
		display: block;
		margin-top: 26px;
		padding-left: 46px;
	}
	.history-list-section .development_history ul li:before {
		left: 9px;
		top: 16px;
		width: 14px;
		height: 14px;
		border-width: 3px;
		box-shadow: 0 0 0 6px rgba(201,146,61,.14);
	}
	.history-list-section .development_history ul li span {
		display: inline-block;
		margin-bottom: 14px;
		padding: 12px 16px;
		font-size: 22px;
	}
	.history-list-section .development_history ul li span:after {
		display: inline-block;
		margin-top: 0;
		margin-left: 8px;
		vertical-align: middle;
	}
	.history-list-section .development_history ul li .web {
		padding: 20px 18px;
	}
	.history-list-section .development_history ul li .web p {
		font-size: 15px;
		line-height: 1.85;
	}
}
