@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:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.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%;
}*/
/* 头部样式结束 */

/* 主体内容样式开始 */
.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;
  padding: 0 30px;
  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;
}
/* 主体内容样式结束 */
.sjghb1 {
  display: none;
}
.mobile_type .sjghb1 {
  display: block;
  margin: 2vw 3vw;
  width: 18vw;
  height: 8vw;
  border-radius: 1vw;
  background: #ec940a;
  line-height: 8vw;
  text-align: center;
  font-size: 4vw;
  color: #fff;
}
.mobile_type .elder_1 {
  display: none !important;
}
.mobile_type {
  background: unset;
  background-color: unset;
  padding-top: 0 !important;
}
body.mobile_type .logo.l_float {
    line-height: unset;
	position: unset !important;
	margin-top: 6vw;
}
body.mobile_type .logo.l_float img {
    display: block;
    max-width: unset;
    width: 90%;
    margin: 0 auto;
}
.mobile_type .zwmtbn {
    width: 100%;
    height: 66vw;
    margin-top: 6vw;
    background: url(sjbanner.jpg) no-repeat center bottom;
    background-size: 100%;
}
.mobile_type .main {
    width: 100%;
    margin: 6vw auto 0;
}
.mobile_type .section1{
	margin-bottom: 6vw;
}
.mobile_type .s1-headimg {
    padding: 4vw 3vw;
}
.mobile_type .s1-headimg img {
    display: block;
    width: 100%;
}
.mobile_type .s1-item {
    display: inline-block;
    margin: 3vw;
    width: 40vw;
}
.mobile_type .s1-item img {
    width: 30vw;
    height: 30vw;
}
.mobile_type .s1-item p {
    font-size: 4vw;
    margin-top: 2vw;
}
.mobile_type .section2 {
    padding: 0 3vw;
    margin-bottom: 6vw;
}
.mobile_type .s2-item {
    width: 40vw;
    margin: 3vw;
}
.mobile_type .s2-item p{
	font-size: 4vw;
    margin-top: 2vw;
}