* {
  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";
  overflow: hidden;
}

.a1zjhr {
  margin: 0.5rem auto;
  height: 0.8rem;
  background: #eee;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.a1zjbox .a1zjtitle {
  height: 2.8rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
}
.a1zjbox .a1zjtitle h2 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #252525;
}
.a1zjbox .a1zjtitle h2 span {
  margin-left: 0.5rem;
  height: 1.3rem;
  font-size: 0.7rem;
  display: flex;
  align-items: flex-end;
  color: #737272;
}
.a1zjbox .a1zjtitle img {
  margin: 0 0.5rem;
  width: 1.8rem;
}
.a1zjbox .alzjjgg {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.a1zjbox .alzjjgg .wgyh li{
	width:20% !important;
}
.a1zjbox .alzjjgg .tab-btn li{
	float:left;
	width: 25%;
}
.a1zjbox .alzjjgg ul{
	width:100%;
}
.box {
  width: 100%;
  margin-bottom: 0.5rem;
}
.a1zjbox .alzjjgg .box img {
  display: block;
  width: 80%;
  margin: 0.5rem auto;
}
.a1zjbox .alzjjgg .box p {
  text-align: center;
  font-size: 0.8rem;
  color: #333;
}
.a1zjbox .a1zjdbox {
  display: flex;
}
.a1zjbox .a1zjdbox .left {
  width: 10rem;
}
.a1zjbox .a1zjdbox .left img {
  display: block;
  width: 100%;
}
.a1zjbox .a1zjdbox .right {
  margin-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 1;
}
.a1zjbox .a1zjdbox .right .zjname {
  display: flex;
  align-items: center;
  height: 2.2rem;
}
.a1zjbox .a1zjdbox .right .zjname h3 {
  height: 100%;
  display: flex;
  align-items: center;
  color: #166be0;
  font-size: 1.2rem;
}
.a1zjbox .a1zjdbox .right .zjname span {
  margin-top: 0.2rem;
  height: 1.1rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
  border-left: 1px solid #333;
  font-size: 0.8rem;
}
.a1zjbox .a1zjdbox .right .zjinfo {
  margin: 0.2rem 0 0.8rem 0;
  width: 13rem;
}
.a1zjbox .a1zjdbox .right .zjinfo li {
  padding-left: 0.5rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  background: #f4f4f5;
  color: #333;
  font-size: 0.9rem;
}
.a1zjbox .a1zjdbox .right .zjsc {
  display: flex;
}
.a1zjbox .a1zjdbox .right .zjsc dt {
  height: 1.3rem;
  width: 2.2rem;
  background: #166be0;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1zjbox .a1zjdbox .right .zjsc dd {
  margin-left: 0.5rem;
  flex: 1;
}
.a1zjbox .a1zjdbox .right .zjsc dd p {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.3rem;
}
.a1zjbox .a1zjdbox .right table {
  width: 100%;
  margin-top: 0.5rem;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}
.a1zjbox .a1zjdbox .right table tr {
  height: 1.6rem;
  display: flex;
}
.a1zjbox .a1zjdbox .right table tr td {
  font-size: 0.9rem;
  flex: 1;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1zjbox .a1zjdbox .right table tr td img {
  margin-right: 0.2rem;
  width: 12px;
}
.a1zjbox .a1zjdbox .right table tr td:nth-child(2) img {
  width: 11px;
}
.a1zjbox .a1zjswtbtngroup {
  display: flex;
  width: 95%;
  margin: 1rem auto;
}
.a1zjbox .a1zjswtbtngroup .btn {
  flex: 1;
  margin: 0 0.4rem;
  background: #5ca2e1;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  border-radius: 0.4rem;
  font-weight: bold;
}
.a1zjbox .a1zjswtbtngroup .btn img {
  width: 1.5rem;
}
.a1zjbox .a1zjswtbtngroup .btn span {
  margin-left: 0.4rem;
  padding-left: 0.4rem;
  display: flex;
  height: 1.4rem;
  align-items: center;
  border-left: 1px solid #fff;
}
.a1zjbox .a1zjswtbtngroup .btn:nth-child(2) {
  background: #fa8c19;
}
.a1zjbox .a1zjswtbtngroup .btn:nth-child(3) {
  background: #2173bd;
}

.z2zjbox {
  margin: 1rem auto;
}
.z2zjbox .a1zjtitle {
  height: 2.8rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
}
.z2zjbox .a1zjtitle h2 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #252525;
}
.z2zjbox .a1zjtitle h2 span {
  margin-left: 0.5rem;
  height: 1.3rem;
  font-size: 0.7rem;
  display: flex;
  align-items: flex-end;
  color: #737272;
}
.z2zjbox .a1zjtitle img {
  margin: 0 0.5rem;
  width: 1.8rem;
}
.z2zjbox .ghbox .title {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  font-size: 1rem;
}
.z2zjbox .ghbox .title:after {
  content: '';
  height: 0.1rem;
  width: 2rem;
  background: #333;
  margin-left: 0.5rem;
}
.z2zjbox .ghbox .title:before {
  content: '';
  height: 0.1rem;
  width: 2rem;
  background: #333;
  margin-right: 0.5rem;
}
.z2zjbox .ghbox table {
  margin: 0 auto;
  width: 95%;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.z2zjbox .ghbox table tr {
  height: 2rem;
  display: flex;
}
.z2zjbox .ghbox table tr td {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  font-size: 0.8rem;
  color: #333;
  background: #f5f8fe;
}
.z2zjbox .ghbox table tr .td {
  background: #fff;
}
.z2zjbox .ghbox table tr .on {
  background: #8dbeea;
  color: #fff;
}

.a3zjbox .a1zjtitle {
  height: 2.8rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
}
.a3zjbox .a1zjtitle h2 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #252525;
}
.a3zjbox .a1zjtitle h2 span {
  margin-left: 0.5rem;
  height: 1.3rem;
  font-size: 0.7rem;
  display: flex;
  align-items: flex-end;
  color: #737272;
}
.a3zjbox .a1zjtitle img {
  margin: 0 0.5rem;
  width: 1.8rem;
}
.a3zjbox .a3zjimgbox {
  margin: 1rem auto;
  display: flex;
  padding: 0 0.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid #dddcdc;
}
.a3zjbox .a3zjimgbox .left {
  width: 5rem;
  display: flex;
  align-items: center;
}
.a3zjbox .a3zjimgbox .left img {
  display: block;
  width: 100%;
}
.a3zjbox .a3zjimgbox .right {
  margin-left: 0.5rem;
  flex: 1;
  align-items: center;
  position: relative;
}
.a3zjbox .a3zjimgbox .right h4 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.a3zjbox .a3zjimgbox .right p {
  color: #444;
  line-height: 1.3rem;
  font-size: 0.8rem;
}
.a3zjbox .a3zjimgbox .right a {
  position: absolute;
  right: 0.2rem;
  bottom: 0;
  width: 6rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa8c19;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 0.9rem;
}
.a3zjbox #ggdswiperp {
  height: 1.6rem;
  width: 4rem;
  left: 50%;
  margin-left: -2rem;
  background: #f2f2f2;
  border: 1px solid #dddcdc;
  border-radius: 6rem;
}

.a4zjbox .a2title {
  text-align: center;
}
.a4zjbox .a2title h3 {
  height: 2.5rem;
  line-height: 2.5rem;
  display: block;
  margin: 0 auto;
  color: #333;
  font-size: 1rem;
  width: 10rem;
  border-bottom: 1px solid #8dbdff;
  position: relative;
}
.a4zjbox .a2title h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -0.2rem;
  background: #8dbdff;
  height: 0.4rem;
  width: 4rem;
  margin-left: -2rem;
}
.a4zjbox .imglist {
  display: flex;
  margin: 1rem auto;
}
.a4zjbox .imglist .box {
  border: 1px solid #dddcdc;
  flex: 1;
  margin: 0 0.2rem;
}
.a4zjbox .imglist .box img {
  display: block;
  width: 100%;
}
.a4zjbox .imglist .box h4 {
  height: 2rem;
  line-height: 2rem;
  background: #4d4d4d;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}
.a4zjbox .imglist .box p {
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.3rem;
}
.a4zjbox .imglist .box p span {
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  justify-content: center;
  align-items: center;
  background: #8dbdff;
  color: #fff;
  margin-right: 0.2rem;
}
.a4zjbox .textp {
  margin: 1rem auto;
  text-indent: 2em;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #333;
  padding: 0 0.5rem;
}
.a4zjbox .imgbox {
  display: flex;
  flex-wrap: wrap;
}
.a4zjbox .imgbox .box {
  width: 50%;
  padding: 0.2rem;
}
.a4zjbox .imgbox .box a {
  display: block;
  width: 100%;
  position: relative;
}
.a4zjbox .imgbox .box a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  line-height: 1.3rem;
}
.a4zjbox .imgbox .box a p span {
  display: flex;
  align-items: center;
}
.a4zjbox .imgbox .box a p img {
  margin-right: 0.3rem;
  width: 10px;
  display: inline-block;
}
.a4zjbox .imgbox .box img {
  display: block;
  width: 100%;
}
.a4zjbox .alw img {
  display: block;
  width: 100%;
}
.topTEL{position:fixed;top:0;width:100%; max-width: 640px; z-index:999;display:none; overflow: hidden;}
.topTEL img{width:100%;}
.zt266-nav {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .zt266-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; }
    .zt266-nav ul li {
      width: 25%;
      font-size: 0.9rem;
      line-height: 2rem;
      text-align: center;
      border-right: 1px #ccc solid;
      border-bottom: 1px #ccc solid; }
    .zt266-nav ul li:nth-of-type(4n) {
      border-right: none; }
    .zt266-nav ul li:nth-of-type(n+5) {
      border-bottom: none; }

.bq{
	width: 100%;
	font-size: 0.75rem;
	background-color: #146cda;
	color: #FFF;
	text-align: center;
	padding-bottom: 1rem;
}
.zt266-footer {
  height: 9.6rem;
  margin-top: 0.5rem;
  background: url(/images/footer_95.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 1.125rem 1rem 0 10.65rem; }
  .zt266-footer p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0.375rem 0;
    border-bottom: 1px #fff dashed;
    align-items: center;
    color: #fff;
    font-size: 0.75rem; }
    .zt266-footer p img {
      display: block;
      width: 1.35rem;
      border-radius: 0.3rem;
      margin-right: 0.25rem; }
    .zt266-footer p a {
      font-size: 1.2rem;
      font-weight: bold;
      color: #ffdb12;
      font-family: Impact; }
  .zt266-footer p:last-child {
    border-bottom: none; }
footer{margin-top: 5.25em;}
footer .foot{padding: 1em 0;position: fixed;z-index: 2;left: 50%;bottom: 0;width: 24em;margin-left: -12em;background: #fff;border-top: 1px solid #ccc;max-width: 640px;}
footer .foot a{float: left;width: 5.9em;border-left: 1px solid #e0e0e0;padding: 0.2em 0; color:#333;}
footer .foot a:first-child{border-left: none;}
footer .foot a .foot_icon{margin: 0 auto;width: 2em;height: 1.6em;background: url(/swt/images/spr_bot.gif) no-repeat;background-size: 7.5em auto;}
footer .foot a .foot_icon1{background-position: -3.735em 0;}
footer .foot a .foot_icon2{background-position: -5.6em 0;}
footer .foot a .foot_icon3{background-position: -0.05em 0;width: 1.6em;}
footer .foot a .foot_icon4{background-position: -1.8em 0;}
footer .foot a p{text-align: center;font-size: 0.7em;margin-top: 0.15em;}
a{
	color: #333;
}
/*# sourceMappingURL=css.css.map */
