* {
			padding: 0;
			margin: 0;
			font-size: 12px;
			font-family: "微软雅黑";
		}
		
		body,
		div,
		dl,
		dt,
		dd,
		ul,
		ol,
		li,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		pre,
		form,
		fieldset,
		input,
		textarea,
		p,
		blockquote,
		th,
		td {
			padding: 0;
			margin: 0;
		}
		
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		fieldset,
		img {
			border: 0;
		}
		
		a {
			color: #000;
			text-decoration: none;
		}
		
		address,
		caption,
		cite,
		code,
		dfn,
		em,
		th,
		var {
			font-weight: normal;
			font-style: normal;
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-weight: normal;
			font-size: 100%;
		}
		
		q:before,
		q:after {
			content: "";
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		img{
			vertical-align: middle;
		}
		
		.pc {
			display: block;
		}
		
		.mobile {
			display: none;
		}
		
		.container {
			width: 1200px;
			margin: 0 auto;
		}
		.container1300{
			width: 1300px;
			margin:0 auto;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		
		.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		.clear {
			clear: both;
		}
		
		.clearfix:after {
			content: '';
			overflow: hidden;
			clear: both;
			visibility: hidden;
			display: block;
		}
        .listbg{
            background: url("../images/listbg.jpg") no-repeat center;
            height: 352px;
        }
		.header-top{
			height: 100px;
			position: relative;
			overflow: hidden;
		}
		.header-top .container{
			position: relative;
		}
		.header-top .left_logo{
			float: left;
			line-height: 100px;
		}
		.header-top .header-nav{
			float: left;
			padding-top: 65px;
			padding-left: 40px;
		}
		.header-top .header-nav ul li{
			display: inline-block;
		}
		.header-top .header-nav ul li a{
			font-size: 14px;
			color: #333;
			display: block;
			padding: 0 20px;
		}
		.header-top .header-nav ul li a:hover{
			color: #1a7b00;
		}
		.header-top .header-nav ul li a.on{
			color: #1a7b00;
		}
		.header-top .header-nav ul li.changeLang{
			display:none;
		}
		.header-top .right_nav{
			top: 25px;
			right: 0;
			position: absolute;
		}
		.header-top .right_nav span{
			font-size: 12px;
			color: #333;
		}
		.header-top .right_nav a{
			font-size: 12px;
			color: #333;
			padding: 0 10px;
		}
		.header-top .header_search{
			float: right;
			padding-top: 60px;
		}
		.header-top .header_search input[type=text]{
			height: 25px;
			float: left;
			padding-left:5px;
			border-radius: 8px 0px 0px 8px;
			border: 1px solid #CCCCCC;
			border-right: none;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
		}
		.header-top .header_search input[type=submit] {
			height: 25px;
			border: 1px solid #CCCCCC;
			border-left: none;
			background: url(../images/search.png) no-repeat center;
			width: 50px;
			border-radius: 0px 8px 8px 0;
			float: left;
			position: relative;
			right: 15px;
		}
        .mobile_search_down{
            position: absolute;
            right: 0;
            top: 100px;
            z-index: 999;
            background: #fff;
            padding: 10px;
            display: none;
        }
.header-top .mobile_search_down input[type=text]{
    height: 23px;
    float: left;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #CCCCCC;
    border-right: none;
}
.header-top .mobile_search_down input[type=submit] {
    height: 25px;
    border: 1px solid #CCCCCC;
    border-left: none;
    background: url(../images/search.png) no-repeat center;
    width: 50px;
    border-radius: 0px 8px 8px 0;
    float: left;
    position: relative;
    right: 15px;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.banner_mobile{
	display:none;
}
.banner_mobile img{
	width:100%;
}
.company_about{
	padding-bottom: 40px;
}
.company_about .title{
	text-align: center;
	padding: 40px 0;
}

 .title .big{
	display: inline-block;
	font-size: 55px;
	font-weight: bold;
	color: #1a7b00;
}
 .title .stitle{
	display: inline-block;
}
 .title .stitle h3{
	font-size: 22px;
	color: #1a7b00;
	 text-align: left;
}
 .title .stitle p{
	font-size: 19px;
	color: #6e6e6e;
	 text-align: left;
}
.company_about .right_img{
	text-align: right;
}
.company_about .container{
	position: relative;
}
.company_about .left_info{
	position: absolute;
	left: 0;
	top: 200px;
	background: #fff;
	width: 50%;
	padding: 15px;
	transition: all .5s ease-out;
}
.company_about .left_info:hover{
	box-shadow: 2px 2px 8px #8E8E8E;
	cursor: pointer;
	transform: translateX(20px);
}
.company_about .left_info h3{
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
}
.company_about .left_info p{
	color: #6e6e6e;
}
.company_about .left_info .more{
	font-size: 12px;
	color: #fff;
	background: #1a7b00;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 20px;
}
.news{
	background: #f8f8f8;
	padding-bottom: 60px;
}
.news .title{
	text-align: center;
	padding: 40px 0;
}
.news .news_index ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .3s ease-out;
}

.news .news_index ul li:nth-child(3n){
	margin-right: 0;
}
.news .news_index ul li .time{
	font-size: 14px;
	color: #333;
}
.news .news_index ul li .time span{
	font-size: 25px;
	color: #333;
}
.news .news_index ul li .mtitle{
	height:44px;
	overflow:hidden;
}
.news .news_index ul li .mtitle p{
	font-size: 18px;
	color: #333;
	padding: 10px 0;
	line-height:30px;
}
.news .news_index ul li .mimg{
	height: 180px;
	overflow: hidden;
}
.news .news_index ul li .mimg img{
	width: 100%;
	-webkit-filter:grayscale(60%);
	-moz-filter:grayscale(60%);
	-ms-filter:grayscale(60%);
	-o-filter:grayscale(60%);
	filter:grayscale(60%);
}
.news .news_index ul li .description{
	padding-top: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .news_index ul li .description p{
	font-size: 12px;
	color: #6e6e6e;
	line-height: 24px;
}
.news .news_index ul li:hover .mtitle{
	color: #1a7b00;
}
.news .news_index ul li:hover p{
	color: #1a7b00;
}
.news .more{
	text-align: center;
}
.news .more a{
	font-size: 12px;
	color: #fff;
	background: #1a7b00;
	padding: 5px 15px;
	display: inline-block;
	margin-top:60px;
}
.pro_center{
    padding-bottom: 60px;
}
.pro_center .title{
	text-align: center;
	padding: 60px 0 40px 0;
}
.pro_center .pro_catelist ul li{
    float: left;
    width: 24%;
    margin-right: 1.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    transition: .3s;
	overflow:hidden;
}
.pro_center .pro_catelist ul li:nth-child(4n){
    margin-right: 0;
}
.pro_center .pro_catelist ul li .img{
    height: 260px;
    overflow: hidden;
}
.pro_center .pro_catelist ul li .img img{
    width: 100%;
}
.pro_center .pro_catelist ul li .info{
    text-align: center;
    height: 130px;
}
.pro_center .pro_catelist ul li .info h3{
    font-size: 18px;
    color: #333;
    padding: 30px 0;
}
.pro_center .pro_catelist ul li .info span{
    color: #1a7b00;
    font-size: 12px;
    border: 1px solid #1a7b00;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
}
.pro_center .pro_catelist ul li:hover{
    box-shadow: 2px 2px 8px #D1D1D1;
    transform: translateY(-10px);
}
.pro_center .more{
    text-align: center;
}
.pro_center .more a{
    font-size: 12px;
    color: #fff;
    background: #1a7b00;
    padding: 5px 15px;
    display: inline-block;
    margin-top:60px;
}
.ryzz{
    background: #f8f8f8;
    padding-bottom: 60px;
}
.ryzz .title{
    padding: 60px 0 40px 0;
    text-align: center;
}
.ryzz .ryzz_index ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    padding: 25px 25px 0 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #D1D1D1;
    height: 300px;
    background: #fff;
}
.ryzz .ryzz_index ul li:nth-child(3n){
    margin-right: 0;
}
.ryzz .ryzz_index ul li h3{
    font-size: 18px;
    color: #333;
}
.ryzz .ryzz_index ul li img{
    height: 82px;
    padding: 25px 0;
}
.ryzz .ryzz_index ul li p{
    font-size: 12px;
    color: #333;
    line-height: 24px;
    text-align: left;
}
.ryzz .ryzz_index ul li a{
    display: block;
}
.ryzz .ryzz_index ul li:hover{
    box-shadow: 4px -2px 9px #D1D1D1;
}
.footer{
    padding: 60px 0 10px 0;
	background:url("../images/footer_bg.jpg") no-repeat center;
	height:538px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.footer .title{
    text-align: center;
}
.footer .title h3{
    font-size: 30px;
    color: #fff;
}
.footer .title p{
    font-size: 20px;
    color: #989898;
}
.footer .middle{
    padding: 30px 0;
}
.footer .left_info{
    float: left;
    width: 30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #6A6A6A;
}
.footer .left_info ul li{
    padding: 10px 0;
}
.footer .left_info ul li .icon_item{
    display: inline-block;
    width: 40px;
    text-align: center;
}
.footer .left_info ul li img{
	width:20px;
}
.footer .left_info ul li span{
    color: #fff;
    font-size: 13px;
    display: inline-block;
   position: relative;
    top: 3px;
}
.footer .middle_form{
    float: left;
    width: 50%;
    margin-left: 1%;
}
.footer .middle_form .form_item{
    margin: 10px 0;
}
.footer .middle_form .form_item span{
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}
.footer .middle_form .form_item input[type=text]{
    border: none;
    background: #1f2226;
    width: 40%;
    height: 29px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 15px;
}
.footer .middle_form .form_item textarea{
    border: none;
    background: #1f2226;
    width: 88%;
    height: 80px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 15px;
}
.footer .middle_form .form_item input[type=submit]{
    height: 29px;
    color: #222;
    font-size: 12px;
    background: #fff;
    padding: 2px 20px;
    border: none;
}
.footer .right_wxcode{
    float: right;
    width: 15%;
}
.footer .right_wxcode h3{
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
}
.footer .right_wxcode p{
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}
.footer .link span{
    color: #fff;
    font-size: 18px;
}
.footer .link{
    border-top: 1px solid #6A6A6A;
    padding: 10px 0 30px 0;
}
.footer .link a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
}
.footer .copyright{
    text-align: center;
}
.footer .copyright span{
    color: #fff;
    font-size: 12px;
}
.footer .copyright a{
    color: #fff;
    font-size: 12px;
}

.right_menu{
	display: none;
}
.location{

}
.location p{
	font-size: 22px;
	color: #1a7b00;
}
.location p span{
	font-size: 14px;
	color: #6e6e6e;
	padding:0 3px;
}
.location .container{
    padding: 40px 0 15px 0;
	border-bottom: 2px solid #1a7b00;
}
.prolist{
    padding: 60px 0;
}
.prolist ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    transition: .3s;
}

.prolist ul li:nth-child(3n){
    margin-right: 0;
}
.prolist ul li img{
    width: 100%;
}
.prolist ul li .info_title{
    padding: 15px 0;
    border-bottom: 1px solid #000;
	margin: 0 10px;
}
.prolist ul li .info_title h3{
    font-size: 19px;
    color: #333;
}
.prolist ul li .info_title p{
    color: #6e6e6e;
    font-size: 12px;
}
.prolist ul li .content{
    padding: 5px 10px;
}
.prolist ul li .content p{
    font-size: 14px;
    color: #6e6e6e;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
    overflow: hidden;
}
.prolist ul li:hover{
    box-shadow: 4px 4px 4px #eaeaea;
    transform: translateY(-4px);
}
.singleinfo .left{
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px;
}
.singleinfo{
    padding: 60px 0;
}
.singleinfo .right{
    width: 50%;
    text-align: right;
}
.singleinfo .right img{
    max-width: 100%;
}
.proshow .protitle{
    text-align: center;
}
.proshow .protitle h3{
    font-size: 22px;
    color: #171717;
}
.proshow .protitle p{
    font-size: 14px;
    color: #171717;
    padding: 8px 0 30px 0;
}

.proshow .bigpic{
    text-align: center;
}
.proshow .bigpic img{
    
}
.proshow{
    padding: 60px 0;
}
.proshow .content{
    padding:40px 200px 0 200px;
}
.proshow .back{
    text-align: center;
    padding-top: 60px;
}
.proshow .back a{
    background: #1A7B00;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 3px 10px;
}
.map{
    padding: 60px 0 30px 0;
}
.contact_info{
    padding: 10px 0 30px 0;
}
.newlist ul li{
    height: 300px;
    overflow: hidden;
    margin: 20px 0;

}
.newlist ul li .leftimg{
    width: 37.5%;
    float: left;
}
.newlist ul li .leftimg img{
    width: 100%;
}
.newlist ul li .rightinfo{
    width: 62.5%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 45px 45px;
}
.newlist ul li .rightinfo .header_title h3{
    font-size: 16px;
    color: #333333;
    float: left;
}
.newlist ul li .rightinfo .header_title span{
    font-size: 30px;
    color: #a3a2a2;
    float: right;
}
.newlist ul li .rightinfo .content p{
    font-size: 12px;
    color: #a3a2a2;
    line-height: 30px;
}
.newlist ul li .rightinfo .more{
    background: #929191;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 5px;
    margin-top: 40px;
}
.newlist ul li:hover{
    box-shadow: 6px 0px 11px #eaeaea;
}
.newlist ul li:hover .rightinfo .header_title h3{
    color: #1A7B00;
}
.newlist ul li:hover .rightinfo .more{
    background: #1A7B00;
}
.ryzz_cate{
    padding: 30px 0;
}
.ryzz_cate ul li{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.ryzz_cate ul li:nth-child(3n){
    margin-right: 0;
}
.ryzz_cate ul li img{
    width: 100%;
    transition: .5s;
}
.ryzz_cate ul li p{
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}
.ryzz_cate ul li:hover img{
    box-shadow: 6px 6px 8px #6e6e6e;
    -moz-box-shadow:6px 6px 8px #6e6e6e;
    -o-box-shadow: 6px 6px 8px #6e6e6e;
    -webkit-box-shadow: 6px 6px 8px #6e6e6e;
}
.page{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 20px 0;
}
.page .toppage{
    padding: 10px 0;
}
.page a{
    color: #666;
    font-size: 14px;
}
.page a.on{
    color: #1a7b00;
}
.mobile_search{
    display: none;
}
@media screen and (min-width: 300px) and (max-width: 768px){
	.container{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
    .listbg {
        background: url(../images/listbg.jpg) no-repeat center;
        height: 300px;
    }
    .mobile_zhanwei{
        height: 60px;
    }
	.header-top {
		height: 60px;
		position: fixed;
		overflow: visible;
		border-bottom: 1px solid #eaeaea;
        width: 100%;
        background: #fff;
        z-index: 999;
	}
	.header-top .left_logo {
		float: left;
		line-height: 60px;
	}
	.header-top .left_logo img{
		height: 40px;
	}
	.header-top .header-nav {
		 float: none;
		 padding-top: 0px;
		 padding-left: 0px;
		position: absolute;
		width: 100%;
		left: 0;
		text-align: center;
		top: 61px;
		z-index: 99;
		background: #fff;
		display: none;
	}
	.header-top .header-nav ul li {
		 display: block;
	}
	.header-top .right_nav {
		display: none;
	}
	.header-top .header_search {
		display: none;
	}
	.header-top .header-nav ul li a {
		font-size: 14px;
		color: #333;
		display: block;
		padding: 10px 20px;
	}
	.header-top .header-nav ul li.changeLang{
			display:block;
		}
	.banner img{
		width: 100%;
	}
	.right_menu{
		display: block;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding:3px 8px;
		margin-top: 20px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #53a088;
		border-radius: 4px;

	}
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #53a088;
		margin: 3px 0;

	}
	.company_about .title {
		text-align: center;
		padding: 20px 0;
	}
	.company_about .left_info {
		position: relative;
		left: 0;
		top: 0;
		background: #fff;
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		transition: all .5s ease-out;
	}
	.company_about .right_img img{
		text-align: right;
		width: 100%;
	}
	.company_about {
		padding-bottom: 30px;
	}
	.news .news_index ul li {
		float: left;
		width: 100%;
		margin-right: 0%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		transition: all .3s ease-out;
		margin-bottom: 15px;
	}
	.news .title {
		text-align: center;
		padding: 20px 0;
	}
	.news {
		background: #f8f8f8;
		padding-bottom: 30px;
	}
	.news .more a {
		font-size: 12px;
		color: #fff;
		background: #1a7b00;
		padding: 5px 15px;
		display: inline-block;
		margin-top: 30px;
	}
	.news .news_index ul li .mtitle {
		font-size: 16px;
		color: #333;
		padding: 10px 0;
		height:auto;
	}
	
	.news .news_index ul li .mimg {
    height: 170px;
    overflow: hidden;
}
	.pro_center .title {
		text-align: center;
		padding: 30px 0 20px 0;
	}
	.pro_center .pro_catelist ul li .img {
		height: 42vw;
		overflow: hidden;
	}
	.pro_center .pro_catelist ul li .info {
    text-align: center;
    height: 110px;
}
	.pro_center .pro_catelist ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 1px solid #D1D1D1;
		border-radius: 10px;
		transition: .3s;
		margin-bottom: 10px;
	}
	.pro_center .pro_catelist ul li:nth-child(2n){
		margin-right: 0;
	}
	.pro_center .pro_catelist ul li .info h3 {
		font-size: 14px;
		color: #333;
		padding: 15px 0;
	}
	.pro_center .more a {
		font-size: 12px;
		color: #fff;
		background: #1a7b00;
		padding: 5px 15px;
		display: inline-block;
		margin-top: 30px;
	}
	.pro_center {
		padding-bottom: 30px;
	}
	.ryzz .title {
		padding: 30px 0 20px 0;
		text-align: center;
	}
	.ryzz .ryzz_index ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
		text-align: center;
		padding: 15px 15px 15px 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 1px solid #D1D1D1;
		height: auto;
		background: #fff;
		margin-bottom: 15px;
	}
	.ryzz .ryzz_index ul li:nth-child(2){
		margin-right: 0;
	}
	.ryzz .ryzz_index ul li:nth-child(3){
		width: 100%;
	}
	.ryzz .ryzz_index ul li h3 {
		font-size: 16px;
		color: #333;
	}
	.ryzz .ryzz_index ul li img {
		height: 55px;
		padding: 20px 0;
	}
	.ryzz .ryzz_index ul li p {
		font-size: 12px;
		color: #333;
		line-height: 24px;
		text-align: left;
	}
	.ryzz {
		background: #f8f8f8;
		padding-bottom: 30px;
	}
	.footer {
		background-size:cover;
		padding: 30px 0 10px 0;
		height:auto;
	}
	.footer .title h3 {
		font-size: 24px;
		color: #fff;
	}
	.footer .title p {
		font-size: 16px;
		color: #989898;
	}
	.footer .left_info {
		float: left;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		 border-right: 0;
	}
    .footer .left_info ul li .icon_item {
        display: inline-block;
        width: 30px;
        text-align: center;
    }
    .footer .middle {
        padding: 20px 0;
    }
	.footer .middle_form {
		float: left;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.footer .middle_form .form_item span {
		color: #fff;
		font-size: 14px;
		padding: 0 5px;
		width: 10%;
		display: inline-block;
	}
	.footer .middle_form .form_item {
		margin: 0;
	}
	.footer .middle_form .form_item input[type=text] {
		border: none;
		background: #1f2226;
		width: 83%;
		height: 29px;
		color: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 15px;
		margin: 8px 0;
	}
	.footer .middle_form .form_item textarea {
		border: none;
		background: #1f2226;
		width: 83%;
		height: 80px;
		color: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 15px;
	}
	.footer .middle_form .form_item #VerifyCode{
		width:40%;
	}
	.footer .right_wxcode {
		text-align: center;
		float: right;
		width: 100%;
	}
	.footer .right_wxcode p {
		font-size: 12px;
		color: #fff;
		padding-top: 10px;
	}
	.footer .left_info ul li {
		padding: 8px 0;
	}
    .location p {
        font-size: 22px;
        color: #1a7b00;
    }
    .location p span {
        font-size: 14px;
        color: #6e6e6e;
    }
    .location .container {
        padding: 15px 15px 10px 15px;
        border-bottom: 2px solid #1a7b00;
    }
    .prolist ul li {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .prolist ul li:nth-child(2n){
        margin-right: 0;
    }
	.prolist ul li:nth-child(odd){
		margin-right:2%;
	}
    .prolist ul li .info_title h3 {
        font-size: 16px;
        color: #333;
    }
    .prolist ul li .info_title p {
        color: #6e6e6e;
        font-size: 12px;
        line-height: 18px;
        height:36px;
    }
    .prolist {
        padding: 30px 0;
    }
    .prolist ul li .info_title {
        padding: 10px 0;
        border-bottom: 1px solid #000;
    }
    .singleinfo {
        padding: 30px 0;
    }
    .singleinfo .left {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 8px;
    }
    .singleinfo .right {
        width: 100%;
        text-align: center;
    }
    .proshow .bigpic img {
        max-width: 100%;
    }
    .proshow {
        padding: 30px 0;
    }
    .proshow .protitle h3 {
        font-size: 22px;
        color: #171717;
    }
	.proshow .protitle p {
    font-size: 14px;
    color: #171717;
    padding: 10px 0 10px 0;
}
	.proshow .content {
		padding: 10px 10px 0 10px;
	}
    .map {
        padding: 40px 0 20px 0;
    }
    .newlist ul li {
         height: auto;
        overflow: hidden;
        margin: 20px 0;
    }
    .newlist ul li .leftimg {
        width: 100%;
        float: left;
        line-height: normal;
        max-height: 300px;
        overflow: hidden;
    }
    .newlist ul li .rightinfo {
        width: 100%;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 15px 0px;
    }
    .newlist ul li .rightinfo .header_title span {
        font-size: 18px;
        color: #a3a2a2;
        float: right;
    }
    .newlist ul li .rightinfo .content p {
        font-size: 12px;
        color: #a3a2a2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 90px;
        overflow: hidden;
    }
    .newlist ul li .rightinfo .more {
        background: #929191;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 3px 15px;
        border-radius: 5px;
        margin-top: 30px;
    }
    .ryzz_cate ul li:nth-child(3n){
        margin-right: 2%;
    }
    .ryzz_cate ul li{
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .ryzz_cate ul li:nth-child(2n){
        margin-right: 0;
    }
    .ryzz_cate ul li p {
        font-size: 14px;
        color: #333;
        padding: 10px 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px){
	.container{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.header-top .header-nav {
		float: left;
		padding-top: 65px;
		padding-left: 29px;
	}
	.header-top .header-nav ul li a {
		font-size: 13px;
		color: #333;
		display: block;
		padding: 0 10px;
	}
    .mobile_search{
        display: block;
    }
    .header_search form{
        display: none;
    }
    .header-top .header_search {
        float: right;
        padding-top: 66px;
    }
    .header-top {
        height: 100px;
        position: relative;
        overflow: visible;
    }
	.banner img{
		width: 100%;
	}
	.company_about .left_info {
		position: absolute;
		left: 0;
		top: 200px;
		background: #fff;
		width: 65%;
		padding: 15px;
		transition: all .5s ease-out;
	}
	.company_about .title {
		text-align: center;
		padding: 30px 0;
	}
	.pro_center .pro_catelist ul li .img {
		height: 160px;
		overflow: hidden;
	}
	.pro_center .title {
		text-align: center;
		padding: 50px 0 30px 0;
	}
	.pro_center {
		padding-bottom: 50px;
	}
	.ryzz {
		background: #f8f8f8;
		padding-bottom: 50px;
	}
	.news {
		background: #f8f8f8;
		padding-bottom: 50px;
	}
	.footer{
		background-size:cover;
		height:auto;
	}
	.footer .middle_form {
		float: left;
		width: 50%;
		margin-left: 1%;
	}
	.footer .left_info {
		float: left;
		width: 49%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-right: 1px solid #6A6A6A;
	}
	footer .middle_form .form_item span {
		color: #fff;
		font-size: 14px;
		padding: 0 5px;
		width: 15%;
	}
	.footer .middle_form .form_item input[type=text] {
		border: none;
		background: #1f2226;
		width: 35%;
		height: 29px;
		color: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 15px;
	}
	.footer .middle_form .form_item textarea {
		border: none;
		background: #1f2226;
		width: 83%;
		height: 80px;
		color: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 15px;
	}
	.footer .left_info ul li {
		padding: 9px 0;
	}
	.footer .right_wxcode {
		float: right;
		width: 100%;
		text-align: center;
	}
	.ryzz .ryzz_index ul li {
		float: left;
		width: 32%;
		margin-right: 2%;
		text-align: center;
		padding: 25px 25px 0 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 1px solid #D1D1D1;
		height: 310px;
		background: #fff;
	}
    .location .container {
        padding: 30px 15px 10px 15px;
        border-bottom: 2px solid #1a7b00;
    }
    .newlist ul li .leftimg {
        width: 37.5%;
        float: left;
        line-height: 300px;
    }
	.proshow .content {
		padding: 40px 50px 0 50px;
	}
	.pro_center .pro_catelist ul li .img {
    height: 21vw;
    overflow: hidden;
}
.pro_center .pro_catelist ul li .info h3 {
    font-size: 14px;
    color: #333;
    padding: 25px 0;
}
}
@media screen and (min-width: 993px) and (max-width: 1200px){
	.container{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 10px;
	}
    .header-top .header-nav ul li a {
        font-size: 14px;
        color: #333;
        display: block;
        padding: 0px 14px;
    }
	.footer .left_info {
		float: left;
		width: 34%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-right: 1px solid #6A6A6A;
	}
	.footer .middle_form {
		float: left;
		width: 47%;
		margin-left: 1%;
	}
    .location .container {
        padding: 30px 15px 10px 15px;
        border-bottom: 2px solid #1a7b00;
    }
	.proshow .content {
		padding: 40px 50px 0 50px;
	}
}
@media screen and (min-width: 870px) and (max-width: 1200px){
    .header-top .header-nav ul li a {
        font-size: 13px;
        color: #333;
        display: block;
        padding: 0px 15px;
    }
}
@media screen and (min-width: 900px) and (max-width: 990px){
    .header-top .header-nav ul li a {
        font-size: 13px;
        color: #333;
        display: block;
        padding: 0px 18px;
    }
}