.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
}

.logo img {
	height: 1.8rem;
}

.site_title {
	margin-left: 0.32rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site_title h6 {
	font-size: 0.64rem;
	color: #fff;
	letter-spacing: 2px;
	margin-top: 0.32rem;
}

.site_title p {
	font-size: 0.28rem;
	color: #fff;
}

.header-contact {
	padding-top: 0.32rem;
}

.header-contact h6 {
	color: #fff;
	font-size: 0.4rem;
}

.header-contact p {
	color: #f0ba00;
	font-size: 0.52rem;
	font-weight: 900;
}


.nav {
	height: 1.8rem;
	background-color: #fff;
	border-radius: 8px;
	padding: 0 0.4rem;
}

.nav>ul {
	width: 100%;
}

.nav>ul>li {
	flex: 1;
	text-align: center;
}

.nav>ul>li>a {
	display: block;
	line-height: 1.8rem;
	font-size: 0.4rem;
}

.nav>ul>li>a:hover {
	background-color: #F0BA00;
}

.swiper-text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .6);
}

@keyframes showHeight{
	from {line-height: 0;}
	to {line-height: 1.5;}
}
.swiper-text h1 {
	font-size: 1.44rem;
	color: #fff;
	text-align: center;
	font-weight: 900;
	overflow: hidden;
	animation: 1.5s showHeight ease-in-out;
}

.swiper-text .line {
	display: inline-block;
	width: 2.6rem;
	height: 6px;
	background-color: #fff;
	margin: 0.8rem 0;
}

.swiper-text p {
	font-size: 0.48rem;
	text-align: center;
	color: #fff;
}

.icon-bg {
	background: url(/themes/default/image/icon-bg.png) no-repeat top left;
}

.icon-title {
	padding-top: 1.8rem;
	margin-bottom: 1rem;
}

.icon-title .title {
	position: relative;
	font-size: 0.8rem;
	text-align: center;
	color: #000;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}

.icon-title .title::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 0.8rem;
	height: 5px;
	background-color: #F0BA00;
	left: 50%;
	bottom: 0;
	margin-left: -0.4rem;
}

.icon-title .description {
	font-size: 0.36rem;
	color: rgba(0, 0, 0, .6);
	text-align: center;
}

.icon-item {
	text-align: center;
	padding: 1rem;
}

.icon-item .iconfont {
	font-size: 1rem;
	color: #F0BA00;
	font-weight: normal;
}

.icon-item .title {
	font-size: 0.44rem;
	color: #000;
	line-height: 2;
}

.icon-item .description {
	font-size: 0.28rem;
	color: rgba(0, 0, 0, .6);
}

.pro-bg {
	background: url(/themes/default/image/pro-bg.png) no-repeat left top;
	margin-bottom: 1rem;
}

.pro-bg .gray-bg {
	box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.pro-container {
	width: 27.28rem;
	max-width: 100%;
	margin: 0 auto;
}

.pro-title {
	padding-top: 1.2rem;
	color: #fff;
	text-align: center;
}

.pro-title .sub-title {
	font-size: 0.4rem;
	font-family: arial;
}

.pro-title .title {
	position: relative;
	font-size: 0.64rem;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}

.pro-title .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.4rem;
	display: block;
	width: 0.8rem;
	height: 4px;
	background-color: #F0BA00;
}

.pro-title .description {
	font-size: 0.32rem;
	color: rgba(255, 255, 255, .9);
	margin-bottom: 1rem;
}

.pro-item {
	padding: 0.4rem;
	text-align: center;
	transition: all .35s ease-in-out;
}

.pro-item img {
	background-color: #fff;
}

.pro-item .title {
	font-size: 0.32rem;
	margin-top: 0.3rem;
}

.pro-item:hover {
	background-color: #F0BA00;
}


.about-bg {
	background: url(/themes/default/image/about-bg.png) no-repeat left top;
	padding-top: 1.6rem;
}

.profile-content {
	position: relative;
	z-index: 1;
}

.profile-content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.4rem;
	display: block;
	width: 70%;
	background-color: #fff;
	height: 100%;
	z-index: -1;
}

.about-text {
	padding: 1.2rem 0.6rem;
}

.about-text .sub-title {
	font-size: 0.26rem;
	color: #000;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.about-text .title {
	font-size: 0.6rem;
}

.about-text .line {
	display: inline-block;
	width: 0.8rem;
	height: 4px;
	background-color: #F0BA00;
	margin: .3rem 0;
}

.about-text .description {
	width: 9rem;
	max-width: 100%;
	font-size: 0.3rem;
	color: rgba(0, 0, 0, .7);
	line-height: 1.8;
	margin-bottom: 1rem;
	text-align: justify;
	text-justify: inter-word;
}

.about-text .more {
	display: inline-block;
	color: #000;
	padding: 0 0.3rem;
	line-height: 2;
	background-color: #F0BA00;
}

.about-pic {
	position: absolute;
	right: 2px;
	top: 0;
	width: 12rem;
	max-width: 100%;
}

.about-list {
	width: 20rem;
	height: 4.8rem;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
	max-width: 100%;
	margin: 1rem auto;
	padding: 0 1.6rem;
	text-align: center;
}

.about-list .iconfont {
	font-size: 1.28rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
}

.about-list p {
	font-size: 0.44rem;
	margin-bottom: 0.4rem;
}

.about-list .col-md-3 {
	height: 4.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about-list .line {
	display: inline-block;
	width: 0.8rem;
	height: 4px;
	background-color: #000;
}


.contact-list li {
	position: relative;
	margin-bottom: 0.4rem;
	padding: 0.6rem 1.4rem;
	background-color: #fff;
}

.contact-list li .iconfont {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.4rem;
	height: 100%;
	font-size: .8rem;
	color: #F0BA00;
	left: 0;
	top: 0;
}

.contact-list li h6 {
	font-size: 0.32rem;
	color: #000;
	font-weight: 900;
	margin-bottom: 0.2rem;
}

.contact-list li p {
	font-size: 0.28rem;
	color: rgba(0, 0, 0, .9);
}

.form-item label {
	display: block;
	margin-bottom: 10px;
	font-size: 0.28rem;
}

.form-item .form-input {
	font-size: 0.24rem;
	padding: 8px 10px;
	margin-bottom: 13px;
	color: #545B62;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.contact-form button {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	font-size: #545b62;
	background-color: #F0BA00;
	text-align: center;
	font-size: 0.28rem;
	line-height: 2.5;
	border-radius: 8px;
}

.form-input:focus {
	border-color: #F0BA00;
	outline: 0px;
	box-shadow: 0 2px 8px rgba(240, 186, 0, 0.4);
}

.news-title {
	padding-top: 1.2rem;
	margin-bottom: 1rem;
	text-align: center;
}

.news-title .sub-title {
	font-family: arial;
	font-size: 0.4rem;
	color: #cdcdcd;
}

.news-title .title {
	position: relative;
	font-size: 0.64rem;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
}

.news-title .title::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 4px;
	left: 50%;
	bottom: 0;
	background-color: #F0BA00;
	margin-left: -.4rem;
}

.news-title .description {
	font-size: 0.36rem;
	line-height: 2;
	color: rgba(0, 0, 0, .6);
}

.news-item {
	padding: 0.3rem;
}

.news-item>a {
	position: relative;
	display: block;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.news-item>a::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 5px;
	left: 0;
	bottom: 0px;
	background-color: #F0BA00;
	transition: all .35s ease-in-out;
}

.news-item .pic {
	width: 100%;
	height: 4.8rem;
	overflow: hidden;
}

.news-item .title {
	font-size: 0.4rem;
	margin-bottom: 10px;
}

.news-item .date {
	font-size: 0.28rem;
	color: rgba(0, 0, 0, .6);
	margin-bottom: 15px;
}

.news-item .description {
	font-size: 0.28rem;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-word;
	color: rgba(0, 0, 0, .6);
}

.news-item .text {
	padding: 12px;
	background-color: #fff;
}

.news-item>a:hover::after {
	width: 100%;
}

.news-more {
	text-align: center;
	font-size: 0.32rem;
	color: rgb(0, 0, 0, .6);
	padding: .8rem 0;
}

.footer {
	background-color: #000;
	padding-top: 1rem;
	padding-bottom: 10px;

}

.amap-info-content .input-title {
	font-size: 14px;
	line-height: 2;
	color: #F0BA00;
}

.amap-info-content .input-item {
	font-size: 12px;
	line-height: 2;
}

.foot-contact {
	color: #fff;
}

.foot-contact .title {
	font-size: 0.48rem;
	margin-bottom: 0.5rem;
	font-weight: 900;
}

.foot-contact .item {
	font-size: 0.28rem;
	margin-bottom: .2rem;
}

.foot-contact .item .iconfont {
	font-size: .4rem;
	margin-right: 4px;
}

.foot-ewm>div {
	width: 3rem;
	max-width: 100%;
	margin-top: .3rem;
	text-align: center;
}

.foot-ewm img {
	max-width: 100%;
	margin-bottom: 0.4rem;
}

.foot-ewm p {
	font-size: 0.28rem;
	color: #fff;
}

.copyright {
	background-color: #000;
	color: #fff;
	border-top: 1px solid rgb(255, 255, 255, .2);
}

.copyright .container {
	display: flex;
	padding: 15px 30px;
	justify-content: space-between;
}

.copyright .container p {
	font-size: 12px;
}

/*内页*/
.page-header {
	width: 100%;
	height: 9rem;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.page-header .page-header-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	background-color: rgba(0, 0, 0, .7);
}

.page-header .page-header-title li {
	width: 20%;
	text-align: center;
	color: #fff;
	font-size: 0.3rem;
	border: 1px solid rgba(240, 186, 0, 0.4);
	border-bottom: none;
	border-right: none;
}

.page-header .page-header-title li:last-child {
	border-right: 1px solid rgba(240, 186, 0, 0.4);
}

.page-header .page-header-title li:hover,
.page-header-active {
	background-color: rgba(240, 186, 0, 0.8) !important;
}

.page-header .page-header-title li>a {
	display: block;
	height: 1.2rem;
	line-height: 1.2rem;
}

.page-title {
	padding-top: 1rem;
	text-align: center;
	margin-bottom: 1rem;
}

.page-title .title {
	position: relative;
	font-size: 0.8rem;
	margin-bottom: .3rem;
	padding-bottom: .3rem;
}

.page-title .title::after {
	content: '';
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 3px;
	left: 50%;
	bottom: 0;
	margin-left: -.4rem;
	background-color: #F0BA00;
}

.page-title .sub-title {
	font-size: 0.4rem;
	color: rgba(0, 0, 0, .4);
	text-transform: uppercase;
}

.list-news {
	padding: 0.32rem;
}

.list-news>a {
	display: flex;
	padding: 0.32rem;
	background-color: #fff;
	border-radius: 5px;
}

.list-news>a .pic {
	flex: 0 0 5rem;
}

.list-news>a .text {
	position: relative;
	padding-top: 0.3rem;
	padding-left: 0.4rem;
}

.list-news .title {
	font-size: 0.4rem;
	font-weight: normal;
}

.list-news .date {
	font-size: 0.28rem;
	color: rgba(0, 0, 0, .5);
	margin: .2rem 0;
}

.list-news .description {
	font-size: 0.28rem;
	line-height: 2;
	color: rgba(0, 0, 0, .7);
}

.list-news .more {
	display: inline-block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #b6a014;
	color: #fff;
	font-size: 0.28rem;
	line-height: 2;
	padding: 0 10px;
	border-radius: 5px;
}

.list-news>a:hover {
	transition: all .35s ease-in-out;
	background-color: #ffee6f;
}

.list-news>a:hover .more {
	transition: all .35s ease-in-out;
	background-color: rgba(236, 212, 82);
}

.news-content {
	padding: 0.4rem;
	background-color: #fff;
}

.news-content .title {
	text-align: center;
	font-size: 0.4rem;
	color: #F0BA00;
	margin-bottom: .3rem;
}

.news-content .data {
	text-align: center;
	font-size: 12px;
	padding-bottom: .5rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.news-content .data span {
	margin-right: 4px;
}

.news-content .data a {
	display: inline-block;
	background-color: #F0BA00;
	line-height: 0.5rem;
	padding: 0 0.3rem;
	color: #000;
}
<!--0.00020289421081543-->