﻿@charset "utf-8";
/* CSS Document */
.zt_box{
	position:relative;
	margin:10px 0;
	width:100%;
	height:680px;
	background:url(../images/bg.jpg) no-repeat
}
.zt_box>div{
	position:absolute;
	text-indent:-9999px;
	width:196px;
	height:224px
}
.zt_box>div a{
	display:block;
	width:196px;
	height:224px
}
.zt_box>div.z1{
	background:url(../images/z1.png);
	left:70px;
	top:185px
}
.zt_box>div.z1:hover{
	background:url(../images/z1_h.png)
}
.zt_box>div.z2{
	background:url(../images/z2.png);
	left:395px;
	top:185px
}
.zt_box>div.z2:hover{
	background:url(../images/z2_h.png)
}
.zt_box>div.z3{
	background:url(../images/z3.png);
	left:215px;
	top:415px
}
.zt_box>div.z3:hover{
	background:url(../images/z3_h.png)
}
.zt_box>div.z4{
	background:url(../images/z4.png);
	left:580px;
	top:415px
}
.zt_box>div.z4:hover{
	background:url(../images/z4_h.png)
}
.zt_box>div.z5{
	background:url(../images/z5.png);
	left:715px;
	top:185px
}
.zt_box>div.z5:hover{
	background:url(../images/z5_h.png)
}
.myd_box{
	margin:10px 0;
	min-height:470px;
	width:100%;
	background:white url(../images/bg01.jpg) bottom center no-repeat;
	background-size:100% auto
}
.myd_box>.title{
	height:110px;
	background:url(../images/tit01.gif) center no-repeat;
	text-indent:-9999px
}
.myd_box>.title2{
	height:110px;
	background:url(../images/tit02.png) center no-repeat;
	text-indent:-9999px
}
.myd_box>.title4{
	height:110px;
	background:url(../images/tit04.png) center no-repeat;
	text-indent:-9999px
}
.myd_box>.title5{
	height:80px;
	background:url(../images/tit02.png) center no-repeat;
	text-indent:-9999px
}
.tabBox .tit01{
	float:left;
	width:212px;
	margin-left:10px
}
.tabBox .tit01 a{
  float:left;
  display:inline-block;
  width:182px;
  padding: 40px 20px 40px 10px;
  font-family:'微软雅黑';
  margin-bottom:5px;
  background:url(../images/tbg01.gif) right center no-repeat;
  font-size:21px;
  text-align:center;
  font-weight:bold;
  cursor:pointer;
  color:#fff;
}
.tabBox .tit01 a:hover,
.tabBox .tit01 a.hover{
	background:url(../images/tbg01_h.gif) right center no-repeat
}
.tableBox{
	margin-right:10px;
	width:735px;
	height:310px;
    overflow-y:auto;
	padding:15px;
	background-color:#e2f2ff;
	float:right;
	font-family:'微软雅黑';
}
.tb01{
	width:100%;
	background-color:white;
	border-top:1px solid #3c5db0;
	border-left:1px solid #3c5db0
}
.tb01 td{
	text-align:center;
	font-size:18px;
	height:61px;
	border-bottom:1px solid #3c5db0;
	border-right:1px solid #3c5db0
}
.tb01 td a:hover{
	color:#3c5db0;
	text-decoration:underline
}
.zoom{
	padding:30px;
	font-size:16px;
	font-family:'微软雅黑';
}
.zoom p{
	margin-bottom:20px;
	line-height:24px
}
.zoom p input{
	vertical-align:middle;
	margin-right:5px
}
.btn01{
	border:0;
	background-color:#3c5db0;
	padding:10px 20px;
	color:white;
	cursor:pointer;
	border-radius:5px
}
.btn01:hover{
	background-color: #d01d1d
}
.zoom h2{
	font-size:28px;
	margin-bottom:20px;
	color:#3c5db0
}
.tb02{
	width:100%;
	background-color:#fbfbfb;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede
}
.tb02 td,
.tb02 th{
	font-size:16px;
	padding:10px;
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede
}
.tb02 th{
	text-align:right;
	font-weight:normal;
	background-color:#3c5db0;
	color:white;
	border-bottom:1px solid #fff
}
.tb02 th span{
	color:red
}
.inp01,
.inp02{
	border:1px solid #dedede;
	background-color:white;
	text-indent:10px;
	height:35px;
	line-height:35px;
	width:250px
}
.inp02{
	width:125px
}
.tb02 textarea{
	border:1px solid #dedede;
	background-color:white;
	min-width:500px;
	padding:10px
}