*{margin: 0px;padding: 0px;}
body{min-width:1200px;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;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.main{
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.head{
	width: 100%;
	height: 153px;
}
.head .name{
	float: left;
	margin-top:50px;
}
.head .tel{
	float: right;
 	margin-top:40px;
 
}
.nav{
	width: 100%;
	height: 42px;
	background:#0359a8;
}
.nav ul{
	width: 1040px;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	width: 130px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display: block;
}
.nav ul li:hover a{
  	background: url(../images/hover.png)no-repeat;
} 
.slideBox{ 
	width:100%;  
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.slideBox .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.slideBox .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.slideBox .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 background:#ccc; 
 cursor:pointer; 
 
}
.slideBox .hd ul li.on{
 background:#007fd7; 
 color:#007fd7; 
}
.slideBox .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.slideBox .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.slideBox .bd img{
	width:100%;   
	display:block; 
}
.slideBox .prev,
.slideBox .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.slideBox .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.slideBox .next {
	font-size: 
	58px;color:#fff;
}
.slideBox .prev{
	font-size: 
	58px;color:#fff;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.slideBox .prevStop{ 
	display:none;  
}
.slideBox .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height:40px;
	background: #eeeeee;
}
.keywords h3{
	float: left;
	line-height: 40px;
	font-size: 16px;
	color:#333;
}
.keywords  ul li{
	float: left;
	padding-left: 6px;
	padding-right:6px;
	line-height: 40px;
	position: relative;
	font-size: 15px;
}
.keywords  ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:13px;
    height:15px;
    width:1px;
    background:#333;
}
.product{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.product .list{
	float: left;
	width: 250px;
	height:auto;
	overflow: hidden;
	background: #1559b3;
}
.product .list .tit{
	width: 230px;
	height: 60px;
	margin:0 auto;
	margin-top: 30px;
}
.product .list .tit p{
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
.product .list .tit span{
	font-size: 14px;
	color:#fff;
	text-align:center;
	display: block;
	position: relative;
	width: 100%;
	height:15px;
	margin-top: 5px;
}
.product .list .tit span:before{
	position: absolute;
	content: "";
	width:40px;
	height: 1px;
	background: #fff;
	top: 10px;
	left:20px;
}
.product .list .tit span:after{
	position: absolute;
	content: "";
	width:40px;
	height: 1px;
	background: #fff;
	top: 10px;
	right:20px;
}
.keywords  ul li:last-child:after{
    height:0px;
    width:0px;
}
/*.product .list .box{
	width: 230px;
	height: 285px;
	overflow:hidden;
	background: #fff;
	margin:0 auto;
	border-radius: 5px;
	margin-top: 10px;
}*/

.product .list .box{
	width: 230px;
	height: 80px;
	overflow:hidden;
	background: #fff;
	margin:0 auto;
	border-radius: 5px;
	margin-top: 10px;
}

.product .list .box ul{
	width: 210px;
	margin:0 auto;
	margin-top: 15px;
}
.product .list .box ul li{
	width: 100%;
	height: 50px;
	line-height:50px;
	font-size: 20px;
	border-bottom: 1px dashed #c9c9c9;
	background: url(../images/list.png)10px 15px no-repeat;
	margin-top: 10px;
}
.product .list .box ul li a{
	display: block;
	color:#333;
	font-size: 15px;
	margin-left:35px;
}
.product .list .tel{
	width: 230px;
	height: 265px;
	margin:0 auto;
	margin-bottom: 15px;
	background: #fff;
	margin-top:20px;
	border-radius: 5px;
	overflow: hidden;
}
.product .list .tel .title{
	width: 230px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
}
.product .list .tel .title img{
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.product .list .tel .title p{
	float: left;
	font-size: 22px;
	font-weight: bold;
	color:#1559b3;
	margin-left: 15px;
	margin-top: 40px;
	 
}
.product .list .tel .title span{
	font-size: 14px;
	color:#555555;
	margin-left: 15px;
}
.product .list .tel .text{
	width: 210px;
	margin:0 auto;
}
.product .list .tel .text span{
	font-size: 15px;
	color:#1559b3;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}
.product .list .tel .text p{
	font-size: 14px;
	color:#333333;
	margin-top: 5px;
	line-height: 22px;
}
.product .display{
	float: right;
	width: 1100px;
	height: 603px;

}
.product .display .box{
	width: 1100px;
	height: auto;
	margin:15px;
}
.product .display .box ul{
	width: 1100px;
}
.product .display .title{
	width: 1100px;
	margin:0 auto;
	height:60px;
	border-bottom: 5px solid #1a6cd9;
	background: #eeeeee;
}
.product .display .title p{
	font-size: 22px;
	float: left;
	line-height:60px;
	font-weight: bold;
	color:#1559b3;
	margin-left: 10px;
	float: left;
}
.product .display .title span{
	font-size: 22px;
	color:#cbcbcb;
	float: left;
	margin-left: 5px;
	line-height: 60px;
	font-weight: bold;
}
.product .display .title a{
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	background: #1559b3;
	line-height:20px;
	color:#fff;
	text-align: center;
	margin-top:20px;
}
.product .display ul.ul1 {
	margin-left: -10px;
}
.product .display ul.ul1 li{
	float: left;
	width: 260px;
	height:auto;
	overflow: hidden;
	margin-left:13px;
	margin-top: 20px;

}
.product .display ul.ul1 li div{
	width: 258px;
	height: 205px;
	border: 1px solid #d2d2d2;
}
.product .display ul.ul1 li img{
	width: 250px;
	height: 195px;
	margin:4px;
}
.product .display ul.ul1 li p{
	width: 260px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color:#333333;
}
.gg{
	max-width: 1440px;
	height: 204px;
	margin:0 auto;
	background: url(../images/gg.png)no-repeat center;
	background-size: 100%;
	margin-top: 50px;
	
}
.gg .main{
	position: relative;
	width: 1100px;
	height: 204px;
	overflow: hidden;
}
.gg a{
	display: block;
	width: 260px;
	height: 46px;
	background: url(../images/bg.png);
	text-align: center;
	line-height: 46px;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	position: absolute;
	right: 0;
	z-index: 100;
	bottom: 35px;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .tit{
	width:100%;
	height: 95px;
	border-bottom: 1px solid #d2d2d2;
}
.cases .tit div{
	width: 320px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.cases .tit p{
	font-size: 30px;
	font-weight: bold;
	color:#1559b3;
}
.cases .tit b{
	color:#333;
}
.cases .tit span{
	display: block;
	text-align: center;
	font-size: 24px;
	color:#878378;
}
.cases .tit a{
	display: block;
	width: 120px;
	height: 35px;
	background: #1559b3;
	text-align: center;
	line-height: 35px;
	color:#fff;
	margin:0 auto;
	margin-top: 8px;
	border-radius: 5px;
	font-size: 14px;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:50px;
}
.cases .box{
	width: 500%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li {
	float: left;
	width: 264px;
	height:315px;
	border:1px solid #c9c9c9;
	border-top:4px solid #1559b3;
	margin-left:10px;
}
.cases .pic ul li p{
	width: 240px;
	margin:0 auto;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	color:#333;
}
.cases .pic ul li a{
	display: block;
	width: 120px;
	height: 35px;
	background: #ff934b;
	margin:0 auto;
	text-align: center;
	line-height: 35px;
	margin-top: 20px;
	color:#fff;
	font-size: 14px;
	border-radius: 5px;
}
.cases .pic ul li img{
	width: 240px;
	height: 190px;
	margin:12px;
}
.about{
	width: 680px;
	height: 360px;
	float: left;
	border: 1px solid #d2d2d2;
	margin-top: 30px;
}
.about .box{
	width: 650px;
	height: auto;
	overflow: hidden;
	margin:15px;

}
.about .title{
	width: 650px;
	height: 57px;
	background: #eee;
	border-bottom: 3px solid #1a6cd9;
}
.about .box .title p{
	float: left;
	line-height: 30px;
	font-size: 18px;
	color:#1559b3;
	font-weight: bold;
	margin-top:15px;
	height: 30px;
	border-left:5px solid #1a6cd9;
	padding-left: 10px;
	margin-left:8px;
}
.about .box .title  span{
	color:#cbcbcb;
	font-size: 18px;
	line-height:60px;
	margin-left: 5px;
	font-weight: bold;
}
.about .box .title a{
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	background: #1559b3;
	line-height:20px;
	color:#fff;
	text-align: center;
	margin-top:20px;
}
.about img{
	float: left;
	width: 236px;
	height: 255px;
	margin-top: 15px;
}
.about .info{
	float: right;
	width: 384px;
	height:255px;
	margin-top: 15px;
	position: relative;
}
.about .info .text{
	width: 384px;
	height: 205px;
	overflow: hidden;
}
.about .info .text span{
	font-size: 16px;
	color:#1559b3;
	margin-bottom: 10px;
	display: block;
	margin-top: 5px;
}
.about .info .text p{
	font-size: 14px;
	color:#333;
	text-indent:1em;
}
.about .info a{
	display: block;
	width: 120px;
	height: 35px;
	background: #ff934b;
	text-align: center;
	line-height: 35px;
	position: absolute;
	bottom: 0;
	color:#fff;
	font-size: 14px;
	border-radius: 5px;
}
.honor{
	width: 395px;
	float: right;
	height: 360px;
	margin-top: 30px;
	border: 1px solid #d2d2d2;
}
.honor .title{
	width: 365px;
	height: 57px;
	background: #eee;
	border-bottom: 3px solid #1a6cd9;
}
.honor .box{
	width: 360px;
	height: auto;
	overflow: hidden;
	margin:15px;
}
.honor .box .title p{
	float: left;
	line-height: 30px;
	font-size: 18px;
	color:#1559b3;
	font-weight: bold;
	margin-top:15px;
	height: 30px;
	border-left:5px solid #1a6cd9;
	padding-left: 10px;
	margin-left:8px;
}
.honor .box .title  span{
	color:#cbcbcb;
	font-size: 18px;
	line-height:60px;
	margin-left: 5px;
	font-weight: bold;
}
.honor .box .title a{
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	background: #1559b3;
	line-height:20px;
	color:#fff;
	text-align: center;
	margin-top:20px;
}
.focus{ 
	width:360px;
	height: auto; 
	margin:0 auto; 
	overflow:hidden; 
	margin-top: 20px;
	position:relative; 
	 
 
}
.focus .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.focus .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.focus .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 background:#ccc; 
 cursor:pointer; 
 
}
.focus .hd ul li.on{
 background:#007fd7; 
 color:#007fd7; 
}
.focus .bg{
	width: 260px;
	height: 206px;
	background: #d2d2d2;
}
.focus .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width:260px; 
  margin:0 auto;
  background: #d2d2d2;
}
.focus .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.focus .bd img{
	width:242px;
	height: 172px;
	margin:0 auto;
	margin-top:20px;
	display:block; 
	float: left;
	margin-left: 10px;
}
.focus .bd li p{
	width: 260px;
	height: 30px;
	line-height:20px;
	text-align: center;
	color:#333;
	font-size: 15px;
}
.focus .prev,
.focus .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.focus .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.focus .next {
 	background: url(../images/prev.png)no-repeat;
	 
}
.focus .prev{
	background: url(../images/next.png)no-repeat;
	
}
.focus .prev:hover,
.focus .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.focus .prevStop{ 
	display:none;  
}
.focus .nextStop{ display:none;  
}
.news{
	width: 680px;
	float: left;
	height: auto;
	overflow: hidden;
	border:1px solid #d2d2d2;
	margin-top: 30px;
}
.news .box{
	width: 650px;
	height: auto;
	overflow: hidden;
	margin:15px;
}
.news .title{
	width: 650px;
	height: 57px;
	background: #eee;
	border-bottom: 3px solid #1a6cd9;
}
.news .box .title p{
	float: left;
	line-height: 30px;
	font-size: 18px;
	color:#1559b3;
	font-weight: bold;
	margin-top:15px;
	height: 30px;
	border-left:5px solid #1a6cd9;
	padding-left: 10px;
	margin-left:8px;
}
.news .box .title  span{
	color:#cbcbcb;
	font-size: 18px;
	line-height:60px;
	margin-left: 5px;
	font-weight: bold;
}
.news .box .title a{
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	background: #1559b3;
	line-height:20px;
	color:#fff;
	text-align: center;
	margin-top:20px;
}
.news img{
	width: 236px;
	height: 255px;
	float: left;
	margin-top:15px;
}
.news ul {
	float: right;
	width: 385px;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
}
.news ul li{
	width: 385px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #d2d2d2;
	position: relative;
	margin-top:7px;
}
.news ul li a{
	font-size: 15px;
	color:#333;
	margin-left:15px;
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li:hover a{
	color:#1559b3;
}
.news ul li span{
	float: right;
	font-size: 12px;
	color:#333;

}
.news ul li:after{
	content: "*";
	position: absolute;
	left:0;
	color:#1559b3;
	top:4px;
	font-size:20px;

}
.contact{
	width: 397px;
	height: 362px;
	border: 1px solid #d2d2d2;
	float: right;
	margin-top: 30px;
}
.contact .title{
	width: 367px;
	height: 57px;
	background: #eee;
	border-bottom: 3px solid #1a6cd9;
}
.contact .box .title p{
	float: left;
	line-height: 30px;
	font-size: 18px;
	color:#1559b3;
	font-weight: bold;
	margin-top:15px;
	height: 30px;
	border-left:5px solid #1a6cd9;
	padding-left: 10px;
	margin-left:8px;
}
.contact .box .title  span{
	color:#cbcbcb;
	font-size: 18px;
	line-height:60px;
	margin-left: 5px;
	font-weight: bold;
}
.contact .box .title a{
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	background: #1559b3;
	line-height:20px;
	color:#fff;
	text-align: center;
	margin-top:20px;
}
.contact .box{
	width: 360px;
	margin:15px;
}
.contact .info{
	width: 365px;
	height: 252px;
	background: url(../images/contact.png)no-repeat;
	margin-top: 15px;
}
.contact .info .text{
	 width: 322px;
	 margin:0 auto;
}
.contact .info .text span{
	font-size: 18px;
	color:#1559b3;
	font-weight: bold;
	margin-top: 10px;
	width: 100%;
	float: left;
}
.contact .info .text p{
	font-size: 15px;
	color:#000;
	margin-top: 10px;
	line-height: 22px;
	float: left;
}
.contact .info .ewm{
	width: 320px;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}
.contact .info  .ewm img{
	width: 97px;
	height: 97px;
	float: left;
}
.contact .info  .ewm p{
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color:#000;
	margin-top: 10px;
}
.links{
	width: 100%;
	height:50px;
	margin-top: 30px;
	background: #1559b3;
}
.links .tit{
	width: 1100px;
	height: 50px;
	background:#0f4285;
	line-height: 50px;
	color:#fff;
	
	 
}
.links .tit h3{
	font-size: 16px;
	text-align:center;
	color:#fff;
	
}
.links .tit p{
	font-size: 12px;
	color:#333;
	margin-left:5px;
	float: left;
	margin-top:2px;
}
.links ul{
	float: left;
	width: 990px;
	margin-left: 10px;
	overflow: hidden;
	height: 50px;
}
.links ul li{
	float: left;
	line-height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
.links ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:18px;
    height:15px;
    width:1px;
    background:#fff;
}

.links ul li:last-child:after{
    height:0px;
    width:0px;
}
.links ul li a{
	color:#fff;
	font-size: 15px;
}
.links .gotop{
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	color:#282828;
	background:#fff url(../images/top.png)5px 5px no-repeat;
	float:right;
}
.links .gotop span{
	font-size: 13px;
	width: 30px;
	margin: 0 auto;
	display: block;
	margin-top:15px;
	line-height:16px;
}
.footer{
	width: 100%;
	height:318px;
	background:#282828;
	position: relative;
	float:left;
	 
}
.footer .left{
	width:540px;
	border-right:1px solid #898989;
	height: 190px;
	margin-top:40px;
	float: left;
	padding-top:15px;
}
.footer .name p{
	font-size: 26px;
	color:#555555;
	font-weight: bold;
}
.footer .name span{
	font-size:14px;
	color:#555555;
}
.footer .tel{
	margin-top: 10px;
}
.footer .tel p{
	font-size: 15px;
	color:#fff;
	height: 30px;
	padding-left:40px;
	line-height:30px;
	margin-top: 10px;
}
.footer .tel span{
	color:#ff9000;
	font-size: 25px;
	font-weight: bold;
}
.footer .tel p:first-child{
	background: url(../images/icon03.png)no-repeat;
}
.footer .tel p:last-child{
	background: url(../images/icon04.png)no-repeat;
}
.jiathis_style{
	margin-top:15px;
	margin-left: 10px;
}

.footer .map{
	width: 280px;
	height: 175px;
	float: right;
	margin-top:45px;
}
 
.footer .copyright{
	width: 100%;
	height: 40px;
	background: #333333;
	position: absolute;
	bottom: 0;
}
.footer .copyright p{
	text-align: center;
	line-height: 40px;
	color:#fff;
}
.footer a{
	color:#fff;
}
.prmenu{ width:200px; height:30px; float:left; margin-left:360px; margin-top:20px;}
.prmenu ul{ width:120px; height:30px; margin:0px; padding:0px; float:left;}
.prmenu ul li{ float:left; width:130px; height:30px; line-height:30px; text-align:center; font-size:16px; color:#333333; background: url(../images/prmenu2_16.png)no-repeat;}
.prmenu ul li.li_on{ font-size:16px; color:#FFF; background: url(../images/prmenu1_16.png)no-repeat;}

.container{ width:1140px; margin:0px auto;}
.con_left{ width:260px; float:left; margin-right:20px; margin-bottom:20px;}
.con_right{ width:860px; float:left; margin-top:30px; }
.in_contact{ width:100%; float:left; margin-top:20px;}
.in_contact .tit{ width:240px;font-size:15px; font-weight:bold; line-height:40px; color:#FFF; padding-left:10px; background:#1559b3; position:relative;}
.in_contactmid{ padding-left:10px;}
.in_contactmid h3{ font-size:16px; line-height:32px;}
.in_contactmid img{ margin-top:10px;}
.in_contactmid p{ line-height:20px;}
.in_contact .tit .position a{ color:#FFF;}
.current{background: url(../images/hover.png)no-repeat;}
.in_casetit{ width:99%; padding-left:1%;font-weight:bold; border-bottom:#ccc 1px solid; background:#eee; border-bottom:#1a6cd9 3px solid; height:45px; line-height:45px;font-size:18px; color:#333; text-align:left; position:relative;}
.in_casetit em{ display:block; width:5px; height:30px; background:#1559b3; float:left; margin-top:10px; margin-right:10px;}
.position{ position:absolute; right:5px; top:0px; font-size:14px; font-weight:100;}
.position a:link{ color:#000; font-size:12px;}
.position a:visited{ color:#000;font-size:12px;}
.position a:hover{ color:#f00;font-size:12px;}
.ul_news{ width:243px; margin:0px auto; float:left;}
.ul_news li{ width:98%; padding-left:2%; font-size:13px; height:32px; line-height:32px; background:url(../images/icon02.png) no-repeat 5px; color:#1d1d1d; border-bottom:#999 1px dotted;}
.ul_news li span{ color:#1a6cd9; margin-right:3px;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{
	width:110%;
	float:left;
	height:auto;
	overflow: hidden;
	margin-top:30px;
}
.main_right_product ul{
}
.main_right_product ul li{
	width: 275px;
	height: 300px;
	float: left;
	margin-bottom: 20px;
	border:#CCC 1px solid;
	margin-right:15px;
}
.main_right_product ul li img{
	width: 265px;
	height: 175px;
	margin:5px auto;
}
.main_right_product ul li div{
	width: 275px;
	height:110px;
}
.main_right_product ul li p{
	width: 265px;
	margin:0 auto;
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #c9c9c9;
	line-height:40px;
	color:#333333;
	font-size: 15px;
}
.main_right_product ul li div a{
	display: block;
	width: 100px;
	height: 35px;
	background:#ff934b;
	margin: 20px auto;
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 14px;
	border-radius: 10px;
}

.index_newscont h3,.main_right_product h3{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.index_newscont{ width:100%; margin:0px auto;}
.index_newscont ul li{ height:32px; line-height:32px; border-bottom:#CCC 1px dashed; font-size:13px;  background:url(../images/icon01.png) no-repeat 5px; padding-left:30px; 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:#1559b3;}

.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:#1e8add; 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:#f00; text-decoration:none;}
/*留言*/
td{ font-size:14px;}
.coolbg{ width:60px; height:30px; line-height:30px; color:#FFF; background:#1559b3; border:none;}
.intxt{ height:28px; margin-top:10px;}

.newscontent{ font-size:16px; line-height:30px;}