@charset "utf-8";
/* CSS Document */
.text {
  width: 100%;
  background-color: #f9f9f9;
  padding: 3em 0;
background-image: url("../images/zs5.png");
background-position:bottom;
background-size:cover;
background-repeat:no-repeat;
background-origin:inherit;
/*background-attachment:fixed;*/
}
.textMain {
/*width: 70%;*/
width:1330px;
  margin: 0 auto;
  background: #fff;
  padding: 2em;
}
.textMainHead {
  height: 3em;
  border-bottom: #bfbfbf 1px solid;
  display: flex;
  justify-content: space-between;
}
.textMainHead_left {
  width: 11%;
text-align:center;
  border-bottom: #036cbd 4px solid;
  display: -webkit-box; /*flex弹性布局*/
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.textMainHead_left h2 {
  font-family: 'Microsoft YaHei'!important;
  font-weight: 500;
  margin: 0; /*清除样式*/
  color: #036cbd;
}
.textMainHead_rigth {
  display: -webkit-box; /*flex弹性布局*/
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #036cbd !important;
}
.textMainHead_rigth a {
  color: #036cbd;
}
.textTitle {
  text-align: center;
  line-height: 3em;
  margin: 4em 0 1em 0;
}
.textTitle h2 {
  margin: 0;
  font-family: 'Microsoft YaHei' !important;
  color: #333;
}
.textTitle span {
  color: #9e9e9e;
  font-size: 14px;
}
.contactContent{
	margin: 40px 0;
}
.textContent {
  border-top: #bfbfbf 1px dashed;
  border-bottom: #bfbfbf 1px dashed;
  margin: 0px auto 4em;
  padding: 1.5em 0px;
  width: 92%;
}
.textContent img{
max-width:95%;
height:auto;
}

.img_vsb_content{
max-width:100%;
height:auto;
}


.textContent table{
width:98%!important;
}


.contactContent{
	margin: 40px;
}
.textFooter a{
color:#333;
}
.textContent p {
  font-family: 'Microsoft YaHei' !important;
  text-indent: 2em;
  line-height: 2em;
}
.file {
  color: #036cbd;
  margin-top: 3em;
  list-style: none;
}
.textFooter {
  width: 96%;
  margin: 3em 0;
}
.textFooterList {
  list-style: none;
  font-size: 1em;
  display: flex;
  justify-content: space-between
}
@media screen and (max-width: 1366px) {
  .textMain {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .textMain {
    width: 90%;
   font-size:85%;
  }
}
@media screen and  (max-width: 768px) {
	.text {
  padding: 1em 0;
}
  .textMain {
    width: 90%;
  }
  .textMainHead_left {
    width: 13%;
  }
  .textTitle {
    margin: 2em 0 1em 0;
  }
  .textFooter {
    margin: 1em 0;
  }
}
@media screen and (max-width:480px) {
  .text {
    padding: 0.5em 0;
  }
  .textMain {
    width: 90%;
    padding: 1em 0.5em;
	  padding-top: 0;
  }
.textMainHead {
   height:2em;
}
  .textMainHead h2 {
    font-size: 14px;
  }
 .textMainHead p {
    font-size: 12px;
  }
  .textMainHead_left {
    width: 18%;
    border-bottom: #036cbd 2px solid;
  }
  .textTitle {
    line-height: 16px;
    margin: 1em 0;
  }
  .textTitle h2 {
    font-size: 16px;
    line-height: 1.5em;
  }
  .textTitle span {
    color: #9e9e9e;
    font-size: 10px;
  }
  .textContent {
    padding: 1em 0px;
    width: 92%;
    margin-bottom: 1em;
  }
.contactContent p{
  font-size:12px;
  line-height: 1.5em;
}
  .textContent p {
   font-family: 'Microsoft YaHei' !important;
   font-size: 12px!important;
    text-indent: 2em;
    line-height: 1.5em;
  }

.textContent img{
max-width:95%!important;
height:auto;
}

.img_vsb_content{
max-width:100%;
height:auto;
}

element.style{
width:98%;
}

.textContent table{
width:98%!important;
}

  .file {
    margin-top: 1em;
    font-size: 14px;
  }
  .textFooter {
    margin: 1em 0;
  }
  .textFooterList {
    font-size: 14px;
  }
}