/* CSS 定制的公共样式 */
html, body, ul, li, h2, h3, h4, h5, h6，dl, dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
	cursor: pointer;
} /* for firefox */
.clearfix {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
body {
	font-family: Microsoft YaHei;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	background-color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.font16 {
	font-size: 16px;
}
.text_center {
	text-align: center;
}
.blue{
	color:#06F;
	font-size:20px !important;
}
.green {
	color: #6eb92b;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
h1 {
	font-size: 36px;
}
/*.header*/
.header {
	width: 1000px;
	margin: auto;
	background: #fff;
	height: 92px;
}
.header .logo {
	width: 250px;
	float: left;
	padding-top: 15px;
}
.header .logo img{
	width:100%;
}
.header .nav {
	margin-left: 500px;
}
.nav ul {
	position: relative;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	line-height: 92px;
	width: 80px;
	text-align: center;
	height: 92px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	transition: background-image 0s ease-in-out;
	-webkit-transition: background-image 0s ease-in-out;
}
.nav li a:hover, .nav li a.active {
	color: #008cd6;
	font-weight: bold;
	background: url(../Images/ico_in_nav.png) no-repeat center 65px;
}
.nav ul li ul {
	position: absolute;
	width: 130px;
	background: #fff;
	margin-left: -25px;
	border: 1px solid #ddd;
	box-shadow: 0 0 1px #cecccc;
	z-index:9999;
}
.nav ul li ul li {
	background: #fff;
	float: none;
}
.nav ul li ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.nav ul li ul li a:hover {
	background: #ededed;
	color: #008cd6;
}
.downarrowclass {
	DISPLAY: none;
	POSITION: absolute
}
.rightarrowclass {
	DISPLAY: none;
	POSITION: absolute
}
.ddshadow {
	BACKGROUND: silver;
	/*LEFT: 0px;*/
	WIDTH: 0px;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 0px
}
.toplevelshadow {
	opacity: 0.8
}
/*footer*/
.footer {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #EEEEEE;
	background-color: #2D3237;
}
.foot-Panel {
	width: 1000px;
	margin: auto;
}
.footer-leftPart {
	width: 700px;
	float: left;
}
.footer-rightPart {
	width: 300px;
	margin-left: 700px;
}
.footer-contact {
	text-align: center;
}
.footer-contact img {
	vertical-align: middle;
}
.footer-contact span {
	line-height: 24px;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	color: #666666;
}
.footer-company {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 11px;
	color: #999999;
}
.footer-friend {
	height: 40px;
}
.footer-friend span, .footer-friend a {
	line-height: 30px;
	font-size: 12px;
	padding: 0px 20px 0px 0px;
	color: #999999;
}
/*分页*/
.common-page-box {
	margin: 20px 0;
	text-align: center;
}
.page-ellipsis {
	padding: 0 3px
}
.page-num, .page-num em, .page-num-on, .page-num-on em {
	background-image: url(../Images/page.png);
	background-repeat: no-repeat;
	overflow: hidden
}
.page-num, .page-num-on {
	position: relative;
	display: inline-block;
	height: 38px;
	padding-left: 7px;
	text-align: center;
	font-family: microsoft yahei;
	z-index: 5
}
.page-num em, .page-num-on em {
	display: inline-block;
	min-width: 24px;
	padding: 2px 7px 4px 0;
	line-height: 32px;
	font-style: normal
}
.page-num {
	background-position: left top;
	cursor: pointer
}
.page-num em {
	background-position: right top;
	cursor: pointer
}
.page-num-on {
	background-position: left -39px;
	color: #fff
}
.page-num-on em {
	background-position: right -39px
}
.common-page-box a, .common-page-box span {
	vertical-align: middle
}
.common-page-box .page-btn {
	display: inline-block;
	margin-top: 2px;
	width: 69px;
	height: 34px;
	line-height: 34px;
	padding: 1px 2px 3px;
	text-align: center;
	overflow: hidden;
	background: url(../Images/soso.png) 0 0 no-repeat;
}
.switch-input {
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	height: 21px;
	width: 35px;
	padding: 3px;
	line-height: 21px;
	text-align: center;
	font-family: tahoma
}
.switch-btn {
	height: 29px;
	width: 35px;
	border-radius: 3px;
	font-family: tahoma;
	cursor: pointer;
	background-color: #ccc;
	color: #4F616C
}
/*分页--end*/

.container {
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.conPanel {
	width: 1000px;
	margin: auto;
	padding-bottom: 35px;
}
.leftPanel {
	float: left;
	width: 550px;
}
.rgPanel {
	margin-left: 600px;
	width: 400px;
}
.rgPart {
	margin-left: 500px;
	width: 500px;
}
/*背景色*/
.lightBlue {
	background: #f3feff;
}
/*边距*/
.padtop50 {
	padding: 50px 0;
}
.padtop120 {
	padding: 120px 0 0;
}
.padtop90 {
	padding: 90px 0;
}
.p_tb30 {
	padding: 30px 0;
}
.p_l20 {
	padding-left: 80px;
	padding-top: 60px;
}
.font18 {
	font-size: 18px;
}
.w350{
	width:350px;
}
.w400{
	width:400px;
}
.w450{
	width:450px;
}
.w500{
	width:500px;
}
.w550{
	width:550px;
}
.hg150{
	height:150px;
}
/*选项卡*/

.Tab1 {
	width: 1000px;
	margin: 60px 0px 0px;
	padding: 0px;
}
/*菜单class*/
.Menubox {
	float: left;
}
.Menubox ul {
	margin: 15px 0;
	padding: 0px;
}
.Menubox li {
	display: block;
	cursor: pointer;
	padding: 15px;
	text-align: center;
	color: #949694;
	font-weight: bold;
	margin-bottom: 15px;
	background: #ededed;
	border: 1px solid #ddd;
}
.Menubox li.active, .Menubox li:hover {
	background: #ffa302;
	color: #fff;
	font-weight: bold;
}
.Contentbox {
	/*height: 181px;*/
	text-align: center;
	margin-left: 250px;
}
.Contentbox img {
	width: 100%;/*height:100%;*/
}
/* 核心代码 */
.focus {
	width: 750px;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.focus ul {
	height: 600px;
	position: absolute;
}
.focus ul li {
	float: left;
	width: 750px;
	height: 500px;
	overflow: hidden;
	position: relative;
	background: #ddd;
}
.focus ul li div {
	position: absolute;
	overflow: hidden;
}
.focus .btn {
	position: absolute;
	width: 730px;
	height: 10px;
	padding: 5px 10px;
	right: 0;
	bottom: 5px;
	text-align: center;
}
.focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 13px;
	height: 13px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}
.focus .btn span.on {
	background: #fc114a ;
}
.focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 200px;
	background: url(../Images/sprite.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
}
.focus .pre {
	left: 0;
}
.focus .next {
	right: 0;
	background-position: right top;
}
/*焦点图*/
.fsD1 {
	position: relative;
	width: 800px;
	height:450px;
	margin:30px auto;
	background-color: #000;
}
.fsD1 img {
	width: 100%;
	height: 450px;
}
.fsD1 .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}
.fsD1 .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}
.fsD1 .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}
.fsD1 .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.fsD1 .btn a:hover, .fsD1 .btn a.current {
	cursor: pointer;
	background: #fc114a;
}
.fsD1 .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}
.fsD1 .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}
.fsD1 .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 80px;
	line-height: 80px;
	background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display: block;
	text-align: left;
}
.fsD1 .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.fsD1 .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}
.fsD1 .fcon img {
	display: block;
}
.fsD1 .fbg {
	bottom: 25px;
	right: 40px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}
.fsD1 .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}
.fsD1 .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.fsD1 .D1fBt .current, .fsD1 .D1fBt a:hover {
	background: #fc114a;
}
.fsD1 .D1fBt img {
	display: none
}
.fsD1 .D1fBt i {
	display: none;
	font-style: normal;
}
.fsD1 .prev, .fsD1 .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background:url(../Images/ygsh/focus_btn.png) no-repeat;
}
.fsD1 .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}
.fsD1 .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}
.fsD1 .prev:hover {
	background-position: 0 0;
}
.fsD1 .next:hover {
	background-position: -40px 0;
}
