@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

/*首页css样式*/
body {
	font-family: "微软雅黑", Times, "Times New Roman", Georgia, serif;
	;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.pad30 {
	padding: 30px 0;
}

.mr40 {
	margin-right: 40px;
}

.title {
    height: 80px;
    line-height: 63px;
    text-align: center;
    font-weight: bold;
	color: #2e587f;
	/* font-size: 40px; */
}
.title > span {
	/* background-image: url(../image/title_bg.png);
    background-size: contain;
    width: 330px;
    height: 66px;
    display: inline-block; */
    font-size: 40px !important;
	/* padding-left: 50px; */
}
/*header部分css*/
.header-title {
	width: 100%;
	background: linear-gradient(135deg, #e8f4ff 0%, #f0f8ff 100%);
	padding: 20px 0 15px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.title_content {
	color: #1e3c72;
	margin-left: 20px;
}

.logo {
	height: 120px;
    line-height: 120px;
    filter: brightness(1.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.logo img {
    display: block;
    margin-bottom: 5px;
    width: 150px;
    height: auto;
}

.logo img:last-child {
    margin-bottom: 0;
}

.count_down {
	font-size: 18px;
	color: #2a5298;
	font-weight: 500;
	margin-bottom: 8px;
}

.title_top {
	color: #1e3c72;
	font-size: 28px;
	font-weight: 600;
	text-shadow: none;
	margin-bottom: 5px;
}

.title_left {
	font-size: 32px;
	color: #1e3c72;
	font-weight: 500;
	text-shadow: none;
}

.title_right {
	margin-top: 8px;
	margin-left: 40px;
}

.tim-adr {
	font-size: 13px;
	line-height: 22px;
	text-align: right;
	margin-right: 15px;
	color: #2a5298;
	font-weight: 400;
}

.language ul li {
	padding-left: 8px;
	transition: transform 0.3s ease;
}

.language ul li:hover {
	transform: scale(1.05);
}

#menu {
	font-size: 16px;
	color: #ffffff;
	background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
	line-height: 50px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	border-top: 1px solid rgba(255,255,255,0.1);
}

.menus {
	width: 1000px;
	margin: 0 auto;
}

#menu ul {
	width: 100%;
	margin-left: 60px;
}

#menu ul li {
	float: left;
	display: inline-block;
	padding: 0 22px;
	transition: all 0.3s ease;
	position: relative;
}

#menu ul li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #a6d7ff, #ffffff);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

#menu ul li:hover::before {
	width: 80%;
}

#menu ul li a {
	color: #ffffff;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 15px 0;
	display: block;
}

#menu ul li a:hover {
	color: #a6d7ff;
	transform: translateY(-1px);
}

#menu ul li .on {
	color: #a6d7ff;
	font-weight: 600;
}

#menu ul li.on::before {
	width: 80%;
}

#menu .sponsor {
	position: relative;
}

#menu2 {
	position: absolute;
	top: 50px;
	left: 0;
	margin-left: 0 !important;
	z-index: 999;
	display: none;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

#menu .sponsor:hover #menu2 {
	display: block;
}

#menu2 li {
	width: 140px;
	height: 45px;
	color: #ffffff;
	background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
	padding: 0 !important;
	text-align: center;
	line-height: 45px;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#menu2 li:hover {
	background: linear-gradient(135deg, #3a62a8 0%, #2e4c82 100%);
	transform: translateX(5px);
}

#menu2 li:last-child {
	border-bottom: none;
}

/* banner */
.banner {
	min-width: 1000px;
	position: relative;
	height: 412px;
	overflow: hidden;
}

.banner .bd {
	position: relative;
	z-index: 0;
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd li {
	width: 100% !important;
	height: 412px;
}

.banner .bd li:nth-of-type(1) {
	background: url(../image/banner01.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.banner .bd li:nth-of-type(2) {
	background: url(../image/banner02.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.banner .bd li:nth-of-type(3) {
	background: url(../image/banner03.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.banner .bd li:nth-of-type(4) {
	background: url(../image/banner04.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.banner .bd li:nth-of-type(5) {
	background: url(../image/banner05.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.banner .bd li:nth-of-type(6) {
	background: url(../image/banner06.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.banner .bd li:nth-of-type(7) {
	background: url(../image/banner07.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.banner .bd li:nth-of-type(8) {
	background: url(../image/banner08.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.banner .bd li a {
	height: 412px;
	display: block;
}

.banner .bd .txt {
	position: absolute;
	width: 415px;
	top: 100px;
	left: 22px;
	font: normal 18px/30px "Microsoft YaHei";
}

.banner .bd .prev,
.banner .bd .next {
	width: 45px;
	background: url(../image/sprite.png) 0 0 no-repeat;
	height: 45px;
	position: absolute;
	top: 180px;
	cursor: pointer;
	opacity: .5
}

.banner .bd .prev {
	left: 70px;
	z-index: 9;
	background-position: 0 -51px;
}

.banner .bd .next {
	background-position: -63px -51px;
	right: 70px;
	z-index: 9;
}

.banner .bd .prev:hover,
.banner .bd .next:hover {
	opacity: 1
}

.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	margin: 4px;
	background: #000000;
	overflow: hidden;
	border-radius: 5.5px;
	line-height: 9999px;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
}

.banner .hd ul .on {
	filter: alpha(opacity=100);
	opacity: 1;
}

.register {
	background: #23588a;
	font-size: 16px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.register .spe {
	color: #ff9b73;
	font-weight: bold;
}

.introduce {
	padding: 30px 0;	
}
.intro_txt{
	width: 550px;
	margin-right: 10px;
}

.intro_txt>h3 {
	font-size: 24px;
    text-align: center;
    padding: 30px 0;
}

.intro_txt>p {
	padding: 48px 0;
}
.intro_video{
    width: 638px;
    margin-top: 52px;
}
.lists {
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	overflow: hidden;
}

.list {
	position: relative;
	width: 180px;
	margin-right: 48px;
	margin-left: 48px;
}

.list .list_content {
	position: absolute;
	display: inline;
	width: 177px;
	top: 100px;
	left: 18px;

}

.lists .list:last-of-type {
	margin-right: 0 !important;
}

.list .list_content p {
	text-align: center;
}

.list .list_content p {
	font-size: 42px;
	color: #394258;
	font-weight: bold;
	margin-top: -20px;
}

.list-footer {
	text-align: center;
	font-size: 16px;
	color: #000;
}

.list-footer li {
	float: left;
	width: 180px;
	margin-right: 48px;
	margin-left: 48px;
	display: inline-block;
	padding: 20px 0;
	text-align: center
}

/* Removed empty CSS rules */

.list-footer li:nth-of-type(5) {
	margin-right: 0;
}

.Highlights {
	background: #f5f5f5;
	font-size: 16px;
	text-align: center;
	padding: 30px 0
}

.highlights-container {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	gap: 20px;
	padding: 20px;
}

.highlight-column {
	flex: 1;
	padding: 20px;
	border-radius: 8px;
	text-align: left;
	min-height: 600px;
}

.column-blue {
	background: linear-gradient(135deg, #a8d5ff 0%, #e8f4ff 100%);
}

.column-purple {
	background: linear-gradient(135deg, #4a4a9e 0%, #6b6bb8 100%);
	color: white;
}

.column-green {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	color: white;
}

.column-header {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(255,255,255,0.3);
}

.column-header h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.column-blue .column-header h3 {
	color: #1e3c72;
}

.column-header p {
	font-size: 14px;
	margin: 0;
	font-weight: 500;
}

.column-blue .column-header p {
	color: #2a5298;
}

.highlight-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.highlight-list li {
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	padding-left: 20px;
}

.highlight-list li:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 12px;
}

.column-blue .highlight-list li {
	color: #1e3c72;
}

.column-blue .highlight-list li:before {
	color: #2a5298;
}

.Highlights .spe {
	color: #1e71b5;
	font-weight: bold;
}

.Highlights p a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	background: #1e71b5;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 20px 0;
}
.Highlights>ul {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.Highlights>ul>li {
    float: left;
    width: 495px;
    height: 60px;
    text-align: left;
	line-height: 16px;
}

.Delegates ul li p {
	text-indent: 166px;
	font-size: 20px;
	color: #000;
	margin-bottom: 35px;
}

.Delegates ul li {
	margin-top: 40px;
	margin-right: 100px;
}


.Previous-sponsorship {
	padding: 20px 0 40px;
}

.Previous-sponsorship ul {
	overflow: hidden;
}

.Previous-sponsorship ul li {
	float: left;
	width: 210px;
	height: 170px;
	padding: 0 56px;
	line-height: 170px;
}

.Previous-sponsorship ul li img {
	width: 100%;
}

.Speakers {
	background: #ffffff;
	padding: 20px 0 40px;
}

.Speakers ul li {
	float: left;
	margin-right: 28px;
	margin-top: 28px;

}

.Speakers ul li:last-of-type,
.Sponsors ul li:last-of-type,
.Connected ul li:last-of-type {
	margin-right: 0 !important;
}

.newsponsor {
	text-align: center;
	padding: 30px 0;
	background: #f5f5f0;
}

.newsponsor .title1 {
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	font-weight: normal !important;
	color: #000000;
}

.newsponsor ul li {
	padding: 0 10px;
	display: inline-block;
}

.pdd {
	padding: 10px 0;
}

.newsponsor ul li a {
	display: inline-block;
	border: 1px solid #524d4e;
	padding: 5px;
}

/* Removed empty CSS rule */

.newsponsor ul li a img {
	vertical-align: middle;
	max-width: 150px;
}

.Sponsors ul li {
	float: left;
	margin-right: 8px;
	margin-top: 8px;

}

.Sponsors ul li {
	display: inline-block;
	width: 158px;
	height: 58px;
	border: 1px solid #524d4e;
	text-align: center;
	line-height: 58px;
}

.Connected,
.Sponsors {
	padding: 20px 0;
}

.Connected ul {
	height: 283px;
}

.Connected ul li {
	float: left;
	margin-right: 138px;
	width: 240px;
	text-align: center;
}

.Connected ul li .Agenda {
	position: relative;
	display: inline-block;
}

.Connected ul li .word {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 283px;
	display: none;
	background: #000000;
	opacity: 0.5;
	text-align: center;
}

.Agenda:hover .word {
	display: block;
}

.Connected ul li p {
	line-height: 25px;
	font-size: 16px;
}

.Connected .Agenda {
	padding-bottom: 30px;
}

.Connected ul li .word p {
	color: #fff;
	text-align: center;
	margin-top: 126px;
	border: 2px solid #fff;
	display: inline-block;
	width: 82px;
	line-height: 24px;
}

.footer {
	margin: 0px auto;
	background: #EEEEEE;
	margin-top: 10px;
	height: 40px;
}

#footarea {
	margin: 0px auto;
	width: 980px;
	text-align: left;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	line-height: 22px;
}

#footarea strong {
	color: #EF9D17;
}

#footarea a {
	color: #EF9D17;
	text-decoration: none;
}

#footarea a:hover {
	color: #666666;
	text-decoration: none;
}

#footover {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.social {
	margin-left: 180px;
}

.social ul li {
	float: left;
	padding: 0 3px;
}

.social ul li:nth-of-type(2) {
	position: relative;
	display: block;
}

.wechat {
	position: absolute;
	top: -83px;
	left: 20px;
	z-index: 9999;
	display: none;
}

.social ul li:nth-of-type(2):hover .wechat {
	display: block;
}

#linealls {
	margin: 0px auto;
	background: #333333;
}

#linearea {
	color: #FFF;
	margin: 0px auto;
	width: 980px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}

#linearea a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#linearea a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.Who_invite {
	margin: 20px 0;
}


.Who_invite_lf {
width: 40%;
    margin-left: 118px;
}

.Who_invite_lf ul {
	float: left;
	padding: 10px 8px;
	font-size: 20px;

}

.Who_invite_lf ul li {
	margin-top: 10px;
}

.speaker_new {
	padding: 40px 0;
	position: relative;
	width: 1200px;
	margin: 0 auto;

}

.ulList {
	width: 1000px;
	overflow: hidden;
}

.speakerlist {
	width: 250px;
	margin: 15px 0;
	padding: 0px 10px;
	margin-right: -1px;
	float: left;
	text-align: center;
	height: 261px;
}

.speakerlist p {
	font-size: 14px;
	line-height: 1.0;
}

.speakerlist .intro {
	padding: 10px 0 0 30px;
}

.speakerlist img {
	height: 165px;
	;
}

.speaker_new .prev,
.speaker_new .next {
	width: 45px;
	background: url(../image/sprite.png) 0 0 no-repeat;
	height: 45px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: .5;
	margin-top: -23px;
}

.speaker_new .prev {
	left: 0px;
	z-index: 9;
	background-position: 0 -51px;
}

.speaker_new .next {
	background-position: -63px -51px;
	right: 0px;
	z-index: 9;
}

.speaker_new .prev:hover,
.speaker_new .next:hover {
	opacity: 1
}

.speaker_new .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.speaker_new .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	margin: 4px;
	background: #000000;
	overflow: hidden;
	border-radius: 5.5px;
	line-height: 9999px;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
}

.speaker_new .hd ul .on {
	filter: alpha(opacity=100);
	opacity: 1;
}


/* 倒计时 */

.timer-box {
	background: #f5f5f5;
	padding: 40px 20px;
	width: 97%;
	margin: 60px auto 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border: 1px solid #fff;
}

.timer-box h5 {
	font-size: 24px;
	color: #333;
	text-align: center;
}


/** Countdown */

#countdown {
	width: 730px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 12px;
}

.dash {
	width: 127px;
	height: 125px;
	background: transparent url(../image/t-box.jpg) 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash1 {
	width: 194px;
	height: 125px;
	background: transparent url(../image/t-box.jpg) 0 0 no-repeat;
	-moz-background-size: 100% 90%;
	-o-background-size: 100% 90%;
	-webkit-background-size: 100% 90%;
	background-size: 100% 90%;
	float: left;
	margin-left: 20px;
	position: relative;
}


.dash .digit {
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	font-family: Arial;
	color: #2f2e2e;
	position: relative;
	margin: 10px 0 0 13px;
	padding-top: 9px;
}

.dash1 .digit {
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	font-family: Arial;
	color: #2f2e2e;
	position: relative;
	margin: 10px 0 0 13px;
	padding-top: 9px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	text-align: center;
	font-weight: bold;
	width: 127px;
	font-size: 12px;
	color: #2f2e2e;

}

.dash_title1 {
	position: absolute;
	display: block;
	bottom: 0px;
	text-align: center;
	font-weight: bold;
	width: 194px;
	font-size: 12px;
	color: #2f2e2e;

}


.testimonials {
    /* background: url(../image/i5.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 560px;
    padding: 3em 0;
    position: relative;
    text-align: center; */
}

.testimonial-nfo h5 {
    color: #FFFFFF;
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.8em;
    font-weight: 300;
    text-align: left;
    text-indent: 2em;
}

.has-bg-image {
    position: relative
}

.bg-image-loaded {
    opacity: 1
}

.has-bg,
.fixed-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.has-bg {
    position: relative;
	padding-top: 100px;
    padding-bottom: 100px;
	color:#fff !important;
}

.has-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: .5;
    z-index: 1
}

.has-bg.bg-primary:after,
.has-bg.box-s3:after {
    background-color: #15a29a
}

.has-bg.bg-secondary:after,
.has-bg.box-s4:after {
    background-color: #eb143a
}

.has-bg.bg-alternet:after {
    background-color: #084FB1
}

.has-bg.bg-light:after,
.has-bg.box-s2:after {
    background-color: #f4f8f8
}

.has-bg.dark-filter:after {
    opacity: .75
}

.has-bg.darker-filter:after {
    opacity: .9
}

.has-bg.light-filter:after {
    opacity: .25
}

.has-bg.lighter-filter:after {
    opacity: .15
}

.has-bg.no-filter:after {
    opacity: .01
}

.has-bg .container,
.has-bg-image .container {
    position: relative;
    z-index: 2
}

.fixed-bg {
    background-attachment: fixed
}

.imagebg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: opacity .4s
}

.fixed-bg .imagebg {
    background-attachment: fixed
}

.imagebg img {
    display: none
}

.al-center,
.center {
    text-align: center
}

.testimonials.style-v2 {
    position: relative
}

.testimonials.style-v2:before {
    content: "\201C";
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "serif";
    font-size: 220px;
    line-height: 100px;
    color: rgba(37, 128, 254, 0.2)
}

.bg-image-loaded {
    opacity: 1
}

.wide-sm {
    max-width: 770px;
    margin: 0 auto;
}

.quotes-slider:first-child {
    margin-top: 0
}



.quotes {
    margin-top: 60px
}

.quotes:first-child {
    margin-top: 0
}

.quotes .quotes-text {
    padding: 30px 0;
    font-size: 1.125em;
    font-style: italic
}

.owl-dots {
    text-align: center;
    margin-top: 20px
}

.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #15a29a;
    display: inline-block;
    margin: 0 5px
}

.light .owl-dots .owl-dot,
.box-s3 .owl-dots .owl-dot,
.box-s4 .owl-dots .owl-dot {
    border-color: #fff
}

.owl-dots .owl-dot.active {
    background: #15a29a
}

.light .owl-dots .owl-dot.active,
.box-s3 .owl-dots .owl-dot.active,
.box-s4 .owl-dots .owl-dot.active {
    background: #fff
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    text-align: center;
    height: 44px;
    width: 44px;
    text-indent: -999em;
    text-align: left;
    opacity: .8;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 12px auto
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 1
}

.owl-nav .owl-prev>.fa,
.owl-nav .owl-next>.fa {
    display: none;
}

.owl-nav .owl-next {
    right: -52px;
    background-image: url(../image/arrow-next-g.png)
}

.light .owl-nav .owl-next,
.box-s3 .owl-nav .owl-next,
.box-s4 .owl-nav .owl-next {
    background-image: url(../image/arrow-next-w.png)
}

.owl-nav .owl-prev {
    left: -52px;
    background-image: url(../image/arrow-prev-g.png)
}

.light .owl-nav .owl-prev,
.box-s3 .owl-nav .owl-prev,
.box-s4 .owl-nav .owl-prev {
    background-image: url(../image/arrow-prev-w.png)
}

.footer-widget {
    background: #2a2d33;
    color: #fff;
    font-size: 14px;
    line-height: 1.75
}

.footer-widget a {
    color: inherit;
    text-decoration: none
}

.footer-widget a:hover,
.footer-widget a:focus {
    color: #15a29a
}

.footer-widget .footer-logo {
    margin-top: -14px
}

.footer-widget .footer-logo img {
    max-height: 50px
}

.footer-widget .footer-logo:not(:last-child) {
    margin-bottom: 15px
}

.footer-widget .wgs-footer {
    margin-bottom: 40px
}

.footer-widget .wgs-footer:last-child {
    margin-bottom: 0
}

.footer-widget .wgs-title {
    font-size: 16px;
    color: #15a29a;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px
}

.footer-widget .wgs-content ul {
    list-style: none;
    margin: 0
}

.footer-widget .wgs-content ul li {
    padding-bottom: 10px
}

.footer-widget .wgs-content ul li:last-child {
    padding-bottom: 0
}

.footer-widget .contact-info {
    line-height: 1.6
}

.footer-widget .contact-info span {
    padding-right: 5px;
    display: inline-block;
    font-weight: 400
}
.footer-widget .contact-info:not(:last-child) {
    margin-bottom: 15px
}

.footer-widget.style-v2 {
    background: #fafafb;
    border-top: 1px solid rgba(42, 45, 51, 0.06);
    color: #778793
}

.footer-widget.style-v2 .wgs-title {
    color: #373e45
}

.footer-widget.style-v3 {
    background: #001e47
}

.footer-widget.style-v3 .wgs-title {
    color: #fff
}

.footer-widget .wgs-menu .menu li {
    padding-left: 12px;
    position: relative
}

.footer-widget .wgs-menu .menu li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 0;
    margin-top: 2px;
    line-height: 16px;
    font-size: 16px;
    color: #15a29a;
    display: inline-block;
    transition: left .3s
}

.footer-widget .wgs-menu .menu li:hover a:before {
    left: 3px
}

.footer-widget .social.social-v2 li {
    border-color: #15a29a
}

.copyright {
    background: #1e2228;
    padding: 25px 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.75
}

.copyright a {
    color: inherit;
    text-decoration: none
}

.copyright a:hover,
.copyright a:focus {
    color: #589efe
}

.copyright .sep {
    color: inherit;
    padding: 0 3px
}

.copyright.style-v2 {
    background: #f3f4f6;
    border-top: 1px solid rgba(30, 34, 40, 0.06);
    color: #595959
}

.copyright.style-v3 {
    background: #001838;
    color: #fff
}

.copyright .site-copy p {
    margin-bottom: 5px
}

.copyright .site-copy p:last-child {
    margin-bottom: 0
}

.copyright .site-dclaim {
    clear: both;
    margin-top: 20px
}

.copyright>.container {
    padding-left: 0;
    padding-right: 0
}
.section-pad-md {
	padding-top: 90px;
	padding-bottom: 90px;
}

/* 赞助福利样式 */
.sponsorship-benefits {
	padding: 60px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.sponsorship-benefits .title {
	margin-bottom: 40px;
}

.benefits-content {
	text-align: center;
}

.benefits-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	display: inline-block;
	text-align: left;
}

.benefits-content ul li {
	font-size: 18px;
	line-height: 2;
	color: #333;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.benefits-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #007BFF;
	border-radius: 50%;
}

.registration-link {
	margin-top: 30px;
}

/* 注册表单样式 */
.registration-form {
	padding: 60px 0;
	background: #fff;
	border-top: 1px solid #e9ecef;
}

.registration-form .title {
	margin-bottom: 40px;
}

.form-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
	background: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
	font-size: 16px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #007BFF;
	box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

.form-note {
	margin: 30px 0;
	padding: 20px;
	background: #e3f2fd;
	border-left: 4px solid #2196f3;
	border-radius: 5px;
}

.form-note p {
	margin: 0;
	color: #1565c0;
	font-size: 14px;
	line-height: 1.6;
}

.form-actions {
	text-align: center;
}

/* 精彩瞬间样式 */
.splendid-moments {
	background: #f8f9fa;
	padding: 60px 0;
}

.splendid-moments .title {
	text-align: center;
	margin-bottom: 50px;
}

.splendid-moments .title span {
	font-size: 36px;
	font-weight: bold;
	color: #2e587f;
	position: relative;
}

.splendid-moments .title span:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #007BFF;
}

.moments-gallery {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	aspect-ratio: 1;
	cursor: pointer;
}

.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.05);
}

/* 图片放大模态框样式 */
.image-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	cursor: pointer;
}

.image-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-modal img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.image-modal .close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
	transition: color 0.3s ease;
}

.image-modal .close-btn:hover {
	color: #007BFF;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.splendid-moments .title span {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.gallery-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.splendid-moments .title span {
		font-size: 24px;
	}
	
	.splendid-moments {
		padding: 40px 0;
	}
}

/* About Us Styles */
.about-us {
	background-color: #f8f9fa;
	padding: 80px 0;
}

.about-content {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	margin-top: 40px;
}

.company-info {
	flex: 2;
}

.company-info h3 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.3;
}

.company-info p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
	text-align: justify;
}

.wechat-section {
	flex: 1;
	text-align: center;
	margin-top: 96px;
}

.wechat-section h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.4;
}

.qr-code-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.qr-code img {
	width: 150px;
	height: 150px;
	border: 2px solid #ddd;
	border-radius: 8px;
}

.company-logo img {
	width: 120px;
	height: auto;
}

/* Responsive Design for About Us */
@media (max-width: 768px) {
	.about-content {
		flex-direction: column;
		gap: 40px;
	}
	
	.company-info h3 {
		font-size: 24px;
	}
	
	.company-info p {
		font-size: 14px;
	}
	
	.wechat-section h4 {
		font-size: 16px;
	}
	
	.qr-code img {
		width: 120px;
		height: 120px;
	}
	
	.company-logo img {
		width: 100px;
	}
}

.form-actions {
	margin-top: 30px;
}

.form-actions .button {
	margin: 0 10px;
	min-width: 100px;
}

.form-actions .button:last-child {
	background-color: #6c757d;
}

.form-actions .button:last-child:hover {
	background-color: #5a6268;
}