* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.alw {
  width: 100%;
}
.alw img {
  display: block;
  width: 100%;
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.a1box .b1box {
  padding: 1rem 0.5rem;
  background: #dfeefd;
  position: relative;
  box-shadow: #eaeaea 5px 5px 5px;
}
.a1box .b1box p {
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-indent: 2em;
  color: #1a1a1a;
}
.a1box .b1box .videobox {
  width: 95%;
  margin: 1rem auto;
}
.a1box .b1box .videobox video {
  display: block;
  width: 100%;
}
.a1box .b1box .l {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
}
.a1box .b1box .r {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
}

.a2box .jjdhtitle {
  margin: 1rem auto;
  width: 10rem;
}
.a2box .jjdhtitle img {
  display: block;
  width: 100%;
}
.a2box .mintitle {
  width: 20rem;
  margin: 0 auto;
}
.a2box .mintitle img {
  display: block;
  width: 100%;
}
.a2box .videobox {
  width: 95%;
  margin: 1rem auto;
}
.a2box .videobox video {
  display: block;
  width: 100%;
}
.a2box .videobox p {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0e73b9;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2rem;
}
.a2box .textp {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #1a1a1a;
  line-height: 1.3rem;
  text-indent: 2em;
}
.a2box .bordertext {
  font-size: 0.9rem;
  font-weight: bold;
  color: #1a1a1a;
  border: 1px solid #0e73b9;
  width: 95%;
  margin: 1rem auto;
  padding: 0.5rem;
  position: relative;
}
.a2box .bordertext p {
  text-indent: 2em;
  line-height: 1.3rem;
}
.a2box .bordertext .l {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 1rem;
}
.a2box .bordertext .r {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  width: 1rem;
}
.a2box .fbjh {
  padding: 0 0.5rem;
}
.a2box .fbjh p {
  background: #1f6abb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0.9rem;
}
.a2box .fbjh p:after {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 50%;
  left: 0.4rem;
  top: 0.4rem;
}
.a2box .fbjh p:before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 50%;
  right: 0.4rem;
  top: 0.4rem;
}
.a2box .imglist {
  margin: 1rem auto;
  display: flex;
  padding: 0 0.3rem;
}
.a2box .imglist .box {
  flex: 1;
  margin: 0 0.2rem;
}
.a2box .imglist .box img {
  display: block;
  width: 100%;
}
.a2box .b2tab {
  display: flex;
  padding: 0 0.5rem;
}
.a2box .b2tab .left {
  width: 14rem;
  display: flex;
  align-items: center;
}
.a2box .b2tab .left .box {
  display: none;
  position: relative;
}
.a2box .b2tab .left .box img {
  display: block;
  width: 100%;
}
.a2box .b2tab .left .box p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(239, 239, 239, 0.5);
  font-size: 0.8rem;
  color: #1a1a1a;
  line-height: 1.3rem;
  padding: 0.2rem 0.5rem;
}
.a2box .b2tab .left .box:nth-child(1) {
  display: block;
}
.a2box .b2tab .right {
  margin-left: 0.5rem;
  flex: 1;
}
.a2box .b2tab .right ul li {
  cursor: pointer;
  flex: 1;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  background: #e6e6e6;
  color: #333;
  height: 2.3rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.a2box .b2tab .right ul li span {
  font-weight: bold;
  text-align: center;
  padding: 0 0.2rem;
  border-right: 1px solid #fff;
  margin-right: 0.5rem;
}
.a2box .b2tab .right ul li img {
  display: none;
  position: absolute;
  left: -0.5rem;
  width: 0.5rem;
  top: 0.8rem;
}
.a2box .b2tab .right ul li:last-child {
  margin-bottom: 0;
}
.a2box .b2tab .right ul .on {
  background: #f88000;
  color: #fff;
}
.a2box .b2tab .right ul .on img {
  display: block;
}
.a2box .tab2box .tabbtn {
  display: flex;
}
.a2box .tab2box .tabbtn .btn {
  background: #999999;
  flex: 1;
  height: 3.5rem;
  display: flex;
  align-items: center;
  margin: 0 0.2rem;
  border-radius: 0.4rem 0.4rem 0 0;
  cursor: pointer;
}
.a2box .tab2box .tabbtn .btn p {
  width: 99%;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  margin: 0 auto;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.a2box .tab2box .tabbtn .on {
  background: #1f6abb;
}
.a2box .tab2box .tabbtn .on p {
  color: #f8e400;
}
.a2box .tabcon {
  margin-top: 1rem;
}
.a2box .tabcon .box {
  display: none;
}
.a2box .tabcon .box:nth-child(1) {
  display: block;
}
.a2box .swtgroup {
  display: flex;
  width: 95%;
  margin: 1rem auto;
}
.a2box .swtgroup a {
  flex: 1;
  margin: 0 0.4rem;
  display: flex;
  align-items: center;
  background: #0e73b9;
  color: #fff;
  height: 1.8rem;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  justify-content: center;
}
.a2box .swtgroup a img {
  margin-right: 0.5rem;
  width: 1rem;
}
.a2box .swtgroup a:nth-child(2) {
  background: #f88000;
}

/*# sourceMappingURL=css.css.map */
.m-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .m-nav ul li {
    width: 25%;
    text-align: center;
    line-height: 2.25rem;
    font-size: 0.825rem;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid; }
  .m-nav ul li:nth-of-type(4n) {
    border-right: none; }
  .m-nav ul li:nth-of-type(n+5) {
    border-bottom: none; }

.m-address {
  height: 12.675rem;
  background: url(/syym/images/g_130.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 4.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1rem 0.75rem 0; }
  .m-address .l {
    flex: 1; }
    .m-address .l .logo {
      width: 15rem;
      margin-bottom: 0.75rem; }
      .m-address .l .logo img {
        display: block;
        width: 100%; }
    .m-address .l .list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 0.825rem;
      line-height: 1.35;
      color: #fff; }
      .m-address .l .list img {
        display: block;
        width: 1.875rem;
        margin-right: 0.225rem; }
      .m-address .l .list a {
        display: block;
        font-weight: bold;
        color: #f9d12f;
        font-size: 1.05rem;
        line-height: 1; }
    .m-address .l h6 {
      font-size: 0.6rem;
      color: #fff; }
  .m-address .r {
    padding-top: 1rem;
    width: 7.6875rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center; }
    .m-address .r img {
      display: block;
      width: 6.3375rem;
      margin: 0 auto 0.75rem; }
	