/*通用*/
* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:16px;
	line-height:2em;
	font-family:"Microsoft YaHei"
}
ul, ol, li {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none
}
a:hover {
	color:#50A929;
	text-decoration:underline
}
a:active {
	color:#50A929;
	text-decoration:none
}
input, select {
	vertical-align:middle;
}
input, textarea {
	border:none;
}
body {
	background:#ffffff;
}
.clear {
	clear:both;
}
.pages {
	text-align:center;
	padding:2% 0;
}
.pages a {
	background:#52AA29;
	border-radius:10px;
	padding:1% 2%;
	color:#fff;
	font-size:14px;
}
.pages a:hover {
	background: #E1181E;
	color: #fff;
}
/*公用*/
.header {
	width:100%;
	margin:auto;
	background: rgba(255, 255, 255, .9);
	height:80px;
	position: fixed;
	left:0;
	top:0;
	z-index:9999999;
}
.header .main {
	height:80px;
}
.header .logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -107px;
	text-align: center;
}
.header .logo img {
	height:100px;
}
.logo-left-icon {
	background: url(/template/lecms/index/images/logo-left-icon.png) no-repeat;
	width: 76px;
	height: 106px;
}
.logo-main {
	background: #fff;
	height: 106px;
	border-bottom: 1px solid #ECECEC;
}
.logo-right-icon {
	background: url(/template/lecms/index/images/logo-right-icon.png) no-repeat;
	width: 76px;
	height: 106px;
}
.header .nav ul:after {
	display:block;
	clear:both;
}
.header .nav ul li {
	float:left;
	height:80px;
	line-height:80px;
	width:109px;
	border-right:1px solid #F5F5F5;
	text-align:center;
}
.header .nav ul li:hover, .header .nav ul li.hover {
	color:#FFFFFF;
	border-bottom:2px solid #50A929
}
.header .nav ul li:hover a, .header .nav ul li.hover a {
	color:#50A929;
}
.header .nav ul li ol {
	position:absolute;
	z-index:5;
	width:109px;
	display:none;
}
.header .nav ul li ol li {
	background:rgba(255, 255, 255, 0.8);
	width:100%;
	text-align:center;
	height:45px;
	line-height:45px;
	border-bottom:2px solid;
}
.header .nav ul li ol li a {
	display:block;
	color:#000000;
	line-height:45px;
	height:45px;
}
.header .nav ul li ol li a:link {
	color:#017c3e;
	text-decoration:none;
}
.header .nav ul li ol li a:hover {
	color:#017c3e;
}
.header .nav ul li ol li a:visited {
	color:#017c3e;
}
.header .nav ul li ol li:hover a {
	color:#017c3e;
}
.header .language {
	float:right;
	line-height:90px;
	width:130px;
}
.header .language a {
	border:1px solid #999999;
	background-color:#efefef;
	width:50px;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
	border-radius:5px;
}
.headerm {
	position:fixed;
	top:0;
	background:#fff;
	width:100%;
	z-index:999;
	height:60px;
	display:none;
}
.headerm .logo {
	width:80%;
	float:left;
}
.headerm .logo img {
	height:50px;
	padding-top:5px;
}
.headerm .logo .a {
	float:left
}
.headerm .logo .b {
	float:left;
	padding-left:10px;
	padding-top:15px;
}
.headerm .menu {
	float:right;
	margin-top:10px;
}
.headerm .menu a {
	display: block;
	width: 36px;
	height: 36px;
-webkit-transition: all .3s;
 transition: all .3s;
}
.headerm .menu .menuico {
	background: url(../images/navm1.png) no-repeat;
	float: left;
	margin-left: 4px;
	border: 1px solid #ccc;
}
.headerm .menu .menuico:hover {
	background: url(../images/navm2.png) no-repeat;
}
.mapMask {
	position: fixed;
	top:0;
	width:100%;
	height:100%;
	background: #000;
	z-index:110;
	opacity:0.8;
	filter: alpha(opacity=70);
	_height:1110px;
	display:none;
}
.navm {
	width:100%;
	background:#fff;
	position:fixed;
	top:60px;
	right:-100%;
	height:100%;
	z-index:9999999999999;
-webkit-transition:all .4s;
transition:all .4s;
	opacity: 1;
}
.navm_close {
	display:block;
	width:20px;
	height:20px;
	float:right;
	margin:20px 20px 0 0;
	background:url(../images/close.png) no-repeat;
}
.navm_title {
	color:#f1dddd;
	line-height:20px;
	margin-bottom:22px;
	background:#50A929;
	height:60px;
}
.navm_title ul li {
	width:120px;
	height:60px;
	text-align: center;
	font-weight:bold;
	line-height:60px;
	font-size:14px;
	float:left;
	margin-right:3px;
	background:#d5282b;
	cursor: pointer;
}
.navm_title ul li:hover {
	background:#b70f14;
}
.navm_title ul li a {
	color:#fff;
	font-size:16px;
}
.navm_title ul .curr {
	background:#333333;
}
.navm_dl {
	margin-bottom:8px;
	width:420px;
	padding-left:30px;
	overflow: hidden;
}
.navm_dl a {
	color:#787f9d;
-webkit-transition: all .3s;
transition: all .3s;
}
.navm_dl dt a {
	font-size:16px;
	display: inline-block;
	color:#50A929;
	font-weight: bold;
	padding:3px;
}
.navm_dl dd {
	float:left;
}
.navm_dl dd a {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color:#9e948b;
	padding:3px;
}
.navm_dl dd a:hover {
	color:#ee2d31;
}
.navm_open .navm {
	right:0;
	opacity: 1;
	visibility: visible;
-webkit-transition: all .3s;
transition: all .3s;
top:60px;
}
.navm_wx {
	padding-left:30px;
	margin-top:20px;
}
.navm_wx img {
	margin-right:10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.navm_wx p {
	margin-top:6px;
	color:#999;
}
.ewmlist {
	float:left;
	width:240px;
	text-align:center;
}
.ewmlist img {
	width:150px;
}
.footer {
	background:rgb(80,169,41);
}
.footer .main {
	background-image:url(../images/footmap.png);
	background-position:center;
	background-position:center center;
	background-repeat:no-repeat;
	padding:50px 0 0 0;
}
.footer .fnav {
	width:100%;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.footer .fnav ul {
	width:100%;
	float:left;
}
.footer .fnav ul li {
	width:120px;
	float:left;
	color:#eaeaea;
}
.footer .fnav ul li a {
	color:#eaeaea;
	font-size:18px;
	font-weight:bold;
}
.footer .fnav ul li ol li {
	width:100%;
}
.footer .fnav ul li ol li a {
	font-size:16px;
	font-weight:normal;
}
.footer .fnav ul li:nth-child(7) {
 width:480px;
 position:relative;
}
.footer .footinfo {
	background:rgb(80,169,41);
	color:#fff;
	text-align:center;
	padding:20px;
}
.footer .footinfo a {
	color:#fff;
}
/*首页*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index:0;
}
.banner .text {
	position:absolute;
	text-align:center;
	width:100%;
	top:38%;
	left:0;
}
.banner .text div {
	background-color:#fff;
	font-size:36px;
	font-weight:bold;
	color: #333;
	opacity: 0.86;
	z-index:9999;
	transition: all 0.5s;
	width: max-content;
	margin: auto;
	padding:10px;
	border-radius:15px;
	-moz-box-shadow: 4px 4px 10px #cccccc;
	-webkit-box-shadow: 4px 4px 10px #cccccc;
	box-shadow: 4px 4px 10px #cccccc;
}
.banner .pcbanner .swiper-slide img {
	width: 100%;
	display: block;
}
.banner .pcbanner .pagination {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 99;
}
.banner .pcbanner .pagination span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	overflow: hidden;
	cursor: pointer;
	background: #eee;
	margin: 0 3px;
	opacity: 1;
}
.banner .pcbanner .pagination span.swiper-pagination-bullet-active {
	background: #3E480B;
	color: #fff;
}
.banner .pcbanner .next {
	position: absolute;
	right: 5%;
	top: 45%;
	z-index: 99;
	height: 45px;
	width: 45px;
	background: url(/template/default/index/images/bannerri.png);
	opacity: 0.8;
	background-size: 100%;
	cursor: pointer;
	outline: 0;
}
.banner .pcbanner .next:hover {
	opacity: 1;
}
.banner .pcbanner .prev {
	position: absolute;
	left: 5%;
	top: 45%;
	z-index: 99;
	height: 45px;
	width: 45px;
	background: url(/template/default/index/images/bannerle.png);
	opacity: 0.8;
	background-size: 100%;
	cursor: pointer;
	outline: 0;
}
.banner .pcbanner .prev:hover {
	opacity: 1;
}
.banner .banner_text {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	z-index: 90;
}
.banner .banner_text .banner_text_content {
	width: 585px;
	height: 200px;
	margin-left:calc(100%/2 - 555px);
}
.banner .banner_text .banner_text_content .imgleft {
	width: 124px;
	float: left;
	position: relative;
	left: 106%;
	top:20px;
}
.banner .banner_text .banner_text_content .banner_text_bg {
	height: 177px;
	padding: 20px;
	padding-left: 62px;
	z-index: 99;
	padding-bottom: 20px;
	background: url(/template/default/index/images/banner_bg.png);
}
.banner .banner_text .banner_text_content .banner_text_bg p {
	position: relative;
	top: 290%;
}
.banner .banner_text .banner_text_content .banner_text_bg p strong {
	font-size: 14px;
	color: #434343;
	font-weight: normal;
	display: block;
	text-align: center;
	padding-top: 20px;
}
.banner .banner_text .banner_text_content .banner_text_bg p b {
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	color: #434343;
	display: block;
	padding-top: 18px;
	text-align: center;
}
.banner .banner_text .banner_text_content .banner_text_bg p b span {
	font-weight: bold;
	color: #1c4587;
}
.banner .banner_text .banner_text_content .banner_text_bg i {
	font-size: 0px;
	opacity: 0;
	color: #3E480B;
	font-weight: bold;
	display: block;
	text-align: center;
	font-style: normal;
}
.banner .banner_text .banner_text_content .banner_text_bg i em {
	font-style: normal;
	font-weight: bold;
	color: #068915;
}
.banner a img {
	height:100%;
	width:100%;
}
.swiper-container {
	width:100%;
}
.swiper-slide>div {
	width:100%;
	height:100%;
	position:relative;
}
.swiper-slide img {
	width:100%;
	height:100%;
}
.swiper-slide p {
	background:rgba(0, 0, 0, 0.1);
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:40px;
	text-align:center;
}
.classtitle {
	font-size:36px;
	font-weight:bold;
	padding:25px 0;
	color:#333;
}
.classtitle:after {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	color:#eeeeee;
	padding:0px;
	margin:0px;
	font-size: 24px;
	height:30px;
	line-height:30px;
	margin-top:-8px;
}
.main {
	min-width:1200px;
	width:90%;
	margin:auto;
}
.about {
	background:#F6F6F6;
	padding-bottom:50px;
}
.about .left {
	float:left;
	width:285px;
	position:relative;
}
.about .left .title {
	background:#50A929;
	width:100%;
	font-size: 36px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:absolute;
	left:0;
	top:-120px;
	z-index:-9;
	height:120px;
}
.about .left .img {
	overflow:hidden;
}
.about .left .img img {
	display:block;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.about .left .img img:hover {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.about .right {
	float:right;
	width:calc(100% - 285px);
}
.about .right .classtitle {
	padding:30px 50px 20px 50px;
}
.about .right .classtitle:after {
	content:"ABOUT ZHENJIA";
	color:#CCC
}
.about .right .desc {
	padding:0px 50px 30px 50px;
}
.about .right .icolist {
	padding:0 50px;
}
.about .right .icolist ul li {
	float:left;
	width:20%;
	text-align:center;
}
.about .right .icolist ul li a {
	background-color:#50A929;
	color:#fff;
	width:100px;
	height:100px;
	display:block;
	margin:auto;
	line-height:1.2em;
	padding:10px;
	transition: all 0.5s;
	border-radius:100px;
}
.about .right .icolist ul li a img {
	width:50%;
	padding-top:10px;
}
.about .right .icolist ul li a:hover {
	background:#333333
}
.service .linkbox {
	position:relative;
}
.service .text {
	position: absolute;
	left: 30px;
	bottom: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
	border-bottom: 1px solid #fff;
	color:#fff;
	padding-bottom: 5px;
	z-index: 3;
	font-size:24px;
}
.service .text i {
	font-style:inherit;
	font-size:9pt;
	padding:0 20px
}
.service .text_hover {
	display:none
}
.service .text_hover div {
	display:block;
}
.service .text_hover b {
	font-size:24px;
}
.service .text_hover i {
	display:block;
	font-style:inherit;
}
.service .linkbox:hover .text {
	display:none;
}
.service .linkbox:hover .text_hover {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=1);
}
.service .left {
	width:50%;
	float:left;
}
.service .right {
	width:50%;
	float:right;
}
.service .left img {
	width:100%;
	display:block;
}
.service .right img {
	width:100%;
	display:block;
}
.service .opacity {
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.service .linkbox:hover .opacity {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background:#50A929;
	opacity: 0.85;
	z-index:1;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.product {
	background:#fff;
	padding:50px 0;
}
.product .classtitle:after {
	content:"CASE LIST";
}
.product .list ul li {
	float:left;
	position:relative;
	width:24%;
	margin-right:1%;
	margin-bottom:1%;
}
.product .list ul li:nth-child(4n) {
margin-right:0;
}
.product .list ul li .img {
	overflow:hidden;
}
.product .list ul li .img img {
	width:100%;
	display:block;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.product .list ul li .img img:hover {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.product .list ul li .text {
	position:absolute;
	bottom:0;
	width:100%;
	height:70px;
	line-height:70px;
	opacity: 0.86;
	transition: all 0.5s;
	overflow:hidden;
}
.product .list ul li .text .subtitle {
	text-align:center;
	color:#fff;
	font-size: 20px;
	font-weight:bold;
	line-height:70px;
}
.product .list ul li .text .desc {
	display:none;
	padding:20px 30px;
	color:#fff;
}
.product .list ul li .img:hover .text {
	height:100%;
}
.product .list ul li .img:hover .text .subtitle {
	padding-top:15%;
}
.product .list ul li .img:hover .desc {
	display:block;
	text-align:center;
	width:80px;
	margin:auto;
}
.product .list ul li .img:hover .desc img {
	width:80px;
}
.product .list ul li .text1 {
	background-color:#50A929;
}
.product .list ul li .text2 {
	background-color:rgb(80, 199, 28);
}
.product .list ul li .text3 {
	background-color:rgb(246, 128, 5);
}
.product .list ul li .text4 {
	background-color:rgb(19, 181, 177);
}
.news {
	background:#F6F6F6;
	padding:50px 0;
}
.news .classtitle:after {
	content:"NEWS CENTER";
	color:#CCC
}
.news .tab {
	text-align:center;
	display:block;
	height:50px;
	line-height:50px;
	padding:20px 0;
}
.news .tab a {
	text-align:center;
	padding:10px 20px;
	background:#50A929;
	margin:0 20px;
	color:#fff;
	font-weight:bold;
	transition: all 0.5s;
	cursor:pointer;
}
.news .tab a.hover {
	background:#333333;
	color:#fff;
}
.news .tab a:hover {
	background:#333333;
	color:#fff;
}
.news .left {
	float:left;
	width:530px;
	position:relative;
}
.news .left .img {
	overflow:hidden;
}
.news .left .img img {
	display:block;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	width:100%;
}
.news .left .img img:hover {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.news .left .text {
	position:absolute;
	width:100%;
	bottom:0;
	background:rgba(0, 0, 0, 0.5);
	color:#fff;
	padding:10px 0;
}
.news .left .title {
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	padding:0 10px;
}
.news .left .desc {
	padding:0 10px;
	line-height:1.5em;
}
.news .right {
	float:right;
	width:calc(100% - 550px);
}
.news .right ul li {
	width:100%;
	margin-bottom:10px;
	background:#fff;
}
.news .right ul li .date {
	float:left;
	text-align:center;
	width:80px;
	height:90px;
	background:#50A929;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:0.2em;
}
.news .right ul li .date span {
	font-size: 36px;
	font-weight:bold;
}
.news .right ul li .text {
	float:right;
	width:calc(100% - 100px);
	padding:3px 10px 3px 0;
}
.news .right ul li .text .title {
	font-weight:bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .right ul li .text .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	font-size:14px;
	line-height:1.5em;
	color:#999;
}
.advantages {
	background-image: url(../images/case.jpg);
	background-repeat:no-repeat;
	padding:50px 0;
}
.advantages .main {
	padding-bottom:50px;
}
.advantages .classtitle {
	color:#fff;
}
.advantages .classtitle:after {
	content:"Industry advantages";
	text-transform:Uppercase;
	color:#CCC;
}
.advantages .left {
	float:left;
	width:400px;
}
.advantages .left li {
	width:400px;
	background-position:30px center;
	background-repeat:no-repeat;
	margin:20px 0;
}
.advantages .left .li1 {
	background-image: url(../images/li1.png);
}
.advantages .left .li2 {
	background-image: url(../images/li2.png);
}
.advantages .left .li3 {
	background-image: url(../images/li3.png);
}
.advantages .left li a {
	padding-left:90px;
	color:#fff;
	font-size: 24px;
	font-weight:bold;
	display:block;
	height:80px;
	line-height:80px;
	display:block;
	cursor:pointer;
	background:rgba(0, 0, 0, 0.2);
	text-decoration:none;
	transition: all 0.5s;
}
.advantages .left li a.hover {
	background:rgba(0, 0, 0, 0.7);
}
.advantages .right {
	float: right;
	width:calc(100% - 600px);
	background:rgba(0, 0, 0, 0.5);
	margin-top:20px;
	padding:20px 50px;
	color:#FFF;
	font-size:14px;
	height:240px;
}
.links {
	padding:50px 0;
	background:#fff;
}
.links .classtitle:after {
	content:"DESIGN TEAM";
}
.links .list ul li {
	float:left;
	width:19%;
	margin-left:1%;
	position:relative;
	overflow:hidden;
}
.links .list ul li:nth-child(1) {
margin-left:0;
}
.links .list ul li img {
	display:block;
	width:100%;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.links .list ul li img:hover {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.links .list ul li .title {
	position:absolute;
	bottom:0;
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	padding:10px 0;
}
.links .list ul li .title a {
	color:#fff;
	font-weight:bold;
}
/*内页*/
.banner img {
	display:block;
}
.position {
	margin-top:10px;
}
.position .main {
	padding:5px 10px;
}
.position .img {
	float:left;
	width:40px;
	text-align:center;
}
.position .img img {
	width:20px;
	padding-top:5px;
}
.position .text a {
	padding:0 5px;
}
.page {
	margin:10px auto
}
.page .left {
	width:260px;
	float:left;
	display:inline-block;
}
.page .left .box {
	border:4px solid #8CCF34;
	border-radius: 10px;
	background:#F5F5F5;
}
.page .left .title {
	background:#8CCF34;
	font-size:24px;
	text-align:center;
	padding:20px 0;
	color:#fff;
	font-weight:bold;
}
.page .left .title span {
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:Uppercase;
}
.page .left ul li {
	text-align:center;
	padding:5px;
}
.page .left ul li a {
	font-size:18px;
	padding:10px 0;
	display:block;
	border-bottom:1px solid #FFF;
}
.page .left ul li a:hover, .page .left ul li a.hover {
	background:#52AA29;
	color:#fff;
	border-radius:5px;
}
.page .right {
	width:calc(100% - 290px);
	float:left;
	display:inline-block;
	margin-left:20px;
}
.page .right .category {
	padding:5px 0;
	border-bottom:1px solid #D9D9D9;
	margin-bottom:10px;
}
.page .right .category div {
	font-size:22px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin:8px 0
}
.page .right .category div i {
	background: #8CCF34;
	width:4px;
	height:22px;
	line-height:22px;
	float:left;
	margin-right:8px;
}
.page .right .detail ul {
}
.page .right .detail ul.list-paddingleft-2 {
	padding:1em 1.5em;
	background-color:#efefef;
	border-radius:10px;
}
.page .right .detail ul.newslist li {
	border-bottom:1px solid #D9D9D9;
	background:#ffffff;
	margin-bottom:10px;
	padding:10px;
	border-radius: 15px;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.page .right .detail ul.newslist li:hover {
	-moz-box-shadow: 4px 4px 10px #cccccc;
	-webkit-box-shadow: 4px 4px 10px #cccccc;
	box-shadow: 4px 4px 10px #cccccc;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.page .right .detail ul.newslist li .data {
	float:left;
	width:120px;
	height:120px;
	background:#F5F5F5;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}
.page .right .detail ul.newslist li .data .d1 {
	font-size:22px;
	margin-top:18px;
	font-weight:bold;
}
.page .right .detail ul.newslist li .data .d2 {
	display:block;
}
.page .right .detail ul.newslist li .text {
	float:left;
	width: calc(100% - 140px);
	margin-left:20px;
}
.page .right .detail ul.newslist li .text .title {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page .right .detail ul.newslist li .text .desc {
	line-height: 1.5em;
	color: #999;
}
.page .right .detail ul.newslist li .text .detail {
	margin-top:10px;
	overflow:hidden;
}
.page .right .detail ul.newslist li .text .detail a {
	float:right;
	background:#8CCF34;
	border-radius:10px;
	padding:0 2%;
	color:#fff;
}
.page .right .detail ul.newslist li .text .detail a:hover {
	background:#333333;
	color:#fff;
}
.page .right .detail ul.productlist li {
	float: left;
	position: relative;
	width:calc(25% - 15px);
	background:#fff;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.page .right .detail ul.productlist li:hover {
	-moz-box-shadow: 4px 4px 10px #cccccc;
	-webkit-box-shadow: 4px 4px 10px #cccccc;
	box-shadow: 4px 4px 10px #cccccc;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.page .right .detail ul.productlist li:nth-child(4n) {
margin-right: 0;
}
.page .right .detail ul.productlist li .img {
	position:relative;
	overflow:hidden;
	border:3px solid #8CCF34;
	border-radius:8px 8px 0 0;
}
.page .right .detail ul.productlist li .img img {
	width:100%;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.page .right .detail ul.productlist li .img img:hover {
	-moz-transform:scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	-webkit-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2);
}
.page .right .detail ul.productlist li .title {
	width: 100%;
	height: 40px;
	line-height:40px;
	opacity: 0.86;
	transition: all 0.5s;
	overflow: hidden;
	background-color:#8CCF34;
}
.page .right .detail ul.productlist li .title a {
	color:#ffffff;
}
.detail .content {
	background:#fff;
	padding:10px;
	min-height:500px;
}
.detail .content .view_title {
	margin-bottom:10px;
}
.detail .content .view_title h3 {
	text-align:center;
	font-size:24px;
	margin:20px;
}
.detail .content .view_title p {
	text-align:center;
	background:#F5F5F5;
	padding:5px;
	border-radius: 10px;
}
.detail .content .view_title p span {
	margin:0 10px;
}
.detail .content .view_content {
	padding:0px;
}
.detail .content .view_content p {
	position:relative;
	overflow:hidden;
}
.detail .content .view_content img {
	max-width:100%
}
.detail .content .view_content_transition img {
	max-width:100%;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.detail .content .view_content_transition img:hover {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
/**/
.table_list {
	background:#efefef;
}
.table_list td {
	padding:2px;
	background:#fff;
	white-space:nowrap;
}
.table_list tr td:nth-child(4n) {
white-space:inherit;
}
.table_analy {
	background:#efefef;
}
.table_analy td {
	padding:2px;
	background:#ffffff;
}
.newbox tr:hover {
	background-color:#FAFAFA;
}
.newbox tr td {
	padding:5px;
	margin:5px;
	border-bottom:3px dotted #CCC;
}
.newbox tr td:nth-child(1) {
border-left:15px solid #0C3C8E;
}
.ul_list li {
	float:left;
	width:44%;
	text-align:center;
	padding:1% 3%;
	overflow:hidden;
}
.ul_list li p {
	position:relative;
	overflow:hidden;
}
.ul_list li img {
	width:100%;
	-moz-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.ul_list li:hover img {
	-moz-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
.ueditor_baidumap {
	width:100%;
}
@media (max-width:992px) {
 body {
padding-top:60px;
}
.headerm {
display:block;
}
.classtitle {
padding:10px 0;
font-size: 30px;
font-weight:bold;
}
.classtitle:after {
font-size: 22px;
}
.main {
width:96%;
min-width:360px;
margin:auto;
}
.header {
display:none;
}
.about .left {
display:none;
}
.about .right {
width:100%;
float:inherit;
}
.about .right .classtitle {
padding:20px 0;
}
.about .right .desc {
padding:0;
}
.about .right .icolist {
padding:30px 10px;
}
.about .right .icolist ul li {
width:50%;
margin-bottom:3%;
}
.about .right .icolist ul li:nth-child(5) {
display:none;
}
.service .left {
width:100%;
}
.service .right {
width:100%;
}
.service .linkbox:hover .text_hover {
top:30%;
}
 .product, .news, .advantages, .links {
padding:20px 0;
}
.product .list ul li:nth-child(1) {
margin:1% 1%
}
.product .list ul li {
width:48%;
margin:1% 1%
}
.product .list ul li img {
width:100%;
}
.product .list ul li .img:hover .text .subtitle {
padding-top:1%;
}
.product .list ul li .img:hover .desc {
width:60px;
}
.product .list ul li .img:hover .desc img {
width:60px;
}
.product .list ul li .text {
height:50px;
line-height:50px;
}
.product .list ul li .text .subtitle {
font-size:16px;
line-height:50px;
height:50px;
}
.product .list ul li .text .desc {
padding:10px;
max-height:150px;
overflow:hidden;
text-overflow: ellipsis;
}
 .news .tab a {
padding:10px;
margin:0 10px;
}
.news .left {
width:100%;
}
.news .left .img img {
width:100%;
}
.news .right {
width:100%;
margin-top:14px;
}
.news .right ul li .text {
width: calc(100% -100px);
}
.advantages .left {
width:90%;
margin:auto;
float:inherit;
}
.advantages .left li {
width:100%;
float:left;
margin:0.3% 0;
}
.advantages .left li a {
font-size: 20px;
height:60px;
line-height:60px;
}
.advantages .right {
width:84%;
float:inherit;
clear:both;
margin:auto;
padding:3%;
min-height:200px;
}
.links .list ul li:nth-child(1) {
margin:1% 1%
}
.links .list ul li {
width:48%;
margin:1% 1%
}
.links .list ul li img {
width:100%;
}
.footer .main {
display:none;
}
.footer .fnav ul li:nth-child(7) {
display:none;
}
.banner img {
height:200px;
}
.banner .text div {
font-size:22px;
}
.page .left {
width:100%;
display:none;
}
.page .left .title {
padding:10px 0;
font-size:18px;
}
 .page .left .title span {
display:none;
}
.page .right {
width:100%;
margin-left:auto;
}
.page .right .detail ul.productlist li {
width: calc(50% - 10px);
}
.page .right .detail ul.productlist li:nth-child(3n) {
margin-right:20px;
}
.page .right .detail ul.productlist li:nth-child(2n) {
margin-right:0;
}
.footer .footinfo span {
display:block;
}
}
