*{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;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 140px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background:#00479d;
}
.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;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #d2ba19;
}
.nav ul li:hover a{
	color:#000000;
}
.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:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#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:#00479d;
	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: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.title{
	width: 610px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.title div{
	width: 100%;
	height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px dashed #00479d;
}
.title p{
	color:#00479d;
	font-size: 24px;
	float: left;
	font-weight: bold;
}

.title img{
	display: block;
	float: left;
	margin-left: 10px;
}
.title span{
	display: block;
	color:#1a1a1a;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.product .list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .list ul{
	margin-left: -4px;
}
.product .list ul li{
	width: 270px;
	height: 43px;
	border: 1px solid #dcdcdc;
	line-height: 43px;
	margin-left: 4px;
	margin-top: 10px;
	float: left;
	text-align: center;
}
.product .list ul li a{
	color:#555555;
	font-weight: bold;
	font-size: 15px;
}
.product .list ul li:hover{
	background: #00479d;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic ul{
	margin-left: -20px;
}
.product .pic ul li{
	float:left;
	width: 258px;
	height: 248px;
	border: 1px solid #dcdcdc;
	margin-left: 20px;
	margin-bottom: 15px;
}
.product .pic ul li:hover p{
	color:#00479d;
}
.product .pic ul li img{
	display: block;
	width: 240px;
	height: 200px;
	margin: 9px;
	margin-bottom: 0;
}
.product .pic ul li  p{
	width: 100%;
	line-height:40px;
	text-align: center;
	font-size: 16px;
	color:#555555;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.adv .tit{
	width: 100%;
	height: 180px;
	background: url(../images/adv01.png)no-repeat center top;
}
.adv ul{
	width: 1100px;
	margin: 0 auto;
	min-height: 490px;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	border-bottom: 1px solid #dcdcdc;
	justify-content: space-between;
}
.adv ul li img{
	display: block;
	margin: 0 auto;
}
.adv ul li {
	width: 240px;
	height: auto;
	overflow: hidden;
}
.adv ul li h4{
	color: #00479d;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px dashed #959595;
	line-height:40px;
	font-weight: normal;
 
}
.adv ul li p{
	color:#1a1a1a;
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;
}
.cases{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.cases .bd{
	margin-top: 20px;
}
.cases .bd ul li{
	float: left;
	width: 354px;
	height: auto;
	overflow: hidden;

	margin-right: 20px;
}
.cases .bd ul li img{
	display: block;
	width: 354px;
	height: 281px;
}
.cases .bd ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#333333;
	font-size: 15px;
}
.cases .hd {
	margin-top: 20px;
}
.cases .hd ul{
	display: flex;
	justify-content: center;
}
.cases .hd ul li{
	float: left;
	width: 90px;
	height: 6px;
	line-height: 40px;
	overflow: hidden;
	margin-right:10px;
	background: #cccccc;
}
.cases .hd ul  .on{
	background: #00479d;
}
.about{
	width: 100%;
	height: 400px;
	margin-top: 40px;
	background: #00479d;
}
.about .pic{
	width: 42%;
	height: 400px;
	float: left;
	background: url(../images/about.png)no-repeat center;
}
.about .info{
	float: left;
	width: 560px;
	margin-left: 60px;
}
.about .info .tit{
	margin-top:40px;
}
.about .info .tit p{
	color:#fff;
	font-size: 22px;
	border-bottom: 2px solid #fff;
	width: 160px;
	text-align: center;
	line-height: 35px;
	margin-top: 20px;
}
.about .info .text{
	width: 100%;
	height: 175px;
	overflow: hidden;
	margin-top: 20px;
}
.about .info .text p{
	color:#fff;
	font-size: 14px;
 
	line-height: 22px;
}
.about .info a{
	display: block;
	float: right;
	margin-top: 20px;
	color:#00479d;
	padding: 5px;
	background: #fff;
}
.news{
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	height: auto;
	overflow: hidden;
}
.news ul{
	margin-top: 20px;
}
.news ul li{
	width: 540px;
	height: 95px;
	background: #eeeeee;
	float: left;
	margin-top: 10px;
}
.news ul li .time{
	width: 95px;
	height: 95px;
	background: #cccccc;
	display: flex;
	align-items: center;
	float: left;
	justify-content: center;
	flex-direction: column;
	color:#1a1a1a;
}
.news ul li .time b{
	
	font-size: 32px;
	font-weight: bold;
}
.news ul li .time span{
	display:block;
 
	font-size: 16px;
}
.news ul li .info{
	width: 435px;
	float: right;
	height: auto;
	overflow: hidden;
}
.news ul li .info p{
	width: 100%;
	color:#1a1a1a;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}
.news ul li .info span{
	display: block;
	color:#666666;
	font-size: 14px;
	margin-top: 8px;
	line-height: 24px;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li:hover .time{
	background: #00479d;
	color:#fff;
}
.footer{
	width: 100%;
	height: 460px;
	background:url(../images/bg06.png)no-repeat center top;
	position:relative;
	margin-top: 50px;
	float:left;
}
.footer .left{
	margin-top: 65px;
	float: left;
}
.footer .left .tel{
	margin-top: 20px;
}
.footer .left ul{
	margin-top: 20px;
}
.footer .left ul li{
	width: 40px;
	height: 40px;
	background: url(../images/icon.png) 0 -222px;
	float: left;
	margin-right: 20px;
}
.footer .left ul li:nth-child(2){
	background: url(../images/icon.png) -61px -222px;
}
.footer .left ul li:nth-child(3){
	background: url(../images/icon.png) -123px -222px;
}

.footer .left ul li a{
	display:block;
	width: 40px;
	height: 40px;
}
.footer  .info{
	width: 440px;
	float: left;
	margin-left: 90px;
	margin-top: 65px;
}
.footer  .info ul li{
	width: 100%;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	background: url(../images/icon.png) no-repeat 0 0 ;
	margin-bottom: 10px;
}
.footer  .info ul li:nth-child(2){
	background: url(../images/icon.png) no-repeat 0 -35px; ;
}
.footer  .info ul li:nth-child(3){
	background: url(../images/icon.png) no-repeat 0 -70px; ;
}
.footer  .info ul li:nth-child(4){
	background: url(../images/icon.png) no-repeat 0 -105px; ;
}
.footer  .info ul li p{
	color:#fff;
	margin-left: 35px;
	font-size: 15px;
}
.footer  .info span{
	display: block;
	color:#fff;
	font-size: 15px;
	line-height: 25px;
}
.footer  .info  a{
	color:#fff;
}
.footer .ewm{
	float: right;
	width: 140px;
	height: auto;
	overflow: hidden;
	margin-top: 58px;
}
.footer .ewm img{
	display: block;
	width: 140px;
	height: 140px;
}
.footer .ewm p{
	color:#fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.footer  .links{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background:#0b3566;
}
.footer  .links p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}
.footer  .links ul{
	float: right;
	width: 980px;
	height: 62px;
	overflow: hidden;
	margin-top: 15px;
}
.footer  .links ul li{
	line-height: 30px;
	float: left;
	padding-right: 10px;
}
.footer  .links ul li a{
	color:#fff;
	font-size: 15px;
}


.float{
	position: fixed;
	right: 0;
	bottom: 10px;
}
.float img{
	display: block;
}

.container{ width:1100px; margin:20px auto; }
.con_left{ width:240px; float:left; margin-right:20px; margin-bottom:50px; margin-top:-25px;}
.con_right{ width:840px; float:left; margin-bottom:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:230px; padding-left:10px; height:40px;line-height:40px; border:#00479d 1px dashed; color:#333; font-size:18px; background:#e9e9e9; font-weight:bold; position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#00479d 1px dashed;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:215px; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/n_ico2.jpg) no-repeat 5px; padding-left:15px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333;}
.in_contact p{ width:200px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.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 a{color:#000}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:270px; height:240px;  float:left; margin-top:10px; margin-right:13px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:260px; height:200px; padding:5px;border:#eee 1px solid;}
.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:#00479d; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont a{color:#000}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/n_ico2.jpg) 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:#00479d;}
.nav ul li.current {background: #d2ba19;}
.newscontent{ font-size:16px; line-height:24px;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.listmenu .tit{
	width: 240px;
	height: 60px;
	background:#00479d;
}
.listmenu .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
 .listmenu{
	float: left;
	width: 240px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
 .listmenu ul li{
	width: 238px;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	margin-bottom: 2px;
	border-radius: 3px;
	margin-top:10px;
	border:#ccc 1px solid;

}
.listmenu ul li a{
	color:#1a1a1a;
	font-size: 15px;
}
.listmenu ul li:hover{
	background:#d2ba19;
}
.listmenu ul li.m_hover{
	background:#d2ba19;
}
.listmenu ul li:hover a,.listmenu ul li.m_hover a{
	color:#fff;
}
.listmenu  .tel img{
	display: block;
}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:13px;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 dashed; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#00479d; 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:#00479d; 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:#eee;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:#333; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}