*{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: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:80px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 40px;
	background: #f2f2f2;

 
}
.top p{
	font-size: 14px;
	color:#808080;
	line-height: 40px;
	float: left;
}
.top .tel{
	float: right;
	height: 40px;
	display: flex;
	align-items: center;
	min-width: 315px;
	justify-content: space-between;
}
.top .tel img{
	display: block;
	margin-right: 5px;
}
.top .tel p{
	display: flex;
	align-items: center;
}
.top .tel b{
	color:#e92b2b;
	font-size: 18px;
}
.head .main{
	display: flex;
	align-items:center;
	height: 80px;
	justify-content: space-between;
}
.nav{
	float: right;
}
.nav ul li{
	float: left;
	margin-left: 35px;

}
.nav ul li:hover a{
	color:#e92b2b;
}
.nav ul li a{
	color:#333;
	font-size: 16px;
}
.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;  
}
 

.about{
	width: 1140px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .intro{
	width: 590px;
	height: auto;
	overflow: hidden;
}
.about .intro .tit p{
	color:#333333;
	font-size: 30px;
	font-family: "Times New Roman"
}
.about .intro .tit span{
	display: block;
	color:#333;
	font-size: #333333;
	font-size: 36px;
}
.about .intro .info{
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-top: 15px;
}
.about .intro .info p{
	color:#333333;
	font-size: 14px;
	line-height: 30px;
}
.about .item{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.about .item ul li{
	float: left;
	width: 65px;
	height: auto;
	position: relative;
	background: #fff;
	z-index: 1000;
	overflow: hidden;
	
}
.about .item ul{
	display: flex;
	justify-content: space-between;
}
.about .item:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #dbd6cc;
	top: 15px;
	position: absolute;
	left: 0;

}
.about .item ul li  img{
	display: block;
	margin:0 auto;
	height: 28px;
}
.about .item ul li p{
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.about .more{
	display: block;
	width: 156px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color:#333333;
	font-size: 14px;
	border: 1px solid #9f8447;
	margin-top: 30px;
}
.about .more:hover{
	text-decoration: underline;
}
.about .pic img{
	display: block;
}
.cases{
	width: 100%;
	height: 769px;
	/*background: url(../images/bg01.png)no-repeat center;*/
	background: #296ce7;
	overflow: hidden;
	margin-top: 60px;
}
.cases .tit{
	width: 365px;
	margin:0 auto;
	background:url(../images/tit01.png)center 45px no-repeat;
	margin-top: 40px;
}
.cases .tit p{
	color:#fff;
	font-size: 30px;
	text-align: center;
	font-family: 'Times New Roman';
}
.cases .tit span{
	display: block;
	color:#ffffff;
	font-size: 36px;
	text-align: center;
}
.cases .pic{
	float: left;
	width: 918px;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}
.cases .pic ul{
	margin-left: -9px;
}
.cases .pic ul li{
	float: left;
	width: 320px;
	height: 220px;
	margin-left: 9px;
	position: relative;
	margin-top: 10px;
}
.cases .pic ul li img{
	display: block;
	width: 320px;
	height: 220px;
}
.cases .pic ul li p{
	position: absolute;
	bottom: 0;
	background:rgba(41,108,231,0.5);
	left: 0;
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 40px;
	opacity: 0;
	transition: .5s;
	text-align: center;
	width: 100%;
}
.cases .pic ul li:hover p{
	opacity: 1;
}
.cases .pic ul li:last-child{
	width: 260px;
	height: 450px;
	margin-top: -220px;
}
.cases .pic ul li:last-child img{
	display: block;
	width: 260px;
	height: 450px;
}
.cases  .text{
	width: 262px;
	float: right;
	margin-top: 180px;
}
.cases  .text a{
	display: block;
	width: 158px;
	height: 48px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 48px;
	float: right;
	margin-top: 20px;
	color:#fff;
	font-size: 14px;
}
.cases  .text a:hover{
	text-decoration: underline;
}
.news{
	width: 1140px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.news .current{
	width: 360px;
	height: auto;
	overflow: hidden;
	float: left;
}
.news .current .tit{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top: 10px;
}
.news .current .tit span{
	color:#296ce7;
	font-size: 18px;
	font-family: "Times New Roman";
}
.news .current h4{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#333333;
	font-size: 30px;
	line-height: 36px;
	height: 72px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .current p{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#858585;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .current  a{
	display: block;
	width: 148px;
	height: 38px;
	border: 1px solid #296ce7;
	margin-top: 15px;
	text-align: center;
	line-height: 38px;
	color:#296ce7;
}
.news .current  a:hover{
	text-decoration: underline;
}
.news ul{
	float: right;
	width: 750px;
	height: auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.news ul li{
	width: 360px;
	height: auto;
	overflow: hidden;
	float: 
}
.news ul li .pic img{
	display: block;
	width: 360px;
	height: 236px;
}
.news ul li p{
	width: 100%;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 14px;
	margin-top: 25px;
 
}
.news ul li span{
	display: block;
	color:#858585;
	font-size: 14px;
	font-family: "Times New Roman";
	width: 100%;
	margin-top: 10px;
}
.news ul li a{
	display: block;
	color:#333333;
	font-size: 12px;
	display: flex;
	margin-top:20px;
	align-items: center;
}
.news ul li a img{
	display: block;
	margin-left: 5px;
}
.news ul li:hover p{
	text-decoration: underline;
}
.news ul li:hover a{
	color:#296ce7;
}
.links{
	width: 100%;
	height: 50px;
	background: #296ce7;
	margin-top: 40px;
}
.links .tit {
	width: 185px;
	height: 50px;
	background: #0d57a8;
	display: flex;
	align-items: center;
	float: left;
	justify-content: center;
}
.links .tit p{
	color:#fff;
	font-size: 14px;
	margin-right: 5px;
}
.links .tit span{
	display: block;
	font-size: 12px;
	color:#fff;
}
.links .main{
	width: 1140px;
}
.links ul {
	float: right;
	width: 940px;
	height: 50px;
	overflow: hidden;

}
.links ul li{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 50px;
}
.links ul li:after{
	content: "+";
	font-size: 14px;
	color:#fff;
	position: absolute;
	left: 0px;
	top: 0;
}
.links ul li a{
	color:#fff;
	font-size: 14px;
}
.footer{
	width: 100%;
	height: 240px;
	background: #333333;
	float:left;
}
.footer .main{
	display: flex;
	height: 240px;
	justify-content: space-between;
	align-items: center;
}
.footer .tel {
	border-right: 1px solid #999999;
	width: 314px;
	height: 155px;
	overflow: hidden;
}
.footer .tel .tit{
	width: 205px;
	height: auto;
	overflow: hidden;
}
.footer .tel .tit b{
	color:#999999;
	margin-right: 3px;
	font-size: 48px;
	float: left;
}
.footer .tel .tit p{
	color:#999999;
	margin-top: 12px;
	float: left;
	font-size: 18px;
}
.footer .tel .tit span{
	display: block;
	color:#999;
	font-size: 16px;
	float: left;

}
.footer .tel .info {
	width: 235px;
 
	font-family: 'Arial';
	font-style:italic;
}
.footer .tel .info  img{
	display: block;
	float: left;
}
.footer .tel .info div{
	float: left;
}
.footer .tel .info p{
	color:#999;
	font-size: 28px;
}
.footer .tel .info span{
	display: block;
	color:#999;
	font-size: 18px;
}
.footer .intro {
	border-right: 1px solid #999999;
	width:428px;
	height: 155px;
	overflow: hidden;
}
.footer .intro p{
	color:#999;
	font-size: 13px;
	margin-top: 10px;
	line-height: 22px;
}
.footer .fn{
	width: 310px;
	height: auto;
}
.footer .fn ul li{
	float: left;
	margin-right: 25px;
	width: 55px;
	height: 55px;
	position: relative;
}
.footer .fn ul li div {
	position: absolute;
	left: -140px;
	top:0;
	display: none;
	width: 130px;
	height: 130px;
}
.footer .fn ul li div img{
	display: block;
	width: 130px;
	height: 130px;
}
.footer .fn ul li:hover div{
	display: block;
}

.container{ width:1200px; margin:10px auto; font-family: "微软雅黑";}
.con_left{ width:240px; float:left; margin-right:10px; margin-bottom:20px;}
.con_right{ width:950px; float:left; }
.l_about{ width:100%; float:left;}
.in_prokind{ width:230px; padding-left:10px; height:40px; line-height:40px; font-size:18px; color:#333; background:#eee; position:relative;border-bottom:1px solid #0d57a8; }
.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 img{ float:left;}
.in_casetit{ width:98%; padding-left:2%; height:48px; background:#eee; border-bottom:#0d57a8 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 #333;}
.ul_news li{ width:92%; padding-left:5%; font-size:13px; height:32px; background:url(../images/n_ico2.jpg) no-repeat 5px; line-height:32px; border-bottom:#bfbfbf 1px dashed; color:#1d1d1d;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333;}
.in_contact p{ width:100%; font-size:14px; line-height:24px; padding-left:5px;}
.in_contactmid{padding-bottom:10px; border-bottom:1px solid #333; background:#eee;}
.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_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:285px; height:240px; padding:10px 10px 0px 10px; border:#ccc 2px solid; 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:205px; text-align:center; margin:0px auto; box-shadow:2px 2px 2px #ccc;}
.main_right_product2 ul li img{max-width:100%; height:185px; text-align:center; margin:0px auto;box-shadow:2px 2px 2px #ccc;}
.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:#0d57a8; 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 ul li{ height:36px; line-height:36px; border-bottom:#CCC 1px dashed; font-size:13px;  background:url(../images/more.png) 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:#0d57a8;}
.index_newscont .newscontent p a{color: #000;}
.nav ul li.current a{ color:#e92b2b;}
.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
.con_left .list{
	float: left;
	width: 260px;
	height: 680px;
	overflow: hidden;
	background: #0e85b1;
	margin-top: 30px;
}
.con_left .list .tit{
	width: 100%;
	height: 90px;
	overflow: hidden;
	background: #0d57a8;
	border-bottom:3px solid #333;
}
.con_left .list .tit p{
	color:#fff;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	margin-top: 20px;
}
.con_left .list .tit span{
	display: block;
	color:#fff;
	width: 210px;
	margin:0 auto;
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-top: 5px;
}
.con_left .list .tit span:after{
	content: "";
	width: 35px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}
.con_left .list .tit span:before{
	content: "";
	width: 35px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
}
.con_left  .list .bg{
	width: 240px;
	margin:0 auto;
	background: #eee;
	height: 584px;
}
.con_left  .list .bg ul{
	width: 230px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.con_left  .list .bg ul li {
	width: 100%;
	height: 40px;
	background: #ccc;
	margin-top: 15px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 5px;
}
.con_left  .list .bg ul li:after{
	content: "";
	width: 8px;
	height: 8px;
	background: #12ade6;
	position: absolute;
	left: 20px;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
}
.con_left  .list .bg ul li a{
	color:#000000;
	font-size: 16px;
	margin-left: 50px;
}
.con_left .list .more{
	width: 230px;
	margin:0 auto;
	height: 40px;
	background:#eeeeee;
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	color:#333;
	line-height: 40px;
	border-radius: 5px;
}
.con_left .list ul li:hover,.con_left .list ul li.cur{
	background: #0d57a8;
}
.con_left .list ul li:hover:after{
	background: #fff;
}
.con_left .list ul li:hover a,.con_left .list ul li.cur a{
	color:#fff;
}

/*分页*/
.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; border-radius:5px;}
.thisclass{ background:#333; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,{ color:#4698eb; text-decoration:none;}
.fy a:link{ color:#000; text-decoration:none;}
.fy a:visited{ color:#000; text-decoration:none;}
.fy a:hover{ color:#0d57a8; text-decoration:underline;}
.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:#333333;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}