.mt20{
	margin-top: 20px;
	padding-top: 20px;
}
.mb0{
	margin-bottom: 0;
}
.pt200{
	padding-top: 200px;
}
.mb20{
	margin-bottom: 20px;
}
.pb50{
	padding-bottom: 50px;
}
.mt100{
	margin-top: 100px;
}
.mm20{
	margin-top: 20px;
}
.pt100{
	padding-top: 100px;
}
.bfff{
	background: #fff;
}
.pt50{
	padding-top: 50px;
}
.mb50{
	margin-bottom: 50px;
}
.pl50{
	padding-left: 50px;
}
.pt20{
	padding-top: 20px;
}
.f50{
	font-size: 50px;
}
.f40{
	font-size: 40px;
}
.f35{
	font-size: 35px;
}
.f20{
	font-size: 20px;
}
.f18{
	font-size: 18px;
}
.f16{
	font-size: 16px;
}
.f14{
	font-size: 14px;
}
.c3{
	color: #333;
}
.c9{
	color: #999
}
.c6{
	color: #666;
}
.nonep{
	padding-left: 0;
	padding-right: 0;
}
a{color: #666;
	text-decoration: none;
}
h1 img{
	width:260px;
	height: 40px;
	display: block;
	overflow:hidden; 
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs,.nav-tabs>li.active>a,
 .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
}
.nav .open>a,
 .nav .open>a:focus, .nav .open>a:hover,
 .nav>li>a:focus, .nav>li>a:hover{
	background: none;
}
.nav-tabs>li.active{
	
	border-bottom: 2px solid #64A621;
}
.nav-tabs>li.active a{
	color: #64A621 !important;
}
/*底部*/
.flogo img{
	width: 150px;
	height: 88px;
	display: block;
	overflow: hidden;
}
.dlw{
	width: 240px;
	border-right: 1px solid #B9B9B9;
}
.dlw dt,.dlw dd{
	line-height: 30px;
}
.dlw a{
	text-decoration: none;
}
.dlw a:hover{
	color: #64A621 !important;
}
.widdd{
	width: 500px;
	padding-left: 20px
}
.list-unstyled li img{
	width: 100px;
	height: 40px;
	display: inline-block;
	margin-left: 15px;
	overflow: hidden;
	float: left;
}
.tbor{
	border-top: 1px solid #E9E9E9;
}
/*联系我们*/
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}
.breadcrumb{
	background: none;
}
.breadcrumb>.active{
	color: #333;
}
.limg{
	width: 580px;
	height: 518px;
	display: block;
	overflow: hidden;
}
.aboutli li{
	line-height: 40px;
}
/*关于*/
.wleft{
	width: 750px;
	overflow: hidden;
}
.wright{
	width: 221px;
	overflow: hidden;
}
.ttx p{
	padding: 40px 0;
	font-size: 16px;
	color: #666;

}
.updbox{
	width: 350px;
	height: 100px;
	padding: 25px 0 0 30px;
	background: #F2F2F2;
	border-left: 4px solid  #E4E4E4;
	margin-left: 15px;
	overflow: hidden;
}
.updbox:hover{
	background:  #64A621;
	
}
.updbox:hover a{
	color: #fff;
}
.updbox a{
	text-decoration: none;
}
.rightdl dt{
	padding: 20px 0 10px 0;
	font-weight: normal;
}
.bgdiv{
	width: 100%;
	background:#f9f9f9;
}
.imm{
	width: 260px;
	height: 260px;
	display:inline-block;
	overflow: hidden;
}
.xqtt{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
	}
.wlist{
	width: 910px;
	height: 260px;
	padding-left: 20px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
}
.time{
	padding-bottom: 40px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #64A621;
	border-color:#64A621;
}
.pagination>li a{
	margin: 0 5px;
}
.xqtt a{
	color:#64A621;
}
.bgbig{
	width: 100%;
	height: 687px;
	background: url(../images/qq1.png) no-repeat top center;
	overflow: hidden;
}
.aboutcc{
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;

}
.aboutcc li{
	width:292px;
	height: 250px;
	float: left;
	overflow: hidden;
	border: 1px solid #E8E8E8;
	display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.aboutcc:nth-child(2) li{
	border-top:none;
}
.aboutcc li:nth-child(2n){
	border-left: none;
}
.aboutcc li:nth-child(3n){
	border-left: none;
}
/*首页banner*/
@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	width: 30px;
	height: 30px;
	
}

.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
.col_fourth{
	    display: flex;
    justify-content: center;
    align-items: center;
}
.jia{
	padding-top: 20px;
    font-size: 12px;
}
.bgf{
	background:#f7f7f7;
}
.aa,.bb,.cc,.dd{
	padding-left: 40px;
	/*margin-top:50px;*/
	margin-bottom: 10px;
}
.aa{
	background: url(../images/g1.png) no-repeat left center;
	background-size: 35px 35px;
}

.bb{
	background: url(../images/g2.png) no-repeat left center;
	background-size: 35px 35px;
}
.cc{
	background: url(../images/g3.png) no-repeat left center;
	background-size: 35px 35px;
}
.dd{
	background: url(../images/g4.png) no-repeat left center;
	background-size: 35px 35px;
}
.littnav li{
	position: relative;
	padding: 0 10px;
}
.littnav li:after{
	content: "";
	width: 1px;
	height: 20px;
	background: #999;
	position: absolute;
	right:0px;
}
.littnav li.nn:after{
	background: none;
}
.littnav li a:hover{
	color: #64A621;
}
.t1{
	background: url(../images/11.png) no-repeat top center;
	background-size: cover;
	height: 960px;
}
.t1img{
	width: 500px;
	height: 485px;
	display: block;
	overflow: hidden;
	margin-top: 350px;
}
.wp{
	margin-top: 247px;
}
.t2{
	background: url(../images/222.png) no-repeat top center;
	background-size: cover;
	height: 960px;
}

.t3{
	background: url(../images/333.png) no-repeat top center;
	background-size: cover;
	height: 960px;
}
.t4{
	background: url(../images/444.png) no-repeat top center;
	background-size: cover;
	height: 960px;
}
.t5{
	background: url(../images/55.png) no-repeat top center;
	background-size: cover;
	height: 960px;
}
.t6{
	background: url(../images/66.png) no-repeat top center;
	background-size: cover;
	height: 960px;
}
.t6{
	background: url(../images/777.png) no-repeat top center;
	background-size: cover;
	height: 960px;
}
.imge{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 20px;
	margin-right: 20px;
}
.lli{
	display: flex;
	
}
.btns a{
	display: block;
	overflow: hidden;
}
.jjie{
	width: 100%;
	height: 550px;
	background: url(../images/jjie.png) no-repeat top center;
	background-size:100%;
}
.nav-tabs>li{
	margin-bottom: 1px;
}





