﻿@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0;  float:left; width:100%; clear:both; color:#43220a; width:100%;  background-image:url(images/bg.png); background-repeat:repeat; background-position:top;}

img a{ border:none;}
a{ color:#43220a; text-decoration:none;}
a:link {color: #43220a;text-decoration:none;}    
a:visited {color: #43220a;text-decoration:none;}  
a:hover {color: #43220a;text-decoration:none;}    
a:active {color: #43220a;text-decoration:none;}   

.quanping_bg{ margin:0; padding:0;  float:left; width:100%;  background-image:url(images/bg.png); background-repeat:repeat; background-position:top; }
.maincontent{ width:1453px; margin:0 auto;}
.head{ width:1453px; float:left; height:139px;}
.logo{ width:427px; height:65px; float:left; margin-top:65px; margin-left:10px; }
.nav{ width:650px; float:left; height:139px; font-size:14px; font-family:"微软雅黑"; margin-left:60px;  }
.tel{ background-image:url(images/tel.png); width:212px; height:48px; float:right; margin-top:65px;}
.footer{ width:1453px; height:45px; float:left; background-image:url(images/footer.png); background-position:center; background-repeat:no-repeat;}
.content{ width:1453px; float:left; height:auto;}
.content_one{ width:1453px; float:left; height:auto; background-image:url(images/content.png);}
.content_two{ width:1453px; float:left; height:auto; background-image:url(images/guestbg.png);}

.menu{ margin:0; padding:0; float:left;  width:283px;  margin-top:125px; margin-left:72px; }
.menutit{ width:283px; height:50px; background-image:url(images/aboutus.png); background-repeat:no-repeat; background-position:center;}
.menu ul{ margin:0; padding:0; float:left;}
.menu li{ width:283px; height:43px; background-image:url(images/menuhover.png); list-style-type:none; line-height:40px; margin-top:10px; font-size:24px; text-align:left;font-family:"微软雅黑"}
.menu li span{ font-size:14px; width:130px; float:right; text-align:left;font-family:"微软雅黑"}
.menu a{ color:#43220a;font-family:"微软雅黑"}
.menu li:hover{ background-image:url(images/menu.png);  height:43px;font-family:"微软雅黑" }


.content_con{ width:600px; height:472px; float:left; margin-left:60px;  margin-top:78px;font-family:"微软雅黑"}

.content_img{ width:314px; height:472px; float:left; margin-left:60px; margin-top:98px; font-size:14px;}


.server{ width:1453px; float:left; height:130px; overflow:hidden;}
.server ul{ margin:0; padding:0; margin:0 auto; width:415px; height:64px; margin-top:40px;}
.server li{ width:62px; height:64px; float:left; margin:0; padding:0; list-style-type:none; margin:0 10px;}
.server1{ background-image:url(images/server1.png)}
.server2{ background-image:url(images/server2.png)}
.server3{ background-image:url(images/server3.png)}
.server4{ background-image:url(images/server4.png)}
.server5{ background-image:url(images/server5.png)}


.navigation {
	overflow: hidden;
	width:283px;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
}
.navigation ul{ margin:0; padding:0;}
.navigation li { margin:0; padding:0; background-image:url(images/menu.png);
	width: 253px; height:43px; padding-left:30px;
	float: left;font-family:"微软雅黑"
	cursor: pointer;
	list-style-type: none; margin-top:10px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.navigation li h2 {
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;font-family:"微软雅黑"
}

.navigation li p{
	font-size: 11px;
	color: #43220a;
	font-family:"微软雅黑"
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}

.navigation li:hover { background-image:url(images/menuhover.png);	border-left: 5px solid #43220a;font-family:"微软雅黑"
}

.navigation li:hover h2 {
	font-weight: bold;font-family:"微软雅黑"
}

.navigation li:hover p {
}


