*{
	margin: 0px;
	padding: 0px;
}

html,
body,
form
{
	height: 100%;
	font-family: "微软雅黑";
}

body{
	font-size: 0.78em;
	background:url("images/head_bg.jpg") repeat-x left -20px;
	overflow-x: hidden;
}

img{
	border:0px;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.container{
	margin: 0px auto;
	width: 795px;
	height: 580px;
}

.header{
	height:30px;
	overflow: hidden;
}

.mainbody{
	margin: 10px auto;
	height: 456px;
	width: 795px;
	background: url("images/mainbody_s.png") no-repeat top left;
    overflow: hidden;
}
.mainbody-content_about p:first-child{
            margin-top:120px;
    }
/*.footer{
	margin: 0px auto;
	width: 795px;*/

.footer-top{
height:30px;
line-height:22px;
overflow:hidden;
border-bottom: 1px dashed #ccc;
}
    .footer-top img{
	    float:left;
	    }
 .footer-top span{
 float:left;
 font-size:14px;
 }
 .zixun{
	   float:right;

 }
 .footer-left{
    width:600px;
	margin-top:5px;
	float:left;
    line-height: 2.2em;
	color:#666;
	font-size:12px;
    margin-top:10px;
	}
.footer-banquan{
    float:left;
    width:250px;
    line-height: 1.8em;
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.mudi {
    float:left;
width:470px;
height:22px;
}
.footer-bottom{
	height:74px;
	overflow:hidden
	}

.footer-right{
	float:right;
	line-height:60px;
	color:#666;
	font-size:14px;
	}
.footer-right a{
	color:#666;
	font-size:14px;
	text-decoration:none;
	margin:0 5px;
	}
a:hover{
	color:#d02621;
	}

    .icon p{
	    float:left;
        margin-left:130px;
	    }

.footer_bot{
 width:795px;
 margin:0px auto;
overflow:hidden;
}

/*屏幕大于1366 小于 1600*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1367px) {
	body{
		font-size: 0.875em;
	}

	.container{
		width: 1076px;
		height: 700px;
	}

	.mainbody{
		margin:10px auto;
		height: 614px;
		width: 1076px;
		background: url("images/mainbody_m.png") no-repeat top left;
	}

	/*.footer{
		width: 1076px;
	}*/
    .footer_bot{
        width:1076px;
        margin:0px auto;
        overflow:hidden;
    }
}

/*屏幕大于1601*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1601px) {
	body{
		font-size: 1em;
	}

	.container{
		width: 1314px;
		height: 850px;
	}

	.mainbody{
		margin: 10px auto;
		height: 748px;
		width: 1314px;
		background: url("images/mainbody_l.png") no-repeat top left;
	}

	/*.footer{
		width: 1314px;
	}*/
    .footer_bot{
        width:13214px;
        margin:0px auto;
        overflow:hidden;
    }
}













/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*About页面的样式*/
.mainbody_about{
	margin: 0px auto;
	height: 668px;
	width: 775px;
	background: url("/images/mainbg_s.jpg") no-repeat top left;
    overflow: hidden;
}
 .mainbody-content_about p:first-child{
            margin-top:160px;
    }
 .mainbody-content_about p {
            text-align: left;
            text-indent: 2em;
            margin:10px 80px 10px 80px;
            line-height: 200%;
        }
/*.footer_about{
		width: 795px;
	}*/
.footer_bot{
 width:795px;
 margin:0px auto;
overflow:hidden;
}

/*屏幕大于1366 小于 1600*/
@media screen and (min-width: 1367px) {
	body{
		font-size: 0.985em;
	}

	.mainbody_about{
		margin: 0px auto;
		height: 904px;
		width: 1056px;
		background: url("/images/mainbg_m.jpg") no-repeat top left;
	}
     .mainbody-content_about p:first-child{
            margin-top:220px;
    }
     .mainbody-content_about p {
            text-align: left;
            text-indent: 2em;
            margin:10px 106px;
            line-height: 250%;
        }

	/*.footer_about {
        width:1076px;
    }*/
     .footer_bot{
        width:1076px;
        margin:0px auto;
        overflow:hidden;
    }
}

/*屏幕大于1601*/
@media screen and (min-width: 1601px) {
	p{
		font-size: 1.1em;
	}
	.mainbody_about{
		margin: 0px auto;
		height: 1103px;
		width:1294px;
		background: url("/images/mainbg_l.jpg") no-repeat top left;
	}
     .mainbody-content_about p:first-child{
            margin-top:270px;
    }
    .mainbody-content_about p {
            text-align: left;
            text-indent: 2em;
            margin:20px 130px;
            line-height: 300%;
        }

	/*.footer_about {
        width:1314px;
    }*/
     .footer_bot{
        width:1314px;
        margin:0px auto;
        overflow:hidden;
    }
}
