@charset "utf-8";

/* Base Reset */
* {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
}

body,


a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #14a351;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1500px;
	margin: 0 auto;
}



/*头部*/


#header {
	width: 100%;
	background: #fff url(../img/topbg.png) no-repeat center;
	position: relative;
}

.logo {
	position: relative;
}

.logo-l {
	float: left;
	margin: 22px 0px;
	max-width: 100%;
	height: auto;
}
.logo-l img{width:100%;height: auto;}
.logo-rb {
	float: right;
	margin-top: 50px;
}

.logo-rb .bb {
	float: left;
	margin-right: 23px;
}

.logo-rb .bb a {
	display: inline-block;
	line-height: 43px;
	color: #666;
	padding: 0px 15px;
	background: url(../img/tbsx.png) no-repeat right center;
}

.logo-rb .bb a:hover {
	color: #14a351
}

.ss {
	width: 260px;
	height: 43px;
	cursor: pointer;
	position: relative;
	border: 1px solid #1a589d;

	float: right;
}

.ss .inp {
	border: none;
	height: 43px;
	outline: none;
	color: #adadad;
	text-indent: 12px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 42px;
	outline: none;
	background: url(../img/search.png) no-repeat center;
}

input::-webkit-input-placeholder {
	color: #adadad;
}

input::-moz-placeholder {

	color: #adadad;
}

input:-moz-placeholder {

	color: #adadad;
}

input:-ms-input-placeholder {

	color: #adadad;
}




/*导航*/
.nav {
	width: 100%;
	background: #1a589d;
}


.navList>li {
	float: left;
	width: 10%;
	text-align: center;
	background: url(../img/navsx.png) no-repeat center right;
}

.navList li a {
	display: block;
	height: 100%;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}

.navList li>a {
	/* background: url(images/nav_li_bg.png) 90% center no-repeat; */
}

.navList li.on a {
	background: #14a351;
}

.navList li a:hover {
	/* background: url(images/nav_li_bgh.png) 90% center no-repeat #1C6EB8; */
	/* background: #14a351; */
}

.navList .navSub {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(0, 76, 37, 0.85);
	display: none;
	z-index: 9999;
}

.navList .navSub .inner {
	padding: 43px 0;
}

.navList .navSub h4 {
	width: 12%;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

.navList .navSub ul.innerNav {
	min-height: 200px;
	width: 13%;
	position: relative;
	text-align: center;
}

.navList .navSub ul.innerNav:before,
.navList .navSub ul.innerNav:after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../img/line.png) repeat-y left top;
}

.navList .navSub ul.innerNav:before {
	left: 0;
}

.navList .navSub ul.innerNav:after {
	right: 0;
}

.navList .navSub ul.innerNav li a {
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Microsoft Yahei";
	position: relative;
	padding: 0 24px;
}

.navList .navSub ul.innerNav li a:before,
.navList .navSub ul.innerNav li a:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	/* background: url(../img/icon1.png) no-repeat left -457px; */
	opacity: 0;
	-webkit-transform: translateX(-12px);
	transform: translateX(-12px)
}

.navList .navSub ul.innerNav li a:before {
	left: 0;
	top: 10px;
}

.navList .navSub ul.innerNav li a:after {
	right: 0;
	bottom: 10px;
	background-position: left -467px;
	-webkit-transform: translateX(12px);
	transform: translateX(12px)
}

.navList .navSub ul.innerNav li a:hover:before,
.navList .navSub ul.innerNav li a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.navList .navSub .pic {
	width: 27%;
	margin: 8px 4.5% 0 5%;
}

.navList .navSub .pic a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 47.06%;
}

.navList .navSub .pic a em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.navList .navSub .pic a:hover em {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.navList .navSub .text {
	width: 29%;
	padding-top: 6px;
}

.navList .navSub .text p {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 32px;
	color: #fefefe;
	font-family: "Microsoft Yahei";
	height: 96px;
	overflow: hidden;
	text-align: left;
}

.navList .navSub .text .more {
	display: block;
	/* width: 102px; */
	height: 24px;
	/* background: url(../img/icon1.png) no-repeat left -432px; */
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.navList .navSub .navNews {
	width: 25%;
	box-sizing: border-box;
	height: 200px;
	padding: 0 1%;
	text-align: left;
	font-family: "Microsoft Yahei";
	position: relative;
}

.navList .navSub .navNews .tit {
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	font-weight: normal;
}

.navList .navSub .navNews ul li a {
	display: block;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	line-height: 34px;
	color: #ffffff;
}

.navList .navSub .navNews ul li a:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.navList .navSub .navNews ul li a:hover {
	-webkit-transform: translateX(12px);
	transform: translateX(12px);
}

.navList .navSub .wrap {
	position: relative;
}

.navList .navSub .wrap:before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 36%;
	background: url(../images/line.png) repeat-y left top;
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 100%;
}

.navList .subnav li {
	background: rgba(26, 88, 157, 0.8);
}

.navList .l5,
.navList .l6,
.navList .l7,
.navList .l8 {
	position: relative;
}

.navList .l9 {
	background: none;
}

.navList .subnav a {
	background: none;
	line-height: 48px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.navList li:hover .subnav {
	display: block;
}

.navList .subnav li:hover {
	background: #1a589e;
}


/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right:15px;
	bottom: 35px;
	width: 30px;
	height: 30px;
	background: url(../img/menu-button-bg.png) no-repeat center center;
	background-size: 100% 70%;
	display: none;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	margin-top: 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(../img/nav_li_bg.png) no-repeat center center;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}

/*大图*/
.rslides {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

#mod0 .slide {
	overflow: hidden;
}

.slide {
	position: relative;
	list-style: none;
	/* 	overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width: 60px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}


.slide1_tabs {
	position: absolute;
	bottom: 25px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	text-align: center;
}
.slide4_tabs {
	position: absolute;
	right: 15px;
	bottom: 26px;
	z-index: 100;
	text-align: center;
}
.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 50px;
	height: 5px;
	margin-left: 10px;
	background: #fff;
	position: relative;
}

.slide4_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	background: #fff;
	position: relative;
	border-radius: 50%;
}
.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 50px;
	height: 5px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: transparent;
}

.slide4_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: transparent;
	border-radius: 50%;
}
.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #14a351;
}

.slide4_tabs li.slide_here a {
	background: #14a351;
}
.slide2_tabs {
	display: none;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: -129px;
	display: block;
	font-size: 16px;
	text-align: left;
	background: #1a589d;
	width: 100%;
	height: 129px;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.xwlist .slide li .bt{
	height: 70px;
	bottom:0px;
	padding: 17px 15px;
	background: rgb(26,88,157,0.8);
}
.xwlist .rq{
	display:none;
}
.xwlist .zy{display:none}
.sjtp .slide img {
	height: 400px;
}

#mod0 ul li>a>img {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 180px);
	object-fit: cover;
}

#mod0 ul li.slide1_on>a>img {
	-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* 公共样式 */
.TXTovehid {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mo:hover,
.xw_bottom ul li:hover span,
.slideTxtBox .bd li:hover .date {
	color: #14a351 !important;
}

.comtop1 {
	line-height: 55px;
	margin-bottom: 30px;
}

.comtop1 .title {
	font-size: 30px;
	float: left;
	font-weight: bold;
	color: #14a351;
	background: url(../img/bthx.png) no-repeat 0px bottom;
}

.mo {
	color: #666666 !important;
	float: right;
	font-size: 18px;
	display: inline-block;
}

.comtop1 .title span {
	color: #1a589d;
}

/* main */
/* xyxw */
#mod1 {
	padding: 20px 0px;
	background: #e8e8e8;
}

.xyxw {
	float: left;
	width: 100%;
}

.xwlist {
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	width: 50% !important;
	float: left;
}

.st ul {
	margin: 0px -10px;
}

.st ul li {
	width: 100%;
	float: left;
	overflow: hidden;
}

.st ul li a {
	display: block;
	margin: 0px 10px;
}

.st .tp {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.st ul li a div img {
	width: 100%;
	min-height: 262px;
	transition: all 1s;
}

.st ul li a div:hover img {
	transform: scale(1.1);
	transition: all 1s;
}

.st ul li a .tpbt {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	padding: 13px 0px;
}

.st ul li span {
	color: #888888;
	padding-left: 10px;
}

.xw_bottom ul li {
	height: 30px;
	line-height: 30px;
	text-indent: 13px;
	margin-top: 10px;
	background: url(../img/yd.png) no-repeat 0px center;
}

.xw_bottom ul li a {
	float: left;
	width: 85%;

}

.xw_bottom ul li span {
	float: right;
	color: #666666;
}

.xwyou {
	float: right;
	width: 47%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.xwyou li {
	overflow: hidden;
	margin-bottom: 15px;
}

.xwyou li .bt {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xwyou .zy {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}

.xwyou .zrq {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 8px 0px;
	box-sizing: border-box;
	background: #14a351;
}

.xwyou .zrq span {
	font-size: 14px;
	display: block;
	font-weight: normal;
	margin-top: 8px;
}

.xwyou .wt {
	margin: 0px;
}

/* mod2 */
#mod2 {
	background: #fff url(../img/m2bg.png) no-repeat 0px bottom;
}

.qh1 {
	float: left;
	width: 48%;
	margin: 20px 0px 40px;
}

.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	font-size: 26px;
	color: #666666;
	margin-bottom: 25px;
}
#mod5 .slideTxtBox .hd{border:none;}
#mod5 .slideTxtBox .hd ul li{color:#fff;}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: 0px;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	margin-right: 25px;
	position: relative;
}

.slideTxtBox .hd ul li.on {
	color: #14a351;
	font-weight: bold;
	font-size: 30px;
	background: url(../img/bthx.png) no-repeat 0px bottom;
}
#mod5 .slideTxtBox .hd ul li.on{
	background:none;
	color: #14a351;
}
.slideTxtBox .hd .d1:after{
	content:" ";
	position:absolute;
	width:2px;
	height:25px;
	top:15px;
	right:-15px;
	background:#ddd;
	
}
.slideTxtBox .hd ul li.on span {
	color: #1a589d;
}

.slideTxtBox .bd ul {
	zoom: 1;
	position: relative;
}

.slideTxtBox .bd li {
	height: 55px;
	line-height: 55px;
	text-indent: 15px;
	border-bottom: 1px solid #dfdfdf;
	background: url(../img/yd.png) no-repeat 0px center;
}

.slideTxtBox .bd p {
	display: inline-block;
	text-indent: 0px;
	color: #1a589d;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #666;
}

.bd .mo {
	display: block;
	position: absolute;
	top: -55px;
	right: 0px;
}
#mod5 .xs .mo{
	right: 15px;
}
.ggst {
	background: #14a351;
}

.qh2 .ggst {
	background: #1a589e;
}

.ggst .qhtp {
	width: 280px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.ggst .qhtp img {
	width: 100%;
	height: 160px;
	transition: all 1s;
}

.ggst:hover img {
	transform: scale(1.1);
	transition: all 1s;
}

.ggst .btrq {
	padding: 30px 15px;
}

.ggst .bt {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.ggst span {
	color: #FFFFFF;
	margin-top: 15px;
	display: block;
}

.qh2 {
	float: right;
}

/* mod3 */
#mod3 {
	background: url(../img/m3bg.png) no-repeat center;
	padding: 25px 0px 35px;
	background-size: 100% 100%;
}

#mod3 .comtop1 .title span,
#mod5 .comtop1 .title span {
	color: #FFFFFF;
}

#mod3 .comtop1 .title,
#mod5 .comtop1 .title {
	background: url(../img/bthx2.png) no-repeat 0px bottom;
}

#mod3 .mo,
#mod5 .mo {
	color: #fff !important;
}

#mod3 ul {
	margin: 0px -15px;
}

#mod3 ul li {
	float: left;
	width: 25%;
	transition: all 1s;

}

#mod3 ul li .sstp {
	width: 100%;
	overflow: hidden;
}

#mod3 ul li .sstp img {
	width: 100%;
	height: 100%;
}

#mod3 ul li:hover img {
	transform: scale(1.1);
	transition: all 1s;
}

#mod3 ul li a {
	display: block;
	background: ;
	margin: 0px 15px;
	padding-bottom: 120px;
	background: #FFFFFF url(../img/ssck.png) no-repeat center bottom 40px;
}

#mod3 ul li a:hover {
	background: #FFFFFF url(../img/hoverck.png) no-repeat center bottom 40px;
}

#mod3 ul li .ssbt {
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	font-weight: bold;
	margin: 15px 0px;
}

#mod3 .m3box {
	padding: 0px 15px;
}

#mod3 ul li span {
	color: #14a351;
	display: block;
	padding-left: 20px;
	background: url(../img/sj.png) no-repeat 0px center;
}

#mod3 ul li .zy {
	color: #666666;
	font-size: 14px;
	height: 69px;
	line-height: 23px;
	overflow: hidden;
	padding-top: 20px;
}

/* mod4 */
#mod4 {
	padding: 20px 0px 40px;
	background: #e8e8e8;
}

.sjtp {
	float: left;
	width: 50%;
}

.sjtp .rq {
	background: #14a351;
	font-size: 50px;
	color: #FFFFFF;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 5px 0px;
	box-sizing: border-box;
	margin-right: 20px;
}

.sjtp .rq span {
	font-size: 12px;
	display: block;
	margin-top: 3px;
}

.sjtp .btzy {
	padding-top: 10px;
}

.sjtp .tit {
	font-size: 18px;
	font-weight: bold;
}

.sjtp .zy {
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
	color: #fff8f8;
}

.sjtp .slide img {
	height: 400px;
}
.xwlist .slide img {
	height: 500px;
}
.sjtp .slide_nav.prev,.xwlist .slide_nav.prev {
	left: 0;
	background: url(../img/bz.png) no-repeat center center;
}

.sjtp .slide_nav.next,.xwlist .slide_nav.next {
	right: 0;
	background: url(../img/br.png) no-repeat center center;
}

.sjlb {
	float: left;
	width: 50%;
	background: #FFFFFF;
	padding: 23px;
	box-sizing: border-box;
}

.sjlb ul li {
	overflow: hidden;
	margin-bottom: 22px;
	border-bottom: 1px dotted #8aa0b2;
	padding-bottom: 18px;
}

.sjlb .sjrq {
	width: 100px;
	height: 60px;
	color: #1a589e;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #dfe4e8;
}

.sjlb .sjrq span {
	display: block;
	font-size: 16px;
	color: #1a589e;
	font-weight: normal;
	margin-top: 15px;
}

.sjlb .sjbt {
	padding-top: 5px;
	line-height: 25px;
}

.sjlb .wt {
	margin-bottom: 0px;
}

/* mod5 */
#mod5 {
	background: url(../img/m4bg.png) no-repeat center;
	padding: 80px 0px;
	height: 707px;
	box-sizing: border-box;
	background-size: 100% 100%;
}

#mod5 .xs {
	margin: 0px -15px;
}

#mod5 .xs li {
	float: left;
	width: 25%;
	background: url(../img/ck.png) no-repeat center bottom;
	height: auto;
	line-height: 1;
	border: none;
}

#mod5 .xs li a {
	display: block;
	margin: 0px 15px;
	background: #fff url(../img/xs.png) no-repeat 25px 20px;
	padding: 25px;
}

#mod5 .xs li a:hover {
	background: #fff url(../img/xs_hover.png) no-repeat 25px 20px;
	border-right: 5px solid #328e21;
	border-bottom: 5px solid #328e21;
}

.xsbt {
	padding-top: 90px;
	line-height: 25px;
	margin-bottom: 20px;
	height: 50px;
	padding-bottom: 50px;
	/* overflow: hidden; */
}

.xsspan span {
	color: #888888;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.xsck {
	width: 140px;
	height: 40px;
	background: url(../img/ck.png) no-repeat center bottom;
	margin: 30px auto;
}

#mod5 .xs li:hover .xsck {
	background: url(../img/ck_hover.png) no-repeat center bottom;
}

/* mod6 */
#mod6 {
	padding: 20px 0px 40px;
}

#mod6 .comtop1 .title {
	background: url(../img/bthx3.png) no-repeat 0px bottom;
}

#mod6 ul li {
	float: left;
	width: 33.33%;
}

.zytp {
	padding: 30px 0px;
	background: #1a589e;
}

.zytp img {
	display: block;
	margin: 0px auto;
	transition: 1s;
}

#mod6 ul li:hover .zytp img {
	transform: rotateY(180deg);
	transition: 1s;
}

#mod6 ul {
	margin: 0px -20px;
}

#mod6 ul li a {
	display: block;
	margin: 0px 20px;
	box-shadow: 2px 3px 8px #dee7f1, -2px -2px 8px #dee7f1;
	background: #FFFFFF;
	padding-bottom: 30px;
	border: 1px solid #dddddd;
}

.zywrap {
	padding: 20px 30px;
	padding-bottom: 50px;
	position: relative;
	background: url(../img/zyck.png) no-repeat center bottom;

}

.btbox {
	border-bottom: 1px solid #dddddd;
}

.zybt {
	font-size: 20px;
	line-height: 45px;
	font-weight: bold;
	border-bottom: 2px solid #47b233;
	display: inline-block;
	background: url(../img/jt.png) no-repeat center bottom;
}

.zyzy {
	height: 110px;
	line-height: 22px;
	overflow: hidden;
	color: #333333;
	margin: 20px 0px;
}

#mod6 ul li:hover a {
	box-shadow: 2px 2px 4px #DEEAF8, -2px -2px 4px #DEEAF8;
}

.zywrap:hover {
	background: url(../img/hoverck.png) no-repeat center bottom;
}

/* mod7 */
#mod7 .bd ul li {
	float: left;
	border: none;
	background: none;
	width: 16.6%;
	min-height: 185px;
	text-indent: 0px;
}

#mod7 .bd ul {
	margin: 0px -20px;
}

#mod7 .bd ul li a {
	display: block;
	margin: 0px 20px;
	background-color: #eff3f6;
	padding-top: 40px;
	text-align: center;
}

.xztp {
	height: 80px;
}

.xztp img {
	display: block;
	margin: 0px auto;
	transition: 1s;
}

#mod7 .bd ul li span {
	display: block;
	padding-bottom: 10px;
}

#mod7 .bd ul li:hover .xztp img {
	transform: rotateY(180deg);
	transition: 1s;
}

/* footer */
#footer {
	background: #1a589d url(../img/ywbg.png) no-repeat center bottom;
	border-top: 5px solid #14a351;
	margin-top: 50px;
	color: #FFF8F8;
	padding-top: 25px;
	padding-bottom: 20px;
}

.footbt {
	line-height: 35px;
	font-size: 18px;
	margin-bottom: 20px;
	background: url(../img/ywbtbg.png) no-repeat 0px bottom;
}

.yq {
	width: 33%;
	margin-right: 3%;
}

.yq ul li {
	float: left;
	width: 48.33%;
	margin-bottom: 20px;
}

.yq ul li a {
	color: #FFFFFF;
}

.lx p {
	margin-bottom: 20px;
}

.rwm {
	float: right;
}
.rwm ul li{float:left;margin-left: 15px;
    text-align: center;}

.rwm img{width:100px;}

.rwm span {
	display: block;
	text-align: center;
	margin-top: 10px;
}

#nytp img {
	width: 100%;
}

/* nybox com */
.conleft {
	width: 22%;
	float: left;
	margin-top: 50px;
	overflow: hidden;
}

.conleft .yj {
	float: left;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 35px 0px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 28px;
	background: url(../img/xs.png) #1a589d no-repeat center right;
	letter-spacing: 2px;
}

.conleft ul {
	float: left;
	width: 100%;
	background: #FFF8F8;
}

.conleft ul li {
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #e9e9e9;
}

.conleft ul li a {
	color: #333333;
	font-size: 24px;
}

.conleft ul li:hover a,
.conleft ul li.active a {
	color: #14a351;
}

.conright {
	width: 75%;
	min-height: 600px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	float: right;
	background-color: #ffffff;
}

.dq {
	width: 100%;
	text-indent: 40px;
	line-height: 80px;
	border-bottom: 1px solid #e9e9e9;
	color: #aaaaaa;
	background: url(../img/bg_dqwz.png) no-repeat left center;
}

.dq a {
	color: #aaaaaa;
	font-size: 16px;
}

.dq a:hover,
.dq a.on {
	color: #14a351;
}

.ritop .lm {
	display: none;
}

/* xrld */
.xrld {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.xrld ul {
	width: 100%;
	float: left;
}

.xrld ul li {
	width: 49%;
	margin-bottom: 20px;
}

.xrld ul li span {
	float: left;
	margin-bottom: 30px;
	line-height: 40px;
	color: #1a589d;
	border-bottom: 4px solid #1a589d;
	font-size: 24px;
}

.xrld ul li .xrld_bg {
	float: left;
	width: 100%;
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: url(../img/xs.png) no-repeat bottom 5px right 5px;
	box-sizing: border-box;
}

.xrld ul li .xrld_bg .xrld_pic {
	float: left;
	width: 155px;
	height: 200px;
	overflow: hidden;
}

.xrld ul li .xrld_bg .xrld_pic img {
	width: 100%;
}

.xrld ul li .xrld_bg .xrld_bt {
	float: right;
	margin-right: 20px;
	position: relative;
	width: 270px;
	height: 212px;
}

.xrld ul li .xrld_bg .xrld_bt h6 {
	float: left;
	width: 100%;
	color: #333;
	font-size: 24px;
	line-height: 50px;
}

.xrld ul li .xrld_bg .xrld_bt p {
	float: left;
	width: 100%;
	color: #333;
	font-size: 17px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xrld ul li .xrld_bg .xrld_bt a.read_more {
	position: absolute;
	color: #d6472a;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	bottom: 5px;
	left: 0;
	background: url(../img/read_more.png) no-repeat right center;
	padding-right: 20px;
}

.xrld ul li:hover .xrld_bg {
	background-color: #1a589d;
}

.xrld ul li:hover .xrld_bg .xrld_bt h6,
.xrld ul li:hover .xrld_bg .xrld_bt p {
	color: #fff;
}

.xrld ul li:hover .xrld_bg .xrld_bt a.read_more {
	color: #fff;
	background-image: url(../img/read_more2.png);
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left;
}

/* lrld */
.lddlist {
	padding-top: .2rem;
}

.lddlist li {
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	width: 40%;
	margin: 30px 2%;
}

.lddlist li h4 {
	color: #14a351;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.lddlist li p {
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}

.lddlist li p span {
	/* margin-right: 20px; */
}

.ldtit {
	text-align: center;
}

.ldtit h4:after {
	margin: 15px auto 0;
}

/* zzjg */
.zzlist dl dt {
	background: #f6f6f6;
	padding: 15px 20px;
	position: relative;
	margin-top: 20px;
}

.zzlist dl dt span {
	color: #14a351;
	font-size: 20px;
	font-weight: bold;
}

.zzlist dl dt a {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.zzlist dl dd {
	background: #fff;
	padding: 0 20px;
}

.zzlist dl dd ul.ul1 li {
	border-top: 1px solid #ddd;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #666;
	line-height: 1.8em
}

.zzlist dl dd ul.ul1 li:first-child {
	border-top: 0
}

.zzlist dl dd ul.ul1 li strong {
	color: #222
}

.zzlist dl dd ul.ul1 li .tit {
	width: 23%
}

.zzlist dl dd ul.ul1 li .zhiz {
	width: 46%
}

.zzlist dl dd ul.ul1 li .zztel {
	width: 20%
}

.zzlist dl dd ul.ul2 li {
	width: 25%;
	padding: 15px 0;
	font-weight: 500;
	color: #222;
}

.zzlist dl dd ul.ul2 li a {
	color: #222;
	line-height: 25px;
}

.zzlist dl dd ul.ul2 li a:hover {
	color: #14a351;
}

/* list */
.nytzlist {
	padding-bottom: 40px;
}

.nytzlist li {
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding-right: 120px;
	text-indent: 15px;
	background: url(../img/list_d.png) no-repeat 0px center;
}

.nytzlist li time {
	color: #666;
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 17px;
}

.nytzlist li h4 {
	line-height: 20px;
	height: 20px;
}

.nytzlist li h4 a {
	font-size: 18px;
}

.nytzlist li:hover time {
	color: #14A351;
}

.fan {
	text-align: center;
	margin-bottom: 50px;
}

/* zllist1 */
.djqt {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.djqt>ul>li {
	width: 49%;
	max-width: 560px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	font-family: "microsoft yahei" !important;
	min-height:320px;
}

.djqt ul li div.list {
	margin-top: 0;
	width: 100%;
	min-height: 320px;
	margin-bottom: 0;
}

.djqt ul li div.list ul {
	margin-top: 10px;
}

.djqt ul li div.list ul li {
	width: 100%;
	height: auto;
	line-height: 42px;
	margin-bottom: 0;
}

.djqt ul li div.list ul li a {
	width: 75%;
	font-size: 18px;
}

.djqt ul li div.list ul li span.time {
	width: 25%;
	font-size: 18px;
}



.tab_nr {
	/* display: none; */
	width: 100%;
	min-height: 300px;
	float: left;
}

.tab_nr .tab_bt {
	/* display: none; */
	width: 100%;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
	background-color: #14a351;
}

.tab_nr .tab_bt h6 {
	float: left;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}

.tab_nr .tab_bt a {
	float: right;
	color: #fff;
	font-size: 15px;
}

.tab_nr ul {
	float: left;
	width: 100%;
}

.tab_nr ul li {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	background: url(../img/list_d.png) no-repeat left center;
	padding-left: 15px;
}

.tab_nr ul li a {
	color: #000;
	font-size: 18px;
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.tab_nr ul li:hover {
	background: url(../img/list_d2.png) no-repeat left center;
}

.tab_nr ul li:hover a,
.tab_nr ul li:hover span.time {
	color: #14a351;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tab_nr ul li span.time {
	float: right;
	width: 20%;
	color: #000;
	font-size: 18px;
	text-align: right;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* zllist2 */
.lm_list {
	float: left;
	width: 100%;
	height: 58px;
	line-height: 60px;
	padding: 0px;
	border-bottom: 2px solid #c9c9c9;
}

.lm_list span {
	float: left;
	font-size: 30px;
	color: #1a589d;
	line-height: 56px;
	padding: 0 10px;
	border-bottom: 2px solid #1a589d;
}

.lm_list a {
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 60px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.lm_list a:hover {
	color: #14a351;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
}

.list ul {
	overflow: hidden;
	width: 100%;
}

.list ul li {
	float: left;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: url(../img/list_d.png) no-repeat left center;
	padding-left: 15px;
}

.list ul li a {
	color: #000;
	font-size: 20px;
	width: 85%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.list ul li:hover {
	background: url(../img/list_d2.png) no-repeat left center;
}

.list ul li:hover a,
.list ul li:hover span.time {
	color: #14a351;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.list ul li span.time {
	float: right;
	width: 15%;
	color: #000;
	font-size: 20px;
	text-align: right;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* tplist */
.tplist ul {
	margin: 0px -10px;
	min-height: 900px;
	/* padding: 0px 3.5%; */
}

.tplist ul li {
	float: left;
	width: 20%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.tplist ul li a {
	display: block;
	margin: 0px 10px;
	position: relative;
	text-align: center;
	/* margin: 0px auto; */
}

.tplist ul li img {
	width: 100%;
	height: 250px;
}

.tplist ul li span {
	display: block;
	background: #1a589d;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	padding: 15px 0px;
	position: absolute;
	width: 75%;
	margin: 0px auto;
	left: 25px;
	bottom: -16px;
	text-align: center;
}

.tplist ul li:hover span {
	font-weight: bold;
}

/* zmlist */
.zmlist {
	float: left;
	width: 100%;
	/* height: 58px; */
	border-bottom: 2px solid #f5f5f5;
}

.zmlist ul {
	float: left;
	width: 100%;
}

.zmlist ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	border-bottom: 4px solid transparent;
}

.zmlist ul li a {
	color: #767676;
	font-size: 30px;
	/* line-height: 60px; */
}

.zmlist ul li.on,
.zmlist ul li:hover {
	border-bottom: 4px solid #14a351;
	height: 60px;
	line-height: 60px;
}

.zmlist ul li.on a,
.zmlist ul li:hover a {
	color: #14a351;
}

.zmlist ul span {
	float: left;
	font-size: 20px;
	color: #979797;
	margin: 0 30px;
	line-height: 60px;
}

.zmlist .slideTxtBox .hd ul li.on {
	background: none;
}

.zmlist .slideTxtBox .hd {
	border: none;
}

.js_menu {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.js_menu h5 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
	;
}

.js_menu ol {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

.js_menu ol li {
	float: left;
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	background-color: #1c978b;
}

.js_menu ol li a {
	color: #fff;
	font-size: 20px;
}

.js_menu ol li.all {
	padding: 0 48px;
}

.js_menu ol li.active {
	background-color: #1c978b;
}

.munu_js {
	float: left;
	width: 100%;
}

.munu_js h6 {
	float: left;
	width: 70px;
	clear: left;
	text-transform: capitalize;
	margin-top: 20px;
	/* max-width: 157px; */
	line-height: 50px;
	/* text-align: center; */
	color: #14a351;
	font-size: 20px;
	font-weight: bold;
	/* text-indent: 30px; */
}

.munu_js .js_bt {
	float: right;
	width: calc(100% - 70px);
	margin-top: 20px;
}

.munu_js .js_bt ul {
	float: left;
	width: 100%;
}

.munu_js .js_bt ul li {
	float: left;
	width: 11%;
	white-space: nowrap;
	max-width: 120px;
	margin-left: 1px;
	text-align: left;
	height: 50px;
	line-height: 50px;
	border: none;
	background: none;
	overflow: hidden;
}

.munu_js .js_bt ul li a {
	color: #333;
	font-size: 20px;
}

ol.zc_li {
	float: left;
	width: 100%;
}

ol.zc_li li {
	float: left;
	width: calc(33.3% - 1px);
	margin-right: 1px;
	padding: 0 !important;
	text-align: center;
	line-height: 40px;
}

ol.zc_li li a {
	/* font-size:18px; */
	/* color:#333 */
}

ol.zc_li li a.act {
	background-color: #1a589d;
}

ol.zc_li li a {
	color: #fff;
	width: 100%;
	display: block;
	height: 100%;
	font-size: 20px;
	background-color: #14a351;
}

.munu_js .js_bt ul li:hover a {
	color: #14A351;
}

.zmlist .slideTxtBox .hd ul li {
	margin-right: 0px;
}

/* dsjlb */
.event-content {
	margin-left: 5px;
	margin-top: 30px;
}

.event-container {
	margin-top: 50px;
}

.event {
	border-left: 1px solid #DDDDDD;
	padding-left: 30px;
	position: relative;
	padding-bottom: 30px;
}

.event:last-child {
	border-left: none;
}

.event .title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.event .title:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #14a351;
	left: -9px;
	top: 1px;
}

.event .content {
	margin-top: 10px;
	line-height: 28px;
}

.event .content p {
	border: none;
	font-size: 14px;
	padding: 6px 0;
}
.dsjbox ul{
	margin: 0px -25px;
}
.dsjbox ul li{
	float: left;
	width: 25%;
	text-align: center;
	margin-top:30px;
}
.dsjbox ul li a{
	display: block;
	margin: 0px 25px;
	border: 1px solid #14a351;
	padding: 20px 0px;
	font-size: 18px;
}
.dsjbox ul li:hover  a{
	background: #14A351;
	color: #FFFFFF;
}


/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	margin-top: 30px;
	/* color: #006db8; */
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #b6c9e5;
}

.article .arti_metas span {
	color: #999999;
	font-size: 14px;
	text-indent: 10px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #14a351;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 800px;
	_width: expression(this.width > 800 ? "800px" : this.width);height:auto!important
}

/* 2023/2.28 */
.rcy{
	width:100%;
	margin-top:20px;
	padding:0px 50px;
}
.rcy .slide img {
	height: 500px;
}
.rclb{
	margin-top:170px;
	padding: 0px 50px;
}
.rclb ul li{
	width: 100%;
	max-width: 100%;
}
.lltw{
	float:left;
	width:30%;
	margin-left: 1%;
}
.lltw img{height:300px;}
.lltw .slide li .bt{
	bottom:0px;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px;
}
.lllb{
	width: 40% !important;
}

.xw_bottom {display:none}
.wp{
	margin-top:20px;
}
.wp p{
	line-height: 28px;
    font-family: "SimSun";
    font-size: 14px;
    color: #666;
}



.xsszhai{font-size:14px;color:#888888;line-height:23px;word-break: break-all;}

@media only screen and (max-width: 1000px){
.article .read img{
width:100%!important;}
}