*{margin: 0px;padding: 0px;}
body{min-width:1110px;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: 1110px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head .name{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 110px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 50px;
	background:#0068b7;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
 
}
.nav ul li{
	float: left;
	width: 157px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.nav ul li ul{
	position: absolute;
	left: 0;
	top: 50px;
	height: auto;
	overflow: hidden;
	display: none;
	width: auto;
	z-index: 100;
	background: #0068b7;

}
.nav ul li:hover ul,{
	display: block;
}
.nav ul li ul li{
	width: 100%;
	height: 35px;
	border-bottom: 1px dashed #fff;
	line-height: 35px;
	text-align: center;
}
.nav ul li ul li:last-child{
	margin-bottom: 10px;
}
.nav ul li ul li a{
	color:#fff;
	font-size: 13px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover,.nav ul li.m_hover{
	background: #00479d;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:auto;
 overflow:hidden; 
 position:absolute; 
 left:50%;
 margin-left: -115px;
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:15px; 
 height:15px;
 border-radius: 50%; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #0068b7;
 
}
.banner .hd ul li.on{
 background:#0068b7; 
  
}
.banner .bd{
 position:relative; 
  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: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.title{
	width: 100%;
	background: url(../images/title.png) no-repeat center 50px;
}

.title p{
	color:#0068b7;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.title span{
	display: block;
	text-align: center;
	color:#999999;
	font-size: 12px;
	margin-top: 50px;
}


.product .list{
	width: 1100px;
	margin: 0 auto;
	height: auto ;
	overflow: hidden;
	margin-top: 30px;
}
.product .list ul {
	margin-left: -8px;
}

.product .list ul li{
	float: left;
	width: 266px;
	height: 43px;
	border: 1px solid #bcbcbc;
	line-height: 43px;
	text-align: center;
	margin-bottom: 7px;
	margin-left: 8px;
}


.product .list ul li a{
	color:#1a1a1a;
	font-size: 18px;
}
.product .list ul li:hover {
	background: #0068b7;
}

.product .list ul li:hover a{
	color:#fff;
}

.product .pic{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.product .pic ul{
	margin-left: -9px;
}
.product .pic ul li{
	float: left;
	width: 268px;
	height: auto;
	overflow: hidden;
	margin-left: 9px;
	margin-bottom: 10px;
}
.product .pic ul li img{
	display: block;
	width: 266px;
	height: 198px;
	border: 1px solid #dcdcdc;
}
.product .pic ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	line-height: 30px;
	color:#1a1a1a;
	font-size: 16px;
}


.gg{
	width: 100%;
	height: 180px;
	background: url(../images/gg.png) no-repeat center;
	margin-top: 60px;
}

.gg .tel{
	float: right;
}

.gg .tel p{
	color:#fff;
	font-size: 34px;
	font-weight: bold;
	margin-top: 70px;
	line-height: 40px;
}


.about{
	width: 100%;
	height: 520px;
	background: #f0f0f0;
}


.about .intro{
	float: left;
	width: 565px;
	height: auto;
	overflow: hidden;
}

.about .intro h4{
	color:#1a1a1a;
	font-size: 24px;
	font-weight: bold;
	margin-top: 110px;
}

.about .intro .info{
	width: 100%;
	height: 225px;
	overflow: hidden;
	margin-top: 20px;
}

.about .intro .info p{
	color:#1a1a1a;
	font-size: 15px;
	text-indent: 1em;
	line-height: 25px;
}

.about .intro  a{
	display: block;
	width: 120px;
	height: 40px;
	margin-top: 30px;
}

.about .pic{
	width:500px;
	height: 380px;
	overflow: hidden;
	margin-top: 70px;
	float: right;
	position: relative;
}
.about .pic:after{
	content:"";
	width: 485px;
	height: 358px;
	background: #dcdcdc;
	top: 10px;
	bottom: 0;
	margin-left: 0;
	position: absolute;
}
.about .pic img{
	display: block;
	width: 485px;
	height: 358px;
	position: relative;
	z-index: 10;
	float:right;
}


.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases .pic{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .pic ul {
	margin-left: -14px;
}
.cases .pic ul li{
	float: left;
	width: 262px;
	border: 1px solid #dcdcdc;
	margin-left: 14px;
	height: auto;
	margin-bottom: 12px;
	overflow: hidden;
}

.cases .pic ul li img{
	display: block;
	width: 242px;
	height: 225px;
	margin: 10px;
	margin-bottom: 0;
}

.cases .pic ul li p{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color:#1a1a1a;
	font-size: 16px;
	text-align: center;
}


.equipment{
	width: 100%;
	height: 1060px;
	background: #f0f0f0;
	overflow: hidden;
	margin-top: 60px;
}
.equipment .title{
	margin-top: 40px;
}
.equipment .pic{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.equipment .pic ul {
	margin-left: -14px;
}
.equipment .pic ul li{
	float: left;
	width: 262px;
	border: 1px solid #dcdcdc;
	margin-left: 14px;
	height: auto;
	margin-bottom: 12px;
	overflow: hidden;
}

.equipment .pic ul li img{
	display: block;
	width: 242px;
	height: 225px;
	margin: 10px;
	margin-bottom: 0;
}

.equipment .pic ul li p{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color:#1a1a1a;
	font-size: 16px;
	text-align: center;
}


.news{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.news .left{
	float: left;
	height:auto;
	overflow: hidden;
	width: 525px;
	margin-top: 35px;
	border-bottom: 1px dashed #e1e1e1;
}
.news .left .pic{
	width: 525px;
	height: 337px;
	position: relative;

}
.news .left .pic span{
	display: block;
	font-size: 90px;
	color:#fff;
	font-weight: bold;
	font-family: 'Arial Boldd';
	position: absolute;
	width: 476px;
	height: 258px;
	border: 1px solid #fff;
	left: 50%;
	margin-left: -238px;
	top: 50%;
	margin-top: -129px;
	line-height: 258px;
	text-align: center;
	letter-spacing: 15px;
}
.news .left img{
	display: block;
	width: 525px;
	height: 337px;
}
.news .left  .info{
	width: 495px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top:20px;
}
.news .left  .info h4{
	color:#1a1a1a;
	font-weight: normal;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .left  .info p{
	color:#999999;
	font-size: 15px;
	line-height: 20px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    margin-top: 5px;
 
}
.news .right{
	float: right;
	width: 550px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news .right ul li{
	width: 100%;
	height: 65px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 5px;
	margin-top: 10px;
 
}
.news .right ul li .time{
	float: left;
	width: 99px;
	height: 70px;
 	background: #f0f0f0;
}
.news .right ul li .time p{
	color:#222222;
	font-size:30px;
	font-weight: bold;
	text-align: center;
 	line-height: 40px;
 
}
.news .right ul li .time span{
	color:#fff;
	font-size: 14px;
	display: block;
	text-align: center;
 	height: 30px;
 	line-height: 30px;
 	text-align: center;
 	background: #666666;


}
.news .right ul li .info{
	float: right;
	width:430px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;

}
.news .right ul li .info h4{
	width: 100%;
	color:#666666;
	font-size: 18px;
	font-weight: normal;
	 white-space: nowrap;
	 margin-top: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .right ul li .info p{
	color:#999999;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .right ul li:hover .time{
	background: #0068b7;
}
.news .right ul li:hover .time p{
	color:#fff;
}
.news .right ul li:hover h4{
	color:#0068b7;
}
.news .more{
	display: block;
	width: 130px;
	height: 40px;
	background:#1474bd;
	color:#fff;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
 	margin-top: 30px;
	float: left;
	position: relative;
 
 
}


.links{
	width: 100%;
	height: 60px;
	background:#0068b7;
	margin-top: 50px;
}
.links .tit{
	float: left;
	height: 60px;
}
.links .tit p{
	color:#fff;
	font-size: 18px;
	line-height: 60px;
	margin-left: 10px;
	float: left;

}
.links .tit img{
	display: block;
	float: left;
	margin-top: 15px;
}
.links  ul{
	float: left;
	width: 940px;
	height: auto;
	overflow: hidden;
	height: 60px;
}
.links  ul li{
	float: left;
	padding: 0 10px;
	line-height: 60px;
}
.links  ul li a{
	color:#fff;
	font-size: 12px;
}
.footer{
	width: 100%;
	height:256px;
	overflow: hidden;
	background: #333333;
	position: relative;
	border-top: 2px solid #fff;

}
.footer .left{
	float: left;
	width: 380px;
	height: auto;
	overflow: hidden;
}
.footer img{
	display: block;
}
 
.footer .name{
	margin-top: 35px;
}
.footer  .tel{
	margin-top:25px;
}
.footer .info{
	float:left;
	width: 300px;
	margin-top: 40px;
	margin-left:150px;
}
.footer .info p{
	color:#fff;
	font-size: 14px;
	line-height: 28px;
}
.footer .cr{
	position: absolute;
	bottom: 0;
	height: 30px;
	background: #1f1f1f;
	width: 100%;
}
.footer .cr p{
	color:#fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.footer .cr a{
	color:#fff;
}
.footer  .ewm{
	float: left;
	margin-left: 130px;
	margin-top: 30px;
}
.footer  .ewm img{
	display: block;
	width: 146px;
	height: 146px;
}
.footer  .ewm p{
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 14px;
}


.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	top: 50px;
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #454545;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}

.container{ width:1200px; margin:20px auto; }
.con_left{ width:240px; float:left; margin-right:20px; margin-bottom:50px; margin-top:-20px;}
.con_right{ width:940px; float:left; margin-bottom:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:228px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  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:#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:#4b9b04;}
.ul_news{ width:100%; margin:0px auto;  padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:220px; padding-left:20px; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/jt.gif) no-repeat 5px;}
.in_contact{width:238px; margin-top:10px; float:left; color:#333; border:#ccc 1px solid;}
.in_contact p{ width:230px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{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,.main_case{ width:100%; margin:0px auto;}
.main_right_product ul,.main_case ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:310px; height:240px;  float:left; margin-top:10px; margin-right:11px; }
.main_case ul li{ list-style:none; width:310px; 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:280px; height:200px; padding:5px;border:#eee 1px solid;}
.main_case ul li img{width:280px; height:250px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link,.main_case ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_case ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_case ul li a:hover{ color:#f39800; text-decoration:none;}

.main_right_product p a{color: rgb(0, 0, 0);}

.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:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/jt.gif) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont p a{color:#000 ;}
.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:#f39800;}
.nav ul li.current {background: #f39800;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.newscontent{ font-size:16px; line-height:24px;}
.listmenu .tit{
	width: 240px;
	height: 60px;
	background:#0068b7;
}
.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: 50px;
	line-height: 50px;
	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: #f39800;
}
.listmenu ul li.m_hover{
	background: #f39800;
}
.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: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;}
.thisclass{ background:#f39800; 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:#f39800; 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:#f39800;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
