<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #004b13;
}

ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋";
	color: #666;
	font-size: 12px;
	outline: none;
}

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

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋";
}

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

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #004b13;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #004b13;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #004b13;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋";
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
}

.pr {
	position: relative;
}

.container {
	width: 83%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0px;
}

.head {
	background: #fff;
	height: 100px;
	display: flex;
	align-items: center;
}

.head .dh {
	padding-top: 25px;
}

.nav {
	height: 60px;
	position: relative;
	z-index: 10;
	text-align: center;
}

.nav .nLi {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.nav .nLi h3 a {
	display: inline-block;
	color: #333;
	height: 40px;
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	width: 105px;
	position: relative;
}

.nav .nLi h3 a:hover {
	color: #fff;
	color: #2b7bc6;
}

.nav .nLi .sub {
	display: none;
	overflow: hidden;
}

.nav .nLi:hover .sub {
	display: block;
	width: 105px;
	border: 1px solid #edecec;
	left: 0px;
	top: 40px;
	background: #fff;
	position: absolute;
	color: #333;
	padding: 0px 0px;
}

.nav .sub li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #edecec;
}

.nav .sub li a {
	color: #333;
	display: block;
	font-size: 14px;
	text-align: center;
	border-left: 5px solid #fff;
}

.nav .sub a:hover {
	color: #004b13;
	border-left: 5px solid #004b13;
}

.nav .on h3 a {
	color: #004b13;
}

.nav .on h3 a::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: linear-gradient(to right, #004b13, #004b13);
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
}

.nav .nLi:hover h3 a {
	color: #004b13;
}

.nav .nLi:hover h3 a::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: linear-gradient(to right, #004b13, #004b13);
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
}

.search {
	width: 165px;
	box-sizing: border-box;
	padding: 0px 10px;
	height: 40px;
	background: #f7f8fa;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	line-height: 40px;
	margin-left: 15px;
}

.search .text {
	border: 0px;
	background: none;
	height: 40px;
	line-height: 40px;
	width: 115px;
	color: #333;
	font-size: 14px;
}

.search .anniu {
	width: 25px;
	height: 40px;
	vertical-align: sub;
	border: 0px;
	background: none;
}

.search .anniu i {
	font-size: 18px;
}

.search1 {
	width: 100%;
	box-sizing: border-box;
	height: 45px;
	background: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
	border: 1px solid #ddd;
	line-height: 45px;
	margin-left: 15px;
}

.search1 .text {
	border: 0px;
	background: none;
	height: 45px;
	line-height: 45px;
	width: calc(100% - 45px);
	color: #333;
	font-size: 14px;
	float: left;
	text-indent: 20px;
}

.search1 .anniu {
	width: 45px;
	height: 45px;
	vertical-align: sub;
	border: 0px;
	background: #004b13;
	float: left;
}

.search1 .anniu i {
	font-size: 16px;
	color: #fff;
}

.phone-header {
	display: none;
}



.in_banner {
	height: 400px;
}

.in_banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: top center;
}

.in_banner .swiper-slide .b_img {
	display: none;
}

.in_banner .swiper-slide .b_img img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide .nr {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 0px;
	height: 100%;
	color: #fff;
	
}

.in_banner .swiper-slide-active .nr a{ display: block; width: 100%; height: 100%;display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;}


.in_banner .swiper-slide .nr h2 {
	font-size: 45px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0px 40px 0px;
	position: relative;
	text-align: justify;
	text-shadow: 0px 0px 5px #666;
}

.in_banner .swiper-slide .nr p {
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 24px;
	text-shadow: 0px 0px 5px #666;
	text-align: center;
}

.in_banner .swiper-slide .nr .nr_img img {
	max-width: 100%;
}

.in_banner .swiper-slide .nr .nr_btn {
	margin-top: 5%;
	position: relative;
	display: none;
}

.in_banner .swiper-slide .nr .nr_btn a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	height: 53px;
	line-height: 53px;
}

.in_banner .swiper-slide .nr .nr_btn:hover a {
	padding-right: 20px;
}

.in_banner .swiper-slide .nr .nr_btn a i {
	margin-left: 8px;
}

.in_banner .swiper-slide .nr .nr_btn::after {
	width: 100px;
	height: 53px;
	content: '';
	background: #333;
	left: -50px;
	top: 0px;
	position: absolute;
	z-index: -1;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	background: linear-gradient(to right, #5acf94, #004b13);
}

.in_banner .swiper-slide .nr .nr_btn:hover::after {
	left: -25px;
	transition: all 0.5s ease 0s;
}

.in_banner .swiper-slide .nr {
	transform: translate3d(320px, 0, 0);
	-webkit-transform: translate3d(320px, 0, 0);
	-moz-transform: translate3d(320px, 0, 0);
	-ms-transform: translate3d(320px, 0, 0);
	-o-transform: translate3d(320px, 0, 0);
	-webkit-transition: all 1.75s ease;
	-moz-transition: all 1.75s ease;
	-ms-transition: all 1.75s ease;
	-o-transition: all 1.75s ease;
	transition: all 1.75s ease;
}

.in_banner .swiper-slide-active .nr {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}


.in_banner .swiper-pagination span {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #fff;
}

.in_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #5acf94;
}

.in_banner .swiper-button-prev,
.in_banner .swiper-button-next {
	background: none;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	opacity: 0.6;
}


.in_box {
	padding: 40px 0px;
}

.in_box .title {
	font-size: 28px;
	color: #004b13;
	margin-bottom: 15px;
}

.in_box .title p {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.in_box .title span {
	float: right;
}

.in_box .title span a {
	font-size: 14px;
}

.in_box .title span a i {
	margin-left: 5px;
}

.in_news {}

.in_newsl {
	width: 53%;
}

.in_newsl .img {
	width: 47%;
	float: left;
	border-bottom: 6px solid #004b13;
	overflow: hidden;
}

.in_newsl .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-position: center center;
}

.in_newsl .img:hover a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_newsl .img img {
	width: 100%;
	height: 293px;
}
.in_newsl .nr{ width: 45%; float: right;}
.in_newsl .nr .time {
	padding: 20px 0px;
}

.in_newsl .nr .time span {
	padding-right: 20px;
	font-size: 14px;
}

.in_newsl .nr .time span i {
	font-size: 18px;
	margin-right: 5px;
	color: #004b13;
}

.in_newsl .nr .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.in_newsl .nr .time a i {
	margin-right: 5px;
}

.in_newsl .nr .time a.on {
	color: #fff;
	background: #004b13;
}

.in_newsl .nr .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #004b13 !important;
}

.in_newsl .nr h2 {
	display: block;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}

.in_newsl .nr h3{ padding: 8px 0px; color: #004b13; font-size: 14px;}


.in_newsl .nr p {
	font-size: 13px; line-height: 22px;
	color: #666;
}

.in_newsr {
	width: 40%;
}

.in_newsr ul li {
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.in_newsr ul li .time {
	padding-bottom: 10px;
}

.in_newsr ul li .time span {
	padding-right: 20px;
	font-size: 14px;
}

.in_newsr ul li .time span i {
	font-size: 16px;
	margin-right: 5px;
	color: #004b13;
}

.in_newsr ul li .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 13px;
}

.in_newsr ul li .time a i {
	margin-right: 5px;
}

.in_newsr ul li .time a.on {
	color: #fff;
	background: #00bafe;
}

.in_newsr ul li .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #004b13 !important;
}

.in_newsr ul li h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
}

.in_newsr ul li h2 a:hover {
	color: #004b13;
}

.in_newsr ul li p {
	font-size: 13px;
	color: #999;
	height: 20px;
	overflow: hidden; text-overflow: ellipsis;
	white-space: nowrap;
}


.in_box2 {
	height: 290px;
	background: url(../images/in_gdbj11.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.in_box2 h2 {
	font-size: 50px;
	padding-bottom: 10px;
}

.in_box2 p {
	font-size: 16px;
	opacity: 0.6;
}

.in_box3 {
	padding: 40px 0px;
}

.in_box3 .title {
	font-size: 28px;
	color: #004b13;
	margin-bottom: 15px;
}

.in_box3 .title p {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.in_box3 .title span {
	float: right;
}

.in_box3 .title span a {
	font-size: 14px;
}

.in_box3 .title span a i {
	margin-left: 5px;
}

.in_newssl {
	width: 66%;
}

.in_newssl .hd {
	position: relative;
}

.in_newssl .hd ul {
	float: left;
	position: absolute;
	left: 160px;
	top: -50px;
}

.in_newssl .hd ul li {
	float: left;
	padding: 0 12px;
	cursor: pointer;
	font-size: 14px;
	color: #999;
	position: relative;
}

.in_newssl .hd ul li.on {
	font-size: 18px;
	color: #333;
}

.in_newssl .hd ul li.on::after {
	width: 60%;
	height: 7px;
	background: linear-gradient(to right, #a6e7b6, #a6e7b6);
	content: '';
	display: block;
	bottom: 5px;
	left: 20%;
	position: absolute;
	z-index: -1;
}

.in_newss .in_newssl .bd .in_newssl_l {
	width: 36%;
}

.in_newss .in_newssl .bd .in_newssl_l ul li {
	margin-bottom: 20px;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .img {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 5px #999;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-position: center center;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .img:hover a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .img img {
	width: 100%;
	height: auto;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr .time {
	padding: 20px 0px;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr .time span {
	padding-right: 20px;
	font-size: 14px;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr .time span i {
	font-size: 18px;
	margin-right: 5px;
	color: #004b13;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr .time a i {
	margin-right: 5px;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr .time a.on {
	color: #fff;
	background: #004b13;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #004b13 !important;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr h2 a {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr h2 a:hover {
	color: #004b13;
}

.in_newss .in_newssl .bd .in_newssl_l ul li .nr p {
	font-size: 14px;
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	height: 80px;
}

.in_newss .in_newssl .bd .in_newssl_r {
	width: 60%;
}

.in_newss .in_newssl .bd .in_newssl_r ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.in_newss .in_newssl .bd .in_newssl_r ul li .time {
	padding-bottom: 15px;
}

.in_newss .in_newssl .bd .in_newssl_r ul li .time span {
	padding-right: 20px;
	font-size: 14px;
}

.in_newss .in_newssl .bd .in_newssl_r ul li .time span i {
	font-size: 15px;
	margin-right: 5px;
	color: #004b13;
}

.in_newss .in_newssl .bd .in_newssl_r ul li .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.in_newss .in_newssl .bd .in_newssl_r ul li .time a i {
	margin-right: 5px;
}

.in_newss .in_newssl .bd .in_newssl_r ul li .time a.on {
	color: #fff;
	background: #004b13;
}

.in_newss .in_newssl .bd .in_newssl_r ul li .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #004b13 !important;
}

.in_newss .in_newssl .bd .in_newssl_r ul li h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
}

.in_newss .in_newssl .bd .in_newssl_r ul li h2 a:hover {
	color: #004b13;
}

.in_newss .in_newssl .bd .in_newssl_r ul li p {
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 38px;
}

.in_newssr {
	width: 30%;
}

.in_newssr ul li {
	margin-bottom: 20px;
}

.in_newssr .img {
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 5px #ccc;
}

.in_newssr .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-position: center center;
}

.in_newssr .img:hover a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_newssr .img img {
	width: 100%;
	height: auto;
}

.in_newssr .nr h2 a {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px 0px;
}

.in_newssr .nr h2 a:hover {
	color: #004b13;
}

.in_newssr .nr p {
	font-size: 14px;
	color: #999;
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}



.in_box4 {
	background: url(../images/in_box4bj.png) no-repeat;
	box-sizing: border-box;
	padding: 40px 0px;
}

.in_box4 .title {
	width: 83%;
	max-width: 1500px;
	margin: 0px auto;
	font-size: 28px;
	color: #004b13;
	margin-bottom: 50px;
}

.in_box4 .title p {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.in_box4 .title span {
	float: right;
}

.in_box4 .title span a {
	font-size: 14px;
}

.in_box4 .title span a i {
	margin-left: 5px;
}

.in_box4_nr {
	width: 90%;
	margin-left: 30%;
	padding-bottom: 30px !important;
}

.in_box4_nr .swiper-slide {
	width: calc(16.66% - 20px) !important;
	margin-right: 20px;
}

.in_box4_nr .swiper-slide a {
	display: block;
	width: 100%;
	border: 5px transparent solid;
	border-image: linear-gradient(to right, #00b7fd, #166ccd) 1 10;
	overflow: hidden;
	position: relative;
}

.in_box4_nr .swiper-slide a img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}

.in_box4_nr .swiper-slide a:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box4_nr .swiper-slide a span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 32px;
	line-height: 32px;
	padding: 0px 20px;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(to right, #166bcc, #00b8fe);
}

.in_box4_nr .swiper-scrollbar {
	background: #004b13;
	height: 2px !important;
}

.in_box4_nr .swiper-scrollbar-drag {
	height: 6px;
	top: -2px;
	background: #004b13;
}

.bottom {
	background: url(../images/index_48.jpg?v1) no-repeat;
	background-size: cover;
	margin-top: 20px;
}

.bottom .container{ padding: 15px 70px;}

.bottom_l {
	width: calc(100% - 550px);
}

.bottom_l .img {
	width: 80%;
	margin-bottom: 20px;
}

.bottom_l .img img {
	width: 100%;
	max-width: 270px;
}

.bottom_l ul{ width: 100%; text-align: center;}
.bottom_l ul img{ max-width: 446px; width: 80%;}


.bottom_r {
	width: 550px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.bottom_r .yqlj {
	color: #fff;
}

.bottom_r .yqlj p {
	display: block;
	width: 90px;
	float: left;
	font-size: 16px;
	line-height: 38px;
}

.dropdown {
	margin-bottom: 5px;
	width: calc(100% - 300px);
	float: left;
	border: 1px solid #515151;
	position: relative;
}

.dropdown i {
	position: absolute;
	right: 10px;
	top: 14px;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
	margin: 0px;
	padding: 0px;
}

.dropdown dd {
	position: relative;
}

.dropdown a,
.dropdown a:visited {
	color: #816c5b;
	text-decoration: none;
	outline: none;
}

.dropdown a:hover {
	color: #666;
}

.dropdown dt a:hover {
	width: 100%;
}

.dropdown dt a {

	background-size: cover;
	width: 100%;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #ddd;
}

.dropdown dt a span {
	cursor: pointer;
	display: block;
	color: #fff;
	font-weight: normal;
	text-align: center;
	width: calc(100% - 36px);
}

.dropdown dd ul {
	background: #fff;
	width: 100%;
	display: none;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	bottom: 38px;
	list-style: none;
	z-index: 10;
}

.dropdown span.value {
	display: none;
}

.dropdown dd ul li a {
	padding: 5px 7px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.dropdown dd ul li a:hover {
	background: #166ccd;
	color: #fff;
}

.dropdown img.flag {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}

.bottom_r .lxwm {
	margin-top: 10px;
}

.bottom_r .lxwm .bt {
	font-size: 14px;
	color: #fff;
	padding-bottom: 10px;
}

.bottom_r .lxwm h2 {
	float: right;
}

.bottom_r .lxwm h2 span {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: -80px;
}

.bottom_r .lxwm h2 b {
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-weight: normal;
}

.bottom_r .lxwm p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.bottom_r .lxwm p i {
	color: #60616f;
	padding-right: 10px;
}

.bottom_b {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #999;
	color: #76777e;
	text-align: center;
}

.bottom_b a {
	color: #76777e;
}

.bottom_b h2{ float: right;}
.bottom_b h2 a{ color: #fff;}


.ny_banner {
	height: 300px;
	background: url(../images/ny_banner.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ny_banner h2 {
	font-size: 64px;
	color: #fff;
	letter-spacing: 5px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.ny {
	padding: 20px 0px;
}

.ny .ny_lj {
	padding: 25px 0px;
	font-size: 16px;
}

.ny .ny_lj a {
	color: #004b13;
}

.ny1 .ny1_l {
	width: 22%;
}

.ny1 .ny1_l .dh {
	box-shadow: 0px 0px 8px #ccc;
	background-size: cover;
}

.ny1 .ny1_l .dh .bt {
	height: 60px;
	line-height: 60px;
	background:url(../images/ny_dhbj111.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 100%;
}

.ny1 .ny1_l .dh ul {
	padding: 15px;
}

.ny1 .ny1_l .dh ul li a {
	position: relative;
	background: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	padding-left: 25px;
	border: 1px solid #e2e2e2;
	color: #999;
	margin-bottom: 15px;
	border-left: 5px solid #e2e2e2;
	box-shadow: 0px 0px 3px #ddd;
}

.ny1 .ny1_l .dh ul li a i {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 17px;
	color: #ccc;
}

.ny1 .ny1_l .dh ul li.on a i{ color: #004b13;}

.ny1 .ny1_l .dh ul li a:hover {
	border: 1px solid #004b13;
	border-left: 5px solid #004b13;
}

.ny1 .ny1_l .dh ul li a:hover i {
	display: block;
	color: #004b13;
}

.ny1 .ny1_l .dh ul li.on a {
	border: 1px solid #004b13;
	border-left: 5px solid #004b13;
}

.ny1 .ny1_l .dh ul li.on a i {
	display: block;
}

.ny1 .ny1_l .ggw {
	margin-top: 25px;
}

.ny1 .ny1_l .ggw ul li {
	width: 100%;
	margin-bottom: 20px;
}

.ny1 .ny1_l .ggw ul li img {
	width: 100%;
	height: auto;
}

.ny1 .ny1_r {
	/* width: calc(100% - 380px); */
  width: 74%;
}

.ny1 .ny1_r .bt {
	font-size: 24px;
	color: #004b13;
	border-bottom: 2px solid #ddd;
	padding: 10px 0px;
}


.ny_about {
	font-size: 15px;
	color: #333;
	padding: 20px 0px;
}

.ny_about p {
	line-height: 30px;
}

.ny_about img {
    max-width: 100%;;
	width: auto !important;
	height: auto !important;
}

.ny_about1 {
	margin-top: 20px;
}

.ny_about1 ul {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.ny_about1 ul li {
	width: 31.3%;
	margin: 0px 1%;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}

.ny_about1 ul li a {
	overflow: hidden;
	position: relative;
	display: block;
}

.ny_about1 ul li a h2 {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

.ny_about1 ul li a b {
	display: block;
	position: absolute;
}

.ny_about1 ul li a h2 {
	width: 100%;
	transition: all 0.5s ease 0s;
}

.ny_about1 ul li a h2 img {
	width: 100%;
	height: auto;
}

.ny_about1 ul li a:hover h2 {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.ny_about1 ul li a b {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 0px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	width: 100%;
}

.ny_about1 ul li span {
	display: block;
	padding: 0px;
	margin: 5px 0px;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*CSS sabrosus style pagination*/
DIV.sabrosus {
	padding: 5px;
	MARGIN: 60px 3px 0px 3px;
	TEXT-ALIGN: center;
	font-size: 14px;
}

DIV.sabrosus A {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	margin: 0px 3px;
	text-decoration: none;
	background: #fff;
}

DIV.sabrosus A:hover {
	padding: 5px 15px;
	background: #004b13;
  color: #fff;
	border: #004b13 1px solid;
}

DIV.pagination A:active {
	padding: 5px 15px;
	background: #004b13;
	color: #fff;
	MARGIN-RIGHT: 5px;
	border: #004b13 1px solid;
}

DIV.sabrosus SPAN.current {
	padding: 5px 15px;
	background: #004b13;
	color: #fff;
	border: #004b13 1px solid;
}

DIV.sabrosus SPAN.disabled {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	MARGIN-RIGHT: 5px;
	text-decoration: none;
}


.organizing_xx {
	max-width: 1200px;
	position: relative;
	margin: 40px auto;
}

.organizing_xx img {
	width: 100%;
}

.organizing_xx .wz {
	width: 280px;
	box-sizing: border-box;
	padding-left: 25px;
	height: 160px;
	position: absolute;
	bottom: -80px;
	left: 80px;
	background: #004b13;
	color: #fff;
	display: table;
}

.organizing_xx .wz1 {
	display: table-cell;
	vertical-align: middle;
}

.organizing_xx .wz h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.organizing_xx .wz p {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff;
}

.organizing_xx1 {
	max-width: 1200px;
	position: relative;
	margin: 40px auto 40px;
	box-sizing: border-box;
	padding-left: 450px;
	font-size: 14px;
}

.organizing_xx1 p {
	line-height: 30px;
}

.organizing_xx1 img {
	max-width: 1100px !important;
	width: auto !important;
	height: auto !important;
}


.ny_news {
	padding: 25px 0px;
}

.ny_news ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.ny_news ul li .img {
	width: 30%;
	overflow: hidden;
	box-shadow: 0px 0px 5px #999;
	float: left;
}

.ny_news ul li .img a {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	background-size: cover;
	background-position: center center;
}

.ny_news ul li .img:hover a {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.ny_news ul li .img img {
	width: 100%;
	height: auto;
}

.ny_news ul li .nr {
	width: calc(70% - 25px);
	float: right;
}

.ny_news ul li .nr .time {
	padding: 20px 0px;
}

.ny_news ul li .nr .time span {
	padding-right: 20px;
	font-size: 14px;
}

.ny_news ul li .nr .time span i {
	font-size: 18px;
	margin-right: 5px;
	color: #004b13;
}

.ny_news ul li .nr .time a {
	float: none;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.ny_news ul li .nr .time a i {
	margin-right: 5px;
}

.ny_news ul li .nr .time a.on {
	color: #fff;
	background: #004b13;
}

.ny_news ul li .nr .time a.aa {
	width: 50%;
	color: #fff !important;
	background: #00bafe !important;
}

.ny_news ul li .nr h2 a {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
}

.ny_news ul li .nr h2 a:hover {
	color: #004b13;
}

.ny_news ul li .nr p {
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 58px;
}

.ny_news ul li .nr h3 {
	margin-bottom: 10px;
}

.ny_news ul li .nr h3 a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0px 25px;
	border: 1px solid #004b13;
	color: #004b13;
	font-size: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.ny_news ul li .nr h3 a i {
	font-size: 16px;
	margin-right: 5px;
}

.ny_news ul li .nr h3 a:hover {
	background: #004b13;
	color: #fff;
}

.newsxx {
	padding-top: 5px;
	padding-bottom: 20px;
	color: #333;
}

.newsxx .bt {
	border-bottom: 1px solid #ddd !important;
	height: auto;
	line-height: auto;
}

.newsxx .bt h2 {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	line-height: 35px;
	height: auto;
}


.newsxx .bt h5 {
	font-size: 13px;
	-webkit-text-size-adjust: none;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 0px;
	color: #777;
}

.newsxx .bt .bdsharebuttonbox {
	width: 150px;
	margin: 0px auto;
}

.newsxx .bt h2 span {
	float: right;
}

.newsxx .nr {
	font-size: 14px;
	padding: 15px 0px;
}

.newsxx .nr p {
	line-height: 30px;
}

.newsxx .nr img {
	max-width: 800px !important;
	width: auto !important;
	height: auto !important;
}</pre></body></html>