﻿@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
body{ font-family:"微软雅黑",Arial, Helvetica, sans-serif; color:#444; font-size:14px; line-height:24px; background:#f2f2f2;}
ul{ list-style:none;}
.clear{ clear:both;}
img,li{ vertical-align:top; border:0;}
img{ width:100%; -ms-interpolation-mode: bicubic;}

.top{ width:100%; height:55px; overflow:hidden; zoom:1; background:#fff;}
.logo{ float:left; margin:8px 0 0 16px; width:180px; height:40px;}
.home{ float:right; width:55px; height:55px;}

.relaTv{ position:relative;}
.banner{ width:100%; height:100%; overflow:hidden;}
.banner_center{ margin:0 auto; width:100%; z-index:3;}
.bDiv{ position:absolute; left:0; top:0; width:100%; top:75% display:none; z-index:2;}
.IndbtnWrap{ position:absolute; left:auto; top:auto; margin:0 auto; height:22px; width:180px; z-index:10;}
.IndbtnWrap a{display:inline-block; margin:0 8px 0 0; width:8px; height:8px; z-index:10;}
.BanMidellBTNColorW{ background:url(/Style/images/btn1.png) no-repeat;}
.BanMidellBTNColorB{ background:url(/Style/images/btn2.png) no-repeat;}

.content{ padding:20px; overflow:hidden; zoom:1;}
form{}
form label
	{
		display: block;
		margin-top: 15px;
		font-size: 16px;
		color: #888;
		padding: 8px 0;
	}
	input[type="text"]
	{
		display: block;
		width: 100%;
		height: 60px;
		background:#fff url(/Style/images/sub.png) no-repeat 28px 15px;
		border: 1px solid #a6a6a6;
		font-size: 16px;
		text-indent: 76px;
		border-radius:5px;
	}
	
	input.btn{ float:right; cursor:pointer; margin:20px 0; width:150px; height:50px; border:none; font-size:0; background:#ff7c00 url(/Style/images/btn.png) no-repeat center center; border-radius:5px;}

.bottom{ position:fixed; bottom:0; left:0; width:100%; height:40px; line-height:40px; background:#b7b7b7; font-size:1.2em; font-weight:bold; text-align:center; color:#333;}

table{ width:100%; border:1px solid #a6a6a6; border-radius:5px; margin-bottom:20px; text-indent:20px; overflow:hidden; zoom:1;}
table tr{ height:45px; line-height:24px; width:100%;}
table tr.gray{ background:#b8b8b8 url(/Style/images/icon.png) no-repeat 20px 10px; text-indent:56px;}
table tr.gray td.none{ background:#b8b8b8;}
table tr.white{ background:#fff;}
table td{ width:50%; border-bottom:1px solid #a6a6a6;}
table.h90{ margin-bottom:90px;}