*{
    padding: 0;
    border: 0;
    margin:0;
    font-family: Arial;
    /*字体，字号*/
   font-size: 15px;
}
input{background: none;color: #5e5e5e;font-size:14px;}
input,textarea,select,button,a:focus {
    outline: none;
}
body{
    min-width: 1320px;
    width:100%;
    background: #fff;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333333;
    /*链接颜色*/
}
a:hover{

	color: #1d697f;/*鼠标指上*/
}
.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: 1320px;
    margin:0 auto;
}
.m_width{
    width: 1320px;
    margin:0 auto;
}
.index_main{
	width:100%;
    min-width: 1320px;
    background: url(../e_images/index_middle_bg.png) center bottom no-repeat;
}
.index_info{
	margin-top:70px;
	width: 1320px;
}

.index_bottom{
	margin-top:35px;
	background: url(../e_images/banner02.png) center bottom no-repeat;
	padding-bottom: 60px;
}


.index_middle{
	width:100%;
    min-width: 1320px;
    margin:0 auto;
    background: url(../e_images/index_middle.png) center no-repeat;
    height: 466px;
    
}

.footbox{
    background:#ededed;
    border-top:1px solid #fff;
    height: 259px;
}
.copy{
	background: #1d697f;
	height: 60px;
	line-height: 60px;
	}
.copyright_info{
	text-align: center;
}
.copyright_info span.left{
    padding-left:240px;
    line-height: 60px;
    color: #fff;
}
.copyright_info span.right{
    padding-right:240px;
    line-height: 60px;
    color: #fff;
}
.copyright_info a{
    color: #fff;
}


