﻿
#bootstrap-touch-slider .carousel-control{
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
	display: inline-block;
	padding: 50px 30px;
}
/* 轮播end */
.title{
	margin-bottom: 30px; 
}
.title p{
   text-align: center;
}
.title p:nth-child(1){
	color:#478c39; 
	font-size: 20px;
}
.title p:nth-child(2){
	color: #2d2d2d;
	font-size: 14px;
}
.about{
	padding: 45px 0 50px 0;
}
.about-text p{
	font-size: 14px;
	text-indent: 2em;
	letter-spacing: 1px;
	/*text-align: justify;*/
    color: #868686;
}
.about-text p span{
	color: #478c39;
}
.about-text p:nth-child(2){
	margin-top:30px; 
}
.btn-more{
	border: 1px solid #478c39;
	outline: none;
	// border:none;
	border-radius: 2px;
	padding: 6px 16px;
	background: #478c39;
	color: #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
}
.btn-more:hover{
	border: 1px solid #478c39;
	background: none;
	color: #478c39;
}
.about-img-l .img-box{
	overflow: hidden;
	height: 121.5px;
}
.about-img-l .img-box img{
	width: 100%;
}
.about-img-l .img-box:nth-child(1){
	margin-bottom:30px; 
}
.about-img-r img{
	width: 100%;
}
.about .btn-more{
	float: right;
}
.about .about-ul{
	margin-top:15px; 
	float: right;
}
.about-ul li{
	float: left;
	padding: 0 6px;
}
.about-ul li,.about-ul li a{
	color: #478c39;
}
/* 产品 */
.product{
	padding: 45px 0 50px 0;
    background: rgba(221,221,221,0.4);
}
.carousel-c{
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top:-18px; 
}
.carousel-c img{
	height: 36px;
}
.carousel-c.left{
	left: -10px;
}
.carousel-c.right{
	right: -10px;
}
.pro-box{
	margin:15px 0;
	text-align: center;
	width: 100%;
}
.pro-box img{
	width: 100%;
}
.pro-box p{
	margin-bottom: 10px; 
}
.pro-box p:nth-child(1){
	font-size: 18px;
	color: #777;
}
.pro-box p:nth-child(2){
	font-size: 14px;
	color: #323232;
	margin-bottom: 5px; 
}
/* find us */
#allmap{
	width:500px;
	height:435px; 
	margin: 0 auto; 
}
.find{
	padding:50px 0 80px 0; 
}
.find-text{
	display: block;
	width: 500px;
	/*min-height: 300px;*/
	margin: 0 auto;
	background:  #f1f1f1;
	padding:20px 30px;
}
.find-text li:first-child{
	color: #478c39;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}
.find-text li{
	color: #828282;
    margin-bottom: 10px;
}
.find-text p{
	display: inline-table;
	margin-left: 10px;
}
.find-text li:nth-child(4),
.find-text li:nth-child(5),
.find-text li:nth-child(6),
.find-text li:nth-child(7),
.find-text li:nth-child(8),
.find-text li:nth-child(9),
.find-text li:nth-child(10){
	margin-left: 65px;
}
/* news */
.news{
	margin-bottom:80px; 
	position: relative;
	padding: 45px 0 50px 0;
    background: rgba(221,221,221,0.4);
}
.circle{
	background: #fff;
	width: 80px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -40px; 
}
.circle.up{
	border-radius: 0 0 40px 40px;
	top: 0px;
}
.circle.down{
	border-radius: 40px 40px 0 0;
	bottom: 0px;
}
.news-box{
	width: 80%;
	margin:0 10%;
}
.news-box img{
	width: 90%;
	margin: 5%;
}
.news-box .new-title{
	color: #478c39;
	text-align: center;
	border-bottom: 1px solid #8f8f8f;
	padding-bottom: 10px;
	margin-bottom: 5px; 
	font-size: 18px;
}
.news-box .new-item{
	color: #a4a4a4;
}
.news-box .btn-more{
	float: right;
	padding: 3px 13px;
}
@media screen and (max-width: 1000px){
.carousel-text.small{
	top: 300px;
	right: 76px;
    font-size: 28px;
}
.carousel-text.big {
    top: 115px;
    left: 59px;
    color: #478C39;
    font-size: 36px;
}
.about-img-l,
.about-img-r{
	display: none;
}
}
@media screen and (max-width:768px){
.find-text{
	margin-top:35px; 
}
}
@media screen and (max-width: 450px){
.mediap{
	margin-left: 42px !important;
}
.carousel-text.big {
    top: 71px;
    left: 15px;
    color: #478C39;
    font-size: 20px;
}
.carousel-text.small{
    font-size: 14px;
    right:15px;
    top: 100px;
}
.carousel-c{
	display: none;
}
#allmap,.find-text{
	width: 300px;
}
.find-text{
	margin-top:30px; 
}
}