@charset "UTF-8";
/*初始化css*/
/*body{min-width:1100px;font-family:微软雅黑;color: #333;background: #f7f7f7;}*//*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#1c5bb8;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
input{font-family:微软雅黑;}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
body {
	font-family:微软雅黑;
	color: #333;
	background-color: #f7f7f7;
	background: url(media_bg_0.jpg) no-repeat;
	background-size: 100%;
	padding-top: 34%;
}
/* 头部样式开始 */
/*.header {
	width: 100%;
	height: 638px;
	background: url(media_bg_00.jpg) no-repeat;
	background-size: 100%;
}*/
/* 头部样式结束 */

@media only screen and (min-width:768px){
/* 主体内容样式开始 */
.main {width: 1200px;margin: 0 auto;}
.section1 {
	min-height: 312px;
	background: #fff url(media_icon_0.png) repeat-y;
	font-size: 0;
	text-align: center;
	margin-bottom: 40px;
}
.s1-headimg {padding: 30px 0;}
.s1-item {
	display: inline-block;
	margin: 0 90px 40px;
	width: 165px;
}
.s1-item img {
	width: 140px;
	height: 140px;
}
.s1-item .img {
	display: inline-block;
	width: 140px;
	height: 140px;
	border: 4px solid #e5e2e2;
}
.s1-item p {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section2 {
	background: #fff;
	margin-bottom: 40px;
}
.s2-item {
	float: left;
	margin-right: 38px;
	margin-bottom: 42px;
	text-align: center;
	width: 130px;
}
.s2-last {margin-right: 0;}
.s2-item img{
	width: 130px;
	height: 130px;
}
.s2-item .img{
	width: 130px;
	height: 130px;
	border: 2px solid #e5e2e2;
}
.s2-item p {
	font-size: 16px;
	color: #333;
	margin-top: 22px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 主体内容样式结束 */
}