/* 公共 */
body {
	font-size: 0.875rem;
}

a:link,
a:visited {
	text-decoration: none;
	color: #4d4d4d;
}

a:hover,
a:active {
	text-decoration: none;
	color: #2ca094;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@font-face {
	font-family: STXingkai;
	src: url('../font/STXingkai.ttf'), url('');
}

.carousel-item {
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

/* 首页 */
.top {
	background-color: #4d4d4d;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.top a {
	color: white;
}

.head {
	height: 110px;
	overflow: hidden;
}

.head-logo {
	margin-top: 12px;
}

.head-logo img {
	width: 343px;
	height: 85px;
}

.head-logo-text {
	font-size: 1.8rem;
	width: 320px;
	height: 75px;
	line-height: 80px;
	border-left: #c6bfc6 1px solid;
	font-family: STXingkai;
	color: #2ca094;
	margin-top: 13px;
	margin-left: 20px;
	padding-left: 20px;
}

.head-tool {
	margin-top: 20px;
}

.head-tool .title {
	word-spacing: 6px;
	margin-top: 8px;
	font-family: STXingkai;
	font-size: 1.5rem;
	color: #2ca094;
	line-height: 15px;
}

.head-tool-search {
	margin-top: 15px;
}

.head-tool .form-inline .form-control {
	display: inline-block;
	width: 180px;
	vertical-align: middle;
	border-Radius: 0;
}

.head-tool-search button {
	border-Radius: 0;
	background-color: #2ca094;
}

.menu {
	font-size: 1rem;
	background-color: #2ca094;
	height: 45px;
}

.menu .nav-pills>li:hover .dropdown-menu {
	display: block;
	margin-top: -1px;
	border-Radius: 0;
}

.menu .nav-pills .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 8px 0;
	margin-top: -1px;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.9);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
}

.menu .dropdown-items-1 {
	width: 160px;
	line-height: 32px;
}

.menu .dropdown-items-1 a {
	display: block;
	width: 160px;
	float: left;
	display: block;
	padding: 5px 25px;
	text-align: inherit;
	white-space: nowrap;
	border-Radius: 0;
	font-size: 0.875rem;
}

.menu .dropdown-items-1 a:hover,
.menu .dropdown-items-1 a:focus {
	background-color: #2ca094;
	color: white;
	border-Radius: 0;
}

.menu .dropdown-items-2 {
	width: 320px;
	line-height: 32px;
}

.menu .dropdown-items-2 a {
	display: block;
	width: 160px;
	float: left;
	display: block;
	padding: 5px 25px;
	text-align: inherit;
	white-space: nowrap;
	font-size: 0.875rem;
}

.menu .dropdown-items-2 a:hover,
.menu .dropdown-items-2 a:focus {
	background-color: #2ca094;
	color: white;
	border-Radius: 0;
}

.menu .nav-pills .nav-link {
	line-height: 45px;
	border-Radius: 0;
	padding: 0;
}

.menu .nav-pills .nav-link.active {
	background-color: #279186;
}

.menu .nav-pills .show>.nav-link {
	background-color: #2ca094;
}

.slides {
	width: 1170px;
	padding: 0;
}

.slides .carousel-item {
	height: 450px;
}

.slides .carousel-item img {
	height: 450px;
	object-fit: cover;
}

.slides .carousel-indicators li {
	width: 65px;
	height: 3px;
}

.slides .iconfont {
	font-size: 3rem;
}

.nav-tabs {
	font-size: 1.125rem;
	font-weight: 800;
	height: 40px;
	line-height: 40px;
	color: #2ca094;
	border-bottom: 2px solid #2ca094;
}

.nav-link {
	display: block;
	padding: 0 20px 0 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #2ca094;
	border-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link a {
	color: #2ca094;
}

.nav-tabs .nav-link {
	border: 0;
}

.info-item .tabmore,
.info-item .tabmore a {
	font-size: 1.125rem;
	font-weight: 800;
	height: 40px;
	line-height: 40px;
	color: #2ca094;
	margin-top: -60px;
}

.info-item {
	margin: 20px 0;
}

.info-item .title {
	height: 36px;
	border-bottom: 1px solid #efefef;
}

.info-item .title .jx{
	font-size: 1.125rem;
	font-weight: 800;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-bottom: 3px solid #2ca094;
}

.info-item .title a {
	color: #424242;
}

.info-item .title span{
	color: #aaaaaa;
	line-height: 36px;
	margin-left: 10px;
}

.info-item .pointmore,
.info-item .pointmore a {
	font-size: 1.125rem;
	font-weight: 800;
	height: 40px;
	line-height: 40px;
	color: #cccccc;
}

.info-item .content {
	margin: 12px 0;
	height: 200px;
	overflow: hidden;
}

.info-item .content-hot {
	margin: 30px 0;
	height: 450px;
	line-height: 40px;
	overflow: hidden;
}

.info-item .content-hot>dd {
	height: 50px;
	line-height: 40px;
	overflow: hidden;
	white-space: normal;
	color: #797979;
}

.info-item .content-ul>li {
	position: relative;
	padding-left: 12px;
	overflow: hidden;
	border-bottom: 1px dashed #efefef;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	/* Opera */
	-moz-binding: url("");
	/*FireFox*/
}

.info-item .content-ul>li:after {
	content: "";
	background: #ccc;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	margin-top: -2px;
	position: absolute;
	left: 0;
	top: 50%;
}

.info-item .content-ul>li a{
	display: inline-block;
	/*width: 500px;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.info-item .content-ul>li span{
	float: right;
	color: #9B9B9B;
	font-size: 0.875rem;
}

.news-slides {
	margin: 0 0 32px;
	height: 200px;
	overflow: hidden;
}

.news-slides img {
	height: 200px;
}

.news-slides .carousel-item .carousel-title {
	position: absolute;
	bottom: 0;
	z-index: 10;
	text-align: center;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, 0.5);
}

.info-item .content-cal {
	margin: 0 0 30px;
	height: 474px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.info-item .content-cal-ul .list {
	border-bottom: #ccc 1px solid;
	width: 85%;
	height: 75px;
	margin: 20px auto;
	overflow: hidden;
}

.info-item .date {
	width: 56px;
	height: 56px;
	float: left;
	text-align: center;
}

.info-item .date .date-day {
	font-size: 1.15rem;
	color: #fff;
	height: 28px;
	line-height: 28px;
	background-color: #2ca094;
}

.info-item .date .date-month {
	font-size: 0.75rem;
	height: 28px;
	line-height: 28px;
	color: #797979;
	background-color: #fff;
}

.info-item .list .text {
	width: 240px;
	height: 56px;
	line-height: 28px;
	float: left;
	white-space: normal;
	margin-left: 16px;
	overflow: hidden;
}

.service {
	height: 240px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.service img {
	width: 150px;
	height: 100px;
	float: left;
	margin: 70px 2px 0;
}

.serviceicon {
	margin: 80px 10px 0;
	width: 60px;
	text-align: center;
	float: left;
}

.service a {
	color: #2ca094;
}

.serviceicon .iconfont {
	font-size: 2rem;
}

.serviceicon .icontext {
	display: block;
}

.tooltip-inner {
	padding: 4px;
	background-color: white;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #fff;
}

.friendlink {
	background-color: #efefef;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}

.friendlink .title {
	width: 200px;
	font-size: 1.125rem;
	font-weight: 800;
	color: #2ca094;
	float: left；
}

.friendlink .title a {
	color: #2ca094;
}

.friendlink .content {
	float: left;
}

.friendlink .content-ul li {
	position: relative;
	margin: 0 10px;
	float: left;
}

.contact {
	height: 190px;
	background-color: #2ca094;
	color: white;
	overflow: hidden;
}

.contact a {
	color: white;
}

.nav-b {
	font-size: 1rem;
	margin: 30px 0;
	width: 375px;
	overflow: hidden;
}

.nav-b li {
	float: left;
	line-height: 32px;
	width: 350px;
	text-align: left;
}

.contact-b {
	margin: 30px 0;
	width: 375px;
	overflow: hidden;
}

.contact-b .qrcode {
	width: 125px;
	float: left;
	font-size: 1rem;
	line-height: 32px;
}

.contact-b .qrcode img {
	margin-left: 27px;
	width: 70px;
	height: 70px;
}

.contact-b .qrcode span {
	width: 125px;
	display: block;
	text-align: center;
}

.contact-b .link {
	width: 375px;
	font-size: 1rem;
	line-height: 32px;
}

.logo-b {
	margin: 32px auto 0;
	width: 320px;
	border-left: 1px solid #5593be;
	border-right: 1px solid #5593be;
	overflow: hidden;
}

.logo-b img {
	width: 130px;
	height: 130px;
	margin: 0 95px;
}

.bottom {
	color: #ccdbe6;
	height: 40px;
	line-height: 40px;
	background-color: #004d82;
	text-align: center;
	overflow: hidden;
}

.bottom a {
	color: #ccdbe6;
}

#floatdivids {
	width: 183px;
	height: 153px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

/* 文字列表栏目页 */
.banner {
	padding: 0;
}

.banner .banner-item {
	height: 350px;
}

.banner .banner-item img {
	height: 350px;
	object-fit: cover;
}

.nav-l {
	width: 250px;
	margin: 20px 0;
}

.nav-l .title {
	height: 60px;
	background-color: #2ca094;
	border-bottom: 3px solid #62b6ad;
}

.nav-l .title .iconfont {
	font-size: 2rem;
	margin-right: 10px;
	line-height: 60px;
	display: block;
	float: left;
}

.nav-l .title .icontext {
	font-size: 1.2rem;
	line-height: 60px;
	display: block;
	float: left;
}

.nav-l .content li {
	background-color: #f2f2f2;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	font-size: 1rem;
}

.link-l {
	width: 250px;
	margin: 20px 0;
}

.link-l .title {
	height: 60px;
	background-color: #9ca4b6;
	border-bottom: 3px solid #c2c7d2;
}

.link-l .title .iconfont {
	font-size: 2rem;
	margin-right: 10px;
	line-height: 60px;
	display: block;
	float: left;
}

.link-l .title .icontext {
	font-size: 1.2rem;
	line-height: 60px;
	display: block;
	float: left;
}

.link-l .content li {
	background-color: #f2f2f2;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	font-size: 1rem;
}

.list-r {
	margin: 20px 0;
}

.list-r .title {
	height: 45px;
	border-bottom: 2px solid #2ca094;
}

.list-r .title .text {
	font-size: 1.2rem;
	line-height: 45px;
	color: #2ca094;
}

.list-r .title .nav,
.list-r .title .nav a {
	float: right;
	line-height: 45px;
	color: #767676;
}

.list-r .content .ldpic p {
	white-space: normal;
}

.list-r .content .ldpic img {
	height: 230px;
	object-fit: cover;
	width: 100%;
}

.list-r .content li {
	line-height: 55px;
	color: #767676;
	height: 55px;
	font-size: 1rem;
	border-bottom: 1px dashed #e4e4e4;
	overflow: hidden;
}

.list-r .content li>span {
	color: #9b9b9b;
	float: right;
}

.list-r .page-item.active .page-link {
	background-color: #2ca094;
	border-color: #2ca094;
}

/* 内容页 */
.info {
	margin: 20px 0 50px;
}

.info>.title {
	height: 45px;
	border-bottom: 2px solid #2ca094;
}

.info>.title>.text {
	font-size: 1.2rem;
	line-height: 45px;
	color: #2ca094;
}

.info>.title>.nav,
.info>.title>.nav a {
	float: right;
	line-height: 45px;
	color: #767676;
}

.info .content {
	line-height: 35px;
	font-size: 1rem;
}

.info .content .title {
	width: 90%;
	margin: 30px auto 0;
	display: block;
	text-align: center;
}

.info .content .title h3 {
	line-height: 50px;
}

.info .content .items {
	display: block;
	font-size: 0.875rem;
	text-align: center;
	line-height: 75px;
	border-bottom: 1px dashed #2ca094;
}

.info .content .text {
	display: block;
	margin: 20px 0;
}

.info .content .text p {
	padding: 0;
	margin: 0;
}

.listpage span {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.info>.textpage a {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.info>.textpage>b {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ffffff;
	background-color: #2ca094;
	border: 1px solid #2ca094;
}

.info .linkpage>span {
	display: block;
	line-height: 35px;
}