@charset "utf-8";

/* tabbtn */
.tabbtn {
	height:44px;
	margin:32px 0px; 
	padding:0px;
}
.tabbtn li {
	float:left;
	width:257px;
	position:relative;
	margin-left:75px; margin-right:65px;
	text-align:center;
}
.tabbtn li a {
	display:block;
	height:44px;
	line-height:44px;
	overflow:hidden;
	width:257px;
	text-align:center;
	font-size:18px;
	cursor:pointer;
	background:#004ea2;
	color:#FFFFFF;
    text-decoration:none;
}
.tabbtn li.current {}
.tabbtn li.current a {
	height:52px;
	line-height:44px;
	background:url(bg4.png) no-repeat;
	color:#fff;
	text-decoration:none;
}
/* tabcon */
.tabcon {
	width:1200px;
	position:relative;/*必要元素*/
	height:405px;
	overflow:hidden;
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist { overflow:hidden; width:1200px; height:405px;}
.tabcon .sublist ul{ margin:0px; padding:0px; overflow:hidden; width:1225px;}
.tabcon .sublist ul li{ width:260px; height:383px; border:#004ea2 1px solid; float:left; overflow:hidden; margin-right:24px; padding:10px;}
.tabcon .sublist ul li:hover{ border:#cc2a1e 1px solid; cursor:pointer;}
.tabcon .sublist ul li .tt{ font-size:14px; font-weight:bold; margin:0px; text-align:center; line-height:24px;}
.tabcon .sublist ul li .tt a{ color:#000b16;}
.tabcon .sublist ul li .tt a:hover{ color:#990000;}
.tabcon .sublist ul li .info{ font-size:12px; color:#636363; margin:5px 0px 15px; line-height:24px; }
.tabcon .sublist ul li .xiangxi{ width:198px; height:29px; line-height:29px; color:#FFFFFF; text-align:center; text-decoration:none; background:url(bg5.png) no-repeat; display:block; margin:auto;}
.tabcon .sublist ul li .xiangxi:hover{ width:198px; height:29px; line-height:29px; color:#FFFFFF; text-align:center; text-decoration:none; background:url(bg5.png) no-repeat 0px -29px; display:block; margin:auto;}
.tabcon .sublist ul li:hover .xiangxi{width:198px; height:29px; line-height:29px; color:#FFFFFF; text-align:center; text-decoration:none; background:url(bg5.png) no-repeat 0px -29px; display:block; margin:auto;}

.tabbtn1{ width:540px; overflow:hidden; height:33px; border-bottom:#004ea2 2px solid; padding-top:2px;}
.tabbtn1 li{ float:left; margin-right:2px; width:139px; height:33px; background:#004ea2; text-align:center; line-height:32px;}
.tabbtn1 li a{ color:#FFFFFF;}
.tabbtn1 .current{ width:139px; height:33px; background:#cc2a1e; text-align:center; line-height:32px;}
.tabbtn1 .current a{ color:#FFFFFF;}
.tabcon1 .sublist{ width:540px; overflow:hidden;}
.tabcon1 .sublist ul{ padding-top:17px;}
.tabcon1 .sublist ul li{ width:540px; height:79px; overflow:hidden;}
.tabcon1 .sublist ul li .riqi{ width:63px; height:63px; display:block; float:left; background:#004ea2;}
.tabcon1 .sublist ul li .riqi .ri{ width:63px; height:37px; overflow:hidden; display:block; text-align:center; font-size:24px; color:#FFFFFF; border-bottom:#3371b5 1px solid;}
.tabcon1 .sublist ul li .riqi .nianyue{ width:63px; height:25px; line-height:25px; text-align:center; color:#FFFFFF; font-size:12px; display:block; }
.tabcon1 .sublist ul li .neirong{ width:460px; height:78px; float:right; overflow:hidden; }

.tabcon1 .sublist ul li:hover{ cursor:pointer;}
.tabcon1 .sublist ul li:hover .riqi{ width:63px; height:63px; display:block; float:left; background:#cc2a1e;}
.tabcon1 .sublist ul li:hover .riqi .ri{ border-bottom:#d6554b 1px solid;}
.tabcon1 .sublist ul li:hover .neirong{ width:460px; height:78px; float:right; overflow:hidden; color:#cc2a1e;}

