html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.clear {
    clear: both;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #258C44;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.img-center {
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-cover {
	overflow: hidden;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
.container1 {
	padding: 0 15px;
	width: 900px;
	margin: 0 auto;
}
.m-txt1 {
	overflow: hidden;
	margin-top: 5px;
	margin: 0;
	padding-left: 38px;
}
.m-txt1 .tit {
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt {
/*margin-right: 100px;*/
}
.m-txt1 .txt p {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}
.m-txt1 .btn {
	display: block;
	width: 128px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #258C44;
	color: #fff;
	border-radius: 5px;
}
.m-txt1 .btn:hover {
	background-color: #444;
}
.m-txt1 .btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	width: 100%;
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	overflow: hidden;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,  -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.liuyan-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px
}
.m-message label.code input {
	width: 112px;
	float: left;
	margin-right: 30px;
}
.m-message label.code img {
	width: 60px;
	height: 17px;
	vertical-align: middle;
}
/*.btn {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #2d7953;
	color: #fff;
	margin-top: 10px;
}*/
.btn:hover {
	background-color: #444;
	color: white;
}
.btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #2d7953;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
/*客服*/
.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #258C44;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #258C44;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #258C44;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
/*.kefu{position:fixed;right:-170px;top:50%;z-index:900;}*/
/*.kefu li a{text-decoration:none;}*/
/*.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}*/
/*.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}*/
/*.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}*/
/*.kefu .kefu-qq i{background-position:4px 5px;}*/
/*.kefu .kefu-tel i{background-position:0 -21px;}*/
/*.kefu .kefu-liuyan i{background-position:4px -53px;}*/
/*.kefu .kefu-weixin i{background-position:-34px 4px;}*/
/*.kefu .kefu-weibo i{background-position:-30px -22px;}*/
/*.kefu .kefu-ftop{display:none;}*/
/*.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}*/
/*.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}*/
/*.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}*/
/*.kefu .kefu-right{width:20px;}*/
/*.kefu .kefu-tel-main{background:#258C44;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-main{background:#258C44;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}*/
/*.kefu-weixin-pic img{width:115px;height:115px;}*/

.header {
	background-color: #fff;
}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #888;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding: 15px 0;
}
.logo1 {
	float: left;
	margin-top: 20px;
	height: 100px;
	line-height: 120px;
}
.logo2 {
	background: url() no-repeat;
	width: 242px;
	height: 82px;
	float: left;
}
.logo2 a {
	width: 242px;
	height: 82px;
	display: block;
	text-indent: -999em;
}
.header .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 31px;
}
.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #258C44;
}
.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}
.header .text strong {
	display: block;
	font-size: 26px;
}
.header .text span {
	color: #258C44;
}
.header .nav {
	font-size: 0;
	background: -webkit-linear-gradient(bottom, #258C44, #35b75c);
	background: -o-linear-gradient(bottom, #258C44, #35b75c);
	background: -mos-linear-gradient(bottom, #258C44, #35b75c);
	background: -moz-linear-gradient(bottom, #258C44, #35b75c);
	background: linear-gradient(bottom, #258C44, #35b75c);
	color: #fff;
	text-align: center;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/su.png) no-repeat right center;
}
.header .nav li:last-child {
	background: none;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 70px;
	padding: 0 35px;
	color: #fff;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
	background-color: #ffae00 !important;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #ffae00;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.menu-btn {
	display: none;
	padding: 18px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #258C44;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}
.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 500px;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.yunu-showcase {
	margin: 0 auto 20px;
}
.yunu-showcase-info {
	margin-left: 430px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}
.yunu-showcase-info .tel {
	margin-top: 15px;
}
.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #258C44;
}
.pc-slide {
	float: left;
	width: 400px;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 30px;
}
.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #258C44;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.yunu-sou {
	padding: 23px 0;
	background-color: #f5f5f5;
}
.yunu-sou .hot {
	float: left;
	padding: 10px 0;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hot strong {
	color: #258C44;
}
.yunu-sou .hform {
	float: right;
	border: 1px solid #e5e5e5;
    border-radius: 25px;
}
.yunu-sou .hform input {
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	padding: 8px 0 8px 22px;
	width: 210px;
	border: none;
    background: none;
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 38px;
	background: url(../images/search.png) no-repeat right center;
	color: #fff;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h3 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #258C44;
	padding-bottom: 15px;
}
.yunu-link h3 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

/*搜索*/
.page-header-search {
    width: 400px;
    float: left;
    padding-top: 0;
    margin-left: 120px;
}
.search-form {
    margin-bottom: 10px;
}
.btn.default {
    color: #fff!important;
    background-color: #18a100 !important;
    border-color: #18a100 !important;
}
.page-header-search .btn {
    color: rgb(255 255 255)!important;
}
dl, li, ol, ul {
    margin: 0;
    padding: 0;
}
.book-ml-list, .drmenu ul, dl, li, ol, ul {
    list-style-type: none;
}
.fc-search-keyword {
    border: 1px solid #e1e5ec!important;
}
.fc-search-keyword {
    border: 1px solid #e1e5ec!important;
}

.section {
	padding: 10px 0;
}
.section-title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
}
.section-title i {
	display: block;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
}
.section-title i:after {
	display: block;
	height: 2px;
	width: 70px;
	content: '';
	background-color: #f58c53;
	margin: 0 auto -1px;
}
.section-title small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
.section-title p {
	margin: 10px auto 0;
	font-size: 14px;
	color: #777;
	max-width: 80%;
}
.list-1 {
	margin: 0px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 25%;
}
.list-1 li a {
	display: block;
	margin-left: 20px;
	transition: all 0.5s;
}
.list-1 li .img-center {
	height: 100%;
	line-height: 200px;
	border: 1px solid #DDD;
}
.list-1 li .text {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 20px 0;
    color: black;
}
.list-1 li a:hover {
	border-color: #258C44;
}
.list-1 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-11 {
	margin-left:-20px;
}
.list-11 li {
	float: left;
	width: 25%;
}
.list-11 li a {
	display: block;
	margin-left: 20px;
	transition: all 0.5s;
}
.list-11 li .img-center {
	height: 212.25px;
	line-height: 200px;
	border: 1px solid #DDD;
}
.list-11 li .text {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list-11 li a:hover {
	border-color: #258C44;
}
.list-11 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}




.list-1-1 li {
	width: 33.333333%;
}
.in-prd-cate {
	float: left;
	width: 240px;
}
.in-prd-cate h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 78px;
	text-align: center;
	background:  #258C44;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}
.in-prd-cate dl {
	margin: 0;
	border: 1px solid #ddd;
	padding: 10px;
}
.in-prd-cate1 dl {
	margin: 0;
}
.in-prd-cate dt {
	margin-bottom: 10px;
	line-height: 60px;
	text-align: center;
	background: url(../images/jiao.png) no-repeat right 0 #258C44;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.in-prd-cate dd {
	margin: 0;
}
.in-prd-cate dd a {
	display: block;
	padding: 10px 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-top: 5px;
}
.in-prd-cate dd a:hover {
	background-color: #258C44;
	color: #fff;
}
.in-prd-con {
	float: right;
	width: 930px;
	padding: 20px 0;
}
.in-prd-con .list-1 li {
	width: 33.333333%;
}
.in-prd-con1 {
	padding: 20px 0;
}
.in-prd-con1 .list-11 li {
	width: 25%;
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	width: 528px;
}
.in-about dd {
	margin-left: 560px;
}
.in-about dd p {
	margin: 0;
	line-height: 1.8;
	text-indent: 2em;
	text-align: justify;
}
.in-about dd .more {
	float: left;
	margin-top: 15px;
	padding: 5px 15px;
	border: 1px solid #777;
	background-color: #777;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 12px;
}
.in-about dd .more:hover {
	background-color: #fff;
	color: #777;
}
.bg1 {
	background-color: #258C44;
	color: #fff;
}
.bg1 .section-title i {
	border-color: #3db361;
}
.bg1 .section-title p {
	color: #fff;
}
.in-choose {
	width: 580px;
}
.in-choose dl {
	margin: 0 0 40px;
	background: no-repeat 0 0;
	padding-left: 70px;
}
.in-choose dt {
	padding: 10px 0;
	font-weight: bold;
	background: url(../images/strong_bg.png) 0 bottom repeat-x;
	font-size: 22px;
	color: #258C44;
}
.in-choose dt small {
	color: #999;
	font-weight: normal;
	padding-left: 10px;
	font-size: 12px;
}
.in-choose dd {
	margin: 10px 0 0;
	background: url(../images/chooselist_bg.png) no-repeat left 5px;
	padding-left: 30px;
	text-align: justify;
	color: #666;
}
.in-choose-left {
	float: left;
}
.in-choose-right {
	float: right;
}
.in-choose-right dl {
	margin: 40px 0 0;
}
.in-dd {
	background: url(../images/bj_jg.jpg) no-repeat center / cover;
	min-height: 100px;
}
.in-dd h4 {
	margin: 0;
	font-size: 42px;
	color: #fff;
	text-align: center;
}
.in-dd p {
	margin: 10px 0 0;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.list-2 {
	margin: -20px 0 0 -20px;
}
.list-2 li {
	float: left;
	width: 25%;
}
.list-2 li a {
	display: block;
	margin: 20px 0 20px 20px;
	-webkit-box-shadow: 0 0 1px #999;
	box-shadow: 0 0 1px #999;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li .img-center {
	height: 100%;
	line-height: 196px;
}
.list-2 li .text {
	text-align: center;
	background-color: #f7f7f7;
	padding: 10px;
}
.list-2 li .text p {
	margin: 0;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list-2 li a:hover {
	border-color: #258C44;
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.class {
	margin-left: -10px;
}
.in-news {
	float: left;
    margin-left: 10px;
    width: 360px;
	background-color: #fff;
    border: #e8e8e8 solid 1px;
    margin-top: 10px;
    padding: 0 15px 10px;
}
.in-news .tit {
	font-size: 0;
	margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: #e8e8e8 solid 1px;
}
.in-news .tit span {
	line-height: 2;
	border-left: 4px solid #258C44;
	display: inline-block;
	padding-left: 15px;
	font-weight: bold;
	font-size: 20px;
}
.in-news .tit small {
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
}
.in-news .tit .more {
	float: right;
	font-size: 14px;
	background: url(../images/iconmore.png) no-repeat right center;
	padding-right: 15px;
}
.in-news-left {
	float: left;
}
.in-news-right {
	float: right;
}
.in-news .tit li  {
    float: left;
}
.in-news .tit li.on {
    background-color: #1a8360;
    color: #FFF;
}
.list-3 li {
	border-bottom: 1px dashed #a7a7a7;
}
.list-3 li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	background: url(../images/dian.png) no-repeat 0 center;
	padding-left: 25px;
}
.list-3 li span {
	float: right;
	color: #999;
}
.footer {
	background-color: #258C44;
	color: #fff;
	padding-bottom: 30px;
}
.footer a {
	color: #fff;
}
.footer-link {
	margin-bottom: 30px;
	font-size: 0;
	padding: 30px 0 20px;
	border-bottom: 1px solid #2ead54;
	text-align: center;
}
.footer-link a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 20px;
}
.footer-link span {
	color: #294a72;
	padding: 0 20px;
}
.footer-logo {
	float: left;
	margin-right: 30px;
	padding: 10px 0;
}
.footer-info {
	float: left;
	line-height: 1.8;
	margin: 25px 0 0 30px
}
.footer-info p {
	margin: 0;
}
.footer-ewm {
	float: right;
	width: 220px;
}
.footer-ewm img {
	width: 120px;
}
.footer-ewm p {
	text-align: center;
	margin: 10px 0 0;
}
.banner-sub {
	height: 350px;
	background: no-repeat center / cover;
}
.position {
	padding: 20px 0;
	background-color: #f1f1f1;
}
.position span {
	background: url(../images/crumbs_bg.png) no-repeat 0 center;
	padding-left: 25px;
}
.daodu {
	background-color: #f6f7fb;
    padding: 20px;
    color: #666;
    line-height: 1.8em;
}
.ct2-sd {
	float: left;
	width: 240px;
}
.ct2-mn {
	float: right;
	width: 930px;
}
.mrt {
	background-color: #e7e7e7;
	height: 47px;
	line-height: 47px;
	border-left: #258c44 5px solid;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
}
.lmms {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 20px;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #258C44;
	padding: 15px 0;
}
.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
.lanmu li {
	border-bottom: 1px dotted #ddd;
}
.lanmu li:last-child {
	border-bottom: 0;
}
.lanmu li a {
	display: block;
	line-height: 77px;
	padding: 0 0 0 25px;
	font-size: 16px;
	padding: 0 10px;
}
.lanmu li.on a {
    background-color: #ffae00;
    color: #fff;
}
.lanmu1 li {
	float: left;
}
.lanmu1 ul{
    display: flex;
}
.lanmu1 li a {
	display: block;
	width: 100px;
	margin: 10px;
height: 50px;
line-height: 50px;
font-size: 16px;
text-align: center;
border-radius: 6px;
background-color: #268f46;
color: #fff;
}
.lanmu1 li.on a {
    background-color: rgb(255, 174, 0);;
    color: #fff;
}
.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}
.lanmu-box p a.on {
	color: #258C44;
}
.lanmu li>a:hover, .lanmu li.active>a {
	color: rgb(11 70 29);
	font-weight: bold;
}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.list-7 {
	padding: 15px;
}
.list-7 li a {
	display: block;
	line-height: 26px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #258C44;
}
.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}
.list-4 li {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	float: left;
    width: 100%;
}
.list-4 li a {
	overflow: hidden;
}
.list-4 li .img-center {
	float: left;
    width: 190px;
}
.list-4 li .date {
	float: left;
	border-right: 3px solid #e3e1e2;
	color: #999;
	font-size: 12px;
	text-align: center;
	padding: 24px 0;
	width: 130px;
}
.list-4 li .date span {
	display: block;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 10px;
}
.list-4 li .text {
	margin-left: 200px;
}
.list-4 li .text h3 {
	line-height: 30px;
	margin: 0;
	font-size: 18px;
}
.list-4 li .text p {
	margin: 5px 0 10px;
	color: #888;
	line-height: 1.5;
}
.list-4 li .text .more {
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #258C44;
}
.list-4 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-4 li a:hover .text {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}


.itembox li {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	float: left;
    width: 100%;
}
.itembox li a {
	overflow: hidden;
}
.itembox li .img-center {
	float: left;
    width: 190px;
}
.itembox li .date {
	float: left;
	border-right: 3px solid #e3e1e2;
	color: #999;
	font-size: 12px;
	text-align: center;
	padding: 24px 0;
	width: 130px;
}
.itembox li .date span {
	display: block;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 10px;
}
.itembox li .text {
	margin-left: 200px;
}
.itembox li .text h3 {
	line-height: 30px;
	margin: 0;
	font-size: 18px;
}
.itembox li .text p {
	margin: 5px 0 10px;
	color: #888;
	line-height: 1.5;
}
.itembox li .text .more {
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #258C44;
}
.itembox li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.itembox li a:hover .text {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.list-6 li {
    border-top: 1px solid #efefef;
}
.list-6 li a {
    display: block;
    padding: 0 0 30px;
}
.list-6 li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-6 li img {
width: 100%;
}
.content-title {
	margin-bottom: 20px;
	text-align: center;
}
.content-title h1 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.wztuijian span {
	font-size: 18px;
	color: #258c44;
}
.wztuijian li {
	float: left;
	width: 50%;
}
.wztuijian li a {
    display: block;
    margin-left: 20px;
    margin-top: 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-body p {
	font-size: 16px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}
.content-body {
	line-height: 1.8;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.content-body2 p {
	font-size: 16px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}
.content-body2 {
	line-height: 1.8;
}
.content-body2 img {
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	display: block;
}
.content-exp {
	padding: 20px 15px;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact {
	font-size: 16px;
	color: #888;
}
.contact p {
	margin-top: 0;
}
.map {
	height: 400px;
}
.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #258C44;
	z-index: 10;
	display: none;
}
.yunu-footer-fix li {
	float: left;
	width: 25%;
}
.yunu-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.yunu-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.yunu-footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.yunu-footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.yunu-footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.yunu-footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}


.content-body h3 {
    font-size: 18px;
}
.content-body p bk-menu {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #EEE;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #EEE;
}
.content-body table .m-til {
    width: 145px;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid #DDD;
}
.content-body table .m-con {
    padding: 20px 0 20px 30px;
}
.content-body table .m-con ul li {
    line-height: 32px;
    font-size: 16px;
}




.articlemulu {
    border-top: 1px dashed #d2d0df;
    border-bottom: 1px dashed #d2d0df;
    background: #fcfcfd;
    counter-reset: minli 0;
	margin: 20px 0;
	padding: 10px 0;
}
.articlemulu .mululeft {
    width: 10%;
    font-size: 25px;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 120px;
}
.articlemulu .mululeft .mulu {
    width: 1em;
    margin: 0 auto;
    text-align: center;
    color: #555ba6;
    padding: 0 30px;
}
.articlemulu .mululeft .mulu .img {
    background: url(../images/12034519093_60x60.png) center no-repeat;
        background-size: auto;
    background-size: auto 30px;
    display: block;
    height: 30px;
    margin-left: 1px;
}
.articlemulu .muluright {
    border-left: 1px dashed #d2d0df;
    counter-reset: li;
    width: 900px;
    display: table-cell;
    padding: 10px 0;
    cursor: pointer;
}
.articlemulu .muluright .col {
    width: 245px;
    max-width: 31.2%;
    float: left;
    border-right: 1px dashed #d2d0df;
    padding: 0px 1%;
}
.articlemulu .muluright .mulu1:before {
    counter-increment: minli;
    content: counter(minli)".";
    display: inline-block;
    background: url(../images/12033678898_60x60.png) left center no-repeat;
        background-size: auto;
    background-size: auto 20px;
    height: 20px;
    text-indent: 1.2em;
    line-height: 20px;
    font-size: 18px;
}
.articlemulu .muluright .col:nth-child(3){ border-right:0;}
.articlemulu .muluright .mulu1{ font-size:18px;color:#555ba6; display: block; line-height: 2.2em;}
.articlemulu .muluright .mulu1 strong{ display:none;}
.articlemulu .muluright .mulu1:hover,.ct2-mn .articlemulu .muluright .mulu2:hover{ color:#f60;}
.articlemulu .muluright .mulu2 {
    list-style: outside;
    margin-left: 25px;
    line-height: 2em;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.articletemplate1 h2 {
    color: #555ba6;
    font-size: 26px;
    line-height: 2.5em;
    margin: 0.6em 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
	background-color: #f5f5f5;
}
.articletemplate1{ counter-reset:li 0;}
.articletemplate1 h5{ margin: 0;padding: 0;}
.articletemplate1 h2:before{counter-increment:li; content:counter(li); content:counter(li,cjk-ideographic)"、";margin-right: -10px;}
.articletemplate1 h2 a{color: #022976;}
.articletemplate1.mixttl h2:before{counter-increment:li; content:counter(li); /*content:counter(li,cjk-ideographic);*/ color:#FFF; display:inline-block; margin-right:10px; font-size:22px; vertical-align:middle; height:40px;width: 40px;line-height: 38px;text-align:center; background:url(../images/one_ttl.png) no-repeat;background-size: auto 40px;}
.articletemplate1 h3{ text-indent:5px;font-size:22px;font-weight:bold;color:#2e65d3;line-height: 2em;margin-top:0.6em;}
.articletemplate1 h3:before{content:""; display:inline-block; width:10px; height:10px;background:#2e65d3;margin-top:-5px;margin-right: 5px; -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);position: relative;top: -3px;left:-5px;}
.articletemplate1 h4{color:#1c226d;font-size:18px;text-indent: 2em;padding-top:10px;margin:0;}
.articletemplate1 p{font-size:16px;}
.articletemplate1 p strong{color:#1a1a1a;font-weight:700;}
.articletemplate1 p a{color: #337fe5;text-decoration: underline;}
.artcontent .articlelist .contbox{ width:680px;}
#t_container .articlemulu{ margin:0 50px;}




.articlemulu1 {
    border: 1px solid #d2d0df;
    background: #fcfcfd;
    counter-reset: minli 0;
	margin-bottom: 20px;
}
.articlemulu1 .mululeft {
    width: 10%;
    font-size: 25px;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 120px;
}
.articlemulu1 .mululeft .mulu {
    width: 1em;
    margin: 0 auto;
    text-align: center;
    color: #555ba6;
    padding: 0 30px;
}
.articlemulu1 .mululeft .mulu .img {
    background: url(../images/12034519093_60x60.png) center no-repeat;
        background-size: auto;
    background-size: auto 30px;
    display: block;
    height: 30px;
    margin-left: 1px;
}
.articlemulu1 .muluright {
    border-left: 1px solid #d2d0df;
    counter-reset: li;
    width: 900px;
    display: table-cell;
    padding: 10px 0;
    cursor: pointer;
}
.articlemulu1 .muluright .col {
    width: 245px;
    max-width: 30%;
    float: left;
    border-right: 1px dashed #d2d0df;
    padding: 0px 1%;
}
.articlemulu1 .muluright .mulu1:before {
    counter-increment: minli;
    content: counter(minli)".";
    display: inline-block;
    background: url(../images/12033678898_60x60.png) left center no-repeat;
        background-size: auto;
    background-size: auto 20px;
    height: 20px;
    text-indent: 1.2em;
    line-height: 20px;
    font-size: 18px;
}
.articlemulu1 .muluright .col:nth-child(3){ border-right:0;}
.articlemulu1 .muluright .mulu1{ font-size:18px;color:#555ba6; display: block; line-height: 2.2em;}
.articlemulu1 .muluright .mulu1 strong{ display:none;}
.articlemulu1 .muluright .mulu1:hover,.ct2-mn .articlemulu1 .muluright .mulu2:hover{ color:#f60;}
.articlemulu1 .muluright .mulu2 {
    list-style: outside;
    margin-left: 25px;
    line-height: 2em;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.articletemplate2 h2 {
    font-size: 26px;
    line-height: 2.5em;
    margin: 0.6em 0;
    font-weight: bold;
}
.articletemplate2{ counter-reset:li 0;}
.articletemplate2 h5{ margin: 0;padding: 0;} 
.articletemplate2 h3{ text-indent:5px;font-size:22px;font-weight:bold;color:#2e65d3;line-height: 2em;margin-top:0.6em;}
.articletemplate2 h3:before{content:""; display:inline-block; width:10px; height:10px;background:#2e65d3;margin-top:-5px;margin-right: 5px; -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);position: relative;top: -3px;left:-5px;}
.articletemplate2 h4{color:#1c226d;font-size:18px;text-indent: 2em;padding-top:10px;margin:0;}
.articletemplate2 p{color:#666;font-size:16px;}
.articletemplate2 p strong{color:#1a1a1a;font-weight:700;}
.articletemplate2 p a{color: #337fe5;text-decoration: underline;}
.artcontent .articlelist .contbox{ width:680px;}
#t_container .articlemulu1{ margin:0 50px;}

#go_top {  position: fixed;right: 0px;bottom:110px;margin-right: -96px;transition: all ease-in-out 300ms;z-index: 1000;/*display:none;*/}
#go_top.show{ margin-right:0px;}
#go_top li{	padding-bottom:5px;}
#go_top li .iconfont{ margin:0;}
#go_top .holidayicon a { background: none;border-radius: 0px;}
#go_top .holidayicon a img { width: 100%;display: block;border-radius: 15px;}
#go_top a{ width:56px;height:56px;background:rgb(23 108 8);;font-size: 20px;color: #fff;border-radius:15px;text-decoration:none;}
#go_top a:hover{ color:#fff;}
  .fff {
  }
  .center {
	text-align: center;
  }
  .tablecell {
	display: table-cell;
	vertical-align: middle;
  }

/*热门推荐样式*/
.showauthor {
    display: inline-block;
    position: relative;
    margin: auto;
    font-weight: normal;
    min-width: 300px;
}
.showauthor em {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 2em;
    padding: 5px 2%;
    color: #fff;
    background: rgba(0,0,0,.5);
    text-indent: 0;
    text-align: center;
    display: block;
    z-index: 6;
    width: 96%;
    min-width: 300px;
    font-size: 12px;
}
i, em {
    font-style: normal;
}

.blockinfo.articlelist {
    padding: 0 0px;
}
.articlelist .blocktitle {
    margin-bottom: 20px;
}
.blocktitle.style1 {
    text-align: center;
}
.ccc {
    color: #ccc;
}
.font26, .font26 a {
    font-size: 20px;
}
.blocktitle {
    line-height: 2em;
    position: relative;
}
.blocktitle.ccc span, .blocktitle.ccc .color1 {
    color: #ccc;
}
.blocktitle.style1 span {
    display: inline-block;
    padding: 0px 70px;
    position: relative;
    font-weight: bold;
    max-width: 560px;
}
.dhidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}
i, em {
    font-style: normal;
}
.blocktitle.style1 span i.l, .blocktitle.style1 span i.l i, .blocktitle.style1 span i.r, .blocktitle.style1 span i.r i {
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -16px;
    width: 6px;
    height: 32px;
    border-radius: 4px;
    display: block;
    transform: rotate(36deg);
}
.blocktitle.ccc span i, .blocktitle.style1.ccc span em.l, .blocktitle.style1.ccc span em.r {
    color: #ccc;
    background: #ccc;
}
.blocktitle.ccc span i.l i, .blocktitle.ccc span i.r {
    background: #EEE;
}
.blocktitle.style1 span i.l i, .blocktitle.style1 span i.r i {
    left: 16px;
    top: -10px;
    margin: 0;
    transform: rotate(0deg);
}
.blocktitle.style1 span i.r {
    left: auto;
    right: 42px;
}
.blocktitle.ccc span i.r i, .blocktitle.ccc span em.r {
    background: #bbb;
}
.blocktitle.style1 span em.l {
    opacity: 0.7;
}
.blocktitle.style1 span em.l, .blocktitle.style1 span em.r {
    position: absolute;
    right: 100%;
    top: 50%;
    width: 60px;
    height: 3px;
    margin-top: -2px;
}
.blocktitle.style1 span em.r {
    left: 100%;
}
.pc-block {
    display: block;
}
.mb-block {
    display: none;
}

/*news*/
.part1 {width: 100%;}
.part2{width:1200px; height:450px;  margin:0 auto; margin-top:30px;  }
.news{width:750px;float:left;}
.news #tab{width:750px; height:35px; background:url(../images/news_t.gif) repeat-x;  margin-bottom:30px; }
.news #tab .tab_menu li{ float:left; width:117px; line-height:35px;height:35px; text-align:center;   }
.news #tab .tab_menu li:hover {background:rgb(37, 140, 68);  }
.news #tab .tab_menu li:hover a{ color:#fff; }
.news #tab .tab_menu li h3 a{font-size:16px; color:#272727; font-weight:normal;  }
.news #tab .tab_menu li h3{margin:0; }
.news #tab span{ float:right; margin-right:20px;}
.news #tab span a{ font-size:14px; color:#272727;line-height: 35px;background: url(../images/iconmore.png) right center no-repeat;
    padding-right: 15px;}
.news #tab .tab_menu .selected  {background:rgb(37, 140, 68); }
.news #tab .tab_menu .selected   a{color:#fff; }
.news  .hide{display:none;}
.news  .tab_box .news_l img{ width:300px; height:225px;border:1px solid #cecece; padding:3px;float:left; }
.news_l{ float:left; width:300px;}
.news_l span{ width:300px; height:30px; overflow:hidden;line-height: 30px; display: block;text-align: center;white-space: nowrap;text-overflow: ellipsis;}
.news_l span a{ font-size:16px; color:#333333;}
.news_l p{ font-size:12px; color:#666666; line-height:20px; height:81px; overflow:hidden; margin-top:0;}
.news_l em{ width:100px; height:33px; background:green; text-align:center;display: block;margin:auto;}
.news_l em a{ font-size:14px; color:#fff; line-height:33px; font-style:normal;}
.news .tab_box ul{ width:410px;  float:left; margin-left: 30px;    }
.news .tab_box ul li{ line-height:23px; background:url(../images/news_li.gif) no-repeat left; padding-left:16px; margin-bottom: 6px;height:26px; border-bottom:1px dashed #cecece;}
.news .tab_box ul li a{font-size:14px; color:#555; width:100%; height:24px; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; }
.news .tab_box ul li a span{float: right;color: rgb(153, 153, 153);  }


/* question */
.question{float:right;width:440px;}
.question .con_news_t h3 a{ font-size:16px; color:#fff; font-weight:normal;}
.question .con_news_t h3{ width:117px; line-height:35px;height:35px; text-align:center; background:rgb(37, 140, 68); margin: 0;}
.question .con_news_t{ height:35px; background:url(../images/news_t.gif) repeat-x;  margin-bottom:30px;}
.question .con_news_t  span{ float:right; margin-right:20px; }
.question .con_news_t  span a{font-size:14px; color:#272727;line-height: 35px; background: url(../images/iconmore.png) right center no-repeat;
    padding-right: 15px;}

.question .contant ul{ position:relative; height:390px;   }
.question .contant ul .faq-l {clear:both;overflow:hidden; padding: 10px 0; border-bottom:1px dashed #cecece;}
.question .contant ul .faq-l .faq-w p {float:right;width:408px; height:25px;margin:0;color:#333;font-size: 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight: bold;}
.question .contant ul .faq-l .faq-d p {float:right; height:60px;line-height:20px;width:408px;font-size: 12px;margin:0;color: #666;overflow:hidden; }
.question .contant ul .faq-l .faq-w span{ float:left;width: 19px;height: 19px;background:url(../images/wen.gif) no-repeat center;line-height:20px;text-align:center;margin-right:5px;margin-bottom:10px; }
.question .contant ul .faq-l .faq-d span{float:left;width: 19px;height: 19px;background:url(../images/da.gif) no-repeat center ; line-height:20px;text-align:center;margin-right:5px;margin-bottom:10px;}
.social-welfare .content {
    margin: 5px -15px 0;
}
.social-welfare .slick-slide {
    padding: 0 15px;
}
.social-welfare .slick-slide img {
    max-width: 100%;
	height: 262.5px;
}
.social-welfare .slick-slide p {
    line-height: 30px;
    height: 60px;
    text-align: center;
    color: #333333;
    text-align: center;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	font-size: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0a2444;
	border-radius: 50%;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -65px;
	background-image: url(../images/slick_prev.png);
}
.slick-next {
	right: -65px;
	background-image: url(../images/slick_next.png);
}
.slick-prev:hover, .slick-next:hover {
	background-color: rgb(38, 143, 70);
}
/* Dots */

.slick-dots {
	position: absolute;
	bottom: 72px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	font-size: 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 4px;
	margin: 0 5px;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
}
.slick-dots li button {
	border: 0;
	background: #0a2444;
	display: block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	outline: none;
	border-radius: 50%;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active {
	border: 1px solid #b48b62;
}
.slick-dots li.slick-active button {
	background: #b48b62;
}



 @media screen and (max-width: 999px) {
body {
	min-width: 320px;
	padding-top: 100px;
	padding-bottom: 50px;
}
.container {
	width: auto;
	padding: 0px 15px;
}
.container1 {
	width: auto;
	padding: 0px 15px;
}
    
.font26, .font26 a {
    font-size: 16px;
}
#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}
.kf {
	display: none;
}
.header {
	padding: 10px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.header .topbar, .header .text, .header .tel {
	display: none;
}
.header .logo {
	height: 82px;
	line-height: 30px;
	float: none;
	padding: 0;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background: transparent;
	border-bottom: 0;
}
.header .nav ul {
	margin: 0 -15px;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 15px;
	color: #333;
}
.header .nav li .arr {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #258C44;
}
.header .nav li.open .arr:after {
	border-color: #258C44;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	min-width: auto;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px dotted #ddd;
	padding: 0 15px;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
}
.header .nav .dropdown-box a:hover {
	background-color: transparent !important;
}
.menu-btn {
	display: block;
}
.banner .swiper-slide {
	height: 200px;
}
.pc-slide {
	float: none;
	width: auto;
	margin-bottom: 16px;
}
.yunu-showcase-info {
	margin: 20px 0 0;
}
.yunu-showcase-info h1 {
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin-top: 10px;
}
.yunu-sou {
	padding: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	font-size: 14px;
	border-color: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	background-color: #f5f5f5;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	font-size: 14px;
}
.wztuijian li {
    float: left;
	width: 100%;
}

.section {
	padding: 10px 0;
}
.section-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.section-title small {
	font-size: 12px;
}
.section-title p {
	max-width: none;
}
.list-1, .list-2 {
	margin: -10px 0 0 -10px;
}
.list-1 li, .list-2 li {
	width: 50%;
}
.list-1 li a, .list-2 li a {
	margin: 10px 0 0 10px;
}
.list-1 li .img-center {
	height: 100%;
	line-height: 100%;
	border: 1px solid #DDD;
}
.list-11 li .img-center {
	height: 100%;
	line-height: 100%;
	border: 1px solid #DDD;
}
.list-11, .list-2 {
	margin: -10px 0 0 -10px;
}
.in-prd-con1 .list-11 li {
    width: 50%;
}
.list-11 li a, .list-2 li a {
	margin: 10px 0 0 10px;
}
.in-prd-cate {
    float: left;
    width: 100%;
}
.in-prd-cate dl {
    margin: 0px;
    border: none;
    padding: 0px;
}
.lanmu li {
    float: left;
	border-bottom: none;
}
.lanmu li a {
    display: block;
    width: 151px;
    margin: 5px 10px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    background-color: rgb(38, 143, 70);
    color: rgb(255, 255, 255);
    border-radius: 6px;
	padding: 0;
}
.lanmu li.on a {
	background-color: rgb(38, 143, 70);
    color: rgb(255, 255, 255);
}
.lanmu1 li {
	float: left;
}
.lanmu1 li a {
	display: block;
	width: 151px;
	margin: 5px 10px;
line-height: 30px;
height: 30px;
font-size: 16px;
text-align: center;
background-color: #268f46;
color: #fff;
border-radius: 6px;
}
.lanmu1 li.on a {
	background-color: rgb(38, 143, 70);
    color: rgb(255, 255, 255);
}
.in-prd-con {
	float: none;
	width: auto;
	background-color: transparent;
	padding: 0;
}
.in-prd-con .list-1 li {
	width: 50%;
}
.list-1 li .text {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.list-11 li .text {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.in-about dt {
	float: none;
	width: auto;
}
.in-about dd {
	margin: 20px 0 0;
}
.in-choose-left, .in-choose-right {
	float: none;
}
.in-choose {
	width: auto;
}
.in-choose dl {
	background-size: 30px auto;
	margin: 0 0 20px;
	padding-left: 40px;
}
.in-choose dt {
	padding-top: 0;
	font-size: 18px;
}
.in-choose dd {
	padding-left: 20px;
}
.in-choose .img-center {
	display: none;
}
.in-choose-right dl {
	margin: 20px 0 0;
}
.in-dd {
	background-position: center right;
	min-height: 0;
}
.in-dd h4 {
	font-size: 20px;
}
.in-dd p {
	font-size: 14px;
}
.list-2 li .img-center {
	height: 140px;
	line-height: 110px;
}
.class {
    margin-left: 0px; 
}
.in-news-left, .in-news-right {
	float: none;
}
.in-news-left {
	margin-bottom: 30px;
}
.in-news {
	width: -webkit-fill-available;
	float: left;
	margin: 0px;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 232, 232);
    margin-top: 10px;
    padding: 0px 15px 10px;
}
.in-news .tit {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.in-news .tit span {
	font-size: 18px;
}
.in-news .tit small {
	font-size: 12px;
}
.in-news .tit .more {
	font-size: 12px;
}
.list-3 li span {
	font-size: 12px;
}
.footer {
	padding: 30px 0;
}
.footer-logo {
	display: none;
}
.footer-ewm {
	float: none;
	width: auto;
	margin-top: 20px;
}
.footer-info {
	float: none;
	font-size: 12px;
	margin: 0; 
    text-align: center;
}
.footer-link {
	display: none;
}
.pages {
	margin-top: 15px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.position {
	padding: 10px 0;
	font-size: 12px;
}
.position span {
	padding-left: 15px;
	background-size: auto 15px;
}
.banner-sub {
	height: 200px;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.list-4 li {
	margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
	float: left;
    width: 100%;
}
.list-4 li .img-center {
	width: 100px;
	padding-right: 10px;
}
.list-4 li .date {
	width: 60px;
	text-align: left;
	padding: 0;
}
.list-4 li .date span {
	font-size: 30px;
}
.list-4 li .text {
	margin: 0 0 0 0;
}
.list-4 li .text h4 {
	font-size: 14px;
}
.list-4 li .text h3 {
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-4 li .text p {
	font-size: 12px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.content-title {
	margin-bottom: 15px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.content-body p {
	text-indent: 0em;
}
.panel-sd .tit {
	font-size: 18px;
	padding: 10px 0;
}
.panel-sd .tit span {
	font-size: 12px;
}
.contact {
	font-size: 14px;
}
.map {
	height: 300px;
}
.yunu-footer-fix {
	display: block;
}
.articlemulu {
    border-top: 1px dashed #d2d0df;
    border-bottom: 1px dashed #d2d0df;
    background: #fcfcfd;
    counter-reset: minli 0;
	margin: 20px 0;
	padding: 10px 0;
}
.articlemulu .mululeft {
    width: 10%;
    font-size: 25px;
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 120px;
}
.articlemulu .mululeft .mulu {
    width: 1em;
    margin: 0 auto;
    text-align: center;
    color: #555ba6;
    padding: 0 30px;
}
.articlemulu .mululeft .mulu .img {
    background: url(../images/12034519093_60x60.png) center no-repeat;
        background-size: auto;
    background-size: auto 30px;
    display: block;
    height: 30px;
    margin-left: 1px;
}
.articlemulu .muluright {
    border-left: 1px dashed #d2d0df;
    counter-reset: li;
    width: 900px;
    display: table-cell;
    padding: 10px 0;
    cursor: pointer;
}
.articlemulu .muluright .col {
    width: 260px;
	max-width: 90%;
    float: left;
	border-right: 1px dashed rgb(255, 255, 255);
    padding: 0px 1%;
}
.articletemplate2 h2 {
    font-size: 20px;
    line-height: 2.5em;
    margin: 0.6em 0;
    font-weight: bold;
}
.articlemulu1 .muluright .col {
    width: 260px;
	max-width: 90%;
    float: left;
	border-right: 1px dashed rgb(255, 255, 255);
    padding: 0px 1%;
}
.pc-block {
    display: none;
}
.mb-block {
    display: block;
}


.articlemo h2 {
    color: #555ba6;
    font-size: 22px;
    line-height: 2.5em;
    margin: 0.6em 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
	background-color: #f5f5f5;
}
.articlemo{ counter-reset:li 0;}
.articlemo h5{ margin: 0;padding: 0;}
.articlemo h2:before{counter-increment:li; content:counter(li); content:counter(li,cjk-ideographic)"、";margin-right: -10px;}
.articlemo.mixtt2 h2:before{counter-increment:li; content:counter(li); content:counter(li,cjk-ideographic); color:#FFF; display:inline-block; margin-right:5px; font-size:22px; vertical-align:middle; height:36px;width: 36px;line-height: 30px;text-align:center; background:url(../images/one_ttl.png) no-repeat;background-size: auto 36px;}
.articlemo h3{ text-indent:5px;font-size:20px;font-weight:bold;color:#022976;line-height: 2em;margin-top:0.6em;}
.articlemo h3:before{content:""; display:inline-block; width:10px; height:10px;background:#022976;margin-top:-5px; -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);position: relative;top: -3px;left:-5px;}
.articlemo h4{color:#1c226d;font-size:18px;text-indent: 2em;padding-top:10px;margin:0;}
.articlemo p{color:#666;font-size:16px;}
.articlemo p strong{color:#1a1a1a;font-weight:700;}
.articlemo p a{color: #337fe5;text-decoration: underline;}
.artcontent .articlelist .contbox{ width:680px;}
#t_container .articlemulu{ margin:0 50px;}
/*目录*/

    .articlemo .articlemulumo{
    width:56px;
    height:56px;
    background: rgba(0,0,0,.5);
    border-radius:12px;
   text-align: center;
    color: #fff;
    position: fixed;
    right:0px;
    z-index:1;
    top:50%;
    margin-top:-48px;
   }
    .articlemo .articlemulumo i{
    line-height: 56px;
	font-size: 20px;
   }    
    .articlemo .showmulu{
    position: fixed;
    z-index: 1000;
    left: 100%;
    top: 0;
   width: 100%;
   height: 100%;
    background: rgba(50,50,50,.3);
    line-height: 2em;
   }
    .articlemo .showmulu.show{
    left:0;
   }
    .articlemo .showmulu.show .menu{
   left: 0%;
   overflow-x: hidden;
   overflow-y: scroll;
   }
    .articlemo .showmulu .menu{
    background: #fff;
    position: relative;
    left: 65%;
    width: 65%;
   height: 100%;
   float: right;
   box-shadow: -5px 0 5px rgba(50,50,50,.3);
   transition: left ease-in-out 300ms;
    position:relative;
   }
    .articlemo .showmulu .close{
    z-index: 1;
    position: absolute;
    right: 10px;
   top: 5px;
   line-height: 1.5em;
   }
    .articlemo .showmulu .topmenu{
    height:45px;
    position:relative;
   padding: 0 10px;
    border-bottom:1px solid #ccc;
   }
    .articlemo .showmulu .top{
   position: absolute;
    height: 60px;
    top: 50%;
    display: flex;
    margin-top: -30px;
    align-items: center;
   }
    .articlemo .showmulu .caidan{
    position:relative;
    z-index:1;
    overflow:scroll;
    height:100%;
    padding: 0 10px;
   }
    .articlemo .showmulu .caidan::-webkit-scrollbar{
    width:10px;
    height:20px;
    }
    .articlemo .showmulu .caidan::-webkit-scrollbar-thumb{
   background:#aeb1d4;
   }
    .articlemo .showmulu .topmenu .tubiao{
   font-size: 44px;
   }
    .articlemo .showmulu .topmenu .mu{
    margin-left:10px;
   }
    .articlemo .showmulu .topmenu .mu,.articlemo .showmulu .mulu .mulu1{
    font-size:22px;
    color:#000;
   }
    .articlemo .showmulu .mulu .mulu2{
   font-size:18px;
    color:#666;
   }
    .articlemo .showmulu .mulu1{
    border-top:1px solid #ccc;
   line-height:2em;
    text-indent:0.5em;
    display:block;
   overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    padding-top:5px;
    margin-top:10px;
   }
    .articlemo .showmulu .mulu1:first-child{
   border-top:0px;
   }
    .articlemo .showmulu .mulu2{
    line-height:2.0em;
    text-indent:0.2em;
    list-style:outside;
    padding:0 10px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   }
    .articlemo .showmulu .mulu1.active,.articlemo .showmulu .mulu2.active{
    color:#666BA9;
   }
   /*目录结束*/

/*news*/
.part1 {width: 100%;}
.part2{width:-webkit-fill-available; height:100%;  margin:0 auto; margin-top:10px;  }
.news{width:-webkit-fill-available;float:left;padding-bottom: 20px;}
.news #tab{width:-webkit-fill-available; height:35px; background:url(../images/news_t.gif) repeat-x;  margin-bottom:30px; }
.news #tab .tab_menu li{ float:left; width:117px; line-height:35px;height:35px; text-align:center;   }
.news #tab .tab_menu li:hover {background:rgb(37, 140, 68);  }
.news #tab .tab_menu li:hover a{ color:#fff; }
.news #tab .tab_menu li h3 a{font-size:16px; color:#272727; font-weight:normal;  }
.news #tab .tab_menu li h3{margin:0; }
.news #tab span{ float:right; margin-right:20px;}
.news #tab span a{ font-size:14px; color:#272727;line-height: 35px;background: url(../images/iconmore.png) right center no-repeat;
    padding-right: 15px;}
.news #tab .tab_menu .selected  {background:rgb(37, 140, 68); }
.news #tab .tab_menu .selected   a{color:#fff; }
.news  .hide{display:none;}
.news  .tab_box .news_l img{ width:-webkit-fill-available; height:225px;border:1px solid #cecece; padding:3px;float:left; }
.news_l{ float:left; width:-webkit-fill-available;}
.news_l span{ width:100%; height:30px; overflow:hidden;line-height: 30px; display: block;text-align: center;white-space: nowrap;text-overflow: ellipsis;}
.news_l span a{ font-size:16px; color:#333333;}
.news_l p{ font-size:12px; color:#666666; line-height:20px; height:81px; overflow:hidden; margin-top:0;}
.news_l em{ width:100px; height:33px; background:green; text-align:center;display: block;margin:auto;margin-bottom: 30px;}
.news_l em a{ font-size:14px; color:#fff; line-height:33px; font-style:normal;}
.news .tab_box ul{width: -webkit-fill-available;float: left;margin: 0;}
.news .tab_box ul li{ line-height:23px; background:url(../images/news_li.gif) no-repeat left; padding-left:16px; margin-bottom: 6px;height:26px; border-bottom:1px dashed #cecece;}
.news .tab_box ul li a{font-size:14px; color:#555; width:100%; height:24px; overflow:hidden; display:block;white-space: nowrap;text-overflow: ellipsis;  }
/* question */
.question{float:right;width:-webkit-fill-available;padding-bottom: 20px;}
.question .con_news_t h3 a{ font-size:16px; color:#fff; font-weight:normal;}
.question .con_news_t h3{ width:117px; line-height:35px;height:35px; text-align:center; background:rgb(37, 140, 68); margin: 0;}
.question .con_news_t{ height:35px; background:url(../images/news_t.gif) repeat-x;  margin-bottom:30px;}
.question .con_news_t  span{ float:right; margin-right:20px; }
.question .con_news_t  span a{font-size:14px; color:#272727;line-height: 35px; background: url(../images/iconmore.png) right center no-repeat;
    padding-right: 15px;}

.question .contant ul{ position:relative; height:390px;   }
.question .contant ul .faq-l {clear:both;overflow:hidden; padding-bottom: 10px; border-bottom:1px dashed #cecece;}
.question .contant ul .faq-l .faq-w p {float:none;width:-webkit-fill-available; height:25px;margin:0;color:#333;font-size: 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight: bold;}
.question .contant ul .faq-l .faq-d p {float:none; height:60px;line-height:20px;width:-webkit-fill-available;font-size: 12px;margin:0;color: #666;overflow:hidden; }
.question .contant ul .faq-l .faq-w span{ float:left;width: 19px;height: 19px;background:url(../images/wen.gif) no-repeat center;line-height:20px;text-align:center;margin-right:5px;margin-bottom:10px; }
.question .contant ul .faq-l .faq-d span{float:left;width: 19px;height: 19px;background:url(../images/da.gif) no-repeat center ; line-height:20px;text-align:center;margin-right:5px;margin-bottom:10px;}
.m-message {
    width: -webkit-fill-available;
    margin: 48px auto 0px;
}
.m-message label {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    overflow: hidden;
}
.m-message label span {
    width: 42px;
    height: 34px;
    line-height: 34px;
    color: rgb(47, 47, 47);
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 0px;
    display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
    width: 80%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    padding: 0px 14px;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slick-prev,  .slick-next {
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background-size: cover;
}
.slick-dots li {
	margin: 0 2px;
}
.social-welfare {
	margin-top: 40px;
}
.social-welfare .content {
	margin: 35px 0 0;
}
.social-welfare .slick-slide {
	padding: 0;
}

}








.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 100%;
	padding: 20px 0px;
	text-align: center;
}
.pagination a {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #258C44;
	background: white;
	border: 1px #258C44 solid;
}
.pagination a.cur {
	border: none;
	background: #258C44;
	color: #fff;
}
.pagination li.active>a {
	border: none;
    background-color: #258C44;
	color: #fff;
}
.pagination p {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #258C44;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
.ct2-mn .tags_list {
	float: left;
	margin:10px 0;
}
.ct2-mn .tags_list a {
    padding: 0px 8px;
    height: 35px;
    line-height: 32px;
    font-size: 16px;
    float: left;
    margin: 9px 0px;
    margin-left: 9px;
    border: 1px solid #D8D8D8;
}
.ct2-mn .tags_list1 {
	float: left;
	margin:10px 0;
}
.ct2-mn .tags_list1 a {
    padding: 1px 8px;
    border: 1px solid #D8D8D8;
	line-height: 30px;
	margin: 3px;
    float: left;
}