html,
body {
  position: relative;
  /* height: 100%; */
  /* overflow: hidden; */
  min-width: 1200px;
}

body {
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  background: url(../images/icon/bj_sztyshj.jpg) center top no-repeat;
  background-size: 1920px 970px;
}

.header {
  height: 430px;
  width: 100%;
  
}

.header .title {
  font-size: 80px;
  width: 100%;
  line-height: 80px;
  height: 80px;
  margin-top: 78px;
  text-align: center;
  color: #1E3C58;
  /* font-weight:500 */
  padding-bottom: 40px;
}

.header .con {
  width: 1200;
  height: 145px;
  background: url(../images/icon/pc.png) center top no-repeat;
  margin: 0 auto;
}

.header .text {
  width: 1010px;
  font-size: 16px;
  color: #716F70;
  line-height: 35px;
  text-indent: 2em;
  margin: 0 auto;
  padding-top: 15px;
}

.conter {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}


.footer {
  width: 1200px;
  margin: 0 auto;
  padding-top:65px;
  position: relative;
}

.footer .logo {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  height: 35px;
}

.footer p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  height: 12px;
  color: #787878;
  padding-bottom: 8px;
}

.footer p a {
  color: #787878
}

.footer .fh {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 70px;
}

.footer .fh img {
  width: 100%;
}
.YdConter{
  display: none;
}
@media screen and (max-width: 450px) {

  html,
  body {
    width: 100%;
    min-width: 100%;
    background: url(../images/icon/bj_yd.jpg) center top no-repeat;
    background-size: 100% 100%;
    overflow: auto;
  }

  .header {
    height: auto;
    width: 100%;
    overflow-x: hidden;
  }

  .header .title {
    font-size: 28px;
    width: 100%;
    line-height: 100px;
    height: auto;
    margin-top: 0px;
    text-align: center;
    color: #1E3C58;
    /* font-weight:500 */
    padding-bottom: 0px;
  }

  .header .con {
    width: 110%;
    height: auto;
    background: none;
    margin-left: -5%;
  }

  .header .text {
    width: 100%;
    font-size: 12px;
    color: #716F70;
    line-height: 25px;
    text-indent: 0em;
    margin: 0 auto;
    padding-top: 0px;
    transform: scale (0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    margin: 0 auto;
    margin-top: -8px;
  }

  .conter {
    display: none;
  }

  .YdConter {
    width: 100%;
    overflow: hidden;
    display: block;
  }

  .YdConter ul {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }

  .YdConter ul li {
    width: 44%;
    margin-left: 4%;
    height: auto;
    float: left;
    position: relative;
    margin-bottom: 15px;
    max-height: 88px;
    overflow: hidden;
  }
  .YdConter ul li>a{
    display: block;
  }
  .YdConter ul li img {
    width: 100%;
    height: auto;
  }

  .YdConter ul li span {
    position: absolute;
    bottom: 0;
    height: 16px;
    width: 92%;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    /* left: 0; */
    text-align: left;
    right: 0;
  }

  .YdConter ul li span.bj {
    background-color: #000;
    opacity: 0.6;
    width: 100%;
  }

  .YdConter ul li .iconImg {
    position: absolute;
    top: 86%;
    height: 12%;
    left: 1%;
    width: 6%;
  }

  .footer {
    width: 100%;
    transform: scale (0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
  }

  .footer .fh {
    display: none;
  }
}