@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
body {
	background: #FFF;
	font-family: "微软雅黑", 'Open Sans', sans-serif;
	color: #4E4E4E;
	line-height: 22px;
}
ul, li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #4E4E4E;
}
h1 {
	font-size: 36px;
	color: #FFF;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
a {
	color: #6fbb37;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #FFF;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.btn-primary {
	padding: 8px 20px;
	background: #c52d2f;
	color: #FFF;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #c52d2f;
	outline: none;
	box-shadow: none;
}
.btn-transparent {
	border: 3px solid #FFF;
	background: transparent;
	color: #FFF;
}
.btn-transparent:hover {
	border-color: rgba(255,255,255,0.5);
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}
body>section {
	padding: 60px 0;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
0% {
opacity:0;
-webkit-transform:scale(0);
transform:scale(0);
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1);
}
}
@keyframes scaleIn {
0% {
opacity:0;
-webkit-transform:scale(0);
-ms-transform:scale(0);
transform:scale(0);
}
100% {
opacity:1;
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
}
}
#header {
	border-bottom: 3px solid #6fbb37;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #FFF;
	padding: 10px 0;
}
.navbar-nav {
	margin-top: 25px;
}
.navbar-nav>li {
	margin-left: 4px;
	padding-bottom: 20px;
}
.navbar-inverse .navbar-nav>li>a {
	padding: 5px 15px;
	margin: 0;
	border-radius: 2px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li.cur a {
	background-color: #6fbb37;
	color: #FFF;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #FFF;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #6fbb37;
	color: #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: 0 3px 8px rgba(0,0,0,0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
	padding: 8px 15px;
	color: #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a, .navbar-inverse .navbar-nav .dropdown-menu>li:focus>a, .navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
	background-color: #6fbb37;
	color: #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
.slider-wrapper {
	position: relative
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}
.nivo-main-image {
	display: block!important;
	position: relative!important;
	width: 100%!important
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: #FFF;
	filter: alpha(opacity=0);
	opacity: 0
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden
}
.nivo-box img {
	display: block
}
.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #FFF;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: .8;
	overflow: hidden;
	display: none;
	-moz-opacity: .8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nivo-caption p {
	padding: 5px;
	margin: 0
}
.nivo-caption a {
	display: inline!important
}
.nivo-html-caption {
	display: none
}
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: #FFF;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #FFF;
	color: #999;
	font-size: 1.5rem;
	opacity: .4
}
.nivo-directionNav a:hover {
	opacity: 1
}
.nivo-prevNav {
	left: 20px
}
.nivo-nextNav {
	right: 20px
}
.nivo-controlNav {
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 10px;
	z-index: 100;
	left: 50%;
	transform: translateX(-50%);
	display: flex
}
.nivo-controlNav a {
	cursor: pointer;
	display: block;
	height: 25px;
	width: 25px;
	background: #FFF;
	opacity: .5;
	font-size: 0;
	margin: 0 3px;
	border-radius: 50%;
	border: 1px solid #666
}
.nivo-controlNav a.active {
	font-weight: 700;
	opacity: 1
}
#services {
	background: #000 url(../images/bg_services.png);
	background-size: cover;
}
#services .lead, #services h2 {
	color: #FFF;
}
.services-wrap {
	padding: 40px 30px;
	background: #FFF;
	border-radius: 4px;
	margin: 0 0 40px;
}
.services-wrap h3 {
	font-size: 20px;
	margin: 10px 0;
}
.services-wrap .pull-left {
	margin-right: 20px;
}
#middle {
	background: #F2F2F2;
}
.skill h2 {
	margin-bottom: 25px;
}
.progress-wrap {
	position: relative;
}
.progress .color1, .progress .color1 .bar-width {
	background: #2d7da4;
}
.progress .color2, .progress .color2 .bar-width {
	background: #6aa42f;
}
.progress .color3, .progress .color3 .bar-width {
	background: #ffcc33;
}
.progress .color4, .progress .color4 .bar-width {
	background: #db3615;
}
.progress, .progress-bar {
	height: 15px;
	line-height: 15px;
	background: #e6e6e6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	text-align: right;
}
.progress {
	position: relative;
}
.progress .bar-width {
	position: absolute;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	top: -30px;
	border-radius: 2px;
	margin-left: -30px;
}
.progress span {
	position: relative;
}
.progress span:before {
	content: " ";
	position: absolute;
	width: auto;
	height: auto;
	border-width: 8px 5px;
	border-style: solid;
	bottom: -15px;
	right: 8px;
}
.progress .color1 span:before {
	border-color: #2d7da4 transparent transparent transparent;
}
.progress .color2 span:before {
	border-color: #6aa42f transparent transparent transparent;
}
.progress .color3 span:before {
	border-color: #ffcc33 transparent transparent transparent;
}
.progress .color4 span:before {
	border-color: #db3615 transparent transparent transparent;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #e6e6e6;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #FFF;
	color: #858586;
}
.panel-body {
	padding: 20px 20px 10px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4E4E4E;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #1f1f20;
}
.panel-heading.active .panel-title>a {
	color: #FFF;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #c9c9c9;
}
.panel-heading.active a.accordion-toggle i {
	background: #c52d2f;
	color: #FFF;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	background: #c52d2f;
	color: #FFF;
}
.nav-tabs>li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}
.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}
.nav-tabs>li>a {
	background: #f5f5f5;
	color: #666;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
}
.nav-tabs li:last-child {
	border-bottom: 0 none;
}
.nav-stacked>li+li {
	margin-top: 0;
}
.nav-tabs>li>a:hover {
	background: #1f1f20;
	color: #FFF;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 0;
	color: #FFF;
	background: #1f1f20;
	position: relative;
}
.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f20;
	border-width: 25px 22px;
	right: -44px;
	top: 0;
}
.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.tab-content {
	padding: 20px;
}
.tab-content h2 {
	margin-top: 0;
}
.tab-content img {
	border-radius: 4px;
}
.testimonial h2 {
	margin-top: 0;
}
.testimonial-inner {
	color: #858586;
	font-size: 14px;
}
.testimonial-inner .pull-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 15px;
	position: relative;
}
.testimonial-inner .pull-left:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	margin-top: -5px;
	background: #FFF;
	-webkit-transform: rotate(45deg);
	border: 1px solid #e7e7e7;
	right: -5px;
	border-left: 0 none;
	border-bottom: 0 none;
}
.parBd {
	overflow: hidden;
}
#partner {
	background: url(../images/bg5.jpg) bottom center no-repeat;
	width: 100%;
	float: left;
	background-size: cover;
	padding: 30px 0 100px;
}
.partners {
	width: 100%;
	text-align: center;
	float: left;
	margin: 20px 0 50px;
}
.partners .slideBox {
	position: relative;
	width: 100%;
	float: left;
}
.partners .parBd .tempWrap {
	float: left;
}
.partners .parBd ul li {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
}
.partners .parBd ul li i {
	width: 100%;
	margin: 0 5px;
	display: block;
}
#bottom {
	background: #3b3f4a;
	color: #AAABAE;
	font-size: 14px;
	float: left;
	width: 100%;
}
#bottom ul li a {
	display: block;
	color: #AAABAE;
}
#bottom ul li a:hover {
	color: #6fbb37;
}
#bottom ul {
	display: block;
	float: left;
	width: 60%;
	line-height: 30px;
}
#bottom ul li {
	display: block;
	float: left;
	width: 18%;
	min-height: 180px;
	border-right: 1px solid #272a34;
	margin-right: 5%;
	box-shadow: 1px 0px 0px #4e5362;
}
#bottom ul li:nth-child(2) {

	width: 22%;

}
#bottom ul li:last-child {
	border-right: 0;
	box-shadow: none;
	width: 26%;
	margin-right: 0;
}
#bottom ul li span {
	display: block;
	font-size: 16px;
	color: #FFFfff;
	margin-bottom: 10px;
	line-height: normal;
}
#bottom .fr {
	width: 35%;
	text-align: right;
}
#bottom .fr img {
	float: right;
	width: 89px;
	height: 111px;
}
#bottom .fr p {
	display: block;
	float: right;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 16px;
}
#bottom .fr p b {
	color: #FFF;
}
#bottom .fr p em {
	font-style: normal;
	font-size: 34px;
	line-height: 50px;
	color: #AAABAE !important;
	font-family: "aparaj";
}
#footer {
	padding: 10px 0px;
	color: #AAABAE;
	background: #2c2f38;
	float: left;
	width: 100%;
	font-size: 12px;
}
#footer a {
	font-size: 12px;
	color: #AAABAE;
}
#footer a:hover {
	color: #c52d2f;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul>li {
	display: inline-block;
	margin-left: 15px;
}
.news_title {
	width: 100%;
	float: left;
	height: auto;
	margin: 20px 0 10px;
	text-align: center;
	padding: 0 10px;
}
.news_title h2 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	margin: 0;
}
.news_title p {
	color: #b3b3b3;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	border-bottom: 1px dashed #c1c1c1;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title {
	background: #FFF;
	width: 100%;
	float: left;
}
.title span {
	margin: 20px 0 20px 50px;
	width: 92%;
	color: #666;
	display: block;
	float: left;
}
.p_title {
	width: 100%;
	float: left;
	margin: 30px 0;
	text-align: center;
}
.p_title h2 {
	font-size: 34px;
	font-weight: 400;
	background: url(../images/line.png) center bottom no-repeat;
	padding-bottom: 15px;
}
.p_title p {
	line-height: 40px;
	color: #d3d3d3;
	font-size: 24px;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	overflow: hidden;
}
.banner {
	text-align: center;
	height: 593px;
	width: 100%;
	float: left;
}
.banner p {
	width: 100%;
	height: 593px;
	display: block;
	float: left;
}
.banner2 {
	width: 100%;
	height: 366px;
	float: left;
}
.banner2 p {
	width: 100%;
	height: 366px;
	display: block;
	float: left;
}
.mokuai {
	width: 100%;
	height: 135px;
	background: #6fbb37 url(../images/bgSection.png) repeat;
	float: left;
}
.mokuai ul {
	width: 100%;
	float: left;
}
.mokuai ul li {
	height: 60px;
	width: 33.333%;
	float: left;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
}
.mokuai ul li a {
	display: block;
	color: #FFF;
	width: 88%;
	font-size: 24px;
	line-height: 56px;
	border: 2px solid #57ad22;
}
.mokuai ul li a.fm {
	margin-left: 6%;
}
.mokuai ul li a:hover {
	background: #439c0c;
}
.g_zj {
	width: 100%;
	height: 588px;
	float: left;
	padding: 90px 0 0;
	background: url(../images/bg1.jpg) no-repeat;
	border-bottom: 3px solid #6fbb37;
}
.g_zj .u_dlst1 {
	height: 380px;
}
.g_zj .u_dlst1 dt {
	width: 38%;
	float: right;
	text-align: right;
}
.g_zj .u_dlst1 dt img {
}
.g_zj .u_dlst1 dd {
	float: left;
	width: 56%;
	height: 380px;
	padding: 30px;
	background: #FFF;
	box-shadow: 0px 1px 5px 1px #d4d4d4;
}
.g_zj .u_dlst1 h4 {
	height: 50px;
	line-height: 30px;
	font-size: 24px;
	overflow: hidden;
	font-weight: 400;
	padding-bottom: 3px;
	color: #b2b2b2;
}
.g_zj .u_dlst1 h4 b {
	color: #6fbb37;
	padding-right: 10px;
	font-size: 26px;
}
.g_zj .u_dlst1 p {
	color: #666;
	text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}
.g_zj .u_dlst1 dd a {
	background: #b9b9b9;
	color: #FFF;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 30px;
	text-indent: 0;
}
.g_xm {
	width: 100%;
	padding: 20px 0 0;
	float: left;
	background: #f9f9f9 url(../images/bg4.png) bottom center no-repeat;
}
.g_xm .g_xm_top {
	padding: 0 100px;
	font-size: 16px;
	line-height: 30px;
	display: block;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.g_xm ul {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 60px;
}
.g_xm ul li {
	width: 25%;
	padding: 0 10px;
	display: block;
	float: left;
}
.g_xm ul li div {
	background: #FFF;
}
.g_xm ul li div:hover {
	box-shadow: 0px 1px 5px 1px #d4d4d4;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.g_xm ul li div p {
	line-height: 24px;
	display: block;
	padding: 15px;
}
.g_xm ul li a {
	display: block;
	overflow: hidden;
	color: #666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.g_xm ul li a:hover {
	color: #333;
}
.g_xm ul li img {
	width: 100%;
height:182px height:auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.g_xm ul li a:hover {
	background-color: transparent;
}
.sPrev, .sNext {
	display: block;
	width: 50px;
	top: 0;
	height: 100%;
	z-index: 999;
	position: absolute;
}
.sPrev {
	left: -100px;
	background: url(../images/left.png) center center no-repeat;
}
.sNext {
	right: -100px;
	background: url(../images/right.png) center center no-repeat;
}
.slideGroup .parBd .tempWrap {
	float: left;
}
.g_zs {
	width: 100%;
	padding: 70px 0 120px;
	float: left;
	background: url(../images/bg2.jpg) top center no-repeat;
	background-size: cover;
}
.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.center {
	text-align: center;
	padding-bottom: 55px;
}
.slideGroup {
	width: 100%;
	text-align: left;
}
.slideGroup .slideBox {
	position: relative;
	width: 100%;
	float: left;
}
.slideGroup .parBd ul li {
	float: left;
	_display: inline;
	text-align: center;
}
.slideGroup .parBd ul li {
	width: 25%;
	display: block;
	float: left;
}
.pic {
	position: relative;
	margin: 10px;
	background: #FFF;
}
.pic span {
	display: block;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.pic img {
	width: 100%;
}
.pic .recent-work-inner {
	background: transparent;
	opacity: .8;
	width: 100%;
	height: 100%;
	z-index: 888;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #000;
	filter: alpha(opacity=50);
-moz-opacity:0.;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pic .overlay p {
	position: relative;
	z-index: 999;
	font-size: 16px;
	line-height: 30px;
}
.pic .overlay {
	position: absolute;
	top: 0;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: left;
	opacity: 0;
	border-radius: 0;
	color: #FFF;
	vertical-align: middle;
	padding: 30px;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
.pic .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #FFF;
}
.pic:hover .overlay {
	opacity: 1;
}
.index_news {
	width: 100%;
	float: left;
	padding: 0 0 100px;
	background: #FFF url(../images/bg4.png) bottom no-repeat;
}
.news_top {
	background: url(../images/bg3.png) center no-repeat;
	background-size: cover;
	height: 102px;
	font-size: 34px;
	padding: 25px 0 0 0;
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
}
.news_top p {
	color: #4fa211;
	font-size: 28px;
	padding-top:20px;
}
.g_title {
	width: 100%;
	height: 50px;
	float: left;
	margin: 60px 0 30px;
}
.g_title span {
	padding: 0;
	font-weight: 400;
	font-size: 26px;
	display: inline-block;
	text-align: center;
	text-align: center;
}
.g_title span a {
	font-size: 14px;
	border: 1px solid #dcdcdc;
	padding: 10px 30px;
}
.g_title span a.now {
	background: #6fbb37;
	border: 1px solid #6fbb37;
	color: #FFF;
}
.g_title span.link_line {
	width: 43%;
	height: 5px;
	font-size: 0;
	line-height: 5px;
	border-top: 1px solid #dcdcdc;
}
.news {
	width: 100%;
	float: left;
}
.news .parHd {
	width: 100%;
	margin: 60px 0 30px;
	background: url(../images/line1.png) center 10px no-repeat;
	float: left;
}
.news .parHd ul {
	width: 100%;
	height: 32px;
	display: block;
	float: left;
	text-align: center;
}
.news .parHd ul li {
	display: inline;
	margin: 0 10px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	padding: 10px 30px;
	background: #FFF;
}
.news .parHd ul li.on {
	background: #6fbb37;
	border: 1px solid #6fbb37;
	color: #FFF;
}
.news .parBd {
	zoom: 1;
	width: 100%;
}
.new_list {
width:100%%;
	float: left;
}
.new_list ul li {
	line-height: 35px;
	font-size: 14px;
	color: #404040;
	width: 25%;
	padding: 12px;
	float: left;
}
.new_list ul li div {
	background: #FFF;
	border: 1px solid #d5d5d5;
	display: block;
	float: left;
	width: 100%;
}
.new_list ul li div.img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border: 0;
}
.new_list ul li img {
	width: 100%;
}
.new_list ul h3, .new_list ul p, .new_list ul span {
	padding: 0 15px;
}
.new_list ul li h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 10px !important;
	margin: 0;
}
.new_list ul h3 a {
	display: block;
	text-overflow: ellipsis;
	color: #666;
	width: 100%;
	float: left;
	overflow: hidden;
}
.new_list ul p {
	line-height: 24px;
	font-size: 14px;
	float: left;
	overflow: hidden;
	height: 50px;
	text-overflow: ellipsis;
	width: 100%;
	color: #9e9e9e;
	padding: 0 10px;
	margin: 0;
}
.new_list ul span {
	color: #9e9e9e;
	display: block;
	width: 100%;
	line-height: 35px;
	float: left;
	padding: 0 10px 15px;
}
.new_list ul span a {
	float: right;
	display: block;
	width: 40%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
.hezuo {
	width: 100%;
	min-height: 474px;
	float: left;
	padding: 20px 0 0;
	background: url(../images/bg5.jpg) bottom center no-repeat;
}
.hezuo1 {
	width: 100%;
	min-height: 474px;
	float: left;
	padding: 20px 0 100px;
}
#client ul {
	width: 100%;
	margin: 0px auto 70px;
	overflow: hidden;
}
#client ul li {
	float: left;
	width: 20%;
	display: block;
	text-align: center;
	padding: 15px 10px;
}
#client ul li i {
	background: #FFF;
	display: block;
	padding: 5px 0;
	border: 1px solid #dedede;
	height: 75px;
	overflow: hidden;
}
#client ul li i:hover {
	box-shadow: 0px 1px 5px 1px #d4d4d4;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
}
#client ul li i img {
	width: 90%;
}
.sidebar {
	float: left;
	width: 240px;
	padding-top: 24px;
}
.main {
	padding: 30px 0 0 270px;
}
.ctit h3 {
	font-size: 16px;
	color: #FFF;
	line-height: 42px;
	border: 1px solid #6fbb37;
	text-transform: uppercase;
	margin-bottom: auto;
	padding-left: 20px;
	margin-top: 2px;
	background: #6fbb37;
}
.bPosition {
	background: #6fbb37;
	line-height: 36px;
	padding: 0 16px;
	color: #EEE;
	margin-bottom: 16px;
}
.bPosition a {
	color: #FFF !important;
}
.pcon_l {
}
.pcon_l img {
	display: block;
	margin: 0 auto;
}
.pcon_r {
}
h1.pd-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	color: #4a4a4a;
	padding-top: 15px;
	line-height: 24px;
	border-top: 1px solid #E4E2E2;
	text-transform: none;
	margin-bottom: 20px;
	text-align: center;
}
.pcon_r .pcon_info {
	line-height: 30px;
	color: 333;
}
.pcon_r .p_more {
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
}
.pcon {
	padding-top: 30px;
	float: left;
	width: 100%;
}
.pcon .tit {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	margin-top: 20px;
	background: #EEE;
	color: #000;
	font-size: 18px;
}
.pcon .pinfo {
	display: block;
	line-height: 24px;
	padding: 20px 20px 30px 20px;
}
.pcon .pinfo img {
	max-width: 100%;
	margin: 0px auto;
}
.acon {
	float: left;
	width: 100%;
}
.acon .pinfo {
	display: block;
	line-height: 36px;
	padding: 20px 0 30px 20px;
	padding-top:0
}
.proIntro {
	color: #999;
	padding: 10px 10px;
	margin: 10px 0;
	border: 1px solid #EEE;
	border-radius: 5px;
}
.prosubmenu li {
	float: left;
	width: 32%;
	line-height: 24px;
}
.prosubmenu {
	padding: 3px 0 0 10px;
}
.sf-menu {
	display: table;
	width: 241px;
	margin: 0px auto;
	padding-bottom: 20px;
	border: 5px solid #EEE;
	position: relative;
}
.sf-menu li {
	clear: both;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.sf-menu li a, .sf-menu li:hover a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	padding: 9px 0 6px 14px;
}
.sf-menu li a:hover {
	background-color: #F2F2F2
}
.sf-menu li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
	background: #6fbb37;
}
.sf-menu li li.LiLevel2 a {
	line-height: 26px;
}
.sf-menu li li.LiProDetail a {
	width: 200px;
}
.sf-menu li li a, .sf-menu li:hover li a {
	display: block;
	line-height: 20px;
	color: #FFF;
	padding: 6px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu ul {
	display: none;
}
.sf-menu li:hover ul {
	display: block
}
ul.sf-menu ul ul {
	position: absolute;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999
}
.sf-menu li li:hover {
	opacity: 1
}
.sf-menu li li li a, .sf-menu li:hover li li a {
	text-decoration: none;
	border-bottom: 1px solid #DDD;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
ul.sf-menu li:hover > ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu li.Level1 > a {
	background: url(pico1.png) 3px 15px no-repeat;
}
.sf-menu1 {
	display: table;
	width: 220px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.sf-menu1 li {
	clear: both;
	border-bottom: 1px solid #EEE;
}
.sf-menu1 li a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	background: url(pico.png) 3px 15px no-repeat;
	padding: 9px 0 6px 14px;
}
.sf-menu1 li a:hover {
	background-color: #F2F2F2
}
.sf-menu1 li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
}
.sf-menu1 li li.LiLevel2 a {
	background: url(icon01.gif) no-repeat 8px 11px;
	line-height: 26px;
}
.sf-menu1 li li.LiProDetail a {
	background: url(ico_sort.png) no-repeat 8px 11px;
}
.sf-menu1 li li a {
	display: block;
	line-height: 20px;
	color: #777;
	padding: 2px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu1 li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu1 ul {
	visibility: visible
}
ul.sf-menu1 ul ul {
	position: absolute;
	left: 220px;
	width: 220px;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999
}
.sf-menu1 li li li {
	background: #FFF;
	padding: 0px;
}
.sf-menu1 li li:hover {
	opacity: 1
}
.sf-menu1 li li li a, .sf-menu1 li:hover li li a {
	text-decoration: none;
	background: url(ico_sort.png) #F2F2F2 no-repeat 8px 11px;
	border-bottom: 1px solid #DDD;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
ul.sf-menu1 li.Level1 > a {
	background: url(pico1.png) 3px 15px no-repeat;
}
.sf-menu2 {
	display: table;
	width: 220px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.sf-menu2 li {
	clear: both;
	border-bottom: 1px solid #EEE;
	position: relative;
}
.sf-menu2 li a, .sf-menu2 li:hover a {
	display: block;
	color: #0a4da6;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	background: url(pico.png) 3px 15px no-repeat;
	padding: 9px 0 6px 14px;
}
.sf-menu2 li a:hover {
	background-color: #F2F2F2
}
.sf-menu2 li li {
	clear: both;
	text-transform: capitalize;
	margin: 0px auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFF;
}
.sf-menu2 li li.LiLevel2 a {
	background: url(icon01.gif) no-repeat 8px 13;
	line-height: 26px;
}
.sf-menu2 li li.LiProDetail a {
	background: url(ico_sort.png) no-repeat 8px 13px;
}
.sf-menu2 li li a, .sf-menu2 li:hover li a {
	display: block;
	line-height: 20px;
	color: #777;
	padding: 6px 0 4px 0px;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: normal;
}
.sf-menu2 li li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
ul.sf-menu2 ul {
	display: none;
}
.sf-menu2 li:hover ul {
	display: block
}
ul.sf-menu2 ul {
	position: absolute;
	left: 220px;
	width: 220px;
	top: 0px;
	margin: 0px;
	visibility: hidden;
	border: 0px;
	border-radius: 0px;
	border-left: 0px;
	z-index: 999999;
	background: #EEE;
}
.sf-menu2 li li li {
	background: #FFF;
	padding: 0px;
}
.sf-menu2 li li:hover {
	opacity: 1
}
.sf-menu2 li li li a, .sf-menu2 li:hover li li a {
	text-decoration: none;
	background: url(ico_sort.png) #F2F2F2 no-repeat 8px 11px;
	border-bottom: 1px solid #DDD;
	padding: 5px 0 3px 12px;
	text-indent: 8px;
}
ul.pro-menu {
	margin-top: 0px;
	position: absolute;
	padding: 0px;
	text-transform: capitalize;
	left: 231px;
	top: 0px;
	z-index: 999;
}
ul.sf-menu2 li:hover > ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}
ul.sf-menu2 li.Level1 > a {
	background: url(pico1.png) 3px 15px no-repeat;
}
.lsec {
	margin-top: 10px;
	width: 240px;
	border: 5px solid #EEE;
	padding: 15px;
}
@media screen and (max-width:1266px) {
.procate_tit {
	display: none;
}
.procatefenleiimg {
	display: none;
}
}
@media screen and (min-width:1004px) {
.top .fl {
	min-width: 690px;
	overflow: hidden;
}
.pro_lb1 li:nth-child(4n+5) {
	clear: both
}
}
@media screen and (max-width:1004px) and (min-width:960px) {
.top .fl {
	float: none;
	clear: both;
	max-width: 100%;
}
.col2 {
	width: 27%
}
.col3 {
	width: 28%
}
.pro_lb1 li {
	width: 33.33%;
}
.pro_lb1 li:nth-child(3n+4) {
	clear: both
}
}
@media screen and (max-width:960px) and (min-width:640px) {
.logo {
	float: none;
	width: 100%;
	text-align: center
}
.head-text, .top .fr .xyz {
	display: none;
}
.logo img {
	max-height: 70px;
}
.prolist li {
	float: left;
	width: 98%;
	height: 200px;
	border: 1px solid #DDDada;
	margin: 15px 0.8%;
}
.hotpro li {
	width: 50%;
}
.tnew, .lnew {
	float: none;
	width: 100%;
	clear: both
}
#nav .fl, #nav .fr {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
}
#nav {
	height: 60px;
	position: relative;
}
.col1 {
	width: 50%;
}
.col2 {
	width: 262px;
	padding-right: 15px;
	float: right;
}
.col3 {
	padding-left: 15px;
	clear: both
}
.pro_lb1 li {
	width: 50%;
}
.pro_lb1 li:nth-child(2n+3) {
	clear: both
}
.pcon_r {
	word-break: break-word;
}
.newslist li a {
	width: 75%;
}
#nav li#liHome {
	border-left: 0px;
}
}
@media screen and (max-width:960px) and (min-width:700px) {
.pcon_l {
	float: none;
	width: 402px;
	margin: 0px auto;
	overflow: hidden;
}
.pcon_r {
	padding-left: 0px;
}
.pcon_r .pd-title, .pcon_r .pcon_info {
	padding-left: 20px;
}
.pcon_r .p_more {
	margin-left: 20px;
}
.zoomdiv, .jqZoomPup {
	display: none!important
}
.rnews li {
	float: none;
	display: block;
	width: 100%;
	margin: 0px auto;
}
.newcon .prev, .newcon .next {
	float: none;
	width: 100%;
	margin: 0px auto;
}
#nav li#liHome {
	border-left: 0px;
}
}
@media screen and (max-width:700px) and (min-width:480px) {
.pcon_l {
	float: none;
	width: 400px;
	margin: 0px auto;
	overflow: hidden
}
.pcon_r {
	padding-left: 12px;
}
.zoomdiv, .jqZoomPup {
	display: none!important
}
.newslist li a {
	width: 75%;
}
.rnews li {
	float: none;
	display: block;
	width: 100%;
	margin: 0px auto;
}
.newcon .prev, .newcon .next {
	float: none;
	width: 100%;
	margin: 0px auto;
}
#nav li#liHome {
	border-left: 0px;
}
}
@media screen and (max-width:640px) {
.top .fl, .top .fr {
	float: none;
	width: 100%;
	margin-top: 0px;
}
.tnew, .lnew {
	float: none;
	width: 100%;
	clear: both
}
.hotpro li {
	float: left;
	width: 50%;
}
.hotpro li.hotpro li .p_more {
	display: none
}
.tnew .tbox {
	height: 160px;
}
.tnew p {
	max-height: 106px;
}
.ttext {
	padding: 0 12px 0 172px;
}
.tnew img {
	width: 160px;
}
.prolist li {
	float: none;
	width: 98%;
	height: 160px;
}
.propic {
	height: 160px;
	width: 160px;
	text-align: center
}
.propic img {
	max-height: 160px;
	max-width: 160px;
}
.protext {
	padding: 0 12px 0 180px;
	font-size: 12px;
}
.protext h3 {
	font-size: 14px;
	margin-top: 25px;
}
.protext p {
	max-height: 40px;
	overflow: hidden;
}
.p_more {
	margin: 16px 0;
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.col1, .col2 {
	display: none;
}
.col3 {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.col3 h3 {
	text-indent: 15px;
}
.col4 {
	float: left;
}
.ccs {
	word-break: break-word;
	word-wrap: break-word;
	padding: 0 15px;
}
.col4 {
	float: left;
	padding-left: 15px;
}
.pro_lb1 li {
	width: 50%;
}
.sidebar {
	float: none;
	width: 100%;
	padding-top: 12px;
}
.main {
	padding: 6px 0 0 0px;
}
.sf-menu {
	display: table;
	width: 96%;
	margin: 0px auto;
	padding-bottom: 20px;
}
.lsec {
	margin-top: 10px;
	width: 96%;
	border: 5px solid #EEE;
	padding: 15px;
	margin: 10px auto;
}
ul.sf-menu ul ul {
	display: none!important;
}
.ctit h3 {
	text-indent: 10px;
}
.newcon .prev, .newcon .next {
	float: none;
	width: 100%;
	margin: 0px auto;
}
.newcon {
	padding: 0 12px;
}
.procate_tit {
	display: none;
}
.procatefenleiimg {
	display: none;
}
}
h1 {
	text-transform: capitalize;
}
.pro_lb0 {
	float: left;
	width: 100%;
	margin-top:-12px;
}
.pro_lb0 li {
	clear: both;
	border-bottom: 1px solid #EEE;
	padding: 8px 12px 8px 0;
	
}
.pro_lb0 li:hover {
	background: #FFFCF3;
}
.pro_lb0 .fl {
	float: left;
	width: 26.5%;
	margin-right: 2%;
}
.pro_lb0 .pimg {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #EEE;
	padding: 2px;
	overflow: hidden;
}
.pro_lb0 img {
	display: block;
	width: 100%;
}
.pro_lb0 .protxt {
	float: right;
	width: 71%;
	line-height: 20px;
	margin: 0px;
	padding: 6px 0 0;
}
.pro_lb0 .pinfo {
	display: block;
	font-size: 15px;
	color: #777;
	max-height: 90px;
	overflow: hidden;
}
.pro_lb0 strong {
	display: block;
	max-height: 38px;
	font-size: 18px;
	padding: 4px 0 6px 0;
	overflow: hidden
}
.pro_lb0 strong a {
	color: #333;
}
.pro_lb0 strong a:hover {
	color: #56ce3f
}
.pro_lb0 h3 {
	display: block;
	max-height: 34px;
	font-size: 14px;
	padding: 4px 0 6px 0;
	margin-bottom: 5px;
	overflow: hidden
}
.pro_lb0 h3 a {
	color: #333;
}
.pro_lb0 h3 a:hover {
	color: #6fbb37;
}
.pro_lb1 h3 {
	font-weight: normal;
}
.pro_lb0 span {
	display: block;
}
.pro_lb1 {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.pro_lb1 p {
	line-height: 24px;
}
.pro_lb1 li {
	float: left;
	width: 25%;
}
.pro_lb1 li .pp_box {
	margin: 15px 12px;
}
.pro_lb1 li a {
	display: block;
	position: relative;
}
.pro_lb1 li a img {
	width: 100%;
}
.pro_lb1 li a .text {
	width: 100%;
	height: 60px;
	background: #8f8f8f;
	position: absolute;
	z-index: 1;
	bottom: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pro_lb1 li a .tex {
	width: 100%;
	height: 40px;
	line-height: 20px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	color: #FFF;
}
.pro_lb1 li a:hover .text {
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pro_lb1 .li0 {
	padding-right: 0;
}
@media screen and (max-width:640px) {
.pro_lb0 .fl {
	width: 100%;
	margin-bottom: 15px;
}
.pro_lb0 img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.pro_lb0 .protxt {
	width: 100%;
}
}
.pages {
	text-align: center;
	font-size: 12px;
	padding: 15px 0 20px 0;
	color: #b2b2b2;
	clear: both
}
.pages a, .pages span {
	display: inline-block;
	margin: 1px 5px;
	min-width: 10px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
}
.pages a:link, .pages a:visited {
	color: #666;
	background: #FFF;
}
.pages a:hover, .pages a:active, .pages span.ctxt {
	color: #FFF;
	background: #333;
	color: #FFF;
	text-decoration: none
}
.newslist {
	margin: 12px auto 12px auto;
	float: left;
	width: 100%;
	margin-top:0
}
.newslist ul {
	padding-right: 16px
}
.newslist li {
	text-align: right;
	height: 36px;
	background: url(arrow-list.gif) 8px 10px no-repeat;
	border-bottom: 1px dashed #DDD;
	line-height: 32px;
	color: #888;
	overflow: hidden
}
.newslist li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	text-align: left;
	text-indent: 6px;
}
.newslist li a:hover {
	color: #d22720;
	text-decoration: underline
}
.rnews, .rollPro {
	margin: 0px auto;
}
.rnews h3, .rollPro h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 12px 0;
	color: #333;
	font-weight: normal;
	height: 30px;
	margin-bottom: 10px;
}
.rnews li {
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
}
.rnews li a {
	display: block;
	white-space: nowrap;
	margin-right: 3%;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	border-bottom: 1px dashed #EEE;
}
.rnews li a:hover {
	color: #6fbb37;
}
.rollPro {
	height: 220px;
	margin-bottom: 30px;
}
.rollPro .Cont {
	width: 94%;
	overflow: hidden;
	margin: 0px auto;
}
.rollPro .ScrCont {
	width: 10000000px;
}
.rollPro .pic {
	position: relative;
	width: 170px;
	height: 160px;
	margin: 0 3px;
	border: 1px solid #EEE;
	text-align: center;
}
.rollPro .pbox img {
	max-width: 162px;
	max-height: 100px;
}
.rollPro .pbox {
	width: 100%;
	height: 120px;
	text-align: center;
}
.rollPro p {
	height: 42px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.rollPro #List1, .rollPro #List2, .rollPro .wen_jt, .rollPro .Cont, .rollPro .pic {
	float: left;
}
.rollPro .wen_jt {
	width: 24px;
	padding-top: 45px;
}
.newcon {
	padding-top: 28px;
}
.newcon .tit {
	text-align: center;
	color: #000;
	font-size: 18px;
}
.newcon .time {
	line-height: 30px;
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	width: 160px;
	margin: 0px auto;
	text-align: center;
}
.newcon p {
	color: #666;
	padding-top: 20px;
	line-height: 24px;
}
.pinfo {
	font-size: 16px;
}
.newcon .pn {
	padding: 12px 0 0 0;
	min-height: 59px;
}
.newcon .prev, .newcon .next {
	float: left;
	font-size: 16px;
	padding: 6px 0;
	width: 48%;
	white-space: nowrap;
	margin-right: 2%;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 43px;
}
.newcon .prev a, .newcon .next a {
	color: #333;
}
.newcon .prev a:hover, .newcon .next a:hover {
	color: #6fbb37;
}
.newcon .next {
	margin-right: 0;
}
.buybtn {
	clear: both;
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	text-align: left;
	line-height: 40px;
}
.buybtn a {
	display: inline-block;
	padding: 0 15px;
	color: #FFF;
	height: 40px;
	background: #0a4da6;
	border-radius: 2px;
	font-size: 18px;
}
.buybtn a:hover {
	background: #145cbc;
	color: #FFF;
	border-radius: 2px;
}
.pshare {
	float: left;
	padding: 8px 0 0 0;
}
.jsshare {
	text-align: center;
	padding-top: 8px;
}
.pshare li {
	float: left;
	width: 48%;
	height: 28px;
	line-height: 28px;
}
.pshare li img {
	vertical-align: middle;
	margin-right: 12px;
}
.jsshare span.stxt {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 8px 0 0;
	position: relative
}
.jsshare a, .jsshare a img {
	width: 35px;
	vertical-align: middle
}
.addthis_sharing_toolbox {
	display: inline-block
}
span.at-icon-wrapper, .at-icon-wrapper svg {
	width: 24px!important;
	height: 24px!important;
	line-height: 24px!important;
}
.p_more {
	margin: 16px 0;
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #FFF !important;
}
.mmv {
	background-color: #6fbb37;
	padding: 0px 13px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 1px rgba(0,0,0,0);
	transform: translateZ(0px);
	transition-property: color;
	transition-duration: 0.5s;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: color;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.mmv::before {
	background-color: rgb(25,38,52);
	transform-origin: 0% 50%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	z-index: -1;
	content: "";
	transform: scaleX(0);
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: transform;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
}
.mmv:hover {
	color: white;
	text-decoration: underline
}
.mmv:focus {
	color: white;
}
.mmv:active {
	color: white;
}
.mmv:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.mmv:focus::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.mmv:active::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
}
.dropdown:hover ul {
	display: block
}
.subscribe {
	margin-top: 19px;
}
.inner-banner {
	width: 100%;
}
.inner-banner img {
	width: 100%;
}
.lsec_tit {
	margin-top: 20px;
}
.ejfl {
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: normal;
}
#xyz {
	right: 0;
	top: 10px;
}
.navigation-bar .container {
	position: relative;
}
@media (max-width:960px) {
#xyz {
	display: none;
}
}
.ptit {
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background: #EEE;
	color: #000;
	font-size: 18px;
}
.rollPro1 {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
.rollPro1 li {
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
}
.rollPro1 li a {
	color: #333;
}
.rollPro1 li:nth-of-type(3n) {
	margin-right: 0%;
}
.rollPro1 li .pbox {
	border: 1px solid #E2E2E2;
	padding: 4px;
	height: 180px;
}
.rollPro1 li .pbox img {
	max-width: 100%;
	max-height: 170px;
}
.rollPro1 li p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin: 10px auto;
}
.pro-body {
	margin-bottom: 10px;
}
.table {
	border-collapse: collapse;
}
.table td, .table th {
	border: 1px solid #cdcdcd;
	padding: 5px;
}
.table p {
	padding: 0px;
	margin: 0px;
}
.pshare {
	float: left;
	padding: 8px 0 0 0;
}
.jsshare {
	text-align: center;
	padding-top: 8px;
}
.pshare li {
	float: left;
	width: 48%;
	height: 28px;
	line-height: 28px;
}
.pshare li img {
	vertical-align: middle;
	margin-right: 12px;
}
.jsshare span.stxt {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 8px 0 0;
	position: relative
}
.jsshare a, .jsshare a img {
	width: 35px;
	vertical-align: middle
}
.addthis_sharing_toolbox {
	display: inline-block
}
.pdown1 #A_DownLoadProduct {
	display: inline-block;
	clear: both;
	height: 32px;
	margin: 16px 0 0 0;
	line-height: 32px;
	background: url(/images/down1_2.png) right top no-repeat;
	padding-right: 50px
}
.pdown1 #A_DownLoadProduct span {
	display: inline-block;
	height: 32px;
	background: url(/images/down1_1.png)no-repeat;
	padding: 0 0 0 16px;
}
.pdown2 #A_DownLoadProduct, .pdown3 #A_DownLoadProduct, .pdown4 #A_DownLoadProduct {
	display: inline-block;
	clear: both;
	height: 45px;
	margin: 16px 0 0 0;
	line-height: 45px;
	padding-right: 45px
}
.pdown2 #A_DownLoadProduct span, .pdown3 #A_DownLoadProduct span, .pdown4 #A_DownLoadProduct span {
	display: inline-block;
	height: 45px;
	background: url(/images/down2_1.png)no-repeat;
	padding: 0 12px 0 16px;
}
.pdown2 #A_DownLoadProduct {
	background: url(/images/down2_2.png) right top no-repeat;
}
.pdown3 #A_DownLoadProduct {
	background: url(/images/down2_3.png) right top no-repeat;
}
.pdown4 #A_DownLoadProduct {
	background: url(/images/down2_4.png) right top no-repeat;
}
.proCateTags {
	clear: both;
	padding: 0 10px 8px 10px;
	margin: 0 10px;
	border: 1px solid #EEE;
	border-radius: 5px;
}
.proCateTags h3 {
	font-size: 14px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
.keywords {
	margin: 12px auto;
}
.keywords a {
	margin-right: 10px;
	color: #2e66b5;
	line-height: 1.8;
	text-decoration: underline;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.keywords a:hover {
	text-decoration: none;
}
.footlinks {
	clear: both;
	margin: 0px auto;
	padding: 5px;
	height: auto;
	font-size: 9pt;
	line-height: 140%;
	color: #AAABAE;
	text-align: center;
	background-color: #2C2F38;
}
.footlinks a:link, .footlinks a:visited {
	font-size: 9pt;
	line-height: 140%;
	color: #AAABAE;
	margin-right: 3px;
}
.footlinks a:hover {
	color: #6fbb37;
}
.prevNext a {
	display: inline-block;
	color: #6fbb37;
}
.prevNext a:hover {
	text-decoration: underline;
}
.feedback {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
.submita {
	margin: 16px auto;
	display: inline-block;
	padding: 0 18px!important;
	line-height: 22px;
	background: #ff9c00;
	border: 0px;
	height: 24px;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
}
.xh {
	color: #f00;
	padding: 0 3px;
}
#feedbackForm {
	margin: 20px 0px 0px 0px;
}
#feedbackForm .text {
	width: 300px;
	height: 26px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 26px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #CCC;
	background: none;
}
#feedbackForm .lable {
	padding: 10px 12px 0px 0px;
	line-height: 30px;
	height: 30px;
	text-align: right;
}
#feedbackForm .atextarea {
	float: left;
	border: 1px solid #CCC;
	height: 100px;
	width: 305px;
	ont-size: 12px;
	margin-top: 10px;
	line-height: 24px;
	color: #666;
	background: none;
}
#feedbackForm .smtcss {
	padding-right: 112px;
	text-align: center;
}
.table {
	border-collapse: collapse;
}
.table td, .table th {
	border: 1px solid #cdcdcd;
	padding: 5px;
}
.table p {
	padding: 0px;
	margin: 0px;
}
.e_mobile {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	background: url(/Content/C_IMG/emobile.png) 0px -50px no-repeat;
	text-indent: 25px;
}
.YqbYears {
	vertical-align: middle;
	padding-left: 8px;
	margin-top: -6px;
}
@media only screen and (max-width:640px) {
.pro_lb0 img {
	width: 100%;
}
.pro_lb0 li p strong {
	width: 90vw;
}
.acon .pinfo {
	padding: 0 !important;
}
.acon .pinfo {
	padding: 0 !important;
}
.feedbackForm {
	overflow: hidden;
}
.feedbackForm tr td {
	width: 20.5942vw !important;
	display: block;
	float: left;
}
.feedbackForm tr td input {
	width: 65.2173vw !important;
}
.feedbackForm tr td .atextarea {
	width: 65.2173vw !important;
}
#feedbackForm .smtcss {
	padding-right: 74.8792vw !important;
}
.submita {
	font-size: 14px;
	width: 64px;
	margin-left: 21vw;
}
.navbar .logo img {
	width: 80%;
}
}
/*2024.01*/
/*清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.w1200 {
	width: 1220px;
	margin: 0 auto;
}
.inews {
	padding-bottom: 60px;
}
.inews .title1 {
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin-bottom: 28px;
}
.inews .title1 h3 {
	font-size: 22px;
	font-weight: bold;
	color: #4E4E4E;
}
.inews .title1 h3 s {
	width: 4px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	background: #67b306;
}
.inews .title1 a {
	color: #67b308;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.inews .title1 a:hover {
	text-decoration: underline;
}
.inews .newslist1 {
	line-height: 55px;
}
.inews .newslist1 li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	border-bottom: 1px dashed #d4d4d4;
}
.inews .newslist1 li a {
	color: #333;
	width: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.inews .newslist1 li .time {
	color: #999999;
	float: right;
	font-weight: normal;
}
.inews1 {
	width: 580px;
	float: left;
}
.inews .item {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d4d4d4;
}
.inews .item img {
	width: 100px;
	height: 75px;
	float: left;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	margin-right: 20px;
}
.inews .item h3 {
	color: #333;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.inews .item .txt {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #999999;
}
.inews .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.inews .item:hover h3 {
	color: #67b306;
}
.inews2 {
	width: 575px;
	float: right;
}