/* CSS Document */
body{
	font-size:12px; 
 	margin:0px;
	color:#000;
	 
	font-family:Arial, Helvetica, sans-serif,'宋体';
	 
 }
#main{
	width:1000px; 
	margin:0px auto;/*上下，左右*/
	background:#fff;
	padding-top:10px;
	
}


* {     font-family: "Microsoft YaHei" ! important; }  

.main_first{ width:1200px; margin:60px auto;}
.main_first .m_item{ width:250px; float:left; margin:20px;display:inline-block;}
/*.main_first .m_item .t_img{border-radius: 50%; border:#ddd solid 2px; width:150px; text-align:center; height:150px;  margin:0 auto; }*/
.main_first .m_item .t_img{ text-align:center;}
.main_first .m_item .t_img img{  height:220px; margin-top:20px;}
.main_first .tit{ font-size:20px; font-weight:bold; text-align:center; height:60px; line-height:60px; border-bottom:#034CAF solid 2px; margin-top:5px;}
.main_first .summary{ line-height:200%; font-size:14px; margin:10px auto;}

.main_bg{ background:#373f7c; padding:80px 0;}
.main_second{ width:1200px; margin:0 auto;}
.about_t{ font-size:40px; color:#fff; margin:30px 0;  text-align:center}
.about_c{line-height:200%; font-size:16px;  margin:10px; color:#fff;}
.about_b{ margin:30px auto}
.about_b .h_item{width:380px; float:left; margin-right:10px; display:inline-block;}
.about_b img{ width:100%;}
.about_b img:nth-of-type(3){ float:right; margin-right:0;  }

.about_b .h_item .a_word{ font-size:26px; color:#fff; text-align:center; padding:20px 0;}

.pro_c{ margin:30px auto}

.pro_c div.pro_item{ width:340px; float:left; display:inline-block; margin:30px 80px 0 0}

.pro_c div.pro_item img{ width:340px; height:250px; border:#ddd solid 1px;}
/*.pro_c a:nth-of-type(1n){ margin-left:0; }
*/
.pro_c div.pro_item:nth-of-type(3n){ float:right; margin-right:0; }
.pro_c div.pro_item p{ line-height:40px; font-size:16px; text-align:center; font-weight:bold;}


.main_third{ width:1200px; margin:20px auto;}
.tit_com{ font-size:40px; border-bottom:#0465BF solid 1px; text-align:center; padding:30px 0; font-weight:bold;}

.tit_com_case{ font-size:40px; border-bottom:#fff solid 1px; text-align:center; padding:30px 0; font-weight:bold; color:#fff; }

.pro_d{ margin:30px auto}
.pro_d a img{ width:380px; border:#ddd solid 1px;}
.pro_d a{ float:left; display:inline-block; margin:30px 20px 20px 0; background:#fff;}
/*.pro_d a:nth-of-type(1n){ margin-left:0; }*/
.pro_d a:nth-of-type(3n){ float:right; margin-right:0; }


.case_d{ margin:30px auto}
.case_d a img{ width:180px; border:#ddd solid 1px;}
.case_d a{ float:left; display:inline-block; margin:30px 20px 20px 0; background:#fff;}
/*.pro_d a:nth-of-type(1n){ margin-left:0; }*/
.case_d a:nth-of-type(6n){ float:right; margin-right:0; }



.case_bg{ background:url(images/case_bg.jpg) no-repeat;padding:80px 0;}

.top-bg{ background:#313f70; height:90px; width:100%;}
.top-main{ width:1200px; margin:0 auto;}
.logo{ width:270px; float:left;}
.logo img{ height:80px;}
 
.dd img{ margin-left:5px;}
.h3{ font-size:16px; font-weight:bold; padding:5px;}
img{border:none}


.left_nav{  background:#fff; color:#000; text-align:center; font-size:18px;  height:50px; line-height:50px;}
/*===========================================*/

#guest_book input,textarea{ 
	border: 1px solid #CCCCCC;
}


.cat_i{   width:800px; margin:30px auto;}
.cat_i a{  
				margin:20px;
       
        float:left;
        padding:10px;
        font-size:22px; display:inline-block;  
       }

.cat_top{ margin:30px auto;}
.cat_top a{ 
				
				width:200px; 
				margin:10px;
        border-radius:5px; border:#ddd solid 1px;
        float:left;
        padding:10px;
        font-size:18px; display:inline-block;
        background:#eee; text-align:center;
				
				 
		}

/*===============================*/
.menu{ width:920px; float:right}
.menu a {
  display: inline-block;
  float: left;
  width: 90px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
   
  margin-left: 5px;
  margin-right: 5px;
}

.menu a:visited {
  color: #fff;
  text-decoration: none;
}

.menu a:link {
  color: #fff;
  text-decoration: none;
}

.menu a:hover {
  color: #fff;
  text-decoration: none;
  
}

.in_nav{
	 
	font-size:40px;
	color:#000;
 

	height:60px;
	line-height:60px;
	border-bottom:#ddd solid 1px;
   text-align:center;
   padding:30px 0;
	 
}

 
/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/
.nav a{ display:inline-block; margin-left:25px; margin-right:25px; font-size:14px; font-weight:bold}
.nav a:visited{
		color:#fff; 
		text-decoration:none;
}
.nav a:link{
		color:#fff;
		text-decoration:none;
}
.nav a:hover{
		color:#fff;
		text-decoration:underline;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/




/*必须要这个顺序link,visited,hover,否则会不起作用*/

/*====================*/
a:visited{
		color:#000; 
		text-decoration:none;
}
a:link{
		color:#000;
		text-decoration:none;
}
a:hover{
		color:#0066CC;
		text-decoration:underline;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/


/*分页*/
.n_page{
		width:100%;
		 
		 
		 
}
.n_page a{
		float:left;
		 
		border:#d6d6d7 solid 1px;
		font-size:12px;
		padding:5px 5px 5px 5px;
		margin-left:5px;
		margin-top:5px;
		color:#333333; 
		background-color:#f3f7fa;
		text-decoration : none;
		display:inline-block;
}
.n_page a:link{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:visited{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:hover{
		color:#FFFFFF; 
		background-color:#1f86c1;
		text-decoration : none;
}
.n_page a:active{
		color:#FFFFFF; 
		background-color:#889dde;
		text-decoration : none;
} 
/*分页_end*/

/*自己写的分页*/
.s_page{
		width:100%;
		margin:5px 5px;
}
.s_page a{
		float:left;
		 
		border:#d2e9c1 solid 1px;
		font-size:12px;
		padding:5px 5px 5px 5px;
		margin-left:5px;
		margin-top:5px;
		color:#333333; 
		background-color:#f5faf1;
		text-decoration : none;
		display:inline-block;
}
.s_page a:link{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.s_page a:visited{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.s_page a:hover{
		color:#FFFFFF; 
		background-color:#488313;
		text-decoration : none;
}
.s_page a:active{
		color:#FFFFFF; 
		background-color:#488313;
		text-decoration : none;
} 

.foot-bg{background:#0e0e2a; width:100%; padding:30px 0;}
.foot-main{ width:1200px; height:120px; margin:0 auto; font-size:14px; color:#fff; line-height:180%;}