body,
html {
	font-size: 20px;
	width: 100%;
	min-width: 1200px;
}

.layui-layout-admin .layui-header {
	background: rgba(0, 118, 206, 0.3)
}

.layui-layout-admin .layui-header .layui-logo {
	color: rgba(255, 255, 255, 1);
	padding-left: 1.5rem;
	box-shadow: none;
	width: 300px;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-item a {
	opacity: 1;
	font-size: 0.8rem;
	margin: 0 0.5rem;
	color: #FFFFFF;
	line-height: 1;
	display: inline-block;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-item:hover() {}

.layui-layout-admin .layui-header .layui-nav .layui-this:after {
	background-color: #FFFFFF;
}

.layui-layout-admin .layui-header .layui-nav-bar {
	background-color: #FFFFFF;
}

.layui-layout-admin .layui-body {
	left: 0;
}

.layui-card-header {
	border: none;
}

.target-fix {
	position: relative;
	padding-top: 80px;
	margin-top: -30px;
	display: inline-block;
	height: 0;
	overflow: hidden;
}

.banner {
	min-height: 13.5rem;
	display: block;
	position: relative;
	margin-bottom: -2.5rem;
}

.banner .banner-text {
	position: absolute;
	top: 4rem;
	left: 50px;
	z-index: 11;
	width: auto;
	/* background: #FFFFFF; */
	opacity: 1;
	border-radius: 7px;
	padding: 3rem 3rem;
	/* color: rgb(25, 50, 87); */
	/* 	font-weight: 900;*/
	text-align: left;
}


.banner .banner-text .title {
	width: auto;
	padding: 0.1rem 2rem;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bolder;
	font-style: italic;
	-webkit-text-stroke: 1px rgb(25, 50, 87);
	text-shadow: rgb(25, 50, 87) 1px 0 0, rgb(25, 50, 87) 0 1px 0, rgb(25, 50, 87) -1px 0 0, rgb(25, 50, 87) 0 -1px 0;
	/* background-color: rgba(25, 50, 87, 0.5);
	border-left: 5px rgba(25, 50, 87, 1) solid; */
}

.banner .banner-text .content {
	display: block;
	width: auto;
	margin-top: 0.8rem;
	padding: 0.1rem 6rem 1rem 6rem;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bolder;
	-webkit-text-stroke: 1px rgb(25, 50, 87);
	text-shadow: rgb(25, 50, 87) 1px 0 0, rgb(25, 50, 87) 0 1px 0, rgb(25, 50, 87) -1px 0 0, rgb(25, 50, 87) 0 -1px 0;
	/* background-color: rgba(25, 50, 87, 0.5);
	border-left: 5px rgba(25, 50, 87, 1) solid; */
}

.banner .banner-text p {
	margin-top: 1.2rem;
	width: auto;
	word-break: break-all;
	padding: 0.1rem 2rem line-height: 1;
}

.banner .banner-img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.about {
	padding: 1rem 0 0 0;
	margin-bottom: -2.5rem;
}

.about .layui-card-header {
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	height: auto;
	line-height: 2;
	border: none;
}

.about .layui-card-header .title {
	width: 12.5rem;
	margin: auto;
	padding: 0;
	background-color: rgba(0, 118, 206, 0.1);
	border-left: 5px rgba(0, 118, 206, 1) solid;
}

.about .layui-card.layui-panel {
	border: none;
	box-shadow: none;
	margin-top: 1rem;
}

.about .layui-card-body {
	font-size: 1.2rem;
}

.about .layui-card-body .about-content {
	background: #FFFFFF;
	opacity: .7;
	border-radius: 10px;
	padding: 1rem 3rem 1rem 3rem;
	color: rgba(25, 50, 87, 1);
}

.about .layui-card-body .about-content .content1 {
	padding: 2rem 3rem;
	line-height: 2;
}

.about .layui-card-body .about-content .content2 {
	padding: 0rem 3rem;
	line-height: 2;
}

.partner {
	padding: 1rem 0 0 0;
}

.partner .layui-card-header {
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	height: auto;
	line-height: 2;
	border: none;
}

.partner .layui-card-header .title {
	width: 12.5rem;
	margin: auto;
	padding: 0;
	background-color: rgba(0, 118, 206, 0.1);
	border-left: 5px rgba(0, 118, 206, 1) solid;
}

.partner .layui-card-body {
	padding: 1rem 5rem 1rem 5rem;
}

.partner .layui-card.layui-panel {
	border: none;
	box-shadow: none;
}

.partner .layui-card.layui-panel {
	border: none;
	box-shadow: none;
}

.partner .partner-logo {
	margin: auto;
	padding: 0;
	text-align: center;
	height: 10rem;
	line-height: 10rem;
}

.partner .partner-logo:hover {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
	transition: all .2s ease-in-out;
}

.partner .partner-logo img {
	width: 80%;
	padding: 1rem;
}

.partner .partner-logo svg {
	width: 80%;
	padding: 1rem;
	height: 80%;
}

.contact {
	padding: 1rem 0 0 0;
	color: #FFFFFF;
}

.contact .title {
	text-align: left;
	font-weight: 500;
	font-size: 1.5rem;
	height: auto;
	line-height: 2;
	border: none;
	width: auto;
	margin: auto;
	padding: 0 0 0 3rem;
}

.contact .content {
	padding: 1rem 3rem;
}

.contact .content .item {
	overflow: hidden;
	clear: both;
	/* border: 2px solid red; */
	padding: 0 0 0 1rem;
	margin: 3rem 0;
	font-size: 0.8rem;
}

.contact .content .item .item-icon {
	float: left;
	height: 2.5rem;
}

.contact .content .item .item-icon img {
	height: 100%;
}

.contact .content .item .item-text {
	float: left;
	height: 100%;
	line-height: 1.25rem;
	padding: 0 0 0 1rem;
}

.contact .location {
	text-align: right;
	vertical-align: top;
}

.contact .location img {
	width: 90%;
	margin: auto;
	padding: 0;
}

.footer {
	background: rgba(0, 118, 206, 1);
	color: #FFFFFF;
	position: relative;
	height: auto;
}

.footer .footer-name {
	text-align: center;
	font-size: 0.7rem;
}

.footer .footer-copyright {
	text-align: center;
	font-size: 0.7rem;
	padding: 0.8rem 0 2rem 0;
}
