:root {
	--theme-color: #263959;
}

body {
	font-family: "Microsoft Yahei", Arial, sans-serif;
	color: var(--theme-color);
	background-color: #fff;
	overflow-x: hidden;
}
p {
	margin-block: 0;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}


.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.figure {
	overflow: hidden;
}
.figure img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cover {
	width: 100%;
	height: 100%;
}
.cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}

.no-select {
	user-select: none;
}

.bg-light {
	background-color: #f9f9f9;
}


.header-xs .container {
	padding-top: .3rem;
	padding-bottom: .3rem;
	min-height: 3.725rem;
}
.header-xs .nav .current-menu-item a {
	font-weight: 600;
	color: #263959;
}
.header-xs .icon {
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.header-xs .icon-search {
	background-image: url(../images/icon-search.png);
}
@media (min-width: 992px) {
	.header-xs .container {
		height: 5rem;
	}
	.header-xs .nav li {
		margin-left: 2rem;
	}
}

.footer-xs {
	padding-top: 1.875rem;
}
.footer-xs .footer-info {
	flex-direction: column-reverse;
}
.footer-xs .logo {
	margin-bottom: 1.875rem;
}
.footer-xs .desc p {
	margin-bottom: .5rem;
}
.footer-xs .desc span {
	padding-left: 1rem;
	font-size: 1.25rem;
	font-weight: 600;
}
.footer-xs .links {
	margin-right: 3.125rem;
}
.footer-xs .links dt {
	margin-bottom: .625rem;
	font-size: 1.25rem;
	font-weight: 600;
}
.footer-xs .links:last-child {
	min-width: 0;
	margin-right: 0;
}
.footer-xs .links dd {
	font-size: .875rem;
}
.footer-xs .copyright {
	font-size: .75rem;
	color: #555;
}
.footer-xs .copyright a {
	color: inherit;
}


.btn-xs {
	display: inline-block;
	padding: .5rem 1rem;
	text-align: center;
	color: #fff;
	background-color: #197A56;
}
.btn-xs:hover {
	color: #fff;
	background-color: #00634f;
	transition: all .2s;
}
.btn-more {
	display: inline-block;
	padding-left: 1.25rem;
	font-size: .75rem;
	color: #079F72;
	background: url(../images/icon-more.png) left center no-repeat;
}
.btn-more.btn-more-light {
	background-image: url(../images/icon-more-light.png);
}
@media (min-width: 768px) {
	.btn-xs {
		padding: 1rem 2rem;
	}
}
@media (min-width: 992px) {
	.btn-xs {
		min-width: 16.25rem;
		padding: 1.25rem 2.5rem;
		font-size: 1.25rem;
	}
}

.banner-xs {
	position: relative;
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #263959;
}
.banner-xs .context {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}
.banner-xs .context .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.banner-home .context {
	background-color: rgba(0, 0, 0, .35);
}
.banner-home .context .title {
	margin-bottom: 1rem;
	font-size: 1.5rem;color: #FFFFFF;
}
.banner-home .context .subtitle {
	margin-bottom: 2rem;
}
.rizhuti_v2-widget-custom-html {
    padding: 0 !important;
}
.rizhuti_v2-widget-custom-html>.container {
    max-width: none !important;padding-top: 0px!important;
    padding: 0 !important;
}
.slogan-xs {
	margin-bottom: .875rem;
	padding-top: .5rem;
	background: url(../images/slogan.png) center top no-repeat;
	background-size: contain;
}
.slogan-xs .title {
	margin-bottom: 1.875rem;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
}
.slogan-xs .item {
	padding: 1.25rem 1.875rem;
	background-color: #f2f2f2;
}
.slogan-xs .item h4 {
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
}
.slogan-xs .item p {
	margin-bottom: 1rem;
	color: #666;
}


.floor .title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
}
.floor .context h4 {
	margin-bottom: 1rem;
	font-weight: 600;
}
.floor .context p {
	margin-bottom: 1rem;
	color: #666;
}
.floor .flex-column .btn-xs {
	align-self: flex-start;
	margin-top: auto;
}

.case .title {
	margin-bottom: 2rem;
	font-size: 1.875rem;
	font-weight: 600;
	color: #333;
}
.post-item {
	margin-bottom: 1rem;
}
.post-item .figure {
	min-width: 7.5rem;
}
.post-item .context {
	flex-grow: 1;
	padding-left: .625rem;
	padding-bottom: .625rem;
	background-color: #fff;
}
.post-item .context h4 {
	font-size: 1.25rem;
}
.post-item .context p {
	margin-bottom: .5rem;
	font-size: .875rem;
	color: #666;
}

.wall .item {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #f2f2f2;
}
.wall .item .figure {
	margin-right: 1rem;
}
.wall .item .context {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.wall .item .context p {
	margin-bottom: .5rem;
}
.wall .item.item-bg {
	position: relative;
	color: #fff;
	background: url(../images/wall-half.png) center no-repeat;
	background-size: cover;
}
.wall .item.item-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}
.wall .item.linear-bg {
	color: #fff;
	background: linear-gradient( to right, #3EE8B5, #29C94C );
}
.wall .item.item-bg a,
.wall .item.linear-bg a {
	color: inherit;
}

.job {
	padding-top: 2.5rem;
	padding-bottom: 3.125rem;
	background-color: #f2f2f2;
}
.job .subtitle {
	margin-bottom: .5rem;
}
.job .subtitle span {
	color: #1C7C58;
}
.job .title {
	margin-bottom: 1.875rem;
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
}
.job .desc {
	margin-bottom: 3rem;
}
.job .btn-xs {
	margin-bottom: 1.5rem;
}





.banner-page {
	background-image: url(../images/banner-about.jpg);
}
.banner-page .context {
	position: static;
}
.banner-page .subtitle {
	margin-bottom: 1rem;
}
.banner-page .title {
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	font-weight: 600;
}
.banner-page .desc {
	margin-bottom: 1.5rem;
}
.banner-page .figure {
	max-height: 350px;
}
.banner-page .figure img {
	width: auto;
	max-height: inherit;
}


.news {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.news .title {
	margin-bottom: 2rem;
	font-size: 1.875rem;
	color: #197A56;
}
.post-item .context {
	padding-bottom: 1rem;
}
.news .post-item .context h4 {
	padding-top: .5rem;
	font-size: 1.125rem;
	font-weight: 600;
}


.page-template-service .header-xs,
.page-template-contact .header-xs {
	background-color: #F4F8FD;
}

.banner-service {
	margin-bottom: 3rem;
}
.banner-service .col-lg-6 {
	position: relative;
}
.banner-service .context {
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.banner-service .context .subtitle {
	margin-bottom: 1rem;
}
.banner-service .context .title {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	color: #333;
}
.banner-service .context .desc {
	margin-bottom: 1rem;
	color: #666;
}
.banner-service .mask {
	position: absolute;
	top: 0;
	color: #fff;
	padding-left: 2rem;
	padding-right: 2rem;
}
.banner-service .mask h3 {
	margin-bottom: 3rem;
	font-size: 1.875rem;
	font-weight: 600;    color: #FFFFFF;
}

.service {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
.service .figure {
	width: 30%;
}
.service .context {
	padding-left: 2rem;
	padding-right: 2rem;
}
.service .context h3 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
}
.service .context h4 {
	margin-bottom: 1.5rem;
	padding-top: 1rem;
	font-size: 1.875rem;
}

.promotion {
	padding: 1.5rem;
	background-color: #334255;
}
.bg-light .promotion {
	background-color: #0B0C10;
}
.promotion .title {
	margin-bottom: 1rem;
}
.promotion .title span {
	color: #61F1E3;
}
.promotion .title p {
	padding-top: 1rem;
	font-size: 1.5rem;
	color: #fff;
}

.btn-round {
	display: inline-block;
	padding: .5rem 3rem;
	text-align: center;
	color: #333;
	background-color: #66FCFC;
	border-radius: 6.25rem;
}
input.btn-round {
	color: #fff;
	background-color: #197A56;
	border: none;
}


.bloglist {
	padding-top: 2.5rem;
}
.bloglist .col-md-4 {
	margin-bottom: 1.875rem;
}
.bloglist .item {
	padding: 1.5rem;
	background-color: #fff;
}
.bloglist .item .subtitle {
	margin-bottom: 1.5rem;
	font-weight: 600;
}
.bloglist .item .title {
	margin-bottom: 2rem;
	font-size: 1.875rem;
	font-weight: 600;
}
.bloglist .item .desc {
	margin-bottom: 2rem;
	color: #666;
}
.bloglist .item .author img {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: .625rem;
	border-radius: 50%;
}


.banner-contact {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.banner-contact .title {
	margin-bottom: .5rem;
	font-size: 1.5rem;
	font-weight: 600;
	color: #197A56;
}
.banner-contact .desc {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	font-size: .875rem;
	color: #333;
}

.contact-form {
	padding-bottom: 4rem;
}
.contact-form .form-group label {
	color: #333;
}
.contact-form .form-control {
	height: calc(1.5em + 1.6rem + 2px);
	padding: .8rem 1rem;
	border-color: #000;
	outline: none;
}
.contact-form textarea.form-control {
	height: auto;
}
.contact-form .form-control:focus {
	box-shadow: none;
	border-color: #197A56;
}

.office .figure {
	margin-left: -15px;
	margin-right: -15px;
}
.office .context {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.office .context .title {
	margin-bottom: 1rem;
	font-size: 1.875rem;
	color: #333;
}
.office .context .desc {
	margin-bottom: 1.5rem;
	color: #666;
}
