﻿*{
    padding: 0;
    border: 0;
    margin:0;
    font-family: 微软雅黑;
}
input,textarea,select,button,a:focus {
    outline: none;
}
body{
    min-width: 1200px;
    width:100%;
    background: #fff;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
	font-weight: bold;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix{
    clear: both;
    overflow: hidden;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.p_width{
    width:100%;
    min-width: 1230px;
    margin:0 auto;
}
.m_width{
    width: 1200px;
    margin:0 auto;
}
.index_bottom{
	margin-top:35px;
	margin-bottom: -30px;
}
.ej_main{
	margin:25px auto 0 auto;
}
.Topbox{
	background: url(../images/banner.png) center top no-repeat;
	height: 496px;
}
.index_main{
	margin:35px auto;
	width: 1200px;
}
.index_middle{
	width:100%;
    min-width: 1230px;
    margin:0 auto;
    background: url(../images/index_middle.png) center no-repeat;
    height: 466px;
}

.footbox{
    background:url(../images/footbg.jpg) center bottom no-repeat;
    color: #fff;
    height: 65px;
    padding-top: 160px;
}
.copyright_info{
	text-align: center;
}
.copyright_info span{
    margin:0 15px;
    line-height: 50px;
}
.copyright_info a{
    color: #fff;
}


