﻿
.cp{width:100%;margin:0 auto;height:430px;}
/*滑动门*/
.tabbox {width:1000px;height:485px;margin:0 auto;}
.tabmenu {margin-left:10px;margin-right:10px;
	width:980px;
	height:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0564a8;
}
.tabmenu ul {margin:0;padding:0;list-style-type: none;}
.tabmenu li{ text-align:center; float:left; display:block; width:194px; height:40px; overflow:hidden;line-height:40px;  display:inline;font-size:16px;background-color:#333333;color:#FFFFFF; border-right:#fff 2px solid; border-bottom:#fff 2px solid;}
.tabmenu li a:hover{color:#FFFFFF;}
.tabmenu .cli {text-align:center;float:left;display:block;width:194px;height:40px;overflow:hidden;background-color: #0163ac;line-height:40px;border-right:#ccc 2px solid;border-bottom:#fff 2px solid;display:inline;font-size:16px; cursor:pointer;color:#FFFFFF;}
#tabcontent {width:1000px;}
#tabcontent ul {margin:0;list-style-type: none;}
#tabcontent ul li{
	margin-left:10px;
	margin-right:10px;
	float:left;
	width:226px;
	border: 1px solid #e6e4e5;
	margin-top:15px;
	text-align: center;
}
#tabcontent ul li:hover{border: 1px solid #0270c9;}
#tabcontent ul li:hover span a{
	background-color: #0270c9;color:#FFFFFF;
}
#tabcontent ul li img{width:100%;height:225px;}
#tabcontent ul li span a{
	line-height:30px;width:225px;height:30px;font-size:14px;	display:block;
	position: relative;

}
#tabcontent .hidden {display:none;}




