*{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:170px;
	overflow: hidden;
}
.head .top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
 
}
.head .top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.head ul{
	float: right;
}
.head ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.head ul li a{
	font-size: 13px;
	color:#333333;
}
.head ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.head ul li:last-child:after{
	width: 0;
}
.head ul li:hover a{
	color:#ccc;
}
.head .name{
	float: left;
	margin-top: 35px;
}
.head  .tel{
	float: right;
	margin-top:30px;
}
.nav{
	width: 100%;
	height: 50px;
	background: url(../images/bg.jpg)no-repeat left;
	border-top: 1px solid #eeeeee;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 157px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	background: #fff;
}
.nav ul li a{
	color:#333;
	font-size: 16px;
}
.nav ul li:hover{
	background: #2e90fa;
}
.nav ul li:nth-child(1){
	background:#fff url(../images/icon01.png) no-repeat 40px center;
}
.nav ul li:hover{
	background: #ffcc00;
}
.nav ul li:nth-child(1):hover{
	background:#ffcc00 url(../images/icon01.png) no-repeat 40px center;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #333;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 border: 1px solid #1868ca;
}
.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: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
}
.keywords ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:14px;
    height:14px;
    width:1px;
    background:#333;
}

.keywords ul li:last-child:after{
    height:0px;
    width:0px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.title{
	width: 100%;
	height: auto;
	border-top: 1px solid #dcdcdc;
	margin-top: 30px;
}
.title p{
	width: 263px;
	background: #fff;
	text-align: center;
	color:#00286b;
	font-size: 22px;
	margin:0 auto;
	margin-top: -16px;
	letter-spacing: 10px;
}
.title span{
	display:block;
	color:#555555;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.product .tab {
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.product .tab ul{
	margin-left: -6px;
}
.product .tab ul li{
	float: left;
	width: 128px;
	height: 41px;
	border: 2px solid #dcdcdc;
	text-align: center;
	line-height: 41px;
	margin-left: 6px;
}
.product .tab ul li a{
	color:#555555;
	font-size: 15px;
}
.product .tab ul li:hover{
	background: #00286b;
	border: 2px solid #00286b;
}
.product .tab ul li:hover a{
	color:#fff;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .list ul{
	height: auto;
	overflow: hidden;
	margin-left: -17px;
}
.product .list ul li{
	float: left;
	width: 260px;
	border: 1px solid #dcdcdc;
	height: auto;
	margin-left: 17px;
	margin-bottom:20px;
	overflow: hidden;
}
.product .list ul li img{
	display: block;
	width: 240px;
	height: 200px;
	margin:10px;
	margin-bottom: 0;
}
.product .list ul li p{
	width: 240px;
	margin:0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#333;
	font-size: 15px;
}
.product .list ul li:hover p{
	color:#00286b;
}
.adv{
	width: 100%:;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv .tit{
	width: 100%;
}
.adv .tit img{
	width: 100%;
}
.adv ul{
	width: 1120px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	background: url(../images/bg03.png)50% 10px no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}
.adv ul li{
	width: 530px;
	height: 100px;
	background: url(../images/bg02.png)30px 0px no-repeat;
	float: left;
	margin-top: 25px;
}
.adv ul li .num{
	float: left;
	margin-top:20px;
	
}
.adv ul li .info{
	width: 425px;
	height: auto;
	overflow: hidden;
	float: left;
}
.adv ul li .infoTit {
	width:390px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	float: left; 
	margin-top: 25px;
}
.adv ul li .infoTit b{
	font-size: 20px;
	color:#ffcc00;
	font-weight: bold;
	float: left;
	height: 25px;
	line-height: 25px;
}
.adv ul li .infoTit p{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	float: left;
	margin-left:10px;
	height: 25px;
	line-height: 25px;
}
.adv ul li span{
	color:#fff;
	font-size: 16px;
	display: block;
	margin-top: 10px;
	margin-left:20px;
	float: left;
}
.adv ul li:nth-child(2){
	margin-top: 60px;
}
.adv ul li:nth-child(2n){
	background: url(../images/bg05.png)no-repeat;
	float: right;
 
}
.adv ul li:nth-child(2n) .num{
	float: right;
}
.adv ul li:nth-child(2n)  .info{

}
.adv ul li:nth-child(2n) b{
	float: right;
}
.adv ul li:nth-child(2n)  p{
	float: right;
	margin-right: 10px;
}
.adv ul li:nth-child(2n) span{
	float: right;
	margin-right: 15px;
}
.adv ul li:nth-child(2n) .info{
	float: right;
}
.store{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.store .picBox{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 20px;
}
.store .picBox .bd{
	height: auto;
	 
	width: 100%;
}
.store .picBox .bd ul{
	margin-left: -18px;
	height: auto;
	overflow: hidden;
} 
 
.store .picBox .bd ul li{
	float: left;
	width: 352px;
	height: auto;
	overflow: hidden;
	margin-left:18px;
}
.store .picBox .bd ul li img{
	display: block;
	width: 352px;
	height: 260px;
}
.store .picBox .bd ul li p{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#333;
	font-size: 15px;
}
.store .picBox .hd{
	width: 210px;
	margin:0 auto;
	margin-top: 20px;
}
.store .picBox .hd ul li{
	float: left;
	width: 94px;
	height: 6px;
	background: #cccccc;
}
.store .picBox .hd ul .on{
	background: #00286b;
}
.store .picBox .hd ul li:nth-child(2n){
	float: right;
}
.about{
	width: 100%;
	height: 400px;
	background: url(../images/about.jpg)no-repeat center;
	margin-top: 40px;
}
.about .info{
	float: right;
	width: 620px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.about .info .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.about .info .tit div{
	width: 185px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.about .info .tit div p{
	float: left;
	font-size: 24px;
	color:#fff;
	line-height:40px;
}
.about .info .tit div span{
	color:#fff;
	font-size: 20px;
	margin-top:10px;
	float: left;
}
.about .info .text{
	margin-top: 20px;
}
.about .info .text p{
	font-size: 15px;
	color:#fff;
	line-height: 22px;
	text-indent: 2em;
}
.about .info .tel{
	margin-top: 20px;

}
.about .info .tel p{
	color:#fff;
	font-size: 15px;
}
.about .info .tel b{
	font-size: 26px;
	font-weight: normal;
}
.about .info  a{
	display: block;
	color:#fff;
	width: 108px;
	height: 38px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 38px;
	float: right;
	margin-top: 20px;
}
.about .info  a:hover{
	text-decoration: underline;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news ul {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news ul li{
	float: left;
	width: 540px;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
}
.news ul li .time{
	float: left;
	width: 73px;
	height: 70px;
}
.news ul li .time b{
	width: 100%;
	height: 35px;
	background: #ffcc00;
	color:#fff;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	display: block;
}
.news ul li .time span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	background: #00286b;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li .info{
	width: 455px;
	float: right;
	height: 70px;
	border-bottom: 1px solid #dcdcdc;
}
.news ul li .info p{
	font-size: 18px;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-top: 5px;
}
.news ul li .info span{
	display: block;
	color:#555555;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-top: 10px;
	margin-top: 5px;
}
.news ul li:hover .info p{
	color:#00286b;
}
.cp{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 30px;
	background: #eeeeee;
}
.cp .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
.cp .tit p{
	font-size: 18px;
	color:#222222;
	text-align: center;
}
.cp .tit span{
	display: block;
	text-align: center;
	color:#00286b;
	font-size: 13px;
	margin-top:3px;
}
.cp  .bd{
	width: 100%;
	height: auto;''
}
.cp  .picScroll{
	width: 1200px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin:0 auto;
	margin-top:30px;
}
.cp  .picScroll .bd{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.cp  .picScroll .bd ul li{
	float: left;
	width: 260px;
	height: auto;
	border: 1px solid #dcdcdc;
	margin-left:7px;
	margin-right: 7px;
}
.cp  .picScroll .bd ul li img{
	display:block;
	width: 260px;
	height: 132px;
	border: 1px solid #dcdcdc;
}
.cp  .picScroll .next,.prev{
	position: absolute;
	top:60px;
	display: block;
	width: 33px;
	height: 33px;
}
.cp  .picScroll .next,.prev img{
	display: block;
	width: 33px;
	height: 33px;
}
.cp  .picScroll .prev{
	right: 0;
}
.links{
	width: 100%;
	height: 50px;
	background: #cccccc;
}
.links p{
	float: left;
	color:#000000;
	font-weight: bold;
	line-height: 50px;
	font-size: 18px;
}
.links ul{
	float: right;
	width: 1000px;
	height: 50px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding-right:10px;
	padding-left: 10px;
	line-height: 50px;
	position: relative;
}
.links ul li a{
	color:#333333;
	font-size: 15px;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 18px;
	background: #747474;
}
.footer{
	width: 100%;
	height: 220px;
	background: #00286b;
	float:left;
}
.footer .info{
	float: left;
	width:530px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.footer .info p{
	font-size: 15px;
	line-height: 26px;
	color:#fff;
}
.footer .info a{
	color:#fff;
}
.footer  .ewm{
	float: right;
	width: 159px;
	height: 159px;
	margin-top: 35px;
}
.footer  .ewm img{
	display: block;
	width: 149px;
	height: 148px;
	border: 5px solid #fff;
}

.container{ width:1140px; margin:20px auto;}
.con_left{ width:240px; float:left; margin-right:20px; margin-bottom:20px;}
.con_right{ width:880px; float:left; }
.in_contact{ width:100%; float:left; margin-top:20px;}
.in_contact .tit{ width:230px;font-size:15px; font-weight:bold; line-height:40px; color:#fff; padding-left:10px; background:#30448b; 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:#00;}
.nav ul li.current{background:#ffcc00;}
.con_left .menu ul li.btn{background:#ffcc00;}
.in_casetit{ width:99%; padding-left:1%;font-weight:bold; background: url(../images/title04.png)0 37px no-repeat; background-size:100%; height:45px; line-height:30px;font-size:18px; color:#333; text-align:left; position:relative;}
.position,.duo{ position:absolute; right:5px; top:0px; font-size:14px; font-weight:100;}
.position a:link,.ul_news li a:link,.index_newscont ul li a:link{ color:#333;}
.position a:visited,.ul_news li a:visited,.index_newscont ul li a:visited{ color:#333;}
.position a:hover,.ul_news li a:hover,.index_newscont ul  li a:hover{ color:#00286b;}
.duo a:link{ color:#fff; font-size:12px;}
.duo a:visited{ color:#fff;font-size:12px;}
.duo a:hover{ color:#00286b;font-size:12px;}
.ul_news{ width:243px; margin:0px auto; float:left;}
.ul_news li{ width:91%; padding-left:9%; font-size:13px; height:32px; background: url(../images/index_newsd_39.jpg) no-repeat 5px; line-height:32px; border-bottom:#999 1px dotted;  color:#1d1d1d;}
.con_left .menu{
	width: 240px;
	height: auto;
	float: left;
	overflow: hidden;
}
.con_left .menu .tit{
	width: 240px;
	height: 80px;
	background: #30448b;
}
.con_left .menu .tit div{
	width: 230px;
	height: 70px;
	margin:5px;
	float: left;
	border: 1px solid #fff;
}
.con_left .menu .tit p{
	font-size: 22px;
	color:#fff;
	line-height:70px;
	text-align: center;
	font-weight: bold;
}
.con_left .menu ul li{
	width: 240px;
	height: 50px;
	background: #eee;
	line-height: 50px;
	margin-top: 10px;
}
.con_left .menu ul li:hover{
	background: #ffcc00; 
}
.con_left .menu ul li:hover p{
}
.con_left .menu ul li span{
	float: left;
	margin-left:60px;
}
.con_left .menu ul li p{
	color:#333;
	font-size: 16px;
}

.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product { width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%;}
.main_right_product ul li{ list-style:none; width:275px; height:250px; float:left; margin-top:10px; margin-right:23px;border:#CCC 1px solid;}
.p_name{ text-align:center; line-height:30px; font-size:14px; }
.main_right_product ul li img{ width:265px; height:205px; padding:5px;}

.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#00286b; text-decoration:none;}
.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:10px auto;}
.index_newscont ul li{ height:36px; line-height:36px; border-bottom:#CCC 1px dashed; font-size:13px;  background:url(../images/index_newsd_39.jpg) no-repeat 5px; padding-left:20px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}

.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:right; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:right;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#fed159; 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:#00286b; text-decoration:none;}
/*留言*/
 .messagely{width:800px; height:600px; /*background:#eee;*/ float:left; margin-left:40px;}
   .messagely  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
   .messagely p{font-size:15px; color:#999; text-align:center;}
   
   .message_left{float:left;width:260px;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:800px;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:800px;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:810px;height:40px;line-height:40px;background-color:#333333; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}

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