.customertop{}
.customertop >.pull-left{ width:600px;}
.customertop >.pull-left >.pull-left{}
.customertop >.pull-left >.pull-left img{  height:60px}
.customertop >.pull-left >.pull-right{ font-size:20px; line-height:60px; border-left:1px #eee solid;padding-left:20px;}
.customertop{} >.pull-right{}
.customernav{margin-top:26px;}
.customernav li{ float:left;padding:0 10px;}
.customernav li a{ color:#333; font-size:16px;}


.slideTxtBox{ width:890px; border:1px solid #eee; text-align:left; overflow:hidden; }
.slideTxtBox .hd{ height:40px; line-height:40px;   border-bottom:1px solid #eee;  position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; left:0px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 30px; cursor:pointer;background:#f4f4f4; font-size:16px;   }
.slideTxtBox .hd ul li a{ color:#333;}
.slideTxtBox .hd ul li.on{ height:42px;  background:#fff ; color:#333; border-top:3px #5a8cc6 solid;}
.slideTxtBox .bd ul{   zoom:1; max-height:300px; }
.slideTxtBox .bd li{    }
.slideTxtBox .bd li a{ }



.leftbox{ width:260px; border:1px #eee solid; border-top:2px #5a8cc6 solid;background:#fff}
.leftbox .title{ font-size:16px; text-align:center;border-bottom:1px #eee solid; line-height:40px; background:#f2f2f2 }
.leftbox .content{ padding:15px; line-height:30px;}
.leftbox .content span{ color:#999;float: left;width:80px;line-height: 20px;}
.leftbox .content b{float: left;width:140px;line-height: 20px;font-weight: normal;}
.leftbox .content div{text-align: center;background:#fff;margin-bottom:20px}
.leftbox .content img{width:200px;margin:10px auto 30px auto}

ul.newslist {
	min-height:400px;
	height:auto;
	overflow:hidden
}
ul.newslist > li {
	border-bottom: 1px #f2f2f2 solid;
	position: relative;
	line-height: 20px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	padding:10px;
}
ul.newslist > li h1 {
	font-size: 16px;
	background: url(../img/arrow.png) no-repeat 0 6px;
	color: #000;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height:28px;
}
ul.newslist > li:hover {
	text-decoration:none;

}
ul.newslist > li .more{ position:absolute;top:28px;right:10px; border:1px #f90 solid; border-radius:5px;padding:0 5px; color:#f90;}
ul.newsinfo {
	overflow: hidden;
	padding-left:10px;
}
ul.newsinfo >li {
	float: left;
	color: #666;
	font-size:12px;
	padding-right:50px;
}
ul.newsinfo >li span {
	color: #999;
}
.rightbox{width:890px;border: 1px #eee solid;
    border-top: 2px #5a8cc6 solid;
    padding:10px 40px;line-height: 30px;margin-bottom:20px;font-size: 16px;background:#fff}
.rightbox p{text-indent: 25px;}
.right_title{font-size: 22px;border-bottom:1px #eee solid; line-height: 60px;margin-bottom:20px;color: #1a2b93;}
