*{margin: 0px;padding: 0px;}
body{min-width:1100px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:160px;
	overflow: hidden;
}
.head .top{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #212324;
 
}
.head .top p{
	font-size: 13px;
	color:#fff;
	line-height: 40px;
	float: left;
}
.head ul{
	float: right;
}
.head ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.head ul li a{
	font-size: 13px;
	color:#fff;
}
.head ul li img{
	display: block;
	margin-top: 8px;
 
}
.head ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:14px;
	right: 0;
	background: #fff;
}
.head ul li:nth-child(-n+3):after{
	width: 0;
	height: 0;
}
.head ul li:last-child:after{
	width: 0;
}
.head .name{
	float: left;
	margin-top: 10px;
}
.head  .tel{
	float: right;
	margin-top: 40px;
}
.nav{
	width: 100%;
	height: 45px;
	background: #0087c8;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 45px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 137px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	position: relative;
	line-height: 45px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 3px;
	display: none;
	left: 50%;
	margin-left: -30px;
}
.nav ul li:hover:after{
	 display: block;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:50%;
 margin-left:-20px;
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:6px;  
 width:15px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#0087c8;
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 60px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#1c1007;
	font-weight: bold;
	line-height: 60px;
	float: left;
}
.keywords ul{
	float: left;
	height:60px;
}
.keywords ul li{
	height:14px;
	display: inline-block;
	padding-right:10px;
	margin:23px 10px;
	border-right:1px solid black;
	color:#666;
	font-size: 14px;
	line-height: 12px;
}
.keywords ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:14px;
    height:14px;
    width:1px;
    background:#666;
}

.keywords ul li:last-child:after{
    height:0px;
    width:0px;
}
.title{
	margin-top: 30px;
}
.title p{
	color:#333333;
	font-size: 24px;
	height: 40px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.title p:after{
	content: "";
	width: 100px;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
}
.title b{
	color:#0087c8;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .list{
	width: 120px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 20px;
 
}
.product .list ul li{
	width: 120px;
	height: auto;
	overflow: hidden;
 
}
.product .list ul li .bg{
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #eeeeee;
}
.product .list ul li p{
	width: 100%;
	height: 55px;
	line-height:55px;
	color:#1a1a1a;
	font-size: 16px;
	text-align: center;
}
.product .list ul li:nth-child(1) .bg{
	background:#0087c8 url(../images/h01.png)no-repeat center;
}
.product .list ul li:nth-child(2) .bg{
	background:#eeeeee url(../images/m02.png)no-repeat center;
}
.product .list ul li:nth-child(3) .bg{
	background:#eeeeee url(../images/m03.png)no-repeat center;
}
.product .list ul li:nth-child(4) .bg{
	background:#eeeeee url(../images/m04.png)no-repeat center;
}
.product .list ul li:nth-child(5) .bg{
	background:#eeeeee url(../images/m05.png)no-repeat center;
}
.product .list ul li:nth-child(6) .bg{
	background:#eeeeee url(../images/m06.png)no-repeat center;
}
 
.product .list ul li:nth-child(2):hover .bg{
	background:#0087c8 url(../images/h02.png)no-repeat center;
}
.product .list ul li:nth-child(3):hover .bg{
	background:#0087c8 url(../images/h03.png)no-repeat center;
}
.product .list ul li:nth-child(4):hover .bg{
	background:#0087c8 url(../images/h04.png)no-repeat center;
}
.product .list ul li:nth-child(5):hover .bg{
	background:#0087c8 url(../images/h05.png)no-repeat center;
}
.product .list ul li:nth-child(6):hover .bg{
	background:#0087c8 url(../images/h06.png)no-repeat center;
}


.product .pic-box{
	width: 940px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.product .pic-box .focus{
	width: 100%;
	position: relative;
	height: 300px;
}
.product .pic-box .focus .bd ul li{
	width: 100%;
	height: 300px;
	background: #eeeeee;
}
.product .pic-box .focus .bd ul li .img{
	display: block;
	width: 354px;
	height: 236px;
	margin-top: 25px;
	float: left;
	margin-left: 50px;
}
.product .pic-box .focus .bd ul li .img img{
	display: block;
	width: 354px;
	height: 236px;
}
.product .pic-box .focus .bd ul li .info{
	float: right;
	width: 380px;
	margin-right: 15px;
	margin-top: 30px;
}
.product .pic-box .focus .bd ul li .info p{
	color:#1a1a1a;
	font-size: 22px;
}
.product .pic-box .focus .bd ul li .info span{
	display: block;
	color:#1a1a1a;
	font-size: 16px;
	margin-top: 10px;
	line-height: 25px;
	width: 100%;
}
.product .pic-box .focus .bd ul li .info  .more{
	display: block;
	width: 200px;
	height: 30px;
	background: #d32121;
	border-radius: 5px;
	margin-top: 40px;
}
.product .pic-box .focus .bd ul li .info  .more img{
	display: block;
	float: left;
	margin-left: 60px;
	margin-top: 5px;
}
.product .pic-box .focus .bd ul li .info  .more  p{
	color:#fff;
	font-size: 14px;
	line-height: 30px;
	float:left;
	margin-left: 5px;
}
.product .pic-box .focus .hd {
	position: absolute;
	bottom:20px;
	left: 50%;
	margin-left: -25px;
}
.product .pic-box .focus .hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	background: #999999;
	margin-right: 5px;
	border-radius: 50%;
}
.product .pic-box .focus .hd ul .on{
	background: #0087c8;
}
.product .pic ul{
	margin-left: -17px;
	margin-top: 20px;
}
.product .pic ul li{
	float: left;
	width: 302px;
	height: auto;
	overflow: hidden;
	margin-left: 17px;
}
.product .pic ul li img{
	display: block;
	width: 300px;
	height: 200px;
	border: 1px solid #666;
}
.product .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#666666;
	font-size: 15px;
}

.adv{
	width: 100%;
	height: 960px;
	background: url(../images/bg04.jpg)no-repeat center;
	margin-top: 30px;
}
.adv img{
	display: block;
	float: left;
	margin-top: 30px;
}
.about{
	width: 100%;
	height: 540px;
	background: url(../images/bg01.jpg)no-repeat center;
}
.about .main{
	width: 880px;
}
.about .title{
	margin-top: 40px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.about .title p{
	color:#fff;
}
.about .title p:after{
	background: #fff;
}
.about .info{
	width: 877px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
 
}
.about .info p{
	color:#fff;
	font-size: 15px;
	line-height: 25px;
}
.about .info a{
	display: block;
	color:#fff;
	font-size: 14px;
	float: right;
	margin-top: 20px;
}
.about .info  hr{
 
	width: 60px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	height: 1px;
	border: none;
	background: #fff;
	vertical-align: middle;
}
.about ul{
	margin-left: -70px;
	margin-top:70px;
}
.about ul li{
	float: left;
	width: 166px;
	text-align: center;
	margin-left: 70px;
}
.about ul li img{
	display: block;
	margin:0 auto;
}
.about ul li p{
	color:#fff;
	font-size: 16px;
}
.about ul li b{
	font-size: 32px;
}
.about ul li span{
	display: block;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}
.customer{
	width: 100%;
	height: 500px;
	background: #0087c8;
}
.customer .left{
	float: left;
	width: 50%;
	height: 500px;
	background: url(../images/bg02.jpg)no-repeat center;
}
.customer .left .box{
	width: 240px;
	float: right;
	margin-right: 150px;
	height: 340px;
	position: relative;
	background: url(../images/bg03.png)no-repeat center;
	margin-top: 80px;
}
.customer .left .box .tit h4{
	color:#000000;
	font-size: 30px;
	margin-top: 30px;
	margin-left: 10px;
}
.customer .left .box .tit span{
	color:#055199;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	width: 210px;
	display: block;
	margin-top: 10px;
}
.customer .left .box a{
	display: block;
	width: 115px;
	background: #fff;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	color:#0087c8;
	font-size: 18px;
}
.customer .left .box a img{
	display: block;
	float: right;
}
.customer .left .box b{
	color:#fff;
	font-size: 20px;
	text-align: right;
	width: 480px;
	display: block;
	position: absolute;
	bottom: 30px;
	left: -255px;
}
.customer  .right{
	width: 50%;
	height: auto;
	overflow:hidden;
}
.customer  .right .list{
	width: 530px;
	margin-top: 90px;
	
}
.customer  .right .list .tab {
	margin-left: 25px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.customer  .right .list .tab ul li{
	float: left;
	width: 160px;
	height: 40px;
	background: url(../images/bg03.jpg)no-repeat center;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
}
.customer  .right .list .tab ul li a{
	color:#fff;
	font-size: 16px;
}
.customer  .right .list .item{
	width: 100%;
}
.customer  .right .list .item ul{
	margin-left: -10px;
	margin-top: 20px;
}
.customer  .right .list .item ul li{
	float: left;
	width: 86px;
	height: 38px;
	border: 1px solid #fff;
	line-height: 38px;
	text-align: center;
	margin-left:19px;
	margin-top: 20px;

}
.customer  .right .list .item ul li a{
	color:#fff;
	font-size: 16px;
}
.cases{
	width: 100%;
	height: auto;
	overflow:hidden;
	background: #eeeeee;
	padding-bottom: 50px;
 
}
.cases ul {
	margin-left: -15px;
	margin-top: 30px;
}
.cases ul li{
	float: left;
	width: 350px;
	height: 200px;
	position: relative;
	margin-left: 15px;
	margin-top: 10px;
}
.cases ul li .info{
	width: 315px;
	margin:0 auto;
	margin-top: 5px;
}
.cases ul li .info p{
	color:#666666;
	font-size: 16px;
}
.cases ul li img{
	display: block;
	width: 350px;
	height: 200px;
}
.cases ul li .bg{
	width: 350px;
	height: 200px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
}
.cases ul li .bg p{
	color:#fff;
	width: 118px;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
	height: 28px;
	border: 2px solid #fff;
	margin:0 auto;
	margin-top: 85px;

}
.cases ul li:hover .bg{
	display: none;
}
.honor{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.honor .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.honor .show .box{
	width: 600%;
}
.honor .show .pic{
	float: left:
}
.honor .show .pic ul li{
	float: left;
	width: 170px;
	height: auto;
	margin-left: 15px;
	overflow: hidden;
}
.honor .show .pic ul li div{
	width: 170px;
	height: 240px;
	background: url(../images/bg05.png)no-repeat center;
 
}
.honor .show ul li img{
	display: block;
	width: 150px;
	float: left;
	height: 220px;
	margin:10px;
 
}
.honor .show ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#1a1a1a;
	font-size: 15px;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news .pic{
	float: left;
	width: 530px;
	height: 350px;
	position:relative;
	margin-top: 30px;
}
.news .pic img{
	display: block;
	width: 530px;
	height: 350px;
}
.news .pic div{
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);

}
.news .pic div p{
	color:#fff;
	width: 490px;
	margin:0 auto;
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .pic div span{
	display: block;
	width: 490px;
	margin:0 auto;
	margin-top: 5px;
	font-size: 16px;
	color:#fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul {
	float: right;
	width: 530px;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.news ul li{
	width: 100%;
	height: 80px;
	background: #eeeeee;
	margin-top: 10px;
}
.news ul li .time{
	color:#666666;
	margin-top: 20px;
	float: left;
	height: 20px;
	margin-left: 10px;
	position: relative;
}
.news ul li .time:after{
	content: "";
	width: 20px;
	height: 2px;
	background: #0087c8;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news ul li p{
	width: 100%;
	color:#1a1a1a;
	font-size: 16px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.news ul li:hover{
	background: #0087c8;
}
.news ul li:hover .time{
	color:#fff;
}
.news ul li:hover .time:after{
	background: #fff;
}
.news ul li:hover  p{
	color:#fff;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 130px;
	background: url(../images/bg06.png)no-repeat  center;
	margin-top: 40px;
	background-size: cover;
	position: relative;
	float:left;
}
.footer .left{
	float: left;
	margin-top: 110px;
}
.footer .left .tel{
	margin-top: 20px;
}
.footer .left ul li{
	float: left;
	margin-right: 30px;
	position: relative;
	margin-top: 20px;
}
.footer .left ul li div{
	width: 120px;
	height: 120px;
	position: absolute;
	left: 60px;
	top: 0;
	z-index: 1000;
	display: none;
	border:1px solid #ccc;
}
.footer .left ul li:hover div{
	display: block;
}
.footer .left ul li div img{
	display: block;
	width: 120px;
	height: 120px;
}
.footer .info{
	width:45%;
	float: left;
	margin-left: 125px;
	margin-top: 70px;

}
.footer .info ul li {
	height: auto;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
.footer .info ul li p{
	color:#fff;
	font-size: 15px;
	line-height: 25px;
	padding-left: 35px;
}
.footer .info ul li p a {
	color:#fff;
}
.footer .info ul li:nth-child(1){
	background:url(../images/f05.png)no-repeat;
}
.footer .info ul li:nth-child(2){
	background:url(../images/f05.png)no-repeat 0 -35px;
}
.footer .info ul li:nth-child(3){
	background:url(../images/f05.png)no-repeat 0 -70px ;
}
.footer .info ul li:nth-child(4){
	background:url(../images/f05.png)no-repeat 0 -105px;
}
.footer .info ul li:nth-child(5){
	background:url(../images/f05.png)no-repeat 0 -140px;
}
.footer .info ul li:nth-child(6){
	background:url(../images/f05.png)no-repeat 0 -175px;
}
.footer  .ewm{
	float: right;
	width: 140px;
	height: auto;
	overflow: hidden;
	margin-top:90px;
}
.footer  .ewm img{
	display: block;
	width: 140px;
	height: 140px;
}
.footer  .ewm p{
	color:#fff;
	font-size: 15px;
	text-align: center;
	letter-spacing: 2px;
}
.footer .part{
	width: 100%;
	height: 100px;
	position: absolute;
	background: rgba(1,55,89,0.5);
	bottom: 0;
}
.footer .part .links{
	float: left;
	width: 700px;
	margin-top: 20px;
}
.footer .part .links p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	float:left;
}
.footer .part .links ul{
	float:left;
	width: 700px;
	height: 67px;
	overflow: hidden;
}
.footer .part .links ul li{
	float: left;
	
	padding-left: 6px;
	
}
.footer .part .links ul li a{
	color:#fff;
	font-size: 15px;
}
.footer .part .cp{
	float: right;
	width: 390px;
	margin-top: 20px;
}
.footer .part .cp p{
	color:#fff;
	font-size: 14px;
	line-height: 25px;
	text-align: right;
}
.footer .part .cp a{
	color:#fff;
}

.container{ width:1100px; margin:0px auto; font-family: "微软雅黑";}
.con_left{ width:220px; float:left; margin-right:20px;margin-top:-10px; margin-bottom:20px;}
.con_right{ width:860px; float:left; margin-top:20px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:210px; padding-left:10px; height:40px; line-height:40px; font-size:18px; color:#fff; background:#0087c8;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#fff;}
.in_prokind span a:visited{ color:#fff;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:48px; background:#eee; border-bottom:#4698eb 1px solid; line-height:48px;font-size:21px; font-weight:bold; color:#000; text-align:left; position:relative;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#000;}
.position a:visited{ color:#000;}
.position a:hover{ color:#4698eb;}
.ul_news{ width:100%; margin:0px auto; background:#eee; padding-bottom:10px; border-bottom:1px solid #357cc3;}
.ul_news li{ width:98%; padding-left:2%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dashed; color:#1d1d1d;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; background:#eee;}
.in_contact p{ width:100%; font-size:14px; line-height:24px; padding-left:5px;}
.in_contactmid{padding-bottom:10px; border-bottom:1px solid #357cc3;}
.in_contactmid h3{line-height:28px; font-size:14px;padding-left:5px;color:#333;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product,.main_right_product2{ width:100%; margin:0px auto;}
.main_right_product ul,.main_right_product2 ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:280px; height:220px;  float:left; margin-top:10px; margin-right:10px; text-align:center; }
.main_right_product2 ul li{ list-style:none; width:280px; height:240px;  float:left; margin-top:10px; margin-right:10px; text-align:center;}
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{max-width:100%; height:185px; text-align:center; margin:0px auto;}
.main_right_product2 ul li img{max-width:100%; height:185px; text-align:center; margin:0px auto;}
.main_right_product ul li a:link,.main_right_product2 ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_right_product2 ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_right_product2 ul li a:hover{ color:#4698eb; text-decoration:none;}
.product_con{ width:100%; text-align:center; margin:0px auto;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.product_con p,.product_con span{ text-align:left;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:36px; line-height:36px; border-bottom:#CCC 1px dashed; font-size:13px;  background:url(../images/jt.gif) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#4698eb;}
.nav ul li.current{ border-bottom:#FFF 2px solid;}
.m_hover{color:#0087ff;border-bottom: 4px solid #0087ff; width:100%; height:50px;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.con_left .tit{
	width: 220px;
	height:81px;
	background: #0087c8;
	float: left;
	line-height: 81px;
	margin-top:25px;
}
.con_left .tit p{
	float: left;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	margin-left: 23px;
	 
}
.con_left .tit span{
	float: left;
	font-size: 17px;
	color:#f0bdbb;
	margin-top: 5px;
	margin-left: 5px;
}
.con_left .list{
	width: 220px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top:3px;
}
.con_left .list h3{
	display: block;
	width: 180px;
	height: 40px;
	background:url(../images/listnav.jpg)no-repeat left center;
	line-height: 40px;
	padding-left: 40px;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.con_left .list h3 a{
	color:#fff;
}
.con_left .list ul{
	width: 210px;
	height: auto;
	overflow: hidden;
}
.con_left .list ul li{
	width: 210px;
	height: 30px;
	background: #eeeeee;
	line-height: 30px;
	margin-top: 2px;
}
.con_left .list ul li a{
	display: block;
	font-size: 15px;
	color:#1a1a1a;
	margin-left: 40px;
}
.con_left .list ul li:hover a{
	color:#2874c2;
}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#000; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#4698eb; text-decoration:none;}
.footer .right .info a{ color:#FFF;}
/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eeeeee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#0087c8;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}