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;
}

h1 {
	font-size: 20px;
	margin: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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: #9e9e9e;
	text-decoration: none;
}

a:hover {
	text-decoration:none
}

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;
}

.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: 98px;
	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 {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.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: 73%;
	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, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .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%;
}

.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;
}



.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;
}

.header .tel {
	float: right;
	background: url(../images/tel.png) no-repeat 0 center;
	padding-left: 65px;
	margin-top: 31px;
	font-size: 18px;
	line-height: 25px
}
.header .tx{
	float: left;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding: 35px 0;

	}
.header .tel strong {
	display: block;
	font-size: 25px;
	font-family: “黑体”;
	line-height: 1.5;
	color: #000;
}

.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: #e4c278;
}

.header .nav {
	font-size: 0;
	background: #3d3d3d;
	color: #fff;
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;
}

.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 {
}

.header .nav li.dropdown {
	position: relative;
}

.header .nav li.dropdown:before {
}

.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: #e4c278 !important;
}

.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #e4c278;
}

.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;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.eyou-showcase {
	margin: 0 auto 20px;
}

.eyou-showcase-info {
	margin-left: 430px;
}

.eyou-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}

.eyou-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}


.eyou-showcase-info .tel {
	margin-top: 15px;
}

.eyou-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 {
	
}

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;
}

.eyou-sou {
	padding: 15px 0;
	background-color: #f5f5f5;
}

.eyou-sou .hot {
	float: left;
	padding: 5px 0;
}

.eyou-sou .hot a {
	margin-right: 10px;
}

.eyou-sou .hot strong {
	color: #258C44;
}

.eyou-sou .hform {
	float: right;
}

.eyou-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}

.eyou-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #258C44;
	color: #fff;
}

.eyou-link {
	padding: 20px 0;
}

.eyou-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #258C44;
	padding-bottom: 15px;
}

.eyou-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.eyou-link ul {
	margin-left: -20px;
}

.eyou-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.section {
	padding: 50px 0;
}

.section-title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;

}

.section-title i {
	display: block;
	background: url(../images/gl.png) center  no-repeat;
	margin-top: 10px;
	height: 20px
}

.section-title i:after {
	display: block;
	height: 2px;
	width: 70px;
	content: '';
	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: -20px 0 0 -20px;
}

.list-1 li {
	float: left;
	width: 25%;
}

.list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
	-webkit-box-shadow: 0 0 8px #dbdbdb;
	box-shadow: 0 0 8px #dbdbdb;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: 2px solid #fff;
	background-color: #fff;
}

.list-1 li .img-center {
	height: 200px;
	line-height: 200px;
}

.list-1 li .text {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 8px;
	color: #333333;
}

.list-1 li a:hover {

	
}

.list-1 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 h3 {
	margin-top: 10px;
	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 dl {
	margin: 0;
	border: 1px solid #ddd;
	padding: 0 10px 10px;
}

.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: 890px;
	padding: 20px;
	background-color: #f0f0f0;
}

.in-prd-con .list-1 li {
	width: 33.333333%;
}

.in-prd-con .list-1 li .img-center {
	height: 260px;
	line-height: 260px;
}

.in-about {
	margin: 0;
}

.in-about dt {

}

.in-about dd {
	float: left;
	width: 45%;
}

.in-about dt p {
	margin: 0;
	line-height: 1.8;
	text-indent: 2em;
	text-align: justify;
	font-size:1.10927em
}

.in-about dt .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;
	border-radius:8%;
	margin-bottom:2em
	
}

.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 {
	width: 100%;
	min-height: 100px;
}

.in-dd h4 {
	margin: 0;
	font-size: 42px;
}

.in-dd p {
	margin: 10px 0 0;
	font-size: 26px;
}



.iFCB-TPLB li .m-pic { }

.iFCB-TPLB .m-intro,.iFCB-TPLB .m-intro .u-tt a { color: #a2a2a2; }

		/* 经过效果 */

.iFCB-TPLB li:hover .iFCB-rp { }

.iFCB-TPLB li:hover .iFCB-rp .m-intro { background: #e4c278; color: #fff; }

.iFCB-TPLB li:hover .iFCB-rp .m-intro .u-tt a { color: #fff; }

.iFCB-TPLB li:hover .iFCB-rp .m-intro .u-des { color: #eee; }



.list-2 {
	width:100%;
}

.list-2 li {
	float: left;
	width: 25%;
}

.list-3 li {
	 float:left; width:33.33333333%; box-sizing: border-box; 
}

.list-2 li a {


}

.list-2 li .img-center {
	width:100%;
	padding-left:10px;
	line-height: 196px;
}

.list-2 li .text,.list-3 li .text {
	text-align: center;
	padding: 10px;
}

.list-2 li .text p,.list-3 li .text p {
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-2 li a:hover {
}

.list-2 li a:hover .img-center img,.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}
.list-3 li a:hover .text { background-color:#e4c278; color:#FFF;display: block;
text-decoration:none;
	
	
	}
.in-news {
	width: 580px;
}

.in-news .tit {
	background: url(../images/c6t.png) repeat-x bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	font-size: 0;
}

.in-news .tit span {
	line-height: 1;
	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;
}

.list-3 li {
}

.list-3 li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	padding-left: 25px;
}

.list-3 li span {
	float: right;
	color: #999;
}

.footer {
	background-color: #3d3d3d;
	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;
}

.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;
}

.ct2-sd {
	float: left;
	width: 240px;
}

.ct2-mn {
	float: right;
	width: 930px;
}

.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: 44px;
	padding: 0 0 0 25px;
}

.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: #258C44;
	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 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.list-4 li a {
	display: block;
	overflow: hidden;
}

.list-4 li .img-center {
	float: left;
	width: 165px;
}

.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: 0 0 0 200px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-4 li .text h4 {
	margin: 0;
	font-size: 18px;
}

.list-4 li .text p {
	margin: 15px 0 0;
	color: #888;
	line-height: 1.8;
}

.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);
}

.content-title {
	margin-bottom: 20px;
	text-align: center;
}

.content-title h1 {
	font-size: 22px;
	margin: 0;
}

.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;
}

.content-body {
	line-height: 1.8;
}

.content-body img {
	max-width: 100% !important;
	height: auto !important;
}

.eyou-tag {
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	margin-top: 10px;
}

.eyou-tag a {
	padding: 0px 5px;
}

.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	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;
}

.eyou-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #258C44;
	z-index: 10;
	display: none;
}

.eyou-footer-fix li {
	float: left;
	width: 25%;
}

.eyou-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.eyou-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.eyou-footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}

.eyou-footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}

.eyou-footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}

.eyou-footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}

.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination {
	height: 40px;
	padding: 20px 0px;
}

.pagination a {
	display: inline-block;
	margin-right: 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;
}

.pagination a.cur {
	border: none;
	background: #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
}

@media screen and (max-width: 767px) {

	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container {
		width: auto;
	}

	#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: 50px;
		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;
	}

	.eyou-showcase-info {
		margin: 20px 0 0;
	}

	.eyou-showcase-info h1 {
		padding-bottom: 10px;
	}

	.eyou-showcase-info p {
		margin-top: 10px;
	}

	.eyou-sou {
		padding: 0;
	}

	.eyou-sou .container {
		padding: 0;
	}

	.eyou-sou .hot {
		display: none;
	}

	.eyou-sou .hform {
		float: none;
		position: relative;
	}

	.eyou-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;
	}

	.eyou-sou .hform button {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 40px;
		font-size: 14px;
	}

	.section {
		padding: 30px 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 ,.list-3 li{
		width: 50%;
	}

	.list-1 li a, .list-2 li a , .list-3li a {
		margin: 10px 0 0 10px;
	}

	.list-1 li .img-center {
		height: 118px;
		line-height: 118px;
	}

	.in-prd-cate {
		display: none;
	}

	.in-prd-con {
		float: none;
		width: auto;
		background-color: transparent;
		padding: 0;
	}

	.in-prd-con .list-1 li {
		width: 50%;
	}

	.in-prd-con .list-1 li .img-center {
		height: 160px;
		line-height: 160px;
	}

	.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: 110px;
		line-height: 110px;
	}

	.in-news-left, .in-news-right {
		float: none;
	}

	.in-news-left {
		margin-bottom: 30px;
	}

	.in-news {
		width: auto;
	}

	.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;
		text-align: center;
	}

	.footer-link {
		display: none;
	}

	.pages {
		margin-top: 15px;
	}

	.pagination a {
		margin-right: 6px;
		padding: 2px 8px;
	}

	.pagination p {
		margin-right: 6px;
		padding: 2px 8px;
	}

	.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 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.list-4 li .img-center {
		display: none;
	}

	.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 80px;
	}

	.list-4 li .text h4 {
		font-size: 14px;
	}

	.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;
	}

	.panel-sd .tit {
		font-size: 18px;
		padding: 10px 0;
	}

	.panel-sd .tit span {
		font-size: 12px;
	}

	.contact {
		font-size: 14px;
	}

	.map {
		height: 300px;
	}

	.eyou-footer-fix {
		display: block;
	}
}



/*新闻_PC */
.iFCB-TPLBn li { position:relative; line-height:22px; background-color:#f2f2f2; padding-bottom:30px  }
.iFCB-TPLBn li .iFCB-rp { position:relative; margin:0; padding:1px 10px 0; overflow: hidden; transition:all 0.3s ease 0s; box-sizing: border-box; height:420px }
.iFCB-TPLBn li .m-pic { position:relative; overflow:hidden; }
.iFCB-TPLBn li .m-pic img { width:100%; height:auto; transition:all 0.6s ease-in-out; transform:scale(1);padding-top:30px }
.iFCB-TPLBn li .m-intro { width:100%; padding:12px 8px; transition:all 0.3s ease 0s; box-sizing: border-box; text-align:center; }
.iFCB-TPLBn li .m-intro::after{display:block;content:"";clear:both}
.iFCB-TPLBn li .m-intro .u-tt { position:relative; width:100%; padding-bottom:5px; border-bottom:#d2d2d2 1px solid;color:#333333; height:26px; font-size:16px; line-height:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align: left; }
.iFCB-TPLBn li .m-intro .u-des { font-size:12px; color:#666666;  }
			/* 经过效果 */
.iFCB-TPLBn li:hover .m-pic img { transform:scale(1.1); padding-top:20px }
.iFCB-TPLBn li:hover  .m-intro { bottom: 10px; }
.pic-left { float: left; }
.pic-middle { float: none; }
.pic-right { float: right; }
.iFCB-PRO-5 { float:left; width:20%; box-sizing: border-box; }


.news_list{margin:10px 10px;position: relative;}

.news_list dd{bottom:0;left:20px;right:20px;border:1px solid #ebebeb;padding:30px 20px;background: #ebeaea;
transition: all linear .3s;-webkit-transition:  all linear .3s;}
.news_list dd h{ font-size:24px;  color:#717070; line-height:34px; height:34px}
.news_list dd a{display: block;font-size: 24px;line-height: 24px;height:40px;

    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news_list dd span{display: block;font-size: 14px;line-height: 20px;height:20px;color:#999;margin:15px 0 10px;

    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news_list dd .new_txt{font-size: 14px;color:#666;line-height: 20px;height:110px;

    overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:3;}

.newsSlider .slick-prev, .newsSlider .slick-next{width:47px;height:47px;z-index:10;margin-top:-40px;}

.newsSlider .slick-prev{background: url(../images/w-icon3.png) no-repeat center center;left:-100px;}

.newsSlider .slick-next{background: url(../images/w-icon4.png) no-repeat center center;right:-100px;}

.newsSlider .slick-prev:hover{background: url(../images/w-icon6.png) no-repeat center center;}

.newsSlider .slick-next:hover{background: url(../images/w-icon5.png) no-repeat center center;}

.newsSlider .slick-prev:before, .newsSlider .slick-next:before{display: none;}



	/* 默认左右栏目样式 */



/* 新闻列表_PC */

.TTXW_LIST { }

.TTXW_LIST ul li { padding: 8px 15px 8px 5px; border-bottom: 1px solid #e9e9e9; color:#999; font-size:16px; transition:all 0.3s ease-in-out; }

.TTXW_LIST ul li a { padding-left: 0; }

.TTXW_LIST ul li .u-date { font-size: 12px; }

.TTXW_LIST ul li:hover { background-color: #e4c278; color:#fff; }

.TTXW_LIST ul li:hover a { left:6px; color: #fff; }
	/* 内页推荐信息标题 */
	
	
	
	.title .title_more,.title .title_more a { color:#c70025; }

.iFCB-u-tt { position: relative; }
.iFCB-u-tt .title { height: 41px; min-height: 41px; background:url(icon_3.jpg) repeat-x; line-height: 41px; }
.iFCB-u-tt .title .title_more { position: relative; float: left; min-width: 146px; padding:0 5px; background:url(icon_4.jpg) repeat-x; color:#fff; text-align: center; }
.iFCB-u-tt .title .title_more::after { position: absolute; bottom:0; right:-44px; width:44px; height: 41px; background:url(icon_5.png) no-repeat; content: ""; }
.iFCB-u-tt .title .title_more a { color:#fff; }
.iFCB-u-tt .title .more { float: right; margin-right: 18px; padding-right:13px; background:url(iFCB_sort_ico3.png) no-repeat right center; font-size:12px; }
.iFCB-u-tt .content { padding: 9px; border:1px solid #f0f0f0; }

.iFCB-inside-title .title { min-height:40px; background:url(../images/location.jpg) repeat-x; line-height:40px; }

.iFCB-inside-title .title .title_more { position:relative; float:left; min-width:140px;  padding:0 40px 0 20px; background:url(../images/iFCB_lt_news.png) no-repeat right top; color:#fff; font-size:14px; text-align:center; }

.iFCB-inside-title .title .title_more:before { position:absolute; bottom:5px; left:9px; display:block; width:1px; height:9px; background:#fff; transform:skew(-45deg); content:""; opacity:1; }

.iFCB-inside-title .title .more { float:right; margin-right:15px; padding-right:10px; background:url(../images/iFCB_sort_ico.png) no-repeat right 45%; }



.iFCB-inside-news .title { margin-bottom:15px; }

.iFCB-inside-design .title { margin-bottom:30px; }



#leftObj .iFCB-inside-design { display: none; }

/*

常规部分的栏目标题

*/







	/* 默认左右栏目样式 */

.each_li>.name,

.menu dl dt { position:relative; border-bottom: 1px solid #e2e2e2; background:#f0f0f0; background:linear-gradient(to bottom,#f0f0f0,#f0f0f0); font-size:14px; text-align:center; line-height:20px; overflow:hidden; }



.each_li>.name>div { position:relative; }

.each_li>.name>div>a,

.menu dl dt a { position:relative; display:block; padding:14px 40px; color: #333; text-indent:-1.2em; }



.each_li>.name>.icon:after { position:absolute; top:50%; left:17px; display:block; width:30px; height:30px; padding:0; margin-top:-15px; background:url(../images/third_box.png) no-repeat 11px 11px; cursor: pointer; content:""; z-index:2; }



.each_li.active>.name>.icon:after { background:url(../images/third_box.png) no-repeat 11px -78px; }



.each_li:hover>.name,.each_li.current>.name,.each_li.active>.name,

.menu dl dt:hover,.menu dl dt a.current { background:#f0f0f0;}



.each_li:hover>.name a,.each_li.current>.name a,.each_li.active>.name a { color:#ffb401; }



.each_li .third_box { border:1px solid #eeefee; border-bottom:0; }

.each_li .third_box .third_li,

.menu dl dd { border-bottom:1px solid #efefef; background:#f9f9f9; }



.each_li .third_box .third_li:hover { border-bottom:1px solid #54c149; background:#efefef; }



.each_li .third_box .third_li .name { font-size:12px; text-align:center; line-height:20px; }

.each_li .third_box .third_li .name a,

.menu dl dd a { display:block; padding:12px 40px; background: url(../images/iFCB_sort_ico4.gif) no-repeat 30px 20px; color:#666; }



.each_li .third_box .third_li.current,

.menu dl dd a.current { border-bottom:1px solid #54c149; background:#54c149; }



.each_li .third_box .third_li.current .active { background: url(../images/iFCB_sort_ico5.gif) no-repeat 30px 20px; color:#fff; }





	/* 更多按钮隐藏 */

.pro_sort .promore { display: none; border-bottom: 1px solid #2b69c5; background:#2280f4; background:linear-gradient(to bottom,#2280f4,#1b62cb); text-align:center; }

.pro_sort .promore a { position: relative; display:block; padding:12px 40px; color: #fff; overflow:hidden; }

.pro_sort .promore a::after { position: absolute; bottom:0; right:20%; width:47px; height: 47px; content: "+"; font-size:14px; display: block; line-height: 47px; }

.pro_sort .promore:hover { border-bottom: 1px solid #54c549; background:#54c549; background:linear-gradient(to bottom,#54c549,#39a52e); }



.pg_inside .pro_sort>div{border-bottom: 2px solid #ffb401;}










.inner2 .pro_sort_box .title,.inner3 .pro_sort_box .title,.inner4 .pro_sort_box .title,.inner2 .box .title,.inner3 .box .title,.inner4 .box .title { display: none; }



.inside_left .box,#leftObj .box,.pro_sort_box { margin-bottom: 20px; text-align: center; }

.iFCB-title,

.iFCB-title-dis { position:relative; text-align:center; clear:both; }

.iFCB-title .content .title-wp,

.iFCB-title-dis .content .title-wp,

.pro_sort_box .title {  display: block; margin-bottom:0; padding:4px; background:url(../images/Pro_sort_title.png); font-size:22px; line-height:30px; text-align:center; }

.iFCB-title .content .title-wp .title,

.iFCB-title-dis .content .title-wp .title,

.pro_sort_box .title .title_more {     padding: 18px 0;
    background: none;
    color: #fff; }

.iFCB-title .content .title-wp .title h2,

.iFCB-title-dis .content .title-wp .title h2,

.pro_sort_box .title .title_more a {    display: inline;
    height: auto;
    padding: 0;
    background: none;
    color: #fff; }

.iFCB-title .content .title-wp .title h2 span,

.iFCB-title-dis .content .title-wp .title h2 span { color: #c70025; }

.title { min-height:50px; line-height:50px; }
.title .title_more { font-size:16px; font-weight:100; }
.breadcrumb{ background-color:#fff; height:50px; border-bottom:#999 1px solid; line-height:50px}

	/* 面包屑 */
.location { padding:0; margin:0 0 35px; border: 1px solid #faf5f0; background:#f9f8f8; line-height:40px; }
.location .ico { display:block; padding-left:95px; background:url(icon-home.png) no-repeat;  }
.location .ico a:hover,.location .ico a:last-child { color:#666; }
.location .ico span { padding:0 5px; font-family:"黑体" }

/*

/*	详细页面样式 标题、文字大小、分享、打印、上一条下一条 */
.display_title { padding:0 0 20px;text-align:center;color:#999}
.display_title h1 { margin:0 0 20px;padding:20px 0;}

.display_title .info { min-height:28px; line-height:26px; border-bottom:1px dotted #ccc;color:#333; width:100%;}
.display_title .info span { display:inline-block; }

.m_intro { margin: 10px 20px 15px; padding:20px; background: #fafafa; }

.display_article,.ke-content { font-size:12px;line-height:2;color:#444}
.display_article { padding:0 20px; }
.display_article h3{color:#333}
.display_article img { max-width:100%; height:auto; }

.display_title .info .font_size { padding:0 20px;}
.display_title .info .font_size a { padding:0 3px; }
.display_title .info .mobile_qr { padding-right:20px; background:url(cd.png) no-repeat right center; cursor:pointer; }
.display_title .info .mobile_qr .qrimg { display:none; top:20px; }
.display_title .info .mobile_qr:hover .qrimg { display:block; }
.display_title .info .share_box { padding:0; position:relative; display:inline-block; text-align:center; width:102px; margin:0; cursor:pointer; }
.display_title .info .share_box .share_name { background:url(share_name.png) no-repeat; width:102px; height:26px; border-radius:3px; margin-bottom: 5px; border:1px solid #ececec; line-height:26px;color:#333;text-indent:20px;} 
.display_title .info .share_box .share_content { position:absolute; background:#fff!important; width:300px; }

.diplay_foot { display:none; }
.page_up_dn { padding:30px;overflow:hidden;zoom:1;}
.page_up_dn li { width:100%; line-height:30px }

.display_title .info,
.display_title .others,
.display_title .others_online { display:inline-block; vertical-align:top;}
.display_title .others_online  { background:url(others_online.png) no-repeat; width:102px; height:26px; border-radius:3px; border:1px solid #ececec; line-height:26px;color:#333;text-indent:20px; }

.inner2 .inside_display_left { display:none; }
