﻿body{margin:0;padding:0;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:13px;}
/*------------------链接css------------------------------------------------------*/	  
a{color:#3d61a5;border:1;text-decoration:none;}
a:hover{left: 0px;top: 1px;POSITION: relative;color:#b32317;/text-decoration:none;/}
/*------------------搜索框css-----------------------------------------------------underline-*/
.bar1 form {
	position:relative;
	width:500px;
	margin:0 auto;
}
.bar1 input {
	border:1px solid #3d61a5;
	border-radius:5px;
	background:transparent;
	top:0;
	right:0;
	outline:none;
		width:100%;
	height:30px;
	padding-left:8px;
}
.bar1 button {
	background:#3d61a5;
	border-radius:0 5px 5px 0;
	width:80px;
	top:0;
	right:0;
	border:none;
	outline:none;
	height:30px;
	cursor:pointer;
	position:absolute;
}
.bar1 button:before {
	content:" 搜 索  ";
	font-size:14px;
	color:#FFFFFF;
}
/*---------------背景图css--------------------------------------------------------------------------------------------*/
.bgim td { text-align: center;
      background-repeat: repeat;
      background-position: 100% 100%;
      filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
      -moz-background-size:100% 100%;
      -webkit-background-size:100% 100%;
       background-size:100% 100%;
      }
/*---------------分页css------------------------------------------------------------------------------------------*/
.yema  table {
     border-radius: 4px;
     border:1px solid #3D61A5;
	 text-align: center;
	 font-size: 14px;
	 
	 }
/*--------电脑手机宽度控制-------------------------------------------------------------------------------------------------*/
.diannao_weight {
	width:100%;
	background-color: #CCCCCC;
}
.shouji_weight {
	width:1405px;
	background-color: #0066FF;
}