@charset "utf-8";
/* CSS Document */
*
{
margin: 0px;
padding: 0px;
border: none;
background: none;
outline: none;
}
body
{
font-family: "宋体" Arial, Helvetica, sans-serif;
font-size: 16px;
background: #FFF;
}
a
{
font-size: 16px;
color: #FFF;
text-decoration: none;
}
a:hover { color: #F63; }
ul { list-style: none; }
.clear { clear: both; }
/*******以上是公共修饰声明********/
.wrap
{
width: 1002px;
margin: 0 auto;
}
.top { width: 1002px; }
.top-logo, .top-title, .top-by { float: left; }
/********以上是对top的修饰******************/
nav { background: #9a0000; }
nav ul { margin-left: 3px; }
nav ul li
{
float: left;
color: white;
line-height: 30px;
}
nav ul li a
{
width: 50px;
margin: 0px 10px;
}
/*************以上是nav的修饰***************/
.sidebar
{
border-top: 5px solid #9a0000;
width: 230px;
background: #edefee;
margin-top: 5px;
float: left;
}
.sidebar h5
{
width: 120px;
background: #9a0000;
margin-left: 20px;
text-align: center;
padding-bottom: 5px;
color: white;
border: 1px solid #9a0000;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.sidebar ul, .sidebar h4
{
margin-left: 20px;
line-height: 30px;
width: 210px;
}
.sidebar ul { font-size: 12px; }
.sidebar h4 { font-size: 14px; }
.sidebar h6
{
font-size: 12px;
color: white;
background: #9a0000;
padding: 10px 0px;
margin-left: 30px;
}
.sidebar-search
{
height: 80px;
background: #9a0000;
}
form { margin-left: 30px; }
input
{
width: 130px;
background: white;
margin-bottom: 10px;
}
button
{
background: #edefee;
cursor: pointer;
}
/******以上是sidebar修饰***************/
.photo
{
width: 750px;
height: 351px;
float: left;
margin-top: 5px;
margin-left: 20px;
border-top: 5px solid #399;
}
/************以上是对banner图片的修饰***************/
.contact { width: 1000px; }
.contact-us
{
width: 230px;
float: left;
}
.contact-us h5
{
font-size: 14px;margin-top:10px;
color: red;
}
.contact-us ul
{
list-style: disc;
border: 1px solid #666;
font-size: 12px;
line-height: 40px;margin-top:10px;
}
.contact-us ul li{}
.introduction
{
width: 750px;
float: left;
margin-left: 20px;
}
.introduction h5
{
font-size: 14px;
color: red;
padding: 10px 0px;
}
.introduction p
{
font-size: 12px;
text-indent: 24px;line-height:20px;
}
.introduction-img
{
width: 750px;
height: 200px;
margin-top: 20px;margin-left:20px;
}