@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px}
body{font-size:12px; font-family:"微软雅黑";color:#000; background:#f5ebf3}
img{border: 0;}
li{ list-style:none;}
.fl{float:left;}
.fr{float:right}
.cl{clear:both;}
a{ text-decoration: none; }
a:hover{ text-decoration:underline; }
cite{ font-style:normal; float:right}
cite a{ color:#333}
p{ text-indent:2em}

/***************通用部分***************/
.page{ width:1240px; margin:0 auto; background:#fff; padding:30px 30px 1px}
.min_hover{ width:100%; height:40px; position:absolute; left:0; bottom:79px; opacity:0.5; filter:alpha(opacity=50); background:#000;}
.min_text{width:100%; height:40px; position:absolute; left:0; bottom:79px; line-height:40px; text-align:center; font-size:16px}
.min_text a{ color:#fff}


.coopright p{ line-height:34px; font-size:16px; text-align:center; color:#59575a; padding:0 15px}
.coopright p a{ color:#59575a;}

.header{ background:url(header.jpg) no-repeat center top; height:415px}
.header img{ display:none}

.wrap{ background:url(bg.jpg) no-repeat center top;}
/***************第一部分***************/
.wrap img{ width:100%; display:block; margin:0 auto 30px}


/***************第2部分***************/










@media screen and (max-width: 640px) {
.page{ width:calc(95% - 20px); padding:10px}
.header img{ display: block; width:100%}
.header{ height:auto; background:none}
	}










