﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a{
	padding: 0;
	margin: 0;
	font-size:14px;
	font-family: 微软雅黑;
}
table {    
	border-collapse: collapse;    
	border-spacing: 0;    
}
fieldset,img {     
	border: 0;
}
ol,ul,li {    
	list-style: none;    
}
caption,th {    
	text-align: left;    
}
h1,h2,h3,h4,h5,h6 {    
	font-weight: normal;    
	font-size: 100%;    
}
/* 链接颜色设置*/ 
a:link {
	text-decoration: none;
	color: #cccccc;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	color: #ca1f1f;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}

i,em,b{
	font-style: normal;
	font-weight: normal;
}
/* 链接颜色设置*/ 

* html ul li {
    float: left; 
}
* html ul li a {
    cursor: pointer;
}
body {
	color: #cccccc;/*设置字体颜色*/
	background-color: #222222;
}
.clear
{
    clear: both;
}

.main
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.wrap
{
    min-width: 1000px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}
.overflowH{
	overflow: hidden;
}
/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */ }
.hidden
{
	display: none;
}

.text-center
{
	text-align: center;
}

.mainContent
{
	background: #050505;
}

/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: 1px solid ##cccccc;
    background-color: #cccccc ;
    padding: 1px;
    text-decoration: none;
    padding: 1px 5px;
}

/*分页控件结束*/

/*公共类结束*/
.header
{
	overflow: hidden;
	height: 88px;
}

.header .headerBg
{
	background: url(../Images/topbg.jpg) no-repeat;
}

.header .logo
{
    padding-right: 80px;
    position: relative;
}
.header img
{
    display: inline-block;    
}
.header img.logoImg
{
    position: absolute;
    top: 50%;
    margin-top: -25px; 
    right: 10px;   
}
.header .businessAd p:nth-child(1)
{
	font-size: 20px;
	padding-top: 17px;
	font-weight: bold;
	color: #f0eb64;
	letter-spacing: 3px;
}

.header .businessAd p:nth-child(2)
{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
}

.header .businessAd p
{
	line-height: 30px;
}

.header .contactInfo
{
	margin-top: 15px;
	margin-right: 5px;
}

.contactInfo p
{
	line-height: 30px;
}

/*导航样式*/
.nav
{
	height: 37px;
	overflow: hidden;
}
.nav .navBg
{
	background: url(../Images/navBg.jpg) repeat-x;
	height: 100%;
}

.nav li
{
	float: left;
	line-height: 37px;
	width: 100px;
	text-align: center;
}

.nav li a
{
	display: block;
}

.nav li a:link
{
	color: #ffffff;
}

.nav li a:visited
{
	color: #ffffff;
}

.nav li a:hover
{
	color: #da251c;
}

/*页脚样式*/
.footer .main
{
	padding-top: 10px;
	padding-bottom: 20px;
	background: url(../Images/footer-bg.jpg) repeat-x center 0;
    background-size: auto 100%;
}
.footer p
{
	text-align: center;
	line-height: 25px;
}

.footer .copyLink
{
	color: #ca1f1f;
}




/*左侧导航栏*/
.leftNav {
    width: 193px;
    background-color: #282828;
}
.leftNav .leftNav-title{
    height: 50px;
    line-height: 50px;
    background: url(../Images/p-t-t.png) no-repeat center 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.leftNav ul
{
    padding-top: 4px;
    padding-bottom: 4px;
    }
.leftNav li{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #3e3e3e;
    text-indent: 5px;
}
.leftNav li:first-child{
    border-top: 0;
}
.leftNav li a
{
    display: block;
    }
.leftNav li:hover
{
    background-color: #000;
    }