* {
  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 img {
  display: block;
  width: 100%;
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.mtjjjc {
  margin: 1rem 0 1rem 0.5rem;
  width: 90%;
  display: flex;
  border-top: 0.2rem solid #1f6aba;
  border-right: 0.2rem solid #1f6aba;
}
.mtjjjc .left {
  width: 8rem;
}
.mtjjjc .left .title {
  height: 2rem;
  background: #1f6aba;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mtjjjc .right {
  flex: 1;
  position: relative;
}
.mtjjjc .right ul {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 15rem;
  background: #fff;
  height: 7rem;
}
.mtjjjc .right ul li {
  width: 50%;
  padding: 0.3rem;
}
.mtjjjc .right ul li a {
  height: 3rem;
  display: flex;
  align-items: center;
  border: 1px solid #808080;
}
.mtjjjc .right ul li a img {
  width: 1.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.mtjjjc .right ul li a .text {
  flex: 1;
  font-size: 0.7rem;
  color: #1a1a1a;
}
.mtjjjc .right ul li a .text span {
  display: block;
  color: #4c4c4c;
  font-size: 0.45rem;
}

.newtabbox .tabbtn {
  display: flex;
}
.newtabbox .tabbtn .btn {
  flex: 1;
  border: 1px solid #cccccc;
  color: #4d4d4d;
  margin: 0 0.2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  cursor: pointer;
}
.newtabbox .tabbtn .btn img {
  width: 1rem;
  margin-left: 0.8rem;
  margin-right: 0.4rem;
}
.newtabbox .tabbtn .on {
  border: 1px solid #1f6aba;
  background: #1f6aba;
  color: #fff;
}
.newtabbox .tabcon .box {
  padding: 0 0.5rem;
  display: none;
}
.newtabbox .tabcon .box dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.newtabbox .tabcon .box dl dt {
  width: 6rem;
}
.newtabbox .tabcon .box dl dt img {
  display: block;
  width: 100%;
}
.newtabbox .tabcon .box dl dd {
  margin-left: 0.5rem;
  flex: 1;
}
.newtabbox .tabcon .box dl dd h3 {
  color: #1a1a1a;
  font-size: 0.9rem;
}
.newtabbox .tabcon .box dl dd p {
  text-indent: 2em;
  color: #4c4c4c;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.newtabbox .tabcon .box dl dd p b {
  color: red;
}
.newtabbox .tabcon .box:nth-child(1) {
  display: block;
}

.zjtabbox .tanbtn {
  display: flex;
}
.zjtabbox .tanbtn .btn {
  flex: 1;
  margin: 0 0.2rem;
  background: #999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  cursor: pointer;
}
.zjtabbox .tanbtn .on {
  background: url("../images/ggt_37.png") no-repeat center bottom #1f6aba;
  background-size: 0.5rem;
}
.zjtabbox .tancon {
  margin-top: 0.5rem;
}
.zjtabbox .tancon .box {
  display: none;
  padding: 0 0.5rem 0.5rem 0.5rem;
  margin-top: 1rem;
}
.zjtabbox .tancon .box .relative {
  position: relative;
}
.zjtabbox .tancon .box .relative .swta {
  position: absolute;
  left: 9.5rem;
  top: 9.5rem;
  width: 6rem;
  height: 2.5rem;
}
.zjtabbox .tancon .box .imglist {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #999;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.zjtabbox .tancon .box .imglist .ibox {
  margin-bottom: 0.5rem;
  padding: 0 0.2rem;
  width: 50%;
}
.zjtabbox .tancon .box .imglist .ibox img {
  display: block;
  width: 100%;
}
.zjtabbox .tancon .box .imglist .ibox p {
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #1a1a1a;
  background: #dfefff;
}
.zjtabbox .tancon .box .tablebox {
  margin-top: 1rem;
  border: 1px solid #999;
  border-radius: 0.4rem;
}
.zjtabbox .tancon .box .tablebox .title {
  height: 3rem;
  line-height: 3rem;
  color: #1a1a1a;
  text-align: center;
  font-size: 1rem;
  background: #f2f2f2;
  font-weight: bold;
}
.zjtabbox .tancon .box .tablebox .tablehead {
  height: 3.5rem;
  color: #1a1a1a;
  text-align: center;
  background: #ebf4fd;
  display: flex;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.zjtabbox .tancon .box .tablebox .tablehead .tbox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
  font-size: 0.9rem;
}
.zjtabbox .tancon .box .tablebox .tablehead .tbox:nth-child(1) {
  flex: none;
  width: 4rem;
}
.zjtabbox .tancon .box .tablebox .tanletr {
  display: flex;
}
.zjtabbox .tancon .box .tablebox .tanletr .trbox {
  flex: 1;
  height: 3.5rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #333;
  text-align: center;
  justify-content: center;
  line-height: 1.3rem;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.zjtabbox .tancon .box .tablebox .tanletr .trbox img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
  display: block;
}
.zjtabbox .tancon .box .tablebox .tanletr .trbox:nth-child(1) {
  flex: none;
  width: 4rem;
  background: #ebf4fd;
}
.zjtabbox .tancon .box .tablebox .tanletr .trbox:nth-child(2) {
  justify-content: start;
}
.zjtabbox .box:nth-child(1) {
  display: block;
}

.altabcon {
  display: flex;
  padding: 0 0.5rem;
}
.altabcon .tabbtn {
  width: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.altabcon .tabbtn .btn {
  flex: 1;
  border: 1px solid #808080;
  border-radius: 0 0.6rem 0 0.6rem;
  font-size: 0.8rem;
  color: #333;
  margin: 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3rem;
  cursor: pointer;
}
.altabcon .tabbtn .on {
  background: url(../images/ggt_52.jpg) no-repeat right center #1f6aba;
  color: #fff;
  background-size: 0.5rem;
  border: none;
}
.altabcon .tabcon {
  flex: 1;
  margin-left: 0.5rem;
}
.altabcon .tabcon .box {
  display: none;
  position: relative;
}
.altabcon .tabcon .box img {
  display: block;
  width: 100%;
}
.altabcon .tabcon .box p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(214, 229, 255, 0.8);
  color: #1a1a1a;
  font-size: 0.8rem;
  padding: 0.2rem;
  line-height: 1.2rem;
}
.altabcon .tabcon .box:nth-child(1) {
  display: block;
}

.hxjs {
  margin: 1rem auto;
}
.hxjs .title {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
}
.hxjs .title img {
  margin: 0 0.5rem;
  flex: 1;
  width: 2.84rem;
}
.hxjs .hxjscon {
  margin-top: 1rem;
}

.gytabbox .gytabbtn {
  display: flex;
}
.gytabbox .gytabbtn .btn {
  flex: 1;
  background: #84b9f2;
  color: #fff;
  border-radius: 0 0.4rem 0 0.4rem;
  margin: 0 0.2rem;
  font-size: 0.8rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.gytabbox .gytabbtn .btn span {
  font-size: 0.6rem;
}
.gytabbox .gytabbtn .on {
  background: #1f6aba;
}
.gytabbox .gytabcon .box {
  padding: 0.5rem;
  display: none;
  position: relative;
}
.gytabbox .gytabcon .box img {
  display: block;
  width: 100%;
}
.gytabbox .gytabcon .box .textul {
  position: absolute;
  left: 15.8rem;
  top: 1rem;
}
.gytabbox .gytabcon .box .textul li {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.gytabbox .gytabcon .box .swta {
  position: absolute;
  left: 16.5rem;
  top: 6rem;
  width: 5.5rem;
  height: 3rem;
  padding: 0.15rem 0.65rem;
  line-height:1.2rem;
  color: #518cca;
  font-size: 0.8rem;
}
.gytabbox .gytabcon .box:nth-child(1) {
  display: block;
}
.gytabbox .swtbtn {
  margin: 0.5rem auto 0 auto;
  padding: 0 0.2rem;
  display: flex;
}
.gytabbox .swtbtn a {
  flex: 1;
  margin: 0 0.4rem;
}
.gytabbox .swtbtn a img {
  display: block;
  width: 100%;
}

.zdztextbox {
  width: 90%;
  margin: 1rem auto;
}
.zdztextbox .toptext {
  height: 1.8rem;
  line-height: 1.8rem;
  background: #808080;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  box-shadow: #e1e1e1 1px 5px 5px;
}
.zdztextbox .context {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 0 0 0.6rem 0.6rem;
  padding: 1rem 0 2rem 0;
}
.zdztextbox .context p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4rem;
  text-align: center;
}
.zdztextbox .bomtext {
  width: 92%;
  margin: -1rem auto 0 auto;
  background: #ff6b23;
  color: #fff;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 0.9rem;
  font-size: 0.75rem;
}
.zw-nav{
	height:4.5rem;
}
.zw-nav li {
  float: left;
  width: 25%;
  border-right: 1px #ccc solid;
}
.zw-nav li a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  background-color: #fff;
  text-align: center;
  line-height: 2.2rem;
  height: 2.2rem;
}
.zw-nav li:last-child {
  border-right: none;
}
.blue li {
  border-right: 1px #fff solid;
  border-bottom: 1px solid #fff;
}
.blue li a {
  background-color: #1f6aba;
  color: #fff;
}
.banner-slide {
  margin: 1px auto;
}




.box .a4-2 {
    width: 96.875%;
    margin: 0.75rem auto
}

.box .a4-2 ul li {
    background: #eeeeee;
    width: 6.75rem;
    text-align: center;
    padding: 0.75rem 0 0.375rem 0;
    float: left;
    margin-right: 1rem;
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
}

.box .a4-2 ul li img {
    display: block;
    margin: 0 auto;
}

.box .a4-2 ul li:nth-child(3n) {
    margin-right: 0
}

.box .a4-2 ul li p {
    color: #333;
    font-size: 0.7rem;
    border-bottom: 0.0375rem dashed #a0a0a0;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    display: inline-block
}

.box .a4-2 ul li h2 {
    color: #035bc2;
    font-size: 0.82rem;
    font-weight: normal
}
