.top {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.top .line {
	width: 100%;
	height: 5px;
	background-color: #00b05c;
}

.top .right {
	display: flex;
	align-items: center;
	padding-right: 70px;
}

.top .right .en {
	width: 170px;
	height: 50px;
	background-color: #00b05c;
	border-radius: 0 0 20px 20px;
	top: -1px;
	position: relative;
	margin-right: 100px;
	font-size: 18px;
	cursor: pointer;
}

.top .right .en a {
	color: #ffffff;
	width: 170px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top .right .manage {
	display: flex;
	color: #00b05c;
	font-size: 16px;
}

.top .right .manage img {
	width: 20px;
	height: 20px;
	margin-right: 2px;
}

.top .right .manage .phone {
	display: flex;
	align-items: flex-start;
	margin-right: 20px;
}

.top .right .manage .collect {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.logo-box {
	display: flex;
	align-items: center;
}

.logo-box .logo {
	padding-right: 20px
}

.logo-box .box {
	border-left: 1px solid #636363;
	color: #636363;
	padding-left: 10px
}

.nav-outer {
	padding-top: 40px;
}


.tip {
	color: #202020;
	margin-bottom: 60px;
	text-indent: 1em;
}

.document {
	background-color: #ececec;
	padding: 20px 60px;
	position: absolute;
	z-index: 9;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.inner-block1 a {
	display: block;
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #202020;
	font-size: 16px;
}

.inner-block1 .lower-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.block-column1 {
	padding-bottom: 60px;
}

.block-column1:hover .inner-block1 a {
	color: #00b05c;
}

.inner-block1 .download {
	padding-top: 40px;
}

.gov {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.gov .copyright,
.gov a {
	color: #ffffff;
}

.gov a:hover {
	color: #ffffff;
}

.contact-column {
	background-color: #00b05c;
	height: 703px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.contact-column li {
	color: #ffffff;
	font-size: 16px;
	padding-top: 26px;
}

.contact-column li:first-child {
	padding-top: 0;
}

.content-column-ct {
	padding: 0 !important;
}

.inner-container {
	padding-right: 100px;
}

.ind-section .content-column{
	padding: 0;
}

.ind-section .content-box {
	background-color: #00b05c;
	padding: 50px 30px;
	height: 396px;
}

.ind-section .content-box .sec-title h1,
.ind-section .content-box .sec-title span {
	color: #ffffff;
}

.ind-section .content-box .text {
	margin-top: 20px;
	border-top: 2px solid #ffffff;
	padding-top: 40px;
	color: #ffffff;
}

.ind-section .image-box .ind-top{
	min-height: 396px;
}

.ind-section .image-box .ind-bottom{
	height: 300px;
}

.ind-section .image-box .ind-bottom .image img{
	height: 300px;
}


.ind-section .image-box .image {
	position: relative;
	display: block;
	padding: 0;
}

.ind-section .image-box .image .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all 500ms ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #00b05c;
	font-weight: bold;
	opacity: 0;
}

.ind-section .image-box .image .bg::after{
	content: "";
	display: block;
	width: 90%;
	height: 80%;
	border: 4px solid #00b05c;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.ind-section .image-box .image .bg .big {
	width: 25px;
	margin-bottom: 10px;
	height: auto;
}


.ind-section .image-box .image img {
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
	object-fit: cover;
	cursor: pointer;
}

.ind-section .image-box .image:hover .bg {
	background-color: #ffffff99;
	opacity: 1;
}

.ind-section .model{
	height: 50px;
	line-height: 50px;
	color: #00b05c;
	background-color: #cbcbcb;
}
