/* 时间轴样式 */

@media only screen and (max-width: 900px) {
	.timeline-img {
		left: 3px !important;
	}
}

@media only screen and (max-width: 899px) {
	.timeline-content h2 {
		text-align: left;
	}
}

@media only screen and (max-width: 466px) {
	.page-gyng {
		display:none !important; 
	}
}

.jiameng span {
	    background: url(../images/qywh-q-1.png) no-repeat left;
    font-size: 30px;
    color: #59a64f;
    padding: 0 0 0 57px;
    background-size: contain;
	    font-family: SimHei;
    font-weight: bold;
	
}

.container {
	width: 98%;
	margin: 0 auto;
}

#timeline {
	position: relative;
}

#timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #fff;	
    box-shadow: 2px 1px 1px #ddd inset;
}

@media only screen and (min-width: 900px) {
	#timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}
#timeline {
	margin: 15px 0;
}
.timeline-block {
	position: relative;
	margin: 10px 0;
}

.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-block:first-child {
	margin-top: 0;
}

.timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 900px) {
	.timeline-block {
		margin: 30px 0;
	}

	.timeline-block:first-child {
		margin-top: 0;
	}

	.timeline-block:last-child {
		margin-bottom: 0;
	}
}

.timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.timeline-img.cdb {
	    border: 4px solid #8fc788;
}

.timeline-img {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

@media only screen and (max-width: 900px) {
	.timeline-img {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 33px;
	}
}

.timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

.timeline-img.time-picture {
	background: #fff;
}

.timeline-img.movie {
	background: #c03b44;
}

.timeline-img.location {
	background: #f0ca45;
}

@media only screen and (min-width: 900px) {
	.timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.cssanimations .timeline-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: bounce-1 0.6s;
		-moz-animation: bounce-1 0.6s;
		animation: bounce-1 0.6s;
	}
}

.timeline-content {
	position: relative;
	margin-left: 60px;
	background: #fff;
	padding: 1px 0px 20px 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-content h2 {
	font-size: 16px;
	font-size: 1.6rem;
}

.timeline-content p, .timeline-content .read-more, .timeline-content .date {
}

.timeline-content .read-more, .timeline-content .date {
	display: inline-block;
}

.timeline-content p {
	margin: 10px 0;
	line-height: 1.6;
	font-size: 16px;
}

.timeline-content .read-more {
	float: right;
	padding: 2px 10px;
	background: #acb7c0;
	color: #fff;
	border-radius: 2px;
}

.no-touch .timeline-content .read-more:hover {
	background-color: #595959;
}

a.read-more:hover {
	text-decoration: none;
	background-color: #424242;
}

.timeline-content .date {
	float: left;
	padding: 10px 0;
	opacity: .7;
}

.timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #fff;
}

@media only screen and (min-width: 768px) {
	.timeline-content h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.timeline-content p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.timeline-content .read-more, .timeline-content .date {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media only screen and (min-width: 900px) {
	.timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}

	.timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}

	.timeline-content .read-more {
		float: right;
	}

	.timeline-content .date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.timeline-block:nth-child(even) .timeline-content {
		float: right;
	}

	.timeline-block:nth-child(even) .timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}

	.timeline-block:nth-child(even) .timeline-content .read-more {
		float: right;
	}

	.timeline-block:nth-child(even) .timeline-content .date {
		left: auto;
		right: 122%;
		text-align: right;
	}

	.cssanimations .timeline-content.is-hidden {
		visibility: hidden;
	}

	.cssanimations .timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: bounce-2 0.6s;
		-moz-animation: bounce-2 0.6s;
		animation: bounce-2 0.6s;
	}
}

@media only screen and (min-width: 900px) {
	.cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-in {
		-webkit-animation: bounce-2-inverse 0.6s;
		-moz-animation: bounce-2-inverse 0.6s;
		animation: bounce-2-inverse 0.6s;
	}
}
.timeline-content .thumbnail {
	max-width: 100px
}











/*   平板1200 手机768  */
 /* 时代再怎么改变总有一些事情需要有人去坚持 */
.cpmd-1 {
	text-align:center;
	text-indent: 0em!important;
	color: #e9e9e9;
	font-size:18px;
	padding:20px 0 20px 0;
}

.cpmd-2{
	text-align: center;
    font-size: 40px;
    text-indent: 0em!important;
    line-height: 50px;
    letter-spacing: 2px;
}

.cpmd-3 {
	border-top:1px solid #ddd;
    width: 70%;

}
.cpmd-4 {
	padding: 20px 0 0 0;
    text-indent: 0em !important;
    text-align: center;
    color: #e9e9e9;
}

.cpmd-5 {
    color: #1b1919;
    font-size: 16px;
    line-height: 25px;
	text-indent:0em !important;
}
.cpmd-6 div {
	float:left;
	margin: 0 auto;
	padding: 35px 0 0 0px;
}

.cpmd-7 {
	color: #59a64f; 
	width:25%;

}

.cpmd-8 {
	background:  url(../images/2-1-1.png) bottom ;
	center;width: 50%;
	margin:  0 auto;
	padding: 0 0 20px 0;
}

.cpmd-9 {
	margin:0 auto;
	color:#fff;
	word-wrap: break-word; 
	background:url(../images/2-1.png) center;
	background-repeat: no-repeat;
}
/*这里写产品卖点的媒体查询*/
@media screen and (max-width: 500px) {
	.group-contact video {
		    width: 93% !important;
	}
}

@media screen and (max-width: 950px) {
	.cpmd-8 {
		width:60%;
	}
}

@media screen and (max-width:800px) {
	.cpmd-8 {
		width:70%;
	}
}

@media screen and (max-width:520px) {
	.foot-bq {
		width: 100% !important;
	}
} 

@media screen and (max-width: 540px) {
	.cpmd-8 {
		width:100%;
	}
}
@media screen and (max-width: 955px) {
	.cpmd-6 div {
		width: 50%;
		text-align: center;
	}
	
}
@media screen and (max-width: 450px) {
	.cpmd-6 div {
		width:100%;
		text-align: center;
	}
	
}

@media screen and (max-width: 1130px) {
	.cpmd-6 div {
	    text-align: center;
	}
}

@media screen and (max-width: 1000px) {
	.ng-lbqdyw {
		width:50%;
	}
}


@media screen and (max-width: 900px) {
	.group-contact-main {
		height: auto; 

	}
}

.video {
	padding: 10px 10px 2.5px 10px;
	border-radius: 15px;

	margin: 0 auto;
}

.products {
	text-align:center;
	padding: 30px 0 30px 0;
}

.products-1 {
	width:1500px !important;
	    overflow: hidden;
}

.news-img {
	padding: 15px 0 35px 0;
    text-align: center;
}

.ztjz p {
	text-align:center;
}

.lxwm {
	border-right: 2px solid #e9e9e9;
    border-left: 2px solid #e9e9e9;
}

.lxwm-background {
	background: url(../images/10.png) top;
    background-repeat: no-repeat;
    background-size: 100%;
}

@font-face {
  font-family: 'BebasNeue';   /*字体名称*/
  src: url('/font/BebasNeue.otf');       /*字体源文件*/
}
.lxwm-1 img {
	display: -webkit-inline-box !important;
    vertical-align: middle;
	padding: 9px 20px 10px 0;
}




.xwzxa {
	background:URL(../images/9.png) bottom;
	background-repeat:no-repeat;
	background-size:100%
}

.footer {
	width: 1120px !important;
    margin: 0 auto;
}



@media screen and (max-width: 780px) {
	.group-widget .xl3 {
	width: 100%;
    text-align: center;
	}
	.lxwm-bg {
    padding: 0 0 20px 0;
}
	.lxwm-1 {
		padding:0 !important;
	}
}

.foot-bq {
	width: 500px;
    background: #da251c;
    margin:0 auto;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    bottom: 15px;
}

.news-a {
	padding: 0 3px;
	float: left;

}

.foot-bn {
	width: 100%;
	height: 10px;
	background-color: #da251c;
}

.lxwm-ewm {
	margin: 0 auto;    
}

.lxwm-logo {
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.jianjie {
	background-image: url(../images/2-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.cpfl {
	background: url(../images/6.png) bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.xuqiu {
	background: url(../images/7.png) top;
	background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.group-tab-bd {
	padding: 2px 0;
	margin: 0;
}
.group-tab-hd .group-current {
	background: #da261c;
    border: 1px solid #da261c;
}
#slideshow-1 {
	 margin: 0 0 0 0; 
}
.group-tab-hd-con {
	width: 25%;
}
.deanm .deanmove {
	width:33.3333%;

}
.deanm-main .de-button a {
	    background: #59a64f;
  border-radius: 10px ;
}
.gr2 {
	width:100%;
}
.lxwm-img img {
	width:auto !important;
}

.g-line{
	border-top: 0px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
}
.site-header-s {
	    height: 98px;
}
#top-header {
	height: 10px;
    background: #da251c;

}

.xq-text {
    animation-delay: 0.9s;
    padding: 0 15px;
    text-align: left;
}

.lxwm-1 {
	padding: 18px 0 0 50px;
}

@media screen and (max-width: 900px) {
	.deanm .deanmove {
		width: 50% !important;
	}
}

@media screen and (max-width: 480px) {
	.deanm .deanmove {
		width: 100%!important;
	}
}

.group-tab-hd-con {
	padding:0px !important;
}

.single-content img {
	margin: 0 auto;
}

.page-toutu {
	height:440px;
	width:100%;
}

.page-ngjj {
    color: #59a64f;
    font-size: 63px;
    padding-top: 50px !important;
    font-weight: bold;
    width: 400px;
    padding: 0 0 50px 0;
	margin: 0 auto;
	border-bottom: 4px solid #59a64f;
      text-align: center;
}

.page-xhx-1 {
	padding: 1px;
    border-bottom: 2px solid #59a64f;
    width: 400px;
    margin: 0 auto;
	
}

@media screen and (min-width: 1024px) {
	.lx7 { 
	width:20%; 
	}
}

@media screen and (max-width: 620px) {
	#links {
	display: block;
	}
}


#links {
	padding: 50px 0;
}
.link-f a {
	    border: 2px solid #59a64f;
      border-radius: 10px;
}

.link-f a:hover {
	background: #59a64f;
}
.page-gyng {
    position: relative;
    top: -10px;
    width: 100px;
    height: 4px;
    background-color: #59a64f;
    margin-top: 13px;
}
.gyng-font {
	font-size: 50px;
    padding: 0 20px;
    color: #59a64f;
}
.gyng span {
display: inline-block;
}

.gyng {
	text-align:center;
	padding: 50px 0 20px 0;
}
.simhei {
	font-family: SimHei;
}

.nggs-style {
	visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}

.timeline-content {
	    border: 0px solid #ddd !important;
		
}
@media only screen and (min-width: 900px){
	.timeline-content {
    padding: 2px !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.04) !important;
}


}
.timeline-img {
	width:30px!important;
	height:30px!important;
	left: 51.25%;
}
.timeline-block {
	margin: 0px 0!important;
}
}
.cdb {
	border: 4px solid #59a64f!important;
}
.nggs-font {
	font-size: 34px!important;
    color: #59a64f;
	font-weight:bold;
}

.nggs-sjz-font {
	text-align: right;
}

@media only screen and (max-width: 900px){
.nggs-sjz-font {
	text-align: left;
}
}
.qywh-font-z {
	font-size: 35px;
    color: #59a64f;
    padding: 2px 0 11px 70px;
	background: url(../images/qywh-q-1.png) no-repeat;
        background-size: contain;
}

.qywh-font-y {
	font-size: 35px;
    color: #59a64f;
    padding: 6px 70px 7px 0;
	background: url(../images/qywh-q-1.png) no-repeat right;
        background-size: contain;
	text-align: right;
}

.qywh-font-y-p {
	font-size: 16px;
    padding: 20px 60px 0 0px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-align: right;
}

.qywh-font-z-p {
	font-size: 16px;
    padding: 20px 0 0 66px;
	line-height: 30px;
	letter-spacing: 1.5px;
}
.qywh-ln {
	background: url(../images/qywh-ln.png) no-repeat;
    background-size: 100% auto;
	padding-bottom: 80px;
	width:100%
}
.qywh-xn {
	background: url(../images/qywh-xn.png) no-repeat;
    background-size: 100% auto;
	padding-bottom: 80px;
	width:100%
}
.qywh-sm {
	background: url(../images/qywh-sm.png) no-repeat;
    background-size: 100% auto;
	width:100%
}

.qywh-qywh {
	background: URL(../images/qywh.png) no-repeat center;
	background-position-y: 52px;
}

.qywh-font {
	    font-size: 60px;
    line-height: 74px;
    color: #59a64f;
    text-align: center;
    padding: 183px 0;
	    font-weight: bold;

}

.qywh-gl {
	background: url(../images/qywh-gl.png) no-repeat;
    background-size: 100% auto;
	padding-bottom: 80px;
	width:100%
}
.qywh-zq {
	background: url(../images/qywh-zq.png) no-repeat;
    background-size: 100% auto;
	padding-bottom: 80px;
	width:100%
}
.qywh-hz {
	background: url(../images/qywh-hz.png) no-repeat;
    background-size: 100% auto;
	padding-bottom: 80px;
	width:100%
}

.gyng-text {
	max-width:1120px;
	width:100%;
	margin:0 auto;
	padding: 10px;
}

.qywh div {
	float: left;
}

.qyyj {
	text-align: center;
    padding: 30px 0 20px 0;
}

.jiameng-text {
	background: url(../images/qywh-q-1.png) no-repeat left;
    font-size: 30px;
    color: #59a64f;
    padding: 0 0 0 80px;
    background-size: contain;
}



.jiameng-yaoqiu {
	background: url(../images/jmyq-yaoqiu.png) no-repeat left;
    background-size: contain;
    padding: 0 0 0 300px;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

.jmyq-text {
    writing-mode: tb;
    font-size: 30px;
    border-left: 5px solid #59a64f;
    color: #59a64f;
    padding-left: 15px;
    float: left;
	font-family: SimHei;
    font-weight: bold;
	letter-spacing: 1.5px;
}

.jmyq-text-1 {
	float:  left;
    font-size:  16px;
    padding: 0 20px 100px 50px;
    line-height: 30px;
    color: #000000;
	width:70%;
	letter-spacing: 1.5px;
}

.jmyq-img {
	height: 120px;
	padding: 0 70px;
	float: left
	
}
.qywh-z {
		width:30%;
	}
.qywh-y {
		width:30%;
	}

@media only screen and (max-width: 900px){
	.qywh-font-z-p {
		    padding: 10px 0 0 35px;
	}
	.qywh-font-y-p {
		padding: 10px 35px 0 0px;
	}
}

@media only screen and (max-width: 745px){
	.qywh-font-z-p {
	    padding: 20px 0 0 66px;
	}
	.qywh-z {
		width:50%;
	}
	.qywh-font-y-p {
		padding: 20px 66px 0 0px;
	}
	.qywh-y {
		width:50%;
	}
	.qywh-qywh {
		display:none;
	}
}

@media only screen and (max-width: 500px){
	.qywh-font-z-p {
	    padding: 10px 0 0 30px;
	}
	.qywh-font-y-p {
		padding: 10px 30px 0 0px;
	}
	.qywh-ln {
		background: #fff;
	}
	.qywh-xn {
		background: #fff;
	}
	.qywh-sm {
		background: #fff;
	}
	.qywh-gl {
		background: #fff;
	}
	.qywh-zq {
		background: #fff;
	}
	.qywh-hz {
		background: #fff;
	}
}
@media only screen and (max-width: 1040px) {
	.jmyq-img {
		padding: 0 20px;
	}
	.jmyq-text-1 {
		    width: 75%;
	}

}

@media only screen and (max-width: 840px) { 
	.jmyq-img {
		display:none;
	}
	.jmyq-text {
		margin-left: 100px;
	}

}

@media only screen and (max-width: 710px) {
	.jiameng {
		padding-left: 20px !important;
	}
}


@media only screen and (max-width: 600px) {
	.jmyq-text{
		writing-mode: inherit;
		margin: 0 0 20px 29px;
		float: inherit;
	}
	.jmyq-text-1 {
		width: 100%;
	}
}
@media only screen and (max-width: 415px) {
	.qywh-z {
		width:100%;
		text-align: center;
	}
	.qywh-font-z {
		padding: 0px;
	}
	.qywh-font-z-p {
		padding: 15px 0 0 0;
	}
	.qywh-sm {
		padding: 0 0 80px 0; 
	}
	.qywh-font-z {
		background: #fff;
	}
	.qywh-y	{
		width:100%;
		text-align: center;
	}
	.qywh-font-y {
		padding:0px;
		text-align:center;
		background: #fff;
		background-size: contain;
	}
	.qywh-font-y-p {
		padding: 0px;
		text-align: center;
		padding: 15px 0 0 0;
	}
}

.foot-link {
	box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px;
    border: 0px solid rgb(221, 221, 221);
    background: rgba(0, 0, 0, 0);
}

.single-content p {
	    letter-spacing: 1.5px;
}

.header-text {
	    position: absolute;
    z-index: 999;
    width: 230px;
    background: #da251c;
    left: 65%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
	
}
#gallery {
	width: 530px;
	padding:0px;
	margin: 0 5% 3% 10%;
	margin: 0 auto;
	float: none;
}
#gallery .callbacks_tabs li {
	float: none;
}
.img-n {
	    display: none;
}
.post-1 {
	background: none;
    border: none;
    box-shadow: none;
	padding: 0px;
}
.single-content h2 {
	color:#da261c;
}

#gallery .callbacks_here a {
	background: #da261c;
    color: #fff;
    border: 1px solid #da261c;
}

.product-images p img {
	width:100%;
	margin:0;
}
.product-images p {
	margin:0;
}

.home-news a img {
	height:100% !important;
	
}

.single-content hr {
	margin:15px 0;
}

.product-list li {
	display: inline;
    overflow: hidden;
    float: left;
    width: 45%;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 5px 5px 25px !important;
}

.picture-img img {
	float: left;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#colophon-1 {
	background: none;
    border-top: 0px solid #ddd;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03);
}

.page-lxwm li {
	   overflow: inherit;
	   width: 42%;
}
.tuxiang img {
	padding: 0 0 5px 0; 
}
/* 小工具图像*/
.textwidget {
	padding:5px !important;
}
/* 小工具图片分类*/
.picture {
	padding: 0px 4px !important;
}
.img-x2 {
	width:auto !important;
}

.grid-title {
	text-align: center;
}

.breadcrumb {
	margin-top: 10px;
    margin-bottom: 10px;
}

.related-title {
	max-height:52px;
	text-align: center;
}
.jm-phome {
	font-size: 33px;
    font-family: fantasy;
    padding: 6px 0 10px 0;
    color: #da251c;
    width: 250px;
    margin: 0 auto;
    border-bottom: 2px solid #e9e9e9;
	
}
@media only screen and (min-width: 900px) {
	.English {
		display:none;
	}
}

@media only screen and (max-width: 1100px) {
	.product-list li {
		width: 35%;
	}
}

@media only screen and (max-width: 600px) {
	#gallery {
		width: 100% !important;
	}
}


@media only screen and (max-width: 640px) {
	.product-list li {
		width: 95%;
	}
}

.lxwm-1 p {
	padding: 5px 0;
}

.cpmd-8 p {
	margin: auto 5px;
}
#search-main {
	background: rgba(0, 0, 0, 0.59);
}
.des-title {
	height:60px;
}
.des-p {
	max-width: 100%;
	background: #888888;
}

.gsng-ngwh {
  background: url(../images/home-gsng.png) no-repeat;
  background-size: 100% 100%;
}

.gsng-cpzs {
  background: url(../images/home-cpzs.png) no-repeat;
  background-size: 100% 100%;
}

.gsng-zsjm {
  background: url(../images/home-zsjm.png) no-repeat;
  background-size: 100% 100%;
}
#site-nav .down-menu a{
  cursor:pointer
}


.lxfs {
	width:50%;
	float: left;
	padding: 70px 0 0 100px;
}

@media screen and (max-width: 900px) {
	.lxfs {
		padding: 70px 0 0 50px;
	}
}

@media screen and (max-width: 768px) {
	.lxfs {
		width:100%;
		padding-left: 27%;
	}

}

@media screen and (max-width: 555px) {
	.lxfs {
		padding-left: 10%;
	}

}



.baidumap {
  padding-top:50px;
  width:1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  .baidumap {
     width:100%;
  }
}

.lxdh {
 width: 975px;
 margin: 0 auto;
 padding: 50px 0 30px 0;
 display: flex;
}

.lxdh p {
    padding-top: 10px;
    font-size: 16px;
    color: #767575;
}
.lxdh div {
  	width: 33%;
    float: left;
    text-align: center;
  	padding: 10px 0 10px 0;
}

.lxdh-font {
  font-size:24px;
}

@media screen and (max-width: 1120px) {
  .lxdh {
    width:98%;
  }
}

@media screen and (max-width: 550px) {
  .lxdh div {
    width:100% !important;
  }
}


.zxly-font {
  font-family: Corbel;
    font-size: 40px;
    color: #59a64f;
    letter-spacing: 0px;
}

.zxly-font2 {
    font-size: 26px;
    color: #949494;
}

.wpcf7-form textarea {
    background: #fff;
    margin: 0 0 0 0px;
    padding: 6px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-appearance: none;
  	height: 84px;
}

.wpcf7-form input {
      background: #fff;
    margin: 0 0 17px 0px;
    padding: 6px;
    width: 32.666666%;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-appearance: none;
    float: left;
}

.zxly-tj {
 	float: none !important;
    margin: 24px 0 65px 0 !important;
    border-radius: 10px !important;
    width: 206px !important;
    background: #59a64f !important;
    color: #fff !important;
    font-size: 22px !important;
    height: 42px !important;
    line-height: unset !important;
}

.gzwm {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

@media screen and (max-width: 620px) {
  .gzwm {
   width:98%;
  }
}

@media screen and (max-width: 450px) {
  .gzwm-ewm{
   float: none !important;
  }
}
@media screen and (max-width: 800px) {
  .gzwm-ewm{
   width:50% !important;
   padding-bottom: 30px;
  }
  .gzwm {
    width: 90%;
  }
}
.gzwm-ewm {
  width:25%;
  float: left;
}

.gzwm-ewm img{
	height:138px;
  	width:138px;
}

.gzwm-logo {
  width:800px ;
}

.gzwm-logo span{
  float: left;
  width:25%;
}

@media screen and (max-width: 800px) {
  .gzwm-logo {
    width:98%;
  }
}

@media screen and (max-width: 666px) {
  .gzwm-logo span{
 	width:30%;
    padding-bottom:30px;
}
}

@media screen and (max-width: 500px) {
  .gzwm-logo span{
  width:50%;
}
}
@media screen and (max-width: 500px) {
  .wpcf7-form input{
  width:98%;
    margin: 0 0 17px 0px !important;;
}

}
@media screen and (max-width: 420px) {
  .gzwm-logo span{
  width:100%;
}
}


.wpcf7-tel {
  margin: 0 1% 17px 1% !important;;
}

.lxwm-main {
    position: absolute;
    z-index: 999;
    width: 337px;
    margin-left: 80px;
    background: #59a64f;
    text-align: left;
    color: #fff;
 	font-family: 黑体;
    padding: 0 34px 0 34px;
    letter-spacing: 0px;
 	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


@media screen and (max-width: 500px) {
  .lxwm-main{
        margin-left: 0;
        position: inherit;
    	width:100%;
}
  #allmap {
    height:400px !important;
  }
  .lxdh div {
    width:100%;
  } 
}

.lxwm-main p {
    font-size: 16px;
}

.wpcf7-text {
  color:#b9b9b9;
}

.gzwm-logo p {
  font-size: 16px;
    color: #949494;
}

 .g4 img {
    height: 100% !important;
    }

.cpmd-7 #cpmd-7-1 {
  font-family: fantasy;
  font-size: 50px
}
.cpmd-7 #cpmd-7-2 {
  font-size:40px;
  margin: 0 0 0 15px;
}
.group-current img {
  width:100%;
}
.keywords {
	margin: 0px 7px 10px 7px;
    font-size: 13px;
    text-align: center;
    display: block;
    color: #565656;
      height: 25px;
}

.cat {
  display: none;
}

