<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}

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

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier, courier, monospace;
}

li {
	list-style: none;
}

a,
a:hover,
a:link,
a:visited,
a:active {
	text-decoration: none;
}

img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide {
	display: none;
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 1.42858;

}

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clr {
	display: block;
	clear: both
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

body {
	padding-top: 75px;
	color: #000;
	/*min-width: 960px;*/
}
i{
    font-style: normal;
}
/*æµ®åŠ¨*/
.l {
	float: left;
}

.r {
	float: right;
}

/*å®šä½*/
.re {
	position: relative;
}

.ab {
	position: absolute;
	z-index: 10
}

/*å­—ä½“å¤§å°*/
.f-14 {
	font-size: 14px;
}

.f-16 {
	font-size: 16px;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-24 {
	font-size: 24px;
}

.f-32 {
	font-size: 32px;
}

/*å­—ä½“é¢œè‰²*/
.c-0 {
	color: #000;
}

.c-8 {
	color: #888;
}
.c-3{
    color:#333;
}
.c-6 {
	color: #666;
}
.c-9{
    color:#999;
}
.c-9e {
	color: #9e9e9e;
}

.c-g {
	color: #00913d;
}

/*èƒŒæ™¯è‰²*/
.bg-w {
	background: #fff
}

/*å˜è‰²*/
.change-t:hover {
	color: #00913d;
}

/*å›¾ç‰‡æ•ˆæžœ*/
.img {
	overflow: hidden;
}

.scale {
	-webkit-transition: all 1s;
	transition: all 1s;
	display: block;
	width: 100%;
}

.scale:hover {
	transform: scale(1.1);
}

/*æ˜¾ç¤ºçœç•¥å·*/
.ell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ell2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ell3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*åœ†è§’*/
.radius-4 {
	border-radius: 4px;
}

/*å®½åº¦*/
.w-71 {
	width: 71.6%;
}

.w-29 {
	width: 28.4%;
	padding-left: 10px;
}

.w-15 {
	width: 15%;
	padding-right: 10px;
}

.w-56 {
	width: 56.6%;
	padding: 0 20px;
}
.w-50{
    width:50%;
}
/*.w-71{
	width:71%;
	padding-right:10px;
}*/
.inner {
	max-width: 1200px;
	/*min-width: 960px;*/
	margin: 0 auto;
}

/*é—´éš”*/
.mar-20 {
	margin-bottom: 20px
}

.p-20 {
	padding: 20px;
}

.p-40 {
	padding: 40px;
}

/*å¤´éƒ¨*/
.right-section {
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 99;
	width: 40px;
}

.right-section .list {
	width: 40px;
	height: 40px;
	display: block;
}

.right-section .feedback {
	border: 1px solid #ddd;
}

.right-section .feedtext {
	display: none;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 14px;
	padding-top: 5px;
}

.right-section .feedback:hover .feedtext {
	display: block;
	background: #00913d;
	border: 1px solid #00913d
}

.right-section .feedimg {
	width: 40px;
	height: 40px;

	background: url(../img/kf-1.png) no-repeat center;

}

.right-section .phone-img {
	width: 40px;
	height: 40px;
	background: url(../img/dh-1.png) no-repeat center;

}

.right-section .phone-img:hover {
	background: url(../img/dh-2.png) no-repeat center;
}

.right-section .phone-text {
	/*padding:10px;*/
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	background: #FFF;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.right-section .phone {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.right-section .phone:hover .phone-text {
	visibility: visible;
	opacity: 1;
}

.right-section .code {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.right-section .code-img {
	width: 40px;
	height: 40px;
	background: url(../img/ewm-1.png) no-repeat center;

}

.right-section .code-img:hover {
	background: url(../img/ewm-2.png) no-repeat center;

}

.right-section .code:hover .phone-text {


	visibility: visible;
	opacity: 1;
}

.right-section .gotop {
	border: 1px solid #ddd;
 
}

.right-section .gotop .top-img {
	width: 40px;
	height: 40px;
	background: url(../img/zd-1.png) no-repeat center;

}

.right-section .gotop .top-img:hover {
	background: url(../img/zd-2.png) no-repeat center;

}

.right-section .list {
	background: #fff;
}

.right-section .list:hover {
	background: #00913d;
	border: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(218, 218, 218, 0.8);

	text-align: center;
}

.header .inner {
	position: relative;
	padding: 0 300px 0 274px;
}

.header .logo {
	position: absolute;
	left: 0;
	top: 20px;
   width:270px;
}
.header .logo1{
    float: left;
}

.header .logo img {
	display: block;
		width:135px;
}

.header .right {
	position: absolute;
	right: 0;
	top: 20px;

}

.header .h-nav {
	text-align: center;

}

.header .h-nav li {
	display: inline-block;
	text-align: center;
	margin: 0 .5%;
	position: relative;
	height: 75px;
}
@media screen and (max-width:1170px) {
	.header .h-nav li {
		margin: 0;

	}
	.header .h-nav li a {
		padding: 10px 5px !important;
	}
}
.header .h-nav li a {
	font-weight: bold;
	padding: 10px 6px;
	height: 75px;
	line-height: 75px;
}
.header .h-nav li.active a.f-a{
    color:#00913d;
}
.header .h-nav li .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	/*margin-left: 7px*/
}
.header .h-nav li .item a {
	display: block;
	padding: 7px 0;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	height: auto;
}
.header .h-nav li .item {
	padding: 10px 0;
	width: 170px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -85px;
	text-align: center;
	z-index: 100;
	background: #fff;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.header .h-nav li:hover .item {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header .search {
	height: 34px;
	width:165px !important;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 0 35px 0 10px;
	font-size: 14px;
	color: #9e9e9e;
	position: relative;
}
.header .search input {
	border: none;
	box-shadow: none;
	width: 100%;
	height: 100%;
}
.header .search .iconfont {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
  border-radius:4px;
     border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	background: #00913d;
	border:none;
	height:32px;
	padding:0 5px;
}
.login-out:hover .dropdown-menu {
				display: block;
			}
.header .login-out{
    position: relative;
}
 
.header .login {
	height: 34px;
	padding:0 7px;
	text-align: center;
	line-height: 34px;
	background: #f2f2f2;
	border-radius: 4px;

	color: #000;
	font-size: 14px;
}
.header .tg {
    	margin: 0 10px;
	width: 90px;
	height: 34px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	background: #00913d;
	border-radius: 4px;
	font-size: 14px;
}

/*å†…å®¹*/
.index-container {
	padding: 30px 0;
}

.home-banner {
	margin-bottom: 30px;
}

.home-banner .info {
	height: 120px;
	width: 100%;
	color: #fff;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
	background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
	text-align: left;
	padding-top: 52px;
	padding-left: 20px;
	padding-right: 20px;
}

.home-banner .info p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-banner .swiper-pagination {
	text-align: left;
	padding-left: 20px;
	bottom: 20px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
	width: 35px;
	height: 2px;
	opacity: .5;
	float: left;
	border-radius: .5px;
	cursor: default;
	position: relative;
	background: #fff;
	border: none;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
	width:20px;
	height:30px;
	margin-top:-15px;
	background-size: 20px 30px;
}
.home-banner .w-29 {
	padding-left: 10px;
}
.home-banner .list li {
	width: 48.55%;
	float: left;
	margin-left: 2.9%;
	overflow: hidden;
}
.home-banner .list li img {
	display: block;
	width: 100%
}
.home-banner .list li:nth-child(2n+1) {
	margin-left: 0;
}
.home-banner .list li:nth-child(3) {
	margin-top: 10px;
}
.home-banner .list li:nth-child(4) {
	margin-top: 10px;
}
.home-banner .list li .info-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 74.9%, 0)), color-stop(97%, rgba(0, 0, 0, .78)));
	background-image: linear-gradient(-180deg, hsla(0, 0%, 74.9%, 0), rgba(0, 0, 0, .78) 97%);
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 4px;
}
.home-banner .list li .info-1 p {
	line-height: 18px;
	color: #fff;
	text-align: justify;
	padding: 0 10px;
	position: absolute;
	bottom: 6px;
	overflow: hidden;
	-webkit-transition: bottom .5s;
	transition: bottom .5s;
}
.home-banner .list li .info-1:hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 74.9%, 0)), color-stop(97%, rgba(0, 0, 0, .78)));
	background-image: linear-gradient(-180deg, hsla(0, 0%, 74.9%, 0), rgba(0, 0, 0, .78) 97%)
}
.home-banner .list li:hover p {
	bottom: 72px;
	opacity: 1;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-line-clamp: 4 !important;
}
.home-banner .list li:hover img {
	transform: scale(1.1);
}
.index-main .left-list a {
	display: block;
}
.index-main .left-list .list1 a {
	padding: 0 8px;
	height: 34px;
	line-height: 34px;
}
.index-main .left-list .list1 a.active {
	color: #fff;
	background: #00913d;
}
.index-main .left-list .iconfont {
	display: inline-block;
	margin-right: 5px;
}
.index-main .left-list img.iconfont{
    margin-top:-2px;
}
.index-main .left-list p {
	margin: 15px 0 20px;
	font-weight: bold;
}
.index-main .left-list .list2 {
	padding: 0 8px;
}
.index-main .left-list .list2 a {
	margin-bottom: 15px
}
.index-main .left-list .list2 a.active {
	color: #00913d;
}
.index-main .left-list .list2 .i1 {
	color: #00913d;
}
.index-main .left-list .list2 .i2 {
	color: #f68d11;
}

.index-main .left-list .list2 .i3 {
	color: #1699b9;
}

.index-main .left-list .list2 .i4 {
	color: #f46b6b;
}

.index-main .left-list .list2 .i5 {
	color: #6dc554;
}

/*æœ€æ–°å†…å®¹*/
.news-list .list {
	position: relative;
	padding: 24px 0;
	border-bottom: 1px solid #f0f0f0;
	padding-right: 80px;
}

.news-list .list .text {
	padding-right: 15px;
}

.news-list .list .text .desc {
	margin: 10px 0 15px;
	text-align: justify;
	display: block;
}

.news-list .list .img {
	position: absolute;
	top: 26px;
	right: 0;
	width: 80px;
}

.news-list .list .info .i {
	display: inline-block;
	margin-right: 12px;
}

.news-list .list .info .t {
	text-decoration: underline;
}

.news-list .list .info .iconfont {
	font-size: 14px;
	display: inline-block;
	margin-right: 4px;
}

.btn-more {
	text-align: center;
	margin-top: 30px;
}

.btn-more a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	color: #fff;
	background: #00913d;
	font-size: 16px;
	border-radius: 20px;
}

.index-main .ad-img {
	margin-bottom: 20px;
}

.index-main .ir-list {
	margin-bottom: 20px;
}

.ir-list .title {
	margin-bottom: 15px;
}

.index-main .ir-list .more {
	margin-top: 14px;
}

.list-sx .list {
	position: relative;
	padding-right: 60px;
	min-height: 60px;
	margin-top: 20px;
}

.list-sx .list-content .list:first-child {
	margin-top: 0
}

.list-sx .list .text {
	padding-right: 15px;
	min-height: 60px;
}

.list-sx .list .time {
	position: absolute;
	bottom: -2px;
	left: 0;
}

.list-sx .list .img {
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

.index-main .list-tjsr {
	margin-bottom: 0
}

.index-main .list-tjsr .list {
	width: 19%;
	margin-left: 8%;
	margin-bottom: 20px
}

.index-main .list-tjsr .list-content .list:nth-child(4n+1) {
	margin-left: 0;
}

.index-main .list-tjsr .list .img {
	border-radius: 50%;
}

.index-main .list-tjsr .list p {
	text-align: center;
	margin-top: 10px;
}

.index-main .list-sjz .list .info {
	height: 120px;
	width: 100%;
	color: #fff;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
	background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
	text-align: left;
	border-radius: 4px
}

.index-main .list-sjz .list p {
	color: #fff;
	position: absolute;
	left: 12px;
	bottom: 10px;
}

.index-main .list-sjz .list .bf {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -36px;
	margin-left: -32px;
}

/*å°¾éƒ¨*/
.footer {
	padding: 30px 0 20px;
	border-top: 1px solid #f0f0f0;
}

.footer .title {
	margin-bottom: 16px;
}

.footer .part1 {
	width: 20%;
}

.footer .part1 ul li {
	float: left;
	width: 40%;
	margin-bottom: 14px
}

.footer .part2 {
	width: 61%;
}

.footer .part2 ul li {
	float: left;
	width: 25%;
	margin-bottom: 6px;
}

.footer .part2 ul li .iconfont {
	line-height: 1;
	display: inline-block;
}

.footer .part3 {
	margin-top: 40px;
	text-align: center;
}

.footer .bottom {
	margin-top: 40px
}


/*è¯¦æƒ…*/
.bg-container {
	background: #F4F5F5;
	padding: 30px 0;
}

.show-container .s-l {
	padding-left: 70px;
	position: relative;
}

.area-left {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
	text-align: center;
	width: 70px;
	padding-right: 20px;
}

.area-left-fixed {
	position: fixed;
	top: 35px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 0;
	padding-right: 0;
}

.area-left-fixed .area-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.area-left-fixed .area-content {
	padding-top: 40px;
	text-align: center;
	width: 70px;
	padding-right: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.area-left .iconfont:hover {
	cursor: pointer;
}

.area-left .iconfont {
	display: inline-block;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background: #fff;
}

.area-left .i1 .iconfont {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	border: 1px solid #00913d;
	color: #00913d;
	margin-bottom: 15px;
	font-size: 20px;

}
.area-left .i1 .active .iconfont{
    background: #00913d;
	color: #fff;
}
/*.area-left .i1 .iconfont.active {*/
/*	background: #00913d;*/
/*	color: #fff;*/
/*}*/

.area-left .i1 .iconfont:hover {
	background: #00913d;
	color: #fff;
}

.area-left .i1 .num {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #6c757d;
	font-weight: bold;
	margin-bottom: 10px
}

.area-left .i2 {
	text-align: center;
	margin-bottom: 10px;
}

.area-left .i2 .iconfont {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #b9b9b9;
}

.area-left .i2 .iconfont:hover {
	background: #b9b9b9;
	color: #fff;
}

.show-container .w-71 {
	padding-right: 10px
}

.show-container .show-main {
	padding: 40px;
}

.show-container .show-main .title {
	font-weight: bold;
	margin-bottom: 10px
}

.show-container .show-main .info {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.show-container .show-main .info .i {
	display: inline-block;
	margin-right: 10px;
}

.show-container .show-main .info .iconfont {
	margin-right: 4px;
	display: inline-block;
	font-size: 14px
}

.show-container .show-main .content {
	padding: 40px 0;
	border-bottom: 1px solid #f0f0f0;

	text-align: justify;
	line-height: 1.75
}

.show-container .show-main .content img {
	max-width: 100%;
}

.bottom-section {
	padding: 70px 0;
	text-align: center
}

.bottom-section .i-group {
	margin-bottom: 25px
}

.bottom-section .i-group .i {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	margin: 0 4px;
	border: 1px solid #ccc;
	color: #9a9a9a;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bottom-section .i-group .i a{
    	color: #9a9a9a;
}
.bottom-section .i-group .i:hover{
	cursor: pointer;
	background: #9a9a9a;
	border-color:#9a9a9a;
	color:#fff;
}
.bottom-section .i-group .i:hover a{
    color:#fff;
    
}
.bottom-section .i-group .i .text {
	display: inline-block;
	margin: 0 5px;
	font-style: normal;
}
.bottom-section .i-group .i.active{
	color: #00913d;
	border-color: #00913d
}
.bottom-section .i-group .i.active a{
    color: #00913d;
}
.bottom-section .i-group .i.active:hover {
	color: #fff;
	background-color: #00913d;
	border-color:#00913d;
}
.bottom-section .i-group .i.active:hover a{
    	color: #fff;
}
.bottom-section .i-group .i3 .text {
	margin-right: 0;
}

.bottom-section .desc a {
	color: #1772C6;
	text-decoration: underline;
}

.show-container .user-info .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px
}

.show-container .user-info .people-info {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	margin-bottom: 20px
}

.show-container .user-info .people-info .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
}

.show-container .user-info .people-info .title {
	font-weight: bold;
	margin-bottom: 5px
}

.show-container .user-info .people-info .f-14 {
	text-align: justify;
}

.show-container .user-info .l-line {
	border-left: 2px solid #00913d;
	padding-left: 10px;
	line-height: 1.2
}

.show-container .user-info .bottom .list {
	margin-top: 12px;
}

.show-container .user-info .bottom .list .title {
	margin-bottom: 12px
}
.show-container .user-info .more{
	text-align: center;
	margin-top:12px;
}
.show-container .user-info .more a{
	display: inline-block;
	padding: 7px 50px;
    border: 1px solid #00913d;
    color: #00913d;
}
.show-container .user-info .more a:hover{
	background: #00913d;
	color:#fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.loadmore {
  width: 80%;
  margin: 1.5em auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
  clear: both;
}
.loadmore-tips {
  display: inline-block;
  vertical-align: middle;
}
.loadmore-line {
  border-top: 1px solid #E5E5E5;
  margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
  position: relative;
  top: -0.9em;
  padding: 0 .55em;
  background-color: #FFFFFF;
  color: #808080;
}

/*è¯„è®º*/
#comments .panel-title{
    font-size:16px;
}
#comments .panel-title small{
    color:#999;
}
#comment-container #commentlist dl {
  position: relative;
  border-bottom: 1px solid #eee;
  clear: both;
  padding: 10px 0;
  margin-bottom: 5px;
}
#comment-container #commentlist dl dt {
  float: left;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
}
#comment-container #commentlist dl dt img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#comment-container #commentlist dl dd {
  padding-left: 55px;
  float: left;
  width: 100%;
}
#comment-container #commentlist dl dd cite a {
  color: #0084ff;
}
#comment-container #commentlist dl dd small {
  color: #999;
  margin: 0 0 0 3px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
#comment-container #commentlist dl dd small a {
  display: none;
}
#comment-container #commentlist dl dd dl {
  margin: 0px;
  border-top: 1px solid #eee;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 0;
}
#comment-container #commentlist dl dd dl dd {
  width: 550px;
}
#comment-container #commentlist dl dd p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px;
}
#comment-container #commentlist dl dd p em {
  font-style: normal;
  display: inline-block;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #0084ff;
  background: rgba(0, 132, 255, 0.1);
  border-radius: 2px;
}
#comment-container #commentlist cite {
  font-style: normal;
}
#comment-container h3 {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
}
#comment-container h3 a {
  display: none;
}
#comment-container #postcomment .form-group {
  margin-bottom: 10px;
}
#comment-container #postcomment label {
  font-weight: normal;
}
#comment-container #postcomment a small {
  display: inline !important;
}
.btn-primary{
    background: #00913d;
    border-color:#00913d;
}

/*åˆ†äº«*/
  .bsTop{
        width:208px !important;
    }
    .bsFrameDiv div{
        height:100% !important;
    }
    .bsFrameDiv img{
        margin:16px !important;
    }
.share-btn{
    position: relative;
}

/*é¦–é¡µåˆ‡æ¢*/
.index-main .tab-content .tab-i{
    display: none;
}
.index-main .tab-content .tab-i:first-child{
    display: block;
}

.index-main .t-desc{
    margin-top:20px;
}
.channel-nav{
    border-bottom:1px solid #e2e2e2;
    margin-top:20px;
}
.channel-nav a{
    display: inline-block;
    padding:10px 12px;
    font-size:16px;
    color:#00913d;
}
.channel-nav a.active{
    color:#222;
    border-radius:3px;
    border:1px solid #e2e2e2;
    border-bottom:1px solid #fff;
    background: #fff;
    margin-bottom:-1px;
}

/*ä¼šå‘˜ä¸­å¿ƒ*/
#user-container .w-29{
     padding-right:10px;
     padding-left:0;
}
#user-container .w-71{
     padding-left:20px;
}
#user-container h4{
    font-size:15px;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}
#user-container p{
    margin:0 0 8.5px
}
#user-container hr{
     margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eeeeee; 
}
  
.sidenav .list-group .list-group-item.active{
    border:none;
}
.sidenav .list-group .list-group-item.active &gt; a{
    color:#00913d;
}
.mygz-content .mygz-list{
    width:19%;
    float:left;
    margin-left:1.25%;
    margin-bottom:15px;
    position: relative;
}
.mygz-content .mygz-list .img{
    border:1px solid #e6e6e6;
    overflow: hidden;
}
 
.mygz-content .mygz-list:nth-child(5n+1){
    margin-left:0;
}
.mygz-content .mygz-list .i1{
    position: relative;
    margin:15px 0 10px;
  
}
.mygz-content  .gzbtn{
	position: absolute;
	right:6px;
	top:6px;
    font-size:12px;
	padding:6px 10px 5px;
	border-radius:20px;
}
.mygz-content .gzbtn p{
    margin:0 !important;
    color:#fff;
}
.mygz-content  .gzbtn.gz{
	color:#2770f0;
	border:1px solid #2770f0;
}
.mygz-content  .gzbtn.gz p{
    color:#2770f0 !important;
}
.mygz-content  .gzbtn.ygz{
	color:#fff;
	 
	background: #2770f0
}
.mygz-content  .gzbtn.ygz p{
    color:#fff !important;
}
.mypl-content{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mypl-content .mypl-list{
    width:48%;
    margin-left:4%;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #e9eef4;
}
.mypl-content .mypl-list:nth-child(2n+1){
    margin-left:0;
}
.mypl-content .mypl-list .time{
    margin:6px 0;
}
/*æ‰‹æœº*/
 
/*æ‰‹æœº*/
@media screen and (min-width: 960px){
.mobile{
	display: none !important;
}
.pc{
	display: block;
}
.sidenav .list-group .caret{
    display: none;
}
}
@media screen and (max-width: 960px){
    .pc{
	display: none !important;
}
.mobile{
	/*display: block;*/
}
html{
    font-size:10px;
}
body{
    padding-top:54px;
    
}
.inner{
    padding-left:1.5rem !important;
    padding-right:1.5rem !important;
}
.w-56{
    width: 100%;
    padding:0;
}
.w-71{
    width: 100%;
    padding-right:0 !important;
}

.f-24{
    font-size:20px;
}
header{
    background: #fff;
padding:1rem 1.5rem;
display: flex !important;
justify-content: space-between;
align-items: center;
position: fixed;
top:0;
left:0;
width:100%;
 
z-index:100;
}
header img{
    height:30px;
    display: block;
}
header .menu_toggle1{
    position: absolute;
    height:26px;
    right:1.5rem;
    top:50%;
    margin-top:-13px;
    z-index:20;
}
header .ss img{
    height:17px;
}
header .right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .right  .avatar-img{
    line-height: 30px;
}
header .right  .avatar-img img{
    height:30px;
    width:30px;
}
header .right .login{
    margin-left:1rem;
}
header .right .icon{
    font-size:17px;
    color:#00913d;
}
.menu_toggle img{
        height:17px;
}
.menu_toggle1{
    position: fixed;
    height:26px;
    right:1.5rem;
    top:46px;
    margin-top:-13px;
    z-index:1000;
}
 nav{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #fff;
    z-index:9999;
    text-align:left;
    padding-top:40px;
    display: none;
    padding-left:10%;
    padding-right:10%;
    overflow-y: auto;
 }
 nav.is-active{
    display:block;
 }

 nav .list{
    margin-bottom: 2rem;
 }
  nav .index-list{
    margin-bottom: 3rem
 }
 nav .list a{
    display: block;
 }
  nav .list a.b-title{
    font-size:1.6rem;
    color:#00923F;
    font-weight: bold
  }
  nav .list .sub-title{
    text-align: center;
  }
   nav .list a.s-title{
    display: inline-block;
    font-size:1.5rem;
    color:#999;
    margin-top:1rem;
    width:40%;
    
  }
  .msearch-out{
      position: fixed;
      top:54px;
      left:0;
      z-index:100;
      width:100%;
      display: none;
      padding:1.5rem;
      border-top:1px solid #f0f0f0;
      background:#fff;
  }
  .msearch-out.active{
      display: block;
  }
  
 .msearch-out .gb{
     width:26px;
     position: absolute;
     top:50%;
     transform: translateY(-50%);
     right:1.5rem;
 }
 .msearch {
	height: 34px;
	width: 90%;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 0 35px 0 10px;
	font-size: 14px;
	color: #9e9e9e;
	position: relative;
}
 .msearch input {
	border: none;
	box-shadow: none;
	width: 100%;
	height: 100%;
}
 .msearch .iconfont {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
  border-radius:4px;
     border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	background: #00913d;
	border:none;
	height:32px;
	padding:0 5px;
}
 .msearch select{
    border:none;
    height:31px;
    position: absolute;
    right:25px;
    top:0;
}
footer .h_line {

  border-top: 1px solid #989898;

  border-bottom: 5px solid #2E2E2E;

  height: 0px;

  overflow: hidden;

  margin-top: 11px;

}
footer .copyrightBox {

  color: #666;

  line-height: 26px;

  padding: 9px 0 24px;

  text-align: center;

  border-top: 1px solid #9A9A9A;

  margin-top: 3px;

}

 footer .copyrightBox a{
     color: #666;
 }
.home-banner{
    margin-bottom:1.5rem;
}
.home-banner .info {
 
	padding-top: 65px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.home-banner .swiper-pagination {
	text-align: left;
	padding-left: 1rem;
	bottom: 1rem;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
	width: 1.5rem;
	height: 1px;
	opacity: .5;
	float: left;
	border-radius: .5px;
	cursor: default;
	position: relative;
	background: #fff;
	border: none;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}
 .news-list .list{
     padding-top:1.5rem;
      padding-bottom:1.5rem;
 }
 
 .index-icon ul{
     
 }
 .index-icon ul li{
     width:16%;
     float:left;
     margin-left:5%;
     padding:1rem .5rem;
     text-align: center;
 }
 .index-icon ul li:nth-child(5n+1){
     margin-left: 0;
 }
 .index-icon ul li img{
     max-width: 100%;
 }
 .index-icon ul li span{
     font-size:14px;
     color:#888;
     display: block;
     margin-top:.5rem;
 }
 
   .mygz-content .mygz-list{
        width:49%;
        margin-left:2%;
    }
     .mygz-content .mygz-list:nth-child(2n+1){
         margin-left:0;
     }
    main.content .col-md-9{
        padding-left:0;
    }
    .mypl-content .mypl-list{
        width:100%;
        margin-left:0;
    }
    
.tg-title{
    margin-top:10px;
}
#user-container .w-15{
    padding-right:0;
}
.sidenav {
    display: flex;
    justify-content: space-between;
    border:none;
}
.sidenav .list-group .list-group-heading{
    margin-left:0;
    text-align: center;
    font-size:14px;
}
.sidenav .list-group .list-group-item &gt; a{
    padding-left:0;
    padding-right:0;
      /*text-align: center;*/
}
.sidenav .list-group{
    width:25%;
    margin-bottom:0;
}
.sidenav .list-group .caret{
    	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-left: 4px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.sidenav .list-group .list-group-heading.active .caret{
    -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); 
}
.sidenav .list-group .list-group-item {
    display: none;
}
.sidenav .list-group .list-group-item.on{
    display: block;
}
#user-container .w-85&gt;.panel&gt;.panel-body{
    padding-left:0;
    padding-right:0;
}
#user-container .page-header{
    font-size: 18px;
}
#user-container .n-default .msg-wrap{
        top: -25px;
    right: 0;
}
}

.layui-layer{
    max-width: 100% !important;
}</pre></body></html>