﻿@charset "UTF-8";

body {
	overflow-x: hidden;
}
 

 

.gg-tit {
	margin-top: 25px;
	margin-bottom: 25px;
}

.gg-tit h3 {
	float: left;
	position: relative;
	padding-left: 50px;
	padding-right: 60px;
}

.gg-tit h3:before {
	content: "";
	position: absolute;
	left: 55px;
	right: 11px;
	bottom: 0;
	height: 1px;
	background: #2162ae;
}

.gg-tit h3:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 10px;
	height: 10px;
	border: 1px solid #2162ae;
	border-radius: 50%;
}

.gg-tit h3 b {
	font-family: 'sySong' !important;
	font-size: 62px !important;
	;
	color: rgba(17, 17, 17, 0.23) !important;
	;
	position: absolute;
	left: 0;
	top: 8px;
}

.gg-tit h3 span {
	font-family: 'sySong' !important;
	font-size: 56px !important;
	color: rgba(17, 17, 17, 0.23) !important;
}

.gg-tit h3 font {
	font-family: 'Slidexiaxing';
	font-size: 54px;
	letter-spacing: -20px;
	color: #1c50af;
	position: relative;
	top: 10px;
}

.gg-tit h3 font:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background: #e4bb6c;
	border-radius: 50%;
}

.gg-tit h3 em {
	font-style: normal;
	font-size: 32px;
	padding-left: 30px;
}

.more a {
	display: block;
	font-size: 18px;
	line-height: 35px;
	margin-top: 42px;
}

.more a img {
	vertical-align: middle;
	padding-right: 15px;
}

.more a:hover {
	color: #1c50af;
}

.more a:hover img {
	animation: jello 1.5s linear;
}

 
 


.section3 .gg-tit {
	width: 27.42%;
	background: rgba(2, 26, 99, 0.2);
}

.section3 .gg-tit h3 {
	color: #fff;
	padding-left: 20px;
	padding-right: 10px;
}

.section3 .gg-tit h3 b, .section3 .gg-tit h3 span {
	color: rgba(255, 255, 255, 0.23) !important;
}

.section3 .gg-tit h3 font, .section3 .gg-tit h3 em {
	color: #fff;
}

.section3 .gg-tit h3 font:after {
	right: -26px;
}

.section3 .gg-tit h3:before {
	background: rgba(255, 255, 255, 0.2);
}

.section3 .gg-tit h3:after {
	border-color: rgba(255, 255, 255, 0.2);
}

.section3 ul {
	padding-left: 18%;
}

.section3 ul li {
	float: left;
	width: 25%;
	height: 190px;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: default;
}

.section3 ul li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
}

.section3 ul li:hover:after {
	height: 100%;
}

.section3 ul li:first-child:after {
	display: none;
}

.section3 ul li:nth-child(3) {
	background: #2162ae;
}




 

.section3 ul li:nth-child(6) {
	background: #2162ae;
}

.section3 ul li:nth-child(8) {
	background: #2162ae;
}

.section3 ul li:nth-child(9) {
	background: #2162ae;
}

.section3 ul li:nth-child(11) {
	background: #2162ae;
}


.section3 ul li:nth-child(14) {
	background: #2162ae;
}

.section3 ul li:nth-child(16) {
	background: #2162ae;
}


.section3 ul li:nth-child(17) {
	background: #2162ae;
}


.section3 ul li:nth-child(19) {
	background: #2162ae;
}


.section3 ul li:first-child {
	position: relative;
}

.section3 ul li .s3-k {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	color: #fff;
	transition: all 0.3s;
}

.section3 ul li:hover .s3-k {
	top: 53%;
}

.section3 ul li:first-child .s3-k {
	position: absolute;
	width: 384px;
	height: 243px;
	bottom: 0;
	right: 0;
	transform: none;
	left: inherit;
	top: inherit;
}

.section3 ul li:first-child .gg-tit {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	width: 100%;
	height: 100%;
}

.section3 ul li p {
	position: relative;
	display: inline-block;
	font-size: 0;
}

.section3 ul li p em {
	font-style: normal;
	position: absolute;
	right: -20px;
	top: 0;
	font-size: 20px;
	font-weight: bold;
}

.section3 ul li b {
	font-family: 'sySong';
	font-size: 48px;
	font-weight: bold;
	position: relative;
}

.section3 ul li b em {
	font-style: normal;
	position: absolute;
	right: -20px;
	top: 0;
	font-size: 20px;
	font-weight: bold;
}

.section3 ul li span {
	font-size: 16px;
	padding-left: 5px;
}

.section3 ul li h3 {
	font-size: 16px;
	margin-top: 15px;
}

.section3 ul li:last-child .more a {
	color: #fff;
}

 