 * {
  		margin: 0;
  		padding: 0;
  		border: 1;
  		text-decoration: none;
  		outline: none;
	}
   	body,a {
  		font-family: calibri;
  		font-size: 14px;
  		font-weight: normal;
  		color: #3B424D;
	}
	p{
		font-family: calibri;
  		font-size: 14px;
  		font-weight: normal;
  		color: #3B424D;
	}/**/
	html{
		width:100%;
		height:100%;
		/*overflow:-moz-scrollbars-vertical;*/
		overflow:hidden;
		
	}
	table{
		color:#000000;
	
	}
	#head{
		height:89px;
		line-height:89px;   
		background-color:#0566c7;
		font-size:60px;
		text-align:center;
		color: #ffffff;
		font-family:NSimSun ;
		text-shadow: 1px 1px 1px #fff;
	}
	#main{
		height:90%;
		width:100%;
		background-color:#7197bd;
		/*background:url(image/backgroud.jpg) no-repeat 0px 0px;*/
		padding-left:25px;
		text-align:center;	
	}
	.frame{
		margin:10px;
	}
	#left-main{
		height:90%;
		width:30%;
		float:left;
		border: 10;
		/*background-color:#ff0000;*/
		
	}
	#right-main{
		height:90%;
		width:60%;
		float:left;
		border: 10px;
		/*background-color:#0000ff;*/
	}
	.up-warp{
		border: 5px solid #0566c7;/*设置边框*/
		background-color:#ffffff;
		-webkit-border-radius: 15px;
  		-moz-border-radius: 15px;
  		-ms-border-radius: 15px;
  		-o-border-radius: 15px;
  		border-radius: 15px;
	}
	#left-up{
		width:400px;
		height:246px;
		margin:23px auto;
		/*background-image: url(image/left-up.jpg);*/
		background-size:400px 246px;		
	}
	#left-down{
		width:400px;
		height:246px;
		margin:23px auto;
		/*background-image: url(image/left-down.jpg);*/
		background-size:400px 246px;
	}
	#modelList{
		background-color:#ffffff;
		width:800px;
		height:510px;
		margin: 25px auto;
		-webkit-border-radius: 25px;
  		-moz-border-radius: 25px;
  		-ms-border-radius: 25px;
  		-o-border-radius: 25px;
  		border-radius: 25px;
		border: 10px solid #0566c7;/*设置边框*/
		vertical-align: middle;
		/*background-image: url(image/main.jpg);*/
		background-size:800px 510px;		
	}
	.tital{
		font-size:30px;
		font-weight:900;
		text-shadow: 1px 1px 1px #000;
		font-family:NSimSun; /*新宋体*/
		margin-top:20px;
		margin-bottom:20px;
	}
	

	table{
		margin-left: auto;
		margin-right: auto; 
		font-family: "Trebuchet MS", sans-serif;
    	font-size: 16px;
    	font-weight: bold;
    	line-height: 1.4em;
    	font-style: normal;
    	border-collapse:separate;
	}
	th{
		width:200px;
		padding:1px;
    	color:#fff;
    	text-shadow:1px 1px 1px #568F23;
    	border:1px solid #93CE37;
    	border-bottom:3px solid #9ED929;
    	background-color:#9DD929;
   	 	background:-webkit-gradient(
        	linear,
        	left bottom,
        	left top,
        	color-stop(0.02, rgb(123,192,67)),
        	color-stop(0.51, rgb(139,198,66)),
        	color-stop(0.87, rgb(158,217,41))
        	);
   		background: -moz-linear-gradient(
        	center bottom,
        	rgb(123,192,67) 2%,
        	rgb(139,198,66) 51%,
        	rgb(158,217,41) 87%
        	);
    	-webkit-border-top-left-radius:5px;
    	-webkit-border-top-right-radius:5px;
    	-moz-border-radius:5px 5px 0px 0px;
    	border-top-left-radius:5px;
    	border-top-right-radius:5px;
	}
	td{
		padding:1px;
    	text-align:center;
    	background-color:#DEF3CA;
    	border: 2px solid #E7EFE0;
    	-moz-border-radius:2px;
    	-webkit-border-radius:2px;
    	border-radius:2px;
    	color:#666;
    	text-shadow:1px 1px 1px #fff;
	}
	.styled-select select {
   		background: transparent;
   		width: 200px;
 		text-align:center;
   		font-size: 16px;
   		border: 0;
   		-webkit-appearance: none; /*for chrome*/	
	}
	.styled-select{
		width : 180px;
		overflow: hidden;
		background: url(image/select.jpg) no-repeat right #DEF3CA;
	}
	.model-select select {
   		background: transparent;
		padding-right:20px;
   		width: 140px;
 		text-align:center;
   		font-size: 16px;
   		border: 0;
   		-webkit-appearance: none; /*for chrome*/	
	}
	.model-select{
		width : 120px;
		overflow: hidden;
		background: url(image/select.jpg) no-repeat right #DEF3CA;
		display:inline-block;
	}
    .btn{
		width:80px;
		-webkit-border-radius: 5px;
  		-moz-border-radius: 5px;
  		-ms-border-radius: 5px;
  		-o-border-radius: 5px;
  		border-radius: 5px;
  		border: 1px ;/*边框颜色*/
  		background-color:#DEF3CA;
  		color: #000;
  		font-weight: normal;
  		text-shadow: 1px 1px 1px 0;
  		box-sizing: border-box;
		border: 3px solid #0566c7;/*边框颜色*/
	}
	.btn:hover{
		width:80px;
  		border: 1px ;/*边框颜色*/
  		background-color:#9DD929;
  		color: #fff;
  		font-weight: normal;
  		text-shadow: 1px 1px 1px 0;
  		box-sizing: border-box;
		border: 3px solid #7197bd;/*边框颜色*/
	}
	.titial2{
		font-size:23px;
		font-weight:300;
		text-shadow: 1px 1px 1px #000;
		font-family:NSimSun; /*新宋体*/
		margin-top:20px;
		margin-bottom:20px;
		display:inline;
		text-align:left;
	}
	