*{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: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 .top p a{
	color:#000000;
}
.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 .name{
	float: left;
	margin-top:50px;
}
.head  .tel{
	float: right;
	margin-top: 35px;
}
.nav{
	width: 100%;
	height: 50px;
	background:#005bbb;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 150px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background:#00448c;
}
.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;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#005bbb; 
 
}
.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;

}
.product .list{
	width: 230px;
	height:690px;
	border-bottom: 3px solid #00448c;
	overflow: hidden;
	background: #f2f2f2;
	float: left;
	
}
.product .list .tit{
	width: 100%;
	height: 77px;
	border-bottom: 3px solid #00448c;
	background: #3483d2;
	display: flex;
	justify-content: center;
	align-items: center;

}
.product .list .tit span{
	display: block;
	color:#fff;
	font-size: 50px;
	font-weight: bold;
}
.product .list .tit p{
	color:#ffffff;
	margin-left: 5px;
	font-size: 12px;
}
.product .list .tit b{
	font-size: 20px;
}
.product .list ul{
	width: 210px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	width: 208px;
	height: 38px;
	border: 1px solid #dcdcdc;
	line-height: 40px;
	background: url(../images/icon01.png)no-repeat 190px center;
	margin-top: 10px;
}
.product .list ul li a{
	color:#000000;
	font-size: 14px;
	margin-left: 20px;
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product .list ul li:hover{
	background: #3483d2 url(../images/h-icon01.png)no-repeat 190px center;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic{
	float: right;
	width: 960px;


}
.title{
	width: 100%;
	height: 47px;
	border-bottom: 3px solid #f2f2f2;
}
.title p{
	color:#3483d2;
	font-size: 20px;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 3px solid #3483d2;
	width: 100px;
	float: left;
	height: 47px;
	line-height: 47px;
}
.title a{
	display: block;
	float: right;
	margin-top: 20px;
}
.product .pic ul {
	margin-left: -19px;
}
.product .pic ul li{
	float: left;
	width: 225px;
	height: auto;
	background: #f2f2f2;
	margin-left: 19px;
	box-shadow: 0px 2px 5px 3px #e1e0e0;
	margin-top: 10px;
	margin-bottom: 7px;
}
.product .pic ul li img{
	display: block;
	width: 225px;
	height: 164px;
}
.product .pic ul li p{
	width: 100%;
	height: 35px;
	text-align: center;
	color:#555555;
	font-size: 14px;
	line-height: 35px;
}
.product .pic ul li:hover p{
	color:#3483d2;
}
.cases{
	width:1198px;
	margin:0 auto;
	height: 268px;
	border: 1px solid #3483d2;
	margin-top: 30px;
	background: #eaeaea;
}
.cases .tit{
	width: 100%;
	height: 40px;
	background: #3483d2;
}
.cases .tit img{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}
.cases .tit p{
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	margin-left: 10px;
}
.cases .tit a{
	float: right;
	color:#fff;
	font-size: 13px;
	line-height: 40px;
	margin-right: 10px;
}
.cases .show{
	height: 205px;
	overflow: hidden;
	width: 98%;
	margin:0 auto;
	margin-top: 15px;

}
.cases .box{
	width: 400%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 225px;
	height: auto;
	background: #fff;
	margin-left: 15px;
	box-shadow: 0px 2px 3px 1px #bdbcbc;
}
.cases .pic ul li img{
	display: block;
	width: 225px;
	height: 164px;
}
.cases .pic ul li p{
	width: 100%;
	height: 35px;
	text-align: center;
	color:#555555;
	font-size: 14px;
	line-height: 35px;
}
.cases .pic ul li:hover p{
	color:#bc0c0c;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv .adv-tit{
	width: 100%;
	height: 177px;
	background: url(../images/adv-tit.png)no-repeat center;
}
.adv .box{
	width: 100%;
	height: 1486px;
	background: url(../images/bg01.png)no-repeat center;
}
.adv .box ul{
	width: 1154px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.adv .box ul li{
	width: 100%;
	height:330px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:space-between;
	margin-bottom: 50px;
}
.adv .box ul li .info {
	width: 720px;
	height: auto;
	float: left;
}
.adv .box ul li .info .tit{
	width: 100%;
	height: 87px;

 
}
.adv .box ul li .info .tit img{
	display: block;
	float: left;
	margin-right: 10px;
}
.adv .box ul li .info .tit p{
	color:#b30b0b;
	font-size: 26px;
	width: 470px;
	margin-top:15px;
	float: left;
}
.adv .box ul li .info .tit span{
	color:#b30b0b;
	font-size: 12px;
	width: 470px;
	float: left;
	margin-top: 3px;
}
.adv .box ul li .info  .text{
	width: 630px;
	height: auto;
	overflow: hidden;
	float: right;
}
.adv .box ul li .info  .text p{
	color:#333333;
	font-size: 15px;
	position: relative;
	padding-left: 20px;
	line-height: 25px;
}
.adv .box ul li .info  .text p:after{
	content: "";
	width: 13px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon03.png)no-repeat center center;
}
.cont{
	width: 100%;
	height: 140px;
	background: rgb(52,131,210);
	background: -moz-linear-gradient(left,  rgba(52,131,210,1) 50%, rgba(32,124,202,1) 50%, rgba(245,245,245,1) 50%);
	background: -webkit-linear-gradient(left,  rgba(52,131,210,1) 50%,rgba(32,124,202,1) 50%,rgba(245,245,245,1) 50%); 
	background: linear-gradient(to right,  rgba(52,131,210,1) 50%,rgba(32,124,202,1) 50%,rgba(245,245,245,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd1111', endColorstr='#f5f5f5',GradientType=1 );
	margin-top: 60px;
}
.cont .icon{
	float: left;
	width: 580px;
	margin-top: 20px;
	margin-left: 15px;
}
.cont .icon img{
	display: block;
	float: left;
	margin-right: 15px;
}
.cont .icon p{
	color:#ffffff;
	font-size: 37px;
	float: left;
	margin-top: 13px;
}
.cont .icon span{
	display: block;
	color:#ffffff;
	font-size: 20px;
	float: left;
}
.cont  .tel{
	float: left;
	height: 140px;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.cont .ewm{
	float: right;
	margin-top: -22px;
}
.cont .ewm img{
	display: block;
	width: 184px;
	height: 184px;
}
.section{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about{
	width: 780px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}
.about .pic{
	margin-top: 20px;
	float: left;
}
.about .pic img{
	display: block;
	width: 280px;
	height: 220px;
}
.about .info{
	width: 485px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.about .info p{
	color:#333333;
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
}
.about ul {
	float: left;
	margin-left: -10px;
	margin-top: 15px;
}
.about ul li{
	float: left;
	width: 252px;
	margin-left: 10px;
	height:auto;
}
.about ul li p{
	width: 100%;
	height: auto;
	text-align: center;
	color:#000000;
	font-size: 14px;
	line-height: 25px;
}
.workshop{
	width: 378px;
	height:490px;
	overflow: hidden;
	border: 1px solid #3483d2;
	float: right;
	margin-top: 30px;
	background: #eaeaea;
}
.workshop .tit{
	width: 100%;
	height: 40px;
	background: #3483d2;
}
.workshop .tit img{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
.workshop .tit p{
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 8px;
	margin-top: 10px;
}
.workshop .tit  a{
	float: right;
	color:#fff;
	font-size: 13px;
	line-height: 40px;
	margin-right: 10px;
}
.workshop .show{
	width: 347px;
	margin:0 auto;
	height: 420px;
	overflow: hidden;
	margin-top: 13px;
}
.workshop .box{
	height: 400%;
}
.workshop .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.workshop ul{
	width: 347px;
	margin:0 auto;
	height: auto;
	overflow: hidden;

}
.workshop ul li{
	width: 347px;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
}
.workshop ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: #010101;
	font-size: 14px;
	text-align: center;
	color:#010101;
}
.news{
	float: left;
	width: 780px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news ul{
	margin-top:15px;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
}
.news ul li .time{
	width: 70px;
	height: 70px;
	float: left;
}
.news ul li .time p{
	width: 100%;
	height: 35px;
	background: #555555;
	text-align: center;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.news ul li .time span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color:#fff;
	font-size: 12px;
	background: #3483d2;
}
.news ul li .info{
	float: right;
	width: 700px;
	height: 70px;
}
.news ul li .info p{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	color:#000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;

}
.news ul li .info span{
	display: block;
	width: 100%;
	height: 35px;
	font-size: 13px;
	color:#555555;
	line-height: 18px;
	margin-top: 3px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.contact{
	width: 378px;
	height:410px;
	overflow: hidden;
	border: 1px solid #3483d2;
	float: right;
	margin-top: 30px;
	background: #eaeaea;
}
.contact .tit{
	width: 100%;
	height: 40px;
	background: #3483d2;
}
.contact .tit img{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
.contact .tit p{
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 8px;
	margin-top: 10px;
}
.contact .tit  a{
	float: right;
	color:#fff;
	font-size: 13px;
	line-height: 40px;
	margin-right: 10px;
}
.contact  .pic{
	width: 347px;
	margin:0 auto;
	margin-top: 15px;
}
.contact .info{
	width: 347px;
	margin:0 auto;
	margin-top: 10px;
}
.contact .info p{
	color:#000000;
	font-size: 18px;
	font-weight: bold;
}
.contact .info  span{
	display: block;
	color:#333333;
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
}
.links{
	width: 100%;
	height: 100px;
  	background: url(../images/bg02.png)no-repeat center;
	margin-top: 30px;

}
.links .tit {
	float: left;
}
.links .tit p{
	color:#ffffff;
	font-size: 18px;
	line-height: 100px;
	float: left;
}
.links .tit span{
	color:#fff;
	font-size: 13px;
	float: left;
	margin-left: 5px;
	line-height: 99px;
}
.links ul{
	float: right;
	width: 1010px;
	margin-top: 30px;
	height: 48px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 22px;
}
.links ul li a{
	color:#666666;
	font-size: 13px;
}
.footer{
	width: 100%;
	height: 254px;
	background: #454545;
	float:left;
}
.footer .fn{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #6b6b6b;
}
.footer .fn ul li{
	float: left;
	line-height: 60px;
	padding-right: 10px;
	position: relative;
	padding-left: 10px;
}
.footer .fn ul li a{
	color:#ffffff;
	font-size: 15px;
}
.footer .fn ul{
	display: flex;
	justify-content: center;
}
.footer .fn ul li:after{
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background: #fff;
}
.footer .fn ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer .info{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
	margin-top:40px;
}
.footer .info p{
	color:#ffffff;
	font-size: 13px;
	line-height: 24px;
}
.footer .info a{
	color:#fff;
}

.container{ width:1200px; margin:0px auto; font-family: "微软雅黑";}
.con_left{ width:230px; float:left; margin-right:10px;margin-top:-10px; margin-bottom:20px; margin-top:20px;}
.con_right{ width:960px; float:left; margin-top:20px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:220px; padding-left:10px; height:40px; line-height:40px; font-size:18px; color:#fff; background:#0f70da; position:relative; border-bottom:3px solid #00448c}
.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:#000;}
.in_casetit img{ float:left;}
.in_casetit{ width:98%; padding-left:2%; height:48px; border-bottom:#f2f2f2 3px 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:3px solid #00448c}
.ul_news li{ width:98%; padding-left:2%; font-size:13px; height:32px; 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:3px solid #00448c; 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:225px; height:210px; float:left; margin-top:10px; margin-right:20px; margin-bottom:10px; text-align:center; background:##f2f2f2;box-shadow:0px 2px 5px 3px #e1e0e0 }
.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:165px; text-align:center; margin:0px auto;}
.main_right_product2 ul li img{max-width:100%; height:185px; text-align:center; margin:0px auto;}
.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:#4698eb; 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/n_ico2.jpg) no-repeat 5px; padding-left:15px; 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:#4698eb;}
.current{ background:#2e90fa;}
.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;}

/*分页*/
.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:#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:#4698eb; 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;}
