﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	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: #b68e8f;
}
a:visited {
	text-decoration: none;
	color: #b68e8f;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
/* 链接颜色设置*/ 

* html ul li {
    float: left; 
}
* html ul li a {
    cursor: pointer;
}
body {
	color: #3e3e3e;/*设置字体颜色*/
	background: #ffffff;
}

.clear
{
    clear: both;
}

.main
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.whiteBg
{
    background: #ffffff;
}

.wrap
{
    min-width: 1000px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.hidden
{
	display: none;
}

.text-center
{
    text-align: center;
}

.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

/*分页控件*/
.MvcPagerCtrl
{
    text-align:center;
	margin-top:20px;
    margin-bottom:20px;
	font-family: 微软雅黑;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: 1px solid #38292e;
    background-color: #38292e;
    padding: 1px;
    text-decoration: none;
    padding: 1px 10px;
}

.MvcPagerCtrl a:hover
{
	color: #ffffff;
	border: 1px solid #b38680;
    background-color: #b38680;
}
/*分页控件结束*/

/*其他效果*/
/*图片展示效果*/
.imageList li:hover {
	box-shadow: 2px 2px 10px #888888;
}

/*公共类结束*/


/*Header*/
.header .topLine
{
    background: #c8c9cb;
}

.header .topLine a
{
	color: #000000;
}

.header .topLine p
{
    line-height: 30px;
}

.header .logoContainer .logo
{
	width: 293px;
	height: 155px;
	background: url(../Images/Logo.jpg) no-repeat;
	margin-left: 350px;
}

.header .logoContainer .logo a
{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}

.header .topContact div.contactText
{
    color: #3e3337;
    font-weight: bold;
    font-size: 16px;
}

.header .topContact div.hotLine
{
    font-weight: bold;
    color: #3e3337;
    font-size: 25px;
}

.header .topContact
{
    margin-top: 40px;
}

/*导航*/
.nav
{
    background: url(../Images/navBg.jpg) no-repeat center;
    height: 42px;
}

.nav li
{
    line-height: 42px;
    width: 111px;
    text-align: center;
    font-weight: bold;
}


/*footer*/
.footer
{
    height: 220px;
    background: #000000;
}

.footer .bottomNav li
{
    border-right: #8a8a8a solid 1px;
    width: 108px;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.footer .bottomInfo
{
    color: #b38680;
    margin-top: 15px;
}

.footer p.company
{
    font-weight: bold;
    font-size: 18px;
}

.footer p.companyEn
{
    font-size: 12px;
}

.footer .bottomLeft
{
    width: 370px;
    overflow: hidden;    
}

.footer .bottomMiddle
{
    width: 300px;
    overflow: hidden;
    margin-left: 20px;
}

.footer .bottomMiddle p
{
    line-height: 25px;
}

.footer .bottomRight
{
    width: 280px;
}

.footer .bottomRight p
{
    line-height: 25px;
}

.floatContactContainer
{
	width: 157px;
	position: fixed;
	top: 65px;
	right: 0px;
	overflow: hidden;
}

.floatContactContainer .titleBar
{
	height: 39px;
	background: url(../Images/img3-5_2.png) no-repeat;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
}

.titleBar .close
{
	color: #ffffff;
	float: right;
	font-size: 18px;
	position: absolute;
	right: 3px;
	top: -8px;
	cursor: pointer;
}

.floatContactContainer .content
{
	padding: 6px;
	color: #ff6600;
	font-weight: bold;
	background-color: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: #e1e1e1 solid 1px;
	min-height: 160px;
}

.content .item
{
	margin-bottom: 15px;
}

.hiddenBtnContainer
{
	position: fixed;
	top: 105px;
	right: 157px;
	width: 32px;
	cursor: pointer;
}