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

.main{
	width: 1130px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:108px;
	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: 108px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background: #006aa8;
}
.nav ul{
	width: 1130px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 141px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #0089b3;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
  
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left;
 display:flex;
 justify-content: space-around;

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #a8d9ef;
 border-radius: 50%;
 
}
.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;  
}
.product{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .list{
	width: 230px;
	height:608px;
	overflow: auto;
	
	float: left;
	position: relative;
}
.product .list .tit{
	width: 230px;
	height:86px;
	overflow: hidden;
	background:url(../images/tit01.png)no-repeat center;
}
.product .list .tit p{
	color:#fff;
	font-size: 18px;
	text-align: center;
	margin-top:20px;
}
.product .list .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 3px;
}
.product .list ul{
	width: 100%;
	height: auto;
	margin-top: 14px;
	
}
.product  .list ul li{
	width: 228px;
	height: 33px;
	border: 1px solid #cccccc;
	line-height: 33px;
	margin-top: 8px;
 
	background: url(../images/icon01.png)no-repeat 20px center;
}
.product  .list ul li a{
	color:#2f2f2f;
	font-size: 16px;
 	text-align: center;
 	display: block;
}
.product  .list ul li:hover,.product  .list ul li.m_hover{
	background:#006aa8 url(../images/icon02.png)no-repeat 20px center;
	border: 1px solid #006aa8;
}
.product  .list ul li:hover a,.product  .list ul li.m_hover a{
	color:#fff;
}
.product  .list .tel{
	position: absolute;
	bottom: 0;
}
.product .pic{
	width: 955px;
	height: auto;
	overflow: hidden;
	float: right;
}
.product .pic ul{
	margin-left: -10px;
}
.product .pic ul li{
	float: left;
	width: 205px;
	margin-left: 10px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #c2c2c2;
}
.product .pic ul li img{
	display: block;
	width:200px;
	height: 250px;
	margin: 2px;
	margin-bottom: 0;
}
.product .pic ul li p{
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color:#2f2f2f;
}
.product .pic ul li:hover{
	border: 1px solid #0068b7;
}
.product .pic ul li:hover p{
	color:#0068b7;
	text-decoration: underline;
}
.about{
	width: 100%;
	height: 420px;
	background: #0068b7;
	margin-top: 40px;
	overflow: hidden;

}
.title{
	position: relative;
 	height: auto;
 	margin-top: 20px;
 	overflow:hidden;

}
.title p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	position: relative;
	z-index: 100;
	text-align: center;
}
.title span{
	display: block;
	color:#4786b7;
	font-size: 56px;
	height: auto;
	overflow: hidden;
	position: absolute;
	font-weight:bold;
	bottom: 0;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
}
.about .pic{
	width: 537px;
	height: 296px;
	position: relative;
	float: left;
	margin-top: 20px;
}
.about .pic img{
	display: block;
	width: 537px;
	height: 296px;
}
.about .pic:after{
	content: "";
	width: 518px;
	height: 277px;
	border: 2px solid #fff;
	position: absolute;
	left: 7px;
	top:7px;
}
.about .intro{
	width: 535px;
	height: 279px;
	overflow: hidden;
	float: right;
	position: relative;
	margin-top: 20px;
}
.about .intro h4{
	color:#fff;
	font-size: 18px;

}
.about .info{
	width: 100%;
	height:170px;
	overflow: hidden;
	margin-top: 20px;
}
.about .intro p{
	color:#fff;
	font-size: 16px;
	line-height: 24px;
}
.about .intro a{
	display: block;
	width: 145px;
	height: 35px;
	background: #fff;
	line-height: 35px;
	color:#333333;
	border-radius: 5px;
	font-size: 14px;
	text-indent: 30px;
	position: absolute;
	bottom: 0;
}
.about .intro a:hover{
	color:#251101;
}
.cases{
	width: 1200px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.cases .title span{
	color:#ececec;
}
.cases .title  p{
	color:#2f2f2f;
}
.cases .bd{
	width: 1130px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.cases .bd ul{
	height: auto;
	overflow: hidden;
}
.cases .bd ul li{
	float: left;
	width: 273px;
	height: auto;
	overflow: hidden;
	border: 2px solid #fff;
	margin-right: 7px;
}
.cases .bd ul li img{
	display: block;
	width: 273px;
	height: 258px;
}
.cases .bd ul li p{
	width: 100%;
	line-height: 40px;
	text-align: center;
	color:#2f2f2f;
	font-size: 16px;
}
.cases .bd ul li:hover{
	border: 2px solid #006aa8;
}
.cases .bd ul li:hover p{
	background: #006aa8;
	color:#fff;
}
.cases .prev ,.cases .next{
	position: absolute;
	top: 230px;
}
.cases .prev{
	right: 0;
}
.cases .more{
	display: block;
	width:178px;
	height: 35px;
	border: 1px solid #cccccc;
	line-height: 35px;
	color:#cccccc;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
 	
}
.cases .more:hover{
	color:#006aa8;
	border: 1px solid #006aa8;
}
.news{
	width: 100%;
	height: 437px;
	overflow: hidden;
	margin-top: 40px;
	background: #f5f5f5;
}
.news .title p{
	color:#2f2f2f;
}
.news .title span{
	color:#e3e3e3;
}
.news ul {
	height: auto;
	overflow: hidden;
}
.news ul li{
	float:left;
	width: 544px;
	height: 70px;
	border: 1px solid #cccccc;
	margin-top: 10px;

}
.news ul li .time{
	width: 68px;
	height: 68px;
	border: 1px solid #cccccc;
	background: #fff;
	float: left;
}
.news ul li .time p{
	color:#666666;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
.news ul li .time  span{
	background: #cccccc;
	text-align: center;
	color:#666666;
	height: 20px;
	line-height: 20px;
	display: block;
	width: 100%;
}
 
.news ul li .info{
	width: 450px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
.news ul li .info p{
	width: 100%;
	color:#2f2f2f;
	font-size: 18px;
}
.news ul li .info  span{
	display: block;
	color:#666666;
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li:hover{
	background: #0068b7;
}
.news ul li:hover .info p{
	color:#fff;
}
.news ul li:hover .info span{
	color:#fff;
}
 
.news ul li:nth-child(2n){
	float: right;
}
.news   .more{
	display: block;
	width: 142px;
	height: 35px;
	border: 1px solid #cccccc;
	text-align: center;
	color:#cccccc;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 15px;
}
.news   .more:hover{
	text-decoration:underline;
}
.links{
	width: 100%;
	height: 80px;
	background: #fff;
}
.links .main{
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 80px;
}
.links p{
	color:#2f2f2f;
	font-size: 18px;
	font-weight: bold;
	border-left: 2px solid #006aa8;
	line-height: 25px;
 
	padding-left: 5px;
}
.links  ul{
	width: 1050px;
	height: 25px;
 
	overflow: hidden;
}
.links  ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}
.links  ul li a{
	color:#2f2f2f;
	font-size: 14px;
}
.footer{
	width: 100%;
	height: 425px;
	position: relative;
	background:#0068b7;
	float:left;
}
.footer .main{
	display: flex;

	justify-content: space-between;
	align-items: center;
	height: 314px;
}
.footer .cont{
	width: 300px;
	height: auto;
	overflow: hidden;
}
.footer .cont .tit{
 	position: relative;
	height:40px;
}
.footer .cont .tit:after{
	content: "";
	width: 35px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}
.footer .cont .tit p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
 	
	line-height: 30px;
}
 
.footer .cont span{
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}
.footer .ewm{
	display: block;
	width: 145px;
	height: auto;
	margin-top: 10px;
 
}
.footer .ewm p{
	color:#fff;
	font-size: 15px;
	line-height: 16px;
	width: 25px;
	float: left;
	margin-top: 5px;
 
}
.footer .ewm img{
	display: block;
	width: 116px;
	height: 116px;
	float: left;
 
	border: 2px solid #fff;
}
.footer .messg{
	width: 456px;
	height: auto;
	overflow: hidden;
}
 
.footer .messg .tit p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 30px;
}
.footer .messg  form{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	margin-top: 10px;
}
.footer .messg  form input{
	width:454px;
	height:34px;
	border: 1px solid #bfd9ed;
	text-indent:10px;
	margin-bottom: 10px;
	background: none;
	font-family: '微软雅黑';
	color:#bfd9ed;
	border-radius: 5px;
	outline: none;
}
.footer .messg  form textarea{
	width: 454px;
	height: 76px;
	border: 1px solid #bfd9ed;
	text-indent:10px;
	border-radius: 5px;
	background: none;
	color:#bfd9ed;
	outline: none;
	font-family: '微软雅黑';
 
	padding-top: 10px;
}
.footer .messg  form .btn{
	width: 100%;
	height:auto;
	background: #fff;
	border: none;
	color:#000000;
 
	font-family: '微软雅黑';
	background: url(../images/bg03.png)no-repeat left bottom;
	color:#000000;
 	display: inline-block;
 
	font-size: 16px;
	padding-top: 21px;
	padding-bottom:21px;

}
.footer .cr{
	width: 100%;
	height: 115px;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #333333;
}
.footer .cr p{
	color:#ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top: 10px;
}
.footer .cr .fn{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.footer .cr span{
	color:#fff;
	float: left;
}
.footer .cr .fn  a{
	color:#fff;
	font-size: 14px;
}
.footer a{
	color:#fff;
}
.footer .cr ul li{
	float: left;
	padding-right: 10px;
	position: relative;
	padding-left: 10px;
}
.footer .cr ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    margin-top: -7px;
    height:14px;
    width:1px;
    background:#fff;
}

.footer .cr ul li:last-child:after{
    height:0px;
    width:0px;
}


.gotop{
	position: fixed;
	right:70px;
	bottom: 100px;
	display: none;

}
.gotop img{
	display: block;
}

.container{ width:1130px; margin:0px auto; }
.con_left{ width:230px; float:left; margin-right:20px; margin-bottom:50px; margin-top:20px;}
.con_right{ width:880px; float:left; margin:30px auto;}
.l_about{ width:100%; float:left;}
.l_about a{ color: #000000;}
.in_prokind{ width:210px; padding-left:20px; height:40px;line-height:40px; color:#fff; font-size:18px; background:#006aa8; font-weight:bold; 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:#CB0000;}
.in_casetit{ width:100%;height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#ccc 1px solid;}
.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:#CB0000;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:89%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/icon04.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,.right_case{ width:100%; margin:0px auto;}
.main_right_product ul,.right_case ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:210px; height:290px;  float:left; margin-top:10px; margin-right:11px; }
.right_case ul li{ list-style:none; width:290px; height:290px;  float:left; margin-top:10px; margin-right:11px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:200px; height:250px; padding:5px;border:#eee 1px solid;}
.right_case ul li img{width:270px; height:250px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link,.right_case ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.right_case ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.right_case ul li a:hover{ color:#CB0000; text-decoration:none;}
.product_con{ width:100%;} 
.newscontent{ font-size:16px; line-height:24px;}
.product_con img,.productimg img{max-width:100%; text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:14px;  background:url(../images/icon04.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:#CB0000;}
.nav ul li.current {background: #0089b3;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:14px;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; border-radius:3px;}
.pagelist a{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#333; color:#FFF;text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link,.pagelist a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited,.pagelist a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover,.pagelist a:hover{ color:#CB0000; 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;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}

