.g-banner .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	width: 2%;
	right: 10px;
	height: 100%;
	top: 0;
	left: auto;
	padding-top: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.g-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-horizontal-gap, 10px) 0;
	background: #fff;
	opacity: 9;
}

.g-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 16px;
	height: 17px;
	/* 	background: rgba(255, 255, 255, 0);
	position: absolute; */
	background: url(../images/jiazai.png)no-repeat;
}

.g-hot {
	padding: 60px 0;
	background: #ffffff;
}

.g-hot-top {
	font-size: 72px;
	font-family: Arial;
	font-weight: bold;
	color: #ddd;
	text-align: center;
	text-transform: uppercase
}

.g-hot-name {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #231917;
	line-height: 30px;
	text-align: center;
}

.g-hot-swiper {
	margin-top: 60px;
	position: relative;
}

.g-hot-swiper .swiper-container {
	width: 90%;
	margin: 0 auto;
}

.g-hot-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}

.g-hot-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.g-hot-img img {
	width: 100%;
	height: auto;
	transition: .5s;
}

.g-hot-img-mack {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.g-hot-img-mack .name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.g-hot-img:hover .g-hot-img-mack {
	display: block;
}

.g-hot-img:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-hot-prev {}

.g-hot .swiper-button-prev:after,
.g-hot .swiper-button-next:after {
	content: ''
}

.g-hot .swiper-button-next:after,
.g-hot .swiper-button-prev:after {
	content: ''
}

.g-hot-prev {
	/* 	top: calc(50% - 22px); */
	width: 44px;
	height: 44px;
	/* 	border-radius: 180px; */
	color: rgba(255, 255, 255, .4);
	background: #264C7B url(../images/neighborhood/zy_1.png) no-repeat center;
	transform: rotateY(-180deg);
}

.g-hot-next {
	/* 	top: calc(50% - 22px); */
	width: 44px;
	height: 44px;
	/* 	border-radius: 180px; */
	color: rgba(255, 255, 255, .4);
	background: #264C7B url(../images/neighborhood/zy_1.png) no-repeat center;
	transform: rotateY(0deg);
}

.g-hot-prev:hover {
	background: #231917 url(../images/neighborhood/zy_1.png) no-repeat center;
	transform: rotateY(-180deg);
}

.g-hot-next:hover {
	background: #231917 url(../images/neighborhood/zy_1.png) no-repeat center;
	transform: rotateY(0deg);
}

.g-business {
	padding: 80px 0;
	background: #FAFAFA;
}

.g-business-content {
	margin: 50px 0 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.g-business-img {
	width: 18.5%;
	overflow: hidden;
	position: relative;
}

.g-business-img .img {
	width: 100%;
	height: auto;
	transition: .5s;
}

.g-business-img:hover .img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-business-img-mack {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

.g-business-img-mack .content {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.g-business-img-mack .content .g-business_6 {
	max-width: 100%;
	margin-top: 84px;
	margin-bottom: 20px;
}

.g-business-img-mack .content .g-zuo {
	max-width: 100%;
	margin-top: 180px;
}

.g-business-img-mack .content .name {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 20px;
}

.g-business-img-mack .content ul {
	list-style: inside;
	width: 65%;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 50px;
	display: none;
	height: 200px;
	overflow: hidden;
}

.g-business-img-mack .content ul li {
	margin-bottom: 10px;
	cursor: pointer;
}

.g-business-img-mack .content .see {
	background: rgba(17, 98, 165, 0);
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	width: 42%;
	text-align: center;
	padding: 8px 0;
	display: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FAFAFA;
	margin: 0 auto;
	cursor: pointer;
}

.g-business-img:hover .g-business-img-mack {
	background: rgba(0, 0, 0, 0.3);
}

.g-business-img:hover .g-business-img-mack .content .g-business_6 {
	margin-top: 43px;
}

.g-business-img:hover .g-business-img-mack .content .g-zuo {
	display: none;
}

.g-business-img:hover .g-business-img-mack .content .name {
	font-weight: bold;
}

.g-business-img:hover .g-business-img-mack .content .name::after {
	display: block;
	width: 20%;
	height: 4px;
	background: #2E3192;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 40%;
}

.g-business-img:hover .g-business-img-mack .content ul,
.g-business-img:hover .g-business-img-mack .content .see {
	display: block;
}

.g-business-but {
	width: 11%;
	background: #014075;
	border-radius: 8px;
	padding: 10px 0;
	margin: 60px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	align-items: center;
}

.g-business-but .right {
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
}

.g-business-but .right img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.g-about {
	background: #ffffff;
	padding-top: 100px;
	overflow: hidden;
	position: relative;
}

#webgl,
#webgl_1 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* 	height: 400px !important; */
}

.g-about-content {
	/* 	position: absolute;
	left: 7.5%;
	top: 0; */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 99;
	position: sticky;
	margin-bottom: 40px;
}

.g-about-content .g-about-left {
	display: flex;
	flex-direction: column;
	width: 53%;
	padding-top: 100px;
}

.g-about-content .g-about-left .g-about-us {
	font-size: 72px;
	font-family: Arial;
	font-weight: bold;
	color: #E8E8E8;
	position: relative;
}

.g-about-content .g-about-left .g-about-us::after {
	display: block;
	width: 8%;
	height: 3px;
	background: #014075;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.g-about-content .g-about-left .name {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #231917;
}

.g-about-content .g-about-left .text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 36px;
	margin-top: 70px;
	text-indent: 2em;
}

.g-about-content .g-business-but {
	width: 15%;
	margin: 70px 0 0 0;
}

.g-about-content .g-business-right {
	width: 100%;
	text-align: right;
	margin-top: 27px;
}

.g-about-content .g-about-right {
	width: 45%;
	padding-top: 100px;
	display: flex;
	flex-direction: column;
}

.g-about-content .g-about-right .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 70px;
	justify-content: space-between;
}

.g-about-content .g-about-right .row .column {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 65px;
	font-family: Arial;
	font-weight: bold;
	color: #231917;
}

.g-about-content .g-about-right .row .column p {
	font-size: 18px;
	color: #636363;
}

.g-news {
	background: url(../images/news_bande.png)no-repeat;
	background-size: cover;
	width: 100%;
}

.g-news .g-news-name {
	font-size: 72px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	opacity: 0.09;
	text-align: center;
	text-transform: uppercase;
	padding-top: 85px;
}

.g-news .g-news-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 50px 0 70px;
	cursor: pointer;
}

.g-news .g-news-content .row {
	width: 48%;
	display: flex;
	flex-direction: row;
	background: #FFFFFF;
	box-shadow: 0px 5px 21px 0px rgba(172, 172, 172, 0.42);
	padding: 30px;
	margin-bottom: 30px;
	justify-content: space-between;
}

.g-news .g-news-content .row .left {
	width: 28%;
	overflow: hidden;
}

.g-news .g-news-content .row .left img {
	transition: .5s;
}

.g-news .g-news-content .row:hover .left img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.g-news .g-news-content .row .right {
	width: 68%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.g-news .g-news-content .row .right .name {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.g-news .g-news-content .row .right .time {
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	color: #D1D1D1;
}

.g-news .g-news-content .row .right .text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.g-news .g-news-content .row .right .see {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #014076;
}

.g-news .g-news-footer {
	padding-bottom: 100px;
}

.g-news .g-business-but {
	margin: 0 auto;
}

@media (max-width: 1600px) {

	/* .g-hot-content{
		width: 90%;
	} */
	.g-hot-img-mack .name {
		font-size: 18px;
	}

	.g-business-img-mack .content .g-business_6 {
		max-width: 20%;
		margin-top: 42px;
	}

	.g-business-img:hover .g-business-img-mack .content .g-business_6 {
		margin-top: 20px;
	}

	.g-business-img-mack .content .name {
		font-size: 22px;
	}

	.g-business-img-mack .content .g-zuo {
		margin-top: 123px;
	}

	.g-business-img-mack .content ul {
		font-size: 14px;
		height: 120px;
	}

	.g-about-content .g-business-but {
		width: 24%;
		margin: 40px 0 0 0;
	}

	.g-about-content .g-about-right .row {
		margin-top: 165px;
	}

	.g-about-content .g-about-right .row .column {
		font-size: 52px;
	}

	.g-about-content .g-about-right .row .column p {
		font-size: 16px;
	}

	.g-news .g-news-content .row {
		padding: 20px;
	}

	/* 	.g-news .g-news-content .row .right{
		padding: 0 0 0 20px;
	} */
}

@media (max-width: 1600px) and (max-width: 1200px) {
	.g-nav img {
		max-width: 68%;
	}

	.g-hot-img-mack .name {
		font-size: 16px;
	}

	.g-nav-right .name {
		font-size: 16px;
	}

	.g-banner-swiper .name {
		font-size: 60px;
	}

	.g-banner-swiper .text {
		font-size: 20px;
	}

	.g-banner-swiper .field {
		font-size: 14px;
	}

	.g-hot-top,
	.g-news .g-news-name {
		font-size: 60px;
	}

	/* 	.g-hot-content{
		width: 88%;
	} */
	.g-hot-prev,
	.g-hot-next {
		width: 35px;
		height: 35px;
	}

	.g-business-img-mack .content .g-business_6 {
		max-width: 20%;
	}

	.g-business-img-mack .content .name {
		font-size: 18px;
	}

	.g-business-img-mack .content .g-zuo {
		margin-top: 100px;
		max-width: 20%;
	}

	.g-business-img-mack .content ul {
		font-size: 12px;
		height: 100px;
		margin-top: 19px;
	}

	.g-business-img-mack .content .see {
		width: 45%;
		padding: 5px 0;
		font-size: 10px;
	}

	.g-business-but {
		width: 15%;
	}

	.g-about {
		padding-top: 0px;
	}

	.g-about-content .g-about-left .g-about-us {
		font-size: 55px;
	}

	.g-about-content .g-about-left .name {
		font-size: 25px;
	}

	.g-about-content .g-about-left .text {
		font-size: 14px;
		line-height: 30px;
		margin-top: 17px;
	}

	.g-about-content .g-business-but {
		width: 26%;
		margin: 20px 0 0 0;
	}

	.g-about-content .g-about-right .row .column {
		font-size: 38px;
	}

	.g-about-content .g-about-right .row .column p {
		font-size: 14px;
	}

	.g-news .g-news-content .row .right .name {
		font-size: 16px;
	}

	.g-news .g-news-content .row .right .time {
		font-size: 10px;
	}

	.g-news .g-news-content .row .right .text,
	.g-news .g-news-content .row .right .see {
		font-size: 12px;
	}
}

@media (max-width: 1440px) {
	.g-business-img-mack .content ul {
		height: 150px;
		margin-top: 20px;
	}

	.g-business-img-mack .content .see {
		padding: 4px 0;
		font-size: 12px;
	}
}

@media(max-width:810px) {
	.g-hot-swiper .swiper-container {
		width: 83%;
	}

	.g-banner-swiper {
		top: 38%;
	}

	.g-banner-swiper .name {
		font-size: 45px;
	}

	.g-banner-swiper .text {
		font-size: 18px;
		letter-spacing: 5px;
	}

	.g-banner-swiper .field {
		font-size: 12px;
	}

	.g-hot {
		padding: 30px 0;
	}

	.g-hot-top,
	.g-news .g-news-name {
		font-size: 50px;
		line-height: 50px;
	}

	.g-hot-name {
		font-size: 25px;
	}

	.g-business {
		padding: 40px 0;
	}

	.g-business-content {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.g-business-img {
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.g-business-img:nth-of-type(3n) {
		margin-right: 0
	}

	.g-business-but {
		width: 21%;
	}

	.g-about-content .g-business-but {
		width: 40%;
	}

	.g-about-content .g-about-left {
		padding-top: 60px;
	}

	.g-about-content .g-about-right .row {
		display: flex;
		flex-wrap: wrap;
	}

	.g-about-content .g-about-right .row .column {
		width: 48%;
		margin-bottom: 30px;
	}

	.g-news .g-news-content .row {
		width: 100%;
	}
}

@media(max-width:600px) {
	.g-hot-swiper {
		margin-top: 25px;
	}

	.g-hot-swiper .swiper-container {
		width: 70%;
	}

	.g-lower {
		display: none;
	}

	.g-banner-swiper .name {
		font-size: 20px;
	}

	.g-banner-swiper .text {
		font-size: 11px;
	}

	.g-banner-swiper .field {
		font-size: 8px;
	}

	.g-hot-top,
	.g-news .g-news-name {
		font-size: 35px;
		line-height: 35px;
	}

	.g-hot-name {
		font-size: 20px;
	}

	.g-business-content {
		margin: 30px 0 0;
	}

	.g-business-img-mack .content .name {
		font-size: 12px;
		padding-bottom: 10px;
	}

	.g-business-img-mack .content .g-zuo {
		margin-top: 90px;
	}

	.g-business-but {
		width: 36%;
		margin: 20px auto 0;
		font-size: 13px;
	}

	/* 	.g-about{
		height: 1210px;
	} */
	.g-about-content {
		flex-direction: column;
		justify-content: flex-start
	}

	.g-about-content .g-about-left {
		width: 100%;
		padding-top: 60px;
	}

	.g-about-content .g-about-left .g-about-us {
		font-size: 35px;
	}

	.g-about-content .g-about-left .name {
		font-size: 18px;
	}

	.g-about-content .g-about-right {
		width: 100%;
		padding-top: 20px;
	}

	.g-about-content .g-about-right .row {
		margin-top: 36px;
	}

	.g-news .g-news-content {
		padding: 30px 0 20px;
	}

	.g-news .g-news-name {
		padding-top: 35px;
	}

	.g-news .g-news-content .row .right .name {
		font-size: 14px;
	}

	.g-news .g-news-content .row .right .time,
	.g-news .g-news-content .row .right .text,
	.g-news .g-news-content .row .right .see {
		font-size: 8px;
	}

	.g-news .g-news-footer {
		padding-bottom: 50px;
	}



	.g-business-img {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.g-business-img:nth-of-type(3n) {
		margin-right: 20px;
	}

	.g-business-img:nth-of-type(2n) {
		margin-right: 0;
	}

	.g-business-img-mack .content ul {
		height: 120px;
	}
}