@charset "utf-8";
/* CSS Document */
body, div, p, ul, li,h2,h3,h1, i, em, span, dd, dt, dl, form, table, th, td, tr, input {
	border: 0 none;
    margin: 0;
    padding: 0;
	list-style-type:none;
}
select{
	padding: 0;
	margin: 0;
}
html{
	font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; 
	font-size: 12px; 
	color:#121212;
	background-color:#ffffff;
	height:100%; 
	width:100%;
}
a{ 
    text-decoration:none;
	color:#333333;
	outline:none;
	border: none;
}
a:hover{ text-decoration:none;}
img{ border:none;}
h2,h3,h4,i,b{
	font-weight: normal;
	font-style: normal;
}
input,textarea{ font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; outline:none;}

.wrap{
	
}
.wraper{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.ofhd{ overflow: hidden; }
.fl{ float: left; }
.fr{ float: right; }
.cb{ clear: both; }

.tab_wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 430px;
	min-width: 1000px;
	background: url(../images/tab_bg.jpg) center top no-repeat;
	background-color: #0d142d;
}
.tab_colum{
	width: 844px;
	height: 60px;
	overflow: hidden;
	margin: 55px auto;
}
.tab_colum ul{
	width: 939px;
	height: 60px;
	overflow: hidden;
}
.tab_colum li{
	width: 218px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-right: 95px;
}
.tab_colum li a{
	display: block;
	width: 218px;
	height: 60px;
	overflow: hidden;
	background: url(../images/tab_col_bg.png) no-repeat;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: 60px;
	vertical-align: middle;
}
.tab_colum li a:hover,.tab_colum li a.this{
	background: url(../images/tab_col_bgon.png) no-repeat;
}
.tab_colum li img{
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 19px;
}

.tab{ 
	width:770px; 
	height:auto; 
	overflow:hidden; 
	margin: 0 auto;
	margin-bottom:40px;
}
.tab_col{ 
	width: 220px;
	height: auto;
	overflow: hidden;
	float: left;
}
.tab_col li{
	width: 220px;
	height:43px; 
	line-height:43px; 
	vertical-align:middle;
	background: url(../images/tab_col2_bg.png) no-repeat;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.tab_col li.libg{
	background: url(../images/tab_col2_bgon.png) no-repeat;
	color: #685703;
}
.tab_col li p{
	width: 220px;
	height:43px; 
}
.tab_col li p.tc1{ background: url(../images/tab_icon1.png) 20px center no-repeat;}
.tab_col li p.tc2{ background: url(../images/tab_icon2.png) 20px center no-repeat;}
.tab_col li p.tc3{ background: url(../images/tab_icon3.png) 20px center no-repeat;}
.tab_col li p.tc4{ background: url(../images/tab_icon4.png) 20px center no-repeat;}
.tab_col li.libg p.tc1{ background: url(../images/tab_icon1on.png) 20px center no-repeat;}
.tab_col li.libg p.tc2{ background: url(../images/tab_icon2on.png) 20px center no-repeat;}
.tab_col li.libg p.tc3{ background: url(../images/tab_icon3on.png) 20px center no-repeat;}
.tab_col li.libg p.tc4{ background: url(../images/tab_icon4on.png) 20px center no-repeat;}
.turn{ 
	width:760px; 
	height:auto; 
	overflow:hidden; 
	background-color:rgba(24,39,88,0.4);
	min-height: 300px;
	border: 1px #0054a3 solid;
	float: right;
}
.tab_con{
	height: auto;
	padding: 7px 12px;
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
}
.tab_con span{
	color: #ffeab5;
}
.tab_con table{
	text-align: center;
}
.tab_con table th{
	background-color: rgba(255,255,255,0.2);
	padding: 3px 0;
	color: #ffeab5;
}
.tab_con table td{
	background-color: rgba(255,255,255,0.1);
	padding: 3px 0;
}

th {
	text-align:center;
}

#tipdiv
{
	top:66px;
	left:-18px;
	width:250px;
	height:250px;
	position:absolute;
	display:none;
	z-index:999;
	
	background-color:white;
	background-size:200px, 200px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url("../images/weixin.jpg");
}

#weixin:hover #tipdiv{
	display:block;
}
#weixin{
	position:relative;
}