@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: none;
}
body {
	font-size: 14px;
	color: #333;
	font-family:Microsoft YaHei, Arial, tahoma, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear ;	/* Firefox 4 */
	-webkit-transition: all 0.5s linear;	/* Safari 和 Chrome */
	-o-transition: all 0.5s linear;
}
#af_h{
	color: black !important;
}
a:hover {
	color: #00b549;
}
li {
	list-style-type: none;
}
.clear {
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.mid {
	margin: 0 auto;
	width: 1200px;
}
.top {
	line-height: 37px;
	height: 37px;
	color: #000000;
}
.top a{
	color: #fff;
}
.toubu{
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
}
.header{
	width: 100%;
	height: 120px;
}
.logo{ float:left; margin-top:14px;}
.header .tel{
	margin-top:13px;
	width: 202px;
	height: 62px;
	float: right;
	overflow: hidden;
	background: url(../images/tel.jpg) no-repeat center;
	padding-left: 68px;
	padding-top:26px;
	font-size: 24px;
	font-weight: bolder;
}
.nav{
	width:100%;
	height:60px;
	line-height:60px;
	background: #019f40;
	}
.nav .navlist{
	width:1200px;
	height:60px;
	margin: 0 auto;
	}
.nav .navlist li{
	width: 170px;
	height: 60px;
	line-height:60px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.nav .navlist li a{
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	font-size: 16px;
	color: #fff;
}
.nav .navlist li a:hover{
	color: #fff;
	height: 60px;
	line-height: 60px;
	background: #f3b500;
}
.banner{
	width: 100%;
    height: 500px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.bannerpic{
	width: 1920px;
    height: 500px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
/* 本例子css */
.bannerpic .hd{ height:15px; overflow:hidden; position:absolute; left:45%; bottom:20px; z-index:1; }
.bannerpic .hd ul{ overflow:hidden; zoom:1; float:left; }
.bannerpic .hd ul li{ float:left; margin-right:2px;  width:50px; height:5px; line-height:5px; text-align:center; background:#fff; cursor:pointer; }
.bannerpic .hd ul li.on{ background:#f3b500; color:#fff;}
.bannerpic .bd{ position:relative; height:100%; z-index:0;}
.bannerpic .bd li{ zoom:1; vertical-align:middle; }
.main{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*招聘*/
.recruit{
    width:300px;
    height:610px;
    position:fixed;
    top:2%;
    right:20px;
    background:#f5f5f5;
    padding:10px;
}
/*产品中心*/
.product{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}
.product .pro_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.kinds{
	width: 310px;
	float: left;
}
.kinds .kinds-tit{
	width: 308px;
	height: 120px;
	overflow: hidden;
	background: url(../images/kinds-tit.jpg) no-repeat center;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.kinds .kinds-con{
	width: 306px;
	padding: 10px 0;
	overflow: hidden;
	border: #019f40 1px solid;
	border-top:none;
}
.kinds .kinds-con h3{
	width: 184px;
	height: 54px;
	line-height: 54px;
	margin: 0 auto;
	background: url(../images/listimg.jpg) no-repeat center left;
	border-bottom: #ccc 1px dashed;
	padding-left: 30px;
	overflow: hidden;
	cursor: pointer;
}
.kinds-con h3.on{
	background: url(../images/listimgh.jpg) no-repeat center left;
}
.kinds-con .sub{
	display:none; /* 默认都隐藏 */
}
.kinds-con .sub li{
	width: 184px;
	padding-left: 30px;
    border-bottom: 1px dashed #efefef;
    line-height: 40px;
    color: #666;
    margin: 0 auto;
}

/*.kinds .kinds-con ul li a{
	display: inline-block;
	width: 150px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	padding-left: 64px;
	overflow: hidden;
}*/
.contact{
	width: 310px;
}
.contact .ctit{
	width: 308px;
	height: 120px;
	overflow: hidden;
	background: url(../images/ctit.jpg) no-repeat center;
}
.contact .contact_con{
	width: 266px;
	padding: 10px 0;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	border: #019f40 1px solid;
	border-top:none;
}
.contact .contact_con p{
	border-bottom: #ccc 1px dashed;
}
.product .pro_con .product-list{
	width: 880px;
	float: right;
	overflow:hidden;
}
.pro_con .product-list ul li{
	width: 284px;
	height: 345px;
	overflow: hidden;
	float: left;
	background: #f5f5f5;
	text-align: center;
	margin: 0 3px 20px 3px;
	border:#e6e6e6 1px solid;
	transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;	/* Firefox 4 */
	-webkit-transition: all 0.7s linear;	/* Safari 和 Chrome */
	-o-transition: all 0.7s linear;
}
.pro_con .product-list ul li:hover{
	background: #019f40;
}
.pro_con .product-list ul li:hover a{
	color: #fff;
}
.pro_con .product-list ul li .pic{
	width: 274px;
	height: 294px;
	padding: 5px;
	/*overflow: hidden;*/
}
.pro_con .product-list ul li .pic img
{
	width: 274px;
	height: 294px;
	overflow: hidden;
}
.product-list ul li .title{
	width: 276px;
	height: 40px;
	line-height: 40px;
}
.good{
	width: 100%;
	padding: 34px 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.good .gtit{
	height: 140px;
	overflow: hidden;
	margin-bottom: 63px;
	background: url(../images/gtit.jpg) no-repeat center;
}
.good .good1{
	width: 590px;
	height: 222px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/good1.jpg) no-repeat center;
	margin-bottom: 82px;
	padding-top: 110px;
	padding-left: 50px;
	padding-right: 560px;
	line-height: 38px;
	font-size: 20px;
}
.good .good2{
	height: 442px;
	overflow: hidden;
	background: url(../images/good2.jpg) no-repeat center;
	margin-bottom: 47px;
}
.good2 .good2_con{
	width: 610px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 165px;
	padding-left: 530px;
	padding-right: 60px;
	line-height: 40px;
	font-size: 20px;
}
.good .good3{
	width: 638px;
	height: 264px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/good3.jpg) no-repeat center;
	margin-bottom: 20px;
	padding-top: 146px;
	padding-left: 50px;
	padding-right: 512px;
	line-height: 40px;
	font-size: 20px;
}
/*.good .good-tit{
	text-align: center;
	height: 122px;
	overflow: hidden;
	background: url(../images/good-tit.jpg) no-repeat center;
	margin-bottom: 30px;
}
.good .good-list{
	width: 1200px;
	height: 333px;
	overflow: hidden;
	background: #019f40;
	margin-bottom: 30px;
	position: relative;
}
.good .good-list ul li{
	width: 400px;
    height: 333px;
    float: left;
    position: relative;
    cursor: pointer;
}
.good .good1 .good-zc{
	width: 100%;
    height: 333px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.good1 .good-zc img{
	display: block;
	position: absolute;
    top: 70px;
    left: 148px;
    transition: 0.3s;
}
.good1 .good-zc .en{
    position: absolute;
    top: 148px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}
.good1 .good-zc .cn{
    position: absolute;
    top: 202px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    transition: 0.3s;
}
.good1 .good-hover{
	width: 100%;
    height: 333px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.good1 .good-hover img{
	display: block;
	position: absolute;
    top: 370px;
    left: 148px;
    transition: 0.3s;
}
.good1 .good-hover .en{
    position: absolute;
    top: 448px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}
.good1 .good-hover .cn{
    position: absolute;
    top: 502px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    transition: 0.3s;
}
.good1 .good-hover .desc{
    position: absolute;
    top: 602px;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
}
.good1:hover .good-zc{
	width: 100%;
    height: 333px;
    position: absolute;
    top: 0px;
    left: 0px;
    background:#ffcc00;
}
.good1:hover .good-zc img{
	display: block;
	position: absolute;
    top: -100px;
    left: 148px;
    transition: 0.3s;
}
.good1:hover .good-zc .en{
    position: absolute;
    top: -148px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}
.good1:hover .good-zc .cn{
    position: absolute;
    top: -202px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    transition: 0.3s;
}
.good1:hover .good-hover{
	width: 100%;
	height: 333px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.good1:hover .good-hover img{
	display: block;
	position: absolute;
    top: 30px;
    left: 148px;
    transition: 0.3s;
}
.good1:hover .good-hover .en{
    position: absolute;
    top: 98px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}
.good1:hover .good-hover .cn{
    position: absolute;
    top: 138px;
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    transition: 0.3s;
}
.good1:hover .good-hover .desc{
    position: absolute;
    top: 212px;
    padding: 0 10px;
    line-height: 28px;
    color: #fff;
    transition: 0.3s;
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    font-weight: bold;
}
.good .dianhua{
	width: 1200px;
	height: 81px;
	line-height: 80px;
	overflow:hidden;
	background: url(../images/telgood.jpg) no-repeat center;
}
.dianhua .tel{
	margin-left: 174px;
	font-size: 18px;
	float: left;
}
.dianhua .tel span,.dianhua .fax span{
	font-size: 24px;
	font-weight: bold;
}
.dianhua .fax{
	margin-left: 204px;
	font-size: 18px;
	float: left;
}
*/
.about{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}
.about .about-tit{
	width: 1200px;
	height: 122px;
	overflow: hidden;
	background: url(../images/about-tit.jpg) no-repeat center;
	margin-bottom: 50px;
}
.about .about-left{
	width: 480px;
	height: 358px;
	overflow: hidden;
	float: left;
	border: #ccc 1px solid;
}
.about-left .about-pic{
	width: 480px;
	height: 218px;
	overflow: hidden;
}
.about-left .about-pic img{
	width: 480px;
	height: 218px;
	overflow: hidden;
}
.about-left .about-text{
	padding: 5px 10px 0 10px;
	overflow: hidden;
	line-height: 24px;
}
.about-left .about-text .about-more{
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	background: #019f40;
	color: #fff;
	float: right;
}
.about .about-right{
	width: 680px;
	height: 360px;
	overflow: hidden;
	float: right;
}
.about .about-right .ar-tit{
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	background: url(../images/atit.jpg) no-repeat center;
	margin-bottom: 68px;
}
.about-right .ar-tit .about-more{
	display: inline-block;
	float: right;
	color: #666666;
}
.about-right .fengcai{
	width: 680px;
	position: relative;
}
.fengcai .icon{
	position: absolute;
	width: 38px;
	height: 66px;
	overflow: hidden;
	top:64px;
}
.fengcai .icon.prev{
	left: 0;
	background: url(../images/left.jpg) no-repeat center;
}
.fengcai .icon.next{
	right: 0;
	background: url(../images/right.jpg) no-repeat center;
}
.fengcai .bd{
	width: 600px;
	margin-left: 39px;
}
.fengcai .bd ul li{
	width: 182px;
	height: 240px;
	overflow: hidden;
	float: left;
	margin: 0 9px;
}
.fengcai .bd ul li .pic,
.fengcai .bd ul li .pic img
{
	width: 182px;
	height: 194px;
	overflow: hidden;
}
.fengcai .bd ul li .title{
	line-height: 42px;
}
.index-middel{
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
	background: #f6f6f6;
}
.index-middel .news{
	/* width: 684px;
	height: 380px; */
	overflow: hidden;
	float: left;
	width: 100%;
}
.news .news-tit{
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	background: url(../images/ntit.jpg) no-repeat;
	margin-bottom: 24px;
}
.news .news-tit .news-more{
	float: right;
	color: #666;
}
.news-con .news-list{
	/* width: 684px; */
	overflow: hidden;
}
.news-con .news-list li{
	float: left;
	width: 580px;
	height: 35px;
	background-color: #fff;
	margin-bottom: 4px;
    overflow:hidden;
}
.news-con .news-list li:nth-child(2n){
	float: right;
}
.news-list .news-time{
	width: 74px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	float: left;
	background:#019f40;
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.news-list .news-desc{
	width: 500px;
	height: 35px;
	overflow: hidden;
	float: right;
}
.news-list .news-desc h3,
.news-list .news-desc h6{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.honour{
	width: 490px;
	height: 356px;
	overflow: hidden;
	float: right;
}
.honour .honour-tit{
	width: 490px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	background: url(../images/htit.jpg) no-repeat center;
	margin-bottom: 24px;
}
.honour .honour-tit .honour-more{
	float: right;
	color: #666;
}
.honour .honour-con{
	width: 460px;
	height: 290px;
	overflow: hidden;
	margin: 0 auto;
}
.slideBox{ width:460px; height:290px; overflow:hidden; position:relative;   }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#019f40; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:460px; height:290px; display:block;  }
.productlist{
	width: 880px;
	overflow:hidden;
}
.productlist .pro_tit{
	width: 880px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background:#019f40;
	margin-bottom: 15px;
}
.productlist .pro_tit span{
	display: inline-block;
	padding-right:10px;
	font-size: 14px;
	font-weight: normal;
}
.productlist .pro_tit span a{
	color: #fff;
}
.pro_tit .pro_tit_left{
	padding: 0 20px;
	overflow: hidden;
	background: #ffcc00;
}
.footer{
	width: 100%;
	background: #019f40;
	color: #fff;
}
.footer .footnav{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	background: #008b38;
}
.footer .footnav ul{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.footer .footnav ul li{
	width: 170px;
	height: 50px;
	text-align: center;
	float: left;
}
.footer .footnav ul li a{
	color: #fff;
}
.footer .webname{
	height:50px;
	line-height: 50px;
}
.footer .footcon{
	width: 1200px;
	padding: 30px 0;
	line-height: 34px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 14px;
}
.footcon .foot-product{
	width: 500px;
	float: left;
	margin-right: 50px;
}
.footcon .foot-product ul li{
	float: left;
	width: 147px;
	height:40px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/listimg1.jpg) no-repeat center left;
	padding-left: 18px;
}
.footcon .foot-product a{
	color: #fff;
}
.footcon .foot-contact{
	width: 450px;
	float: left;
}
.footcon .foot-contact ul li{
	width: 225px;
	float: left;
	line-height: 30px;
	overflow: hidden;
}
.footcon .foot-contact ul li a{color:#fff}
.incpli li {
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
.incps {
	padding-top: 20px;
}
.incps li a {
	font-size: 14px;
}
.btc { margin-bottom:10px; display:block;
}
.incps li{
	line-height: 30px;
	width: 270px;
	height: 265px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.incps li .pic{
	width: 268px;
	height: 216px;
	border: solid 1px #ccc;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.incps li img {
	width: 268px;
	height: 216px;
}
.xinlink {
	background-color: #ebecec;
	padding-top: 20px;
	margin-top: 20px;
}
.news_1nr{width:100%; margin:0 auto;}
.news_1nr ul li a{width:100%; height:94px;display:block; font-size:15px;}
.news_1nr ul li{margin:0 0 45px 0; position:relative; padding:9px 16px 0 0; border:1px solid #c4c4c4; width:860px; height:94px;}
.news_1nr ul li span{width:103px; height:120px; overflow:hidden; float:left; border-bottom:3px solid #ffcc00; color:#ffffff; text-align:center; background:#019f40; position:absolute; top:-1px; left:8px;transition: all 0.4s;}
.news_1nr ul li span h1{font-size:30px; font-family:Impact; line-height:42px; padding:20px 0 10px 0; display:block;}
.news_1nr ul li div{width:730px; float:right;}
.news_1nr ul li div p{line-height:24px; font-size:13px; text-indent:2em; color:#777777;}
.news_1nr ul li:hover{background:#f2f2f2;}
.news_1nr ul li:hover span{background:none; border-bottom:0px; color:#019f40;transition: all 0.4s;}

.ijswd {
	padding: 20px;
	width: 280px;
}

.inwen {
	padding: 10px;
}
.inwen li {
	margin-bottom: 10px;
	line-height: 30px;
	border-bottom: dashed 1px #ccc;
}
.footlink{
	width:100%;
	height:50px;
	line-height:50px;
}
.links{
	height:50px;
	line-height:50px;
}
.links a {
	line-height:50px;
}
.links img {
	float:left;
}

.title {
	text-align: center;
	line-height: 35px;
}
.info {
	text-align: center;
	line-height: 25px;
}
.content {
	line-height: 25px;
	font-size: 14px;
}
.contentimg{ text-align:center;}
/*.contentimg img {width: 590px;}*/
.conttitle{
	height:40px;
	line-height: 40px;
}
.content table{
	border-collapse:collapse;
}
.content table tr td{
	border: #ccc 1px solid;
}
.boxoff {
	padding-bottom: 20px;
	border-bottom: dashed 1px #ccc;
}
.context {
	padding-top: 20px;
	line-height: 25px;
}
.cpbttl, .light {
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

.commend {
	margin-top: 20px;
}
.picbox {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.cpbttl {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.pagesshow {
	min-height: 245px;
	line-height: 35px;
	font-size: 14px;
	padding: 20px;
}

.xindibu{
	text-align: center;
	padding-bottom: 20px;
    color: #fff;
    line-height: 30px;
	font-size: 14px;
	}
.xindibu a{
	color:#fff;
}
.xindibu .webname{
	font-size:16px;
	line-height:40px;
	}
.fenlei{
	width:268px;
	background:#ff9e3d;
	padding:15px 0 12px 0;
	text-align: center;
	}
.fenlei .fenlei_tit{
	height:60px;
	color:#fff;
	text-align:center;
	margin-bottom: 20px;
	}
.fenlei .fenlei_tit h3{
	font-size:30px;
	}
.fenlei .fenlei_con{
	width:202px;
	margin:0 auto;
	background: #fff;
	text-align: left;
	padding: 0 25px 10px 25px;
	}
.fenlei_con ul li{
	width: 168px;
	height: 50px;
	line-height: 50px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding-left:34px;
    background: url(../images/listimg.jpg) no-repeat left center;
	}
.fenlei_con ul li a{
	display:block;
}
.contact_left{
    width:268px;
}
.contact_left .fenlei_con p{
	text-align: left;
	line-height: 28px;
}
.inul li{
	padding-bottom: 45px;
    margin-bottom: 45px;
    font-size: 14px;
    overflow: hidden;
    border-bottom: #c0c0c0 1px dashed;
}
.news_list li{line-height:30px;background:url(../images/dot_line.gif) repeat-x 0 30px;padding-top:1px;}
.news_list li a:hover{text-decoration:none;color:#999;}
.news_list span{float:right;font-family:Arial;color:#5868bf;}
.news_list strong{padding-right:5px;font-size:8px;color:#fc0000;}

.mb20{
	margin-bottom: 20px;
}
/*内页样式*/
.pro_con{
	line-height: 24px;
}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:26px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#fff;border:1px solid #f77c01;background:#f77c01;}

/*左边漂浮框*/
#floatnav{position:fixed;left:0;z-index:999;top:10%;display: none;}
#floatnav a{ display:block; width:50px; padding:6px; line-height:16px; font-size:15px; text-align:center; margin-bottom:6px; letter-spacing:2px; background:#019f40; color:#fff;   }
#floatnav a:hover{background:#f3b500;color:#ffffff;}

.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;text-align:center;list-style:none;}
.my_pages a{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;overflow:hidden;white-space:nowrap;font-size:13px;background:#fff;color:#555;padding:6px 10px;border: #999 1px solid;}
.my_pages a:hover{color:#fff;background:#00b549;border:#00b549 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages .page-num-current{background:#00b549;border:#00b549 1px solid;color:#fff;font-weight:700;}

.eintxt{
    background-color: rgba(0,0, 0, 0);
    color: #080808;
    border: 1px solid #f0f0f0;
    line-height: 2;
    width: 51%;
    margin: 2%;
    font-size: 20px;
    border-radius: 15px;
    padding-left: 2%;
    -moz-box-shadow: 2px 2px 5px #dbdbdb;
    -webkit-box-shadow: 2px 2px 5px #dbdbdb;
    box-shadow: 2px 2px 5px #dbdbdb;
}
.btn-primary,
.btn-info {
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-primary{
	background: #019f40;
    color: #fff;
}
.xm{
	padding: 2%;
}