﻿@charset "utf-8";

/* CSS Document */
body {
	background: #fff;
	color: #333;
}

body,
input,
button,
select,
textarea {
	font: 16px "微软雅黑", Helvetica, Arial, Tahoma, 'SimSun', sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

* {
	white-space: normal;
}

th {
	text-align: left;
	font-weight: 400;
}

.clearfix:after {
	clear: both;
	display: block;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1;
}

img {
	border: none;
	vertical-align: middle;
	height: auto;
}

button,
input,
select,
textarea {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #e50110;
}

li {
	list-style: none;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4,
h5,
h6 {
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.none {
	display: none;
}

.gaodu {
	height: 12px;
}

label {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.yahei {
	font-family: 'microsoft yahei';
}

.english {
	font-family: Arial, Helvetica, sans-serif;
}

.f12 {
	font-size: 12px
}

.f14 {
	font-size: 14px
}

.f16 {
	font-size: 16px
}

.f18 {
	font-size: 18px
}

.f20 {
	font-size: 20px
}

.f24 {
	font-size: 24px
}

.f30 {
	font-size: 30px
}

.f36 {
	font-size: 36px
}

.f42 {
	font-size: 42px
}

.fb {
	font-weight: bold
}

.fn {
	font-weight: normal
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.black {
	color: black;
}

.gray {
	color: #666;
}

.gray3c {
	color: #ccc;
}

.gray36 {
	color: #666;
}

.gray38 {
	color: #888;
}

.gray98 {
	color: #989898;
}

.blue {
	color: #349bfc;
}

.orange {
	color: #f35f34;
}

.red {
	color: #e60012;
}

.green {
	color: #28A74C;
}

.white {
	color: #fff;
}

.yellow {
	color: #faad00;
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt50 {
	margin-top: 50px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb50 {
	padding-bottom: 50px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl50 {
	padding-left: 50px;
}

.text_center {
	text-align: center;
}

.gray_bg {
	background: #f7f5f4;
}

.white_bg {
	background: white;
}

.red_bg {
	background: #cf594d;
}


@media screen and (max-width: 768px) {
	.shou_no {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.pc_no {
		display: none;
	}
}


@media screen and (min-width: 768px) {
	.hai01 .carousel-inner .carousel-item img {
		position: relative;
		left: 50%;
		margin-left: -960px;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding: 0;
		display: inline-block;
		margin: 0.5rem 0 0.5rem 50px;
	}

	.navbar-nav li {
		position: relative;
	}

	.navbar-nav li .xiala {
		position: absolute;
		top: 36px;
		box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
		right: -26px;
		display: none;
		width: 106px;
		background: white;
		z-index: 999;
	}

	.navbar-nav li:hover .xiala {
		display: block;
	}

	.navbar-nav li .xiala a {
		display: block;
		text-align: center;
		line-height: 36px;
		color: #888;
		font-size: 12px;
	}

	.nav01 ul li a:hover,
	.nav01 ul li.active .nav-link,
	.nav01 ul li:hover .nav-link {
		color: #198d4e;
	}
}

@media screen and (max-width: 768px) {
	.hai01 .carousel-inner .carousel-item img {
		width: 150%;
		position: relative;
		left: 50%;
		margin-left: -280px;
	}

	.nav01 .navbar-brand img {
		width: 60%;
	}
}

.navbar-toggler-icon img {
	width: 80%;
}

.navbar-toggler {
	padding-right: 0;
}

@media screen and (max-width: 768px) {
	.navbar-collapse {
		position: fixed;
		top: 0;
		width: 100vw;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: rgba(0, 0, 0, .8);
	}

	.navbar-collapse ul {
		width: 80vw;
		overflow-y: scroll;
		position: absolute;
		right: -80vw;
		background: white;
		height: 100vh;
		padding: 20px 20px 50px 50px;
	}

	.navbar-collapse ul li a {
		font-size: 16px;
		line-height: 36px;
	}

	.navbar-nav li .xiala a {
		display: block;
		color: #888;
		padding-left: 30px;
	}
}

.index01 .col-3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #ddd;
}

.index01 .col-3:last-child {
	border: none;
}

.index01 .col-3 a {
	display: block;
	padding-top: 15px;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.index01 .col-3 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.index01 .col-3 a {
		font-size: 12px;
		padding-top: 5px;
	}

	.index01 .col-3 a img {
		width: 40%;
	}
}

.index_tit h2 {
	font-size: 20px;
	padding: 40px 0 15px 0;
	border-bottom: 1px solid #ddd;
}

.index02 a {
	display: block;
	overflow: hidden;
}

.index02 a img {
	width: 100%;
	transition: all 0.8s;
}

.index02 a:hover img {
	transform: scale(1.1);
	transition: all 0.8s;
}

.index03 ul li h2 a {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	height: 20px;
	overflow: hidden;
}

.index03 ul li p {
	color: #888;
	height: 40px;
	overflow: hidden;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.index_tit h2 {
		padding-top: 10px;
	}
}

.index04 {
	margin-top: 10px;
}

.index04 li {
	line-height: 36px;
}

.index05 img {
	width: 46%;
	margin-right: 10px;
}

.index05 p {
	font-size: 16px;
	line-height: 36px;
}

.index05 p b {
	color: #ee842c;
	font-size: 30px;
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
}

.inside_hai {
	position: relative;
	height: 568px;
	overflow: hidden;
	width: 100%;
}

.inside_hai img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

@media screen and (max-width: 768px) {
	.inside_hai {
		height: 180px;
		width: 100vw;
		overflow: hidden;
	}

	.inside_hai img {
		width: 240%;
		margin-left: -450px;
	}
}


@media screen and (min-width: 768px) {
	.inside01 {
		width: 20.5%;
	}

	.inside04 {
		width: 76%;
	}
}

.inside02 h2 {
	line-height: 50px;
	background: #198d4e;
	color: white;
	text-align: center;
	font-size: 18px;
}

.inside02 ul li a {
	text-align: center;
	display: block;
	line-height: 40px;
	border: 1px solid #ddd;
	background: white;
	border-top: none;
}

.inside02 ul li a:hover {
	background: #f5f5f5;
	transition: all 0.3s;
}

.inside03 {
	position: relative;
}

.inside03 img {
	width: 100%;
}

.inside03_1 h2 {
	font-size: 18px;
	color: #198d4e;
}

.inside03_1 h3 {
	font-size: 24px;
	padding: 10px 0;
}

.inside05 {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.inside05 h2 {
	font-size: 18px;
	border-left: 2px solid #198d4e;
	padding-left: 10px;
}

.neirong {
	line-height: 30px;
}

.neirong img {
	max-width: 100%;
}

.news01 {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.news01 h2 {
	font-size: 30px;
}

.news01 h3 a {
	font-size: 24px;
	color: #198d4e;
	display: block;
	margin: 15px 0;
	height: 30px;
	overflow: hidden;
}

.news01 h3 a:hover {
	text-decoration: underline;
}

.news01 h4 {
	font-size: 16px;
	color: #888;
}

.news02 h1 {
	font-size: 24px;
	color: #198d4e;
}

.news02 p {
	background: #ededed;
	color: #888;
	line-height: 36px;
	padding-left: 10px;
	margin: 10px 0;
}


.m-page {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}

.m-page a {
	float: left;
	background: #777;
	padding-left: 10px;
	padding-right: 10px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-family: "Arial";
	display: block;
	margin-right: 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.m-page span {
	float: left;
	width: 37px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-family: "Lucida Console";
	display: block;
	margin-right: 4px;
	color: #777;
}

.m-page a:hover {
	background: #cd1a1c;
}

.m-page a.prePage,
.m-page a.nextPage {
	font-family: "Tahoma";
}

.m-page .hidden {
	display: none;
}

body {
	padding-top: 57px;
}

@media screen and (min-width: 768px) {
	body {
		padding-top: 78px;
	}
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
}