@charset "UTF-8";
.tab {
  width: 100%;
  height: auto;
  padding: 0.12rem .2rem 0;
  background: #fff;
}

.tab .tabs {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  display: flex;
  justify-content: space-around;
  border-bottom: .01rem solid #cccccc;
}

.tab .tabs .tab-button {
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
  font-size: .26rem;
  padding:0 .05rem!important;
  color: #000;
}

.tab .tabs .tab-button.active {
  color: #285fb1;
  height: .69rem;
  line-height: .69rem;
  border-bottom: .03rem solid #285fb1;
  font-weight: bold;
}

.tab .tab-content {
  width: 100%;
  height: auto;
  display: none;
  padding-top: .15rem;
}

.tab .tab-content li {
  width: 100%;
  height: .55rem;
  line-height: .55rem;
}

.tab .tab-content li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: .23rem;
  background-image: url(point.png);
  background-repeat: no-repeat;
  background-size: .05rem .05rem;
  background-position: .1rem center;
}

.tab .tab-content li a span:nth-child(1) {
  color: #333333;
  font-size: .24rem;
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab .tab-content li a span:nth-child(2) {
  color: #999999;
  font-size: .24rem;
  display: block;
  width: 1.7rem;
  text-align: right;
}

.tab .tab-content li:hover a,
.tab .tab-content li:active a,
.tab .tab-content li:visited a {
  color: #1764ce;
}

.tab .tab-content.active {
  display: block;
}

.module1 {
  width: 100%;
  height: auto;
  padding: .23rem .2rem 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  /* 允许子元素换行 */
  justify-content: space-between;
}

.module1 li {
  height: 1.53rem;
  margin-bottom: .16rem;
  flex: 1 1 calc(50% - .16rem);
  margin-right: .16rem;
}

.module1 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.module1 li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.module1 li:nth-child(2n) {
  margin-right: 0;
}

.module2 {
  width: 100%;
  height: auto;
  padding: 0 .2rem;
  background: #fff;
}

.module2 .title {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.module2 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.module2 .module2List {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  /* 允许子元素换行 */
  justify-content: space-between;
}

.module2 .module2List li {
  height: 1.46rem;
  margin-bottom: .2rem;
  flex: 1 0 calc(25% - .13rem);
  margin-right: .13rem;
  background: #f6f8fa;
  border-radius: .04rem;
}

.module2 .module2List li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: .23rem;
}

.module2 .module2List li a img {
  margin: 0 auto;
  width: .59rem;
  height: .59rem;
}

.module2 .module2List li a p {
  margin-top: .06rem;
  text-align: center;
  width: 100%;
  line-height: .24rem;
  font-size: .18rem;
  color: #333;
}

.module2 .module2List li:nth-child(4n) {
  margin-right: 0;
}

.module3 {
  width: 100%;
  height: auto;
  padding: 0 .2rem;
  background: #fff;
}

.module3 .tab_list {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  display: flex;
  flex-direction: row;
  border-bottom: .01rem solid #cccccc;
  padding-left: .25rem;
}

.module3 .tab_list li {
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
  font-size: .28rem;
  margin-right: .8rem;
  padding: 0 .1rem;
}

.module3 .tab_list li.current {
  color: #285fb1;
  height: .7rem;
  line-height: .69rem;
  border-bottom: .03rem solid #285fb1;
  font-weight: bold;
}

.module3 .item {
  width: 100%;
  height: auto;
  display: none;
  padding-top: .15rem;
}

.module3 .item li {
  width: 100%;
  height: .55rem;
  line-height: .55rem;
}

.module3 .item li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: .23rem;
  background-image: url(point.png);
  background-repeat: no-repeat;
  background-size: .05rem .05rem;
  background-position: .1rem center;
  color: #333333;
  font-size: .24rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module3 .item li:hover a,
.module3 .item li:active a,
.module3 .item li:visited a {
  color: #1764ce;
}

.module3 .module3search {
  width: 100%;
  margin-top: .2rem;
  height: .7rem;
  border-radius: .04rem;
  border: .01rem solid #cccccc;
  background: #f6f8fa;
  overflow: hidden;
}
.module3 .module3search form {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.module3 .module3search form button {
  width: .98rem;
  height: .7rem;
  background-color: #327bcd;
  background-image: url(headerSearch.png);
  background-repeat: no-repeat;
  background-size: .34rem .36rem;
  background-position: center center;
  border: 0;
  outline: 0s;
}

.module3 .module3search form form input {
  flex: 1;
  border: 0;
  background: #f6f8fa;
  padding-left: .12rem;
  line-height: .7rem;
  display: block;
  font-size: .21rem;
}

.module3 .module3search form span {
  padding: 0 .2rem;
  color: #115db2;
  line-height: .7rem;
  font-size: .24rem;
  font-weight: bold;
}

.module4 {
  width: 100%;
  height: auto;
  padding: 0.2rem;
  background: #fff;
}

.module4 .tab_list2 {
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  display: flex;
  flex-direction: row;
  border-bottom: .01rem solid #cccccc;
  padding-left: .25rem;
}

.module4 .tab_list2 li {
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
  font-size: .28rem;
  margin-right: .8rem;
  padding: 0 .1rem;
}

.module4 .tab_list2 li.current {
  color: #285fb1;
  height: .7rem;
  line-height: .69rem;
  border-bottom: .03rem solid #285fb1;
  font-weight: bold;
}

.module4 .item {
  width: 100%;
  height: auto;
  display: none;
  padding-top: .15rem;
}

.module4 .item li {
  width: 100%;
  height: .55rem;
  line-height: .55rem;
}

.module4 .item li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: space-between;
  padding-left: .23rem;
  background-image: url(point.png);
  background-repeat: no-repeat;
  background-size: .05rem .05rem;
  background-position: .1rem center;
  color: #333333;
  font-size: .24rem;
}

.module4 .item li a span:nth-child(2) {
  width: 2rem;
  text-align: right;
  color: #999999;
}

.module4 .item li a span:nth-child(1) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module4 .item li:hover a span,
.module4 .item li:active a span,
.module4 .item li:visited a span {
  color: #1764ce;
}

.module4 .module4List {
  width: 100%;
  height: .75rem;
  display: flex;
  justify-content: space-between;
  margin-top: .2rem;
}

.module4 .module4List li {
  width: 3.47rem;
  height: .75rem;
  line-height: .75rem;
  font-size: .28rem;
  font-weight: bold;
}

.module4 .module4List li a {
  display: block;
  width: 100%;
  height: 100%;
}

.module4 .module4List .li1 {
  border: .01rem solid #f2dada;
}

.module4 .module4List .li1 a {
  padding-left: 1.38rem;
  color: #b06868;
  background-color: #fbf2f3;
  background-image: url(module4_img.png);
  background-size: .43rem .41rem;
  background-repeat: no-repeat;
  background-position: 0.75rem center;
}

.module4 .module4List .li2 {
  border: .01rem solid #e2e7f8;
  background: #f1f4fc;
  text-align: center;
}

.module4 .module4List .li2 a {
  color: #636f9a;
  display: block;
}

.module5 {
  width: 100%;
  height: auto;
  padding: 0.2rem .2rem .25rem;
  background: #fff;
}

.module5 .module5tite {
  width: 100%;
  height: .46rem;
  background-image: url(module5title.png);
  background-repeat: no-repeat;
  background-size: 4.1rem .46rem;
  background-position: center center;
}

.module5 .module5list1 {
  width: 100%;
  height: auto;
  margin-top: .28rem;
}

.module5 .module5list1 li {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  background: #eaf1fb;
  border: .01rem solid #dce6f6;
  margin-bottom: .17rem;
}

.module5 .module5list1 li a {
  display: block;
  padding-left: 1.5rem;
  height: .8rem;
  width: 100%;
  color: #2e5b9f;
  font-size: .28rem;
  background-repeat: no-repeat;
  background-position: 0.71rem center;
}

.module5 .module5list1 li:nth-child(1) a {
  background-image: url(module5img1.png);
  background-size: .29rem .32rem;
}

.module5 .module5list1 li:nth-child(2) a {
  background-image: url(module5img2.png);
  background-size: .29rem .28rem;
}

.module5 .module5list1 li:nth-child(3) a {
  background-image: url(module5img3.png);
  background-size: .27rem .26rem;
}

.module5 .module5list1 li:nth-child(4) a {
  background-image: url(module5img4.png);
  background-size: .28rem .31rem;
}

.module5 .module5list1 li:nth-child(5) a {
  background-image: url(module5img5.png);
  background-size: .31rem .28rem;
}

.module5 .module5list2 {
  width: 100%;
  height: 1.2rem;
  margin-top: .21rem;
  display: flex;
  justify-content: space-between;
}

.module5 .module5list2 li {
  width: 1.62rem;
  height: 1.2rem;
  background: #eaf1fb;
  border: .01rem solid #dce6f6;
}

.module5 .module5list2 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: .8rem;
  line-height: .22rem;
  text-align: center;
  color: #333333;
  font-size: .19rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: center .27rem;
}

.module5 .module5list2 li:nth-child(1) a {
  background-image: url(module5list2_img1.png);
  background-size: .48rem .49rem;
}

.module5 .module5list2 li:nth-child(2) a {
  background-image: url(module5list2_img2.png);
  background-size: .44rem .5rem;
}

.module5 .module5list2 li:nth-child(3) a {
  background-image: url(module5list2_img3.png);
  background-size: .45rem .49rem;
}

.module5 .module5list2 li:nth-child(4) a {
  background-image: url(module5list2_img4.png);
  background-size: .46rem .5rem;
}

.module5 .module5list3 {
  width: 100%;
  margin-top: .2rem;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.module5 .module5list3 li {
  width: 3.47rem;
  height: 1.5rem;
}

.module5 .module5list3 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.module5 .module5list3 li:nth-child(1) {
  background: #eaf1fb;
  border: .01rem solid #dce6f6;
}

.module5 .module5list3 li:nth-child(1) a {
  background-image: url(module5list3img1.png);
  background-repeat: no-repeat;
  background-size: .65rem .68rem;
  background-position: center .25rem;
  padding-top: .98rem;
  text-align: center;
  font-weight: bold;
  font-size: .27rem;
  color: #333333;
}

.module5 .module5list3 li:nth-child(2) {
  background-image: url(module5list3img2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.module6 {
  width: 100%;
  height: auto;
  padding: 0.11rem .2rem .4rem;
  background: #eef1f6;
}

.module6 .title {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.module6 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.module6 .module6Box1 {
  width: 100%;
  height: auto;
}

.module6 .module6Box1 .module6Box1title {
  width: 100%;
  height: 1.74rem;
  background-image: url(module6img1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.module6 .module6Box1 .module6List1 {
  width: 100%;
  height: auto;
  padding: .4rem 0 .2rem;
  background: #f4faff;
}

.module6 .module6Box1 .module6List1 .tab_list3 {
  width: 100%;
  height: .51rem;
  line-height: .51rem;
  padding: 0 .5rem;
  display: flex;
  justify-content: space-between;
}

.module6 .module6Box1 .module6List1 .tab_list3 li {
  color: #333333;
  font-size: .26rem;
  padding: 0 .22rem;
}

.module6 .module6Box1 .module6List1 .tab_list3 .current {
  background: #115db2;
  color: #fff;
  border-radius: .04rem;
}

.module6 .module6Box1 .module6List1 .tab_con3 .item {
  display: none;
  width: 100%;
  height: auto;
  margin-top: .32rem;
  padding: 0 .25rem;
}

.module6 .module6Box1 .module6List1 .tab_con3 .item ul {
  width: 100%;
  height: auto;
}

.module6 .module6Box1 .module6List1 .tab_con3 .item ul li {
  float: left;
  height: .59rem;
  line-height: .59rem;
  width: 3.23rem;
  margin-right: .13rem;
  border-top: .01rem solid #dcebfc;
  border-left: .01rem solid #dcebfc;
  border-right: .01rem solid #dcebfc;
  margin-bottom: .23rem;
  background: linear-gradient(to bottom, #f5f8fe, #ddecfc);
}

.module6 .module6Box1 .module6List1 .tab_con3 .item ul li a {
  padding-left: .3rem;
  color: #333333;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module6 .module6Box1 .module6List1 .tab_con3 .item ul li:nth-child(2n) {
  margin-right: 0;
}

.module6 .module6Box2 {
  margin-top: .3rem;
}

.module6 .module6Box2 .module6Box1title {
  background-image: url(module6img2.png);
}

.module6 .module6Box2 .module6List1 {
  width: 100%;
  height: auto;
  padding: .4rem 0 .2rem;
  background: #f4faff;
}

.module6 .module6Box2 .module6List1 .tab_list4 {
  width: 100%;
  height: .51rem;
  line-height: .51rem;
  padding: 0 .5rem;
  display: flex;
  justify-content: space-between;
}

.module6 .module6Box2 .module6List1 .tab_list4 li {
  color: #333333;
  font-size: .26rem;
  padding: 0 .22rem;
}

.module6 .module6Box2 .module6List1 .tab_list4 .current {
  background: #da5445;
  color: #fff;
  border-radius: .04rem;
}

.module6 .module6Box2 .module6List1 .tab_con4 .item {
  display: none;
  width: 100%;
  height: auto;
  margin-top: .32rem;
  padding: 0 .25rem;
}

.module6 .module6Box2 .module6List1 .tab_con4 .item ul {
  width: 100%;
  height: auto;
}

.module6 .module6Box2 .module6List1 .tab_con4 .item ul li {
  float: left;
  height: .59rem;
  line-height: .59rem;
  width: 3.23rem;
  margin-right: .13rem;
  border-top: .01rem solid #dcebfc;
  border-left: .01rem solid #dcebfc;
  border-right: .01rem solid #dcebfc;
  margin-bottom: .23rem;
  background: linear-gradient(to bottom, #f5f8fe, #ddecfc);
}

.module6 .module6Box2 .module6List1 .tab_con4 .item ul li a {
  padding-left: .3rem;
  color: #333333;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module6 .module6Box2 .module6List1 .tab_con4 .item ul li:nth-child(2n) {
  margin-right: 0;
}

.module7 {
  width: 100%;
  height: auto;
  padding: 0 .2rem .4rem;
  background: #eef1f6;
}

.module7 .title {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.module7 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.module7 .module7box {
  width: 100%;
  height: auto;
}

.module7 .module7box .module7tile {
  width: 100%;
  height: 1.69rem;
  background-image: url(module7img1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.module7 .module7box .module7list {
  width: 100%;
  height: 3.58rem;
  background-image: url(module7listback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.module7 .module7box .module7list li {
  width: 50%;
  height: 1.79rem;
  float: left;
}

.module7 .module7box .module7list li a {
  display: block;
  width: 100%;
  padding-top: .25rem;
  height: 100%;
}

.module7 .module7box .module7list li a img {
  height: 1.24rem;
  width: auto;
  margin: 0 auto;
}

.module8 {
  width: 100%;
  height: auto;
  padding: 0.2rem .1rem .3rem;
  background: #fff;
}

.module8 .title {
  width: 100%;
  height: 1rem;
  padding: 0 .1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: 2.2rem center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.module8 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.module8 .carousel-container {
  position: relative;
  width: 100%;
  /* 根据需要调整宽度 */
  overflow: hidden;
  margin: auto;
}

.module8 .carousel-container .carousel-window {
  width: 100%;
  overflow: hidden;
}

.module8 .carousel-container .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.module8 .carousel-container .carousel-slide {
  min-width: 50%;
  height: 1.82rem;
  /* 因为每次显示两个图片，所以设置为50% */
  box-sizing: border-box;
  padding: 0 .1rem;
}

.module8 .carousel-container .carousel-slide img {
  width: 3.49rem;
  display: block;
  height: 1.82rem;
}

.sideimgone {
    width: 100%;
    display: block;
    height: 1.82rem;
    overflow: hidden;


}

.sideimgone img {
    width: 100%;
    display: block;
    height: 1.82rem;
}

.module8 .carousel-container button.prev,
.module8 .carousel-container button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: .21rem;
  height: .37rem;
  cursor: pointer;
  z-index: 999;
}

.module8 .carousel-container button.prev {
  left: 0.19rem;
  background-image: url(prev.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.module8 .carousel-container button.next {
  right: .19rem;
  background-image: url(next.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.footer1 {
  width: 100%;
  height: .84rem;
  line-height: .84rem;
  background: #eef1f6;
  color: #333333;
  font-size: .24rem;
  padding: 0 .2rem 0 .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer1 a {
  color: #333;
  margin-right: .3rem;
}


.ywdtmmodule1 {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, #a5bdd4, #fff);
  padding: .2rem;
}

.ywdtmmodule1 .swiper {
  width: 100%;
  height: 4.22rem;
}

.ywdtmmodule1 .swiper .swiper-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.ywdtmmodule1 .ywdtmmodule1tab {
  width: 100%;
  height: auto;
  margin-top: .2rem;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_list1 {
  width: 100%;
  height: .75rem;
  border-bottom: .01rem solid #cccccc;
  display: flex;
  flex-direction: row;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_list1 li {
  padding: 0 .26rem;
  height: .57rem;
  line-height: .57rem;
  width: auto;
  background: #6fa3e0;
  margin-right: .13rem;
  color: #ffffff;
  font-size: .28rem;
  border-radius: .04rem;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_list1 .current {
  background: #115db2;
  font-weight: bold;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_con1 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_con1 .item {
  display: none;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_con1 .item li {
  width: 100%;
  height: .52rem;
  line-height: .52rem;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_con1 .item li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  color: #333333;
  font-size: .24rem;
  justify-content: space-between;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_con1 .item li a span:nth-child(1) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_con1 .item li a span:nth-child(2) {
  width: 2rem;
  text-align: right;
  color: #999999;
}

.ywdtmmodule1 .ywdtmmodule1tab .ywdttab_con1 .item li:hover a span {
  color: #115db2;
}

.ywdtmmodule2 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: .2rem;
}

.ywdtmmodule2 .ywdttab_list3 {
  width: 100%;
  height: .75rem;
  border-bottom: .01rem solid #cccccc;
  display: flex;
  flex-direction: row;
}

.ywdtmmodule2 .ywdttab_list3 li {
  padding: 0 .26rem;
  height: .57rem;
  line-height: .57rem;
  width: auto;
  background: #6fa3e0;
  margin-right: .13rem;
  color: #ffffff;
  font-size: .28rem;
  border-radius: .04rem;
}
.ywdtmmodule2 .ywdttab_list3 li a{
    color: #fff;
}

.ywdtmmodule2 .ywdttab_list3 .current {
  background: #115db2;
  font-weight: bold;
}

.ywdtmmodule2 .ywdttab_con3 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
}

.ywdtmmodule2 .ywdttab_con3 .item {
  display: none;
}

.ywdtmmodule2 .ywdttab_con3 .item li {
  width: 100%;
  height: auto;
  padding: .14rem 0 .2rem;
  border-bottom: .01rem dashed #cfcfcf;
}

.ywdtmmodule2 .ywdttab_con3 .item li a {
  display: block;
  width: 100%;
  height: auto;
}

.ywdtmmodule2 .ywdttab_con3 .item li a p:nth-child(1) {
  width: 100%;
  height: .48rem;
  color: #545454;
  font-weight: bold;
  font-size: .26rem;
  line-height: .48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ywdtmmodule2 .ywdttab_con3 .item li a p:nth-child(2) {
  width: 100%;
  height: .4rem;
  color: #999999;
  font-size: .22rem;
  line-height: .4rem;
}

.ywdtmmodule2 .ywdttab_con3 .item li a div {
  width: 100%;
  height: .74rem;
  line-height: .37rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  /* 设置盒子的方向为垂直 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 在超出部分添加省略号 */
  white-space: normal;
  /*text-indent: 2em;*/
  /* 允许文本换行 */
  color: #999999;
  font-size: .22rem;
}

.ywdtmmodule3 {
  width: 100%;
  height: auto;
  padding: .2rem;
  background: #fff;
}

.ywdtmmodule3 .title {
  width: 100%;
  height: .75rem;
  display: flex;
  justify-content: space-between;
  border-bottom: .01rem solid #cccccc;
}

.ywdtmmodule3 .title span {
  padding: 0 .4rem;
  line-height: .57rem;
  width: auto;
  display: inline-block;
  height: .57rem;
  background: #115db2;
  color: #fff;
  border-radius: .04rem;
  font-size: .28rem;
  font-weight: bold;
}

.ywdtmmodule3 .title a {
  color: #999999;
  line-height: .75rem;
  font-size: .22rem;
}

.ywdtmmodule3 .line {
  width: 100%;
  height: .18rem;
  background: #fff;
}

.ywdtmmodule3 .ywdtmmodule2list {
  width: 100%;
  height: auto;
  background: #f9fbfb;
}

.ywdtmmodule3 .ywdtmmodule2list li {
  width: 100%;
  height: 2.16rem;
  background: #fff;
  margin-bottom: .37rem;
}

.ywdtmmodule3 .ywdtmmodule2list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ywdtmmodule3 .ywdtmmodule2list li a p {
  width: 100%;
  height: .75rem;
  padding: 0 1rem 0 .27rem;
  line-height: .75rem;
  color: #fff;
  font-size: .24rem;
  background-image: url(ywdtmmodule3icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.ywdtmmodule3 .ywdtmmodule2list li a div {
  width: 100%;
  height: auto;
  line-height: .5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  /* 设置盒子的方向为垂直 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 在超出部分添加省略号 */
  white-space: normal;
  padding-top: .22rem;
  /* 允许文本换行 */
  color: #777777;
  font-size: .24rem;
}

.ywdtmmodule4 {
  width: 100%;
  height: auto;
  padding: 0 .2rem;
  background: #fff;
}

.ywdtmmodule4 .ywdttab_list4 {
  width: 100%;
  height: .75rem;
  border-bottom: .01rem solid #cccccc;
  display: flex;
  flex-direction: row;
}

.ywdtmmodule4 .ywdttab_list4 li {
  padding: 0 .26rem;
  height: .57rem;
  line-height: .57rem;
  width: auto;
  background: #6fa3e0;
  margin-right: .13rem;
  color: #ffffff;
  font-size: .28rem;
  border-radius: .04rem;
}

.ywdtmmodule4 .ywdttab_list4 .current {
  background: #115db2;
  font-weight: bold;
}

.ywdtmmodule4 .ywdttab_con4 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
}

.ywdtmmodule4 .ywdttab_con4 .item {
  display: none;
}

.ywdtmmodule4 .ywdttab_con4 .item li {
  width: 100%;
  height: .52rem;
  line-height: .52rem;
}

.ywdtmmodule4 .ywdttab_con4 .item li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  color: #333333;
  font-size: .24rem;
  justify-content: space-between;
}

.ywdtmmodule4 .ywdttab_con4 .item li a span:nth-child(1) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ywdtmmodule4 .ywdttab_con4 .item li a span:nth-child(2) {
  width: 2rem;
  text-align: right;
  color: #999999;
}

.ywdtmmodule4 .ywdttab_con4 .item li:hover a span {
  color: #115db2;
}

.ywdtmmodule5 {
  width: 100%;
  height: auto;
  padding: .2rem;
  background: #fff;
}

.ywdtmmodule5 .title {
  width: 100%;
  height: .75rem;
  display: flex;
  justify-content: space-between;
  border-bottom: .01rem solid #cccccc;
}

.ywdtmmodule5 .title span {
  padding: 0 .4rem;
  line-height: .57rem;
  width: auto;
  display: inline-block;
  height: .57rem;
  background: #115db2;
  color: #fff;
  border-radius: .04rem;
  font-size: .28rem;
  font-weight: bold;
}

.ywdtmmodule5 .title a {
  color: #999999;
  line-height: .75rem;
  font-size: .22rem;
}

.ywdtmmodule5 .ywdtmmodule5list {
  width: 100%;
  height: auto;
  margin-top: .22rem;
}

.ywdtmmodule5 .ywdtmmodule5list li {
  float: left;
  width: 3.47rem;
  margin-right: .15rem;
  height: 2.8rem;
}

.ywdtmmodule5 .ywdtmmodule5list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ywdtmmodule5 .ywdtmmodule5list li a img {
  width: 100%;
  height: 2.26rem;
  display: block;
}

.ywdtmmodule5 .ywdtmmodule5list li a p {
  width: 100%;
  height: .54rem;
  line-height: .54rem;
  color: #333333;
  font-size: .24rem;
  text-align: center;
  padding: 0 .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ywdtmmodule5 .ywdtmmodule5list li:nth-child(2n) {
  margin-right: 0;
}



.hdjlmodule1 {
  width: 100%;
  height: auto;
  padding: 0.09rem .2rem .36rem;
  background: linear-gradient(to bottom, #fcfcfc, #e9f1fe);
}

.hdjlmodule1 .title {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.hdjlmodule1 .title span {
  width: 2.12rem;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.hdjlmodule1 .hdjlmoduleli1 {
  width: 100%;
  height: 1.23rem;
  display: flex;
  justify-content: space-between;
}

.hdjlmodule1 .hdjlmoduleli1 a {
  display: block;
  width: 3.47rem;
  height: 100%;
}

.hdjlmodule1 .hdjlmoduleli1 a img {
  display: block;
  width: 100%;
  height: 100%;
}

.hdjlmodule1 .hdjlmoduleli2 {
  width: 100%;
  height: 1.36rem;
  margin-top: .2rem;
}

.hdjlmodule1 .hdjlmoduleli2 a {
  display: block;
  width: 100%;
  height: 100%;
}

.hdjlmodule1 .hdjlmoduleli2 a img {
  display: block;
  width: 100%;
  height: 100%;
}

.hdjlmodule1 .hdjlmoduleli3 {
  width: 100%;
  margin-top: .2rem;
  height: 3.49rem;
  background-image: url(hdjlmoduleimg6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding-top: .3rem;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3title {
  width: 100%;
  height: .54rem;
  background-image: url(hdjlmoduleimg6title.png);
  background-repeat: no-repeat;
  background-size: 4.55rem .54rem;
  background-position: center center;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3title2 {
  width: 100%;
  height: .46rem;
  line-height: .46rem;
  margin-top: .1rem;
  text-align: center;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3title2 span {
  padding: 0 .28rem;
  display: inline-block;
  height: .46rem;
  line-height: .46rem;
  width: auto;
  color: #ffffff;
  font-size: .24rem;
  font-weight: bold;
  background: #419cd5;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3list {
  width: 100%;
  height: 1.62rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: .28rem;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3list li {
  width: 32%;
  height: 100%;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.07rem;
  line-height: .55rem;
  color: #333333;
  font-size: .24rem;
  text-align: center;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3list li:nth-child(1) a {
  background-image: url(hdjlmoduleimg6_1.png);
  background-size: 1.09rem 1.08rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3list li:nth-child(2) a {
  background-image: url(hdjlmoduleimg6_2.png);
  background-size: 1.09rem 1.08rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.hdjlmodule1 .hdjlmoduleli3 .hdjlmoduleli3list li:nth-child(3) a {
  background-image: url(hdjlmoduleimg6_3.png);
  background-size: 1.09rem 1.08rem;
  background-position: center 0;
  background-repeat: no-repeat;
}

.hdjlmodule1 .hdjlmoduleli4 {
  width: 100%;
  height: .89rem;
  display: flex;
  justify-content: space-between;
  margin-top: .2rem;
}

.hdjlmodule1 .hdjlmoduleli4 a {
  width: 3.47rem;
  height: 100%;
  display: block;
}

.hdjlmodule1 .hdjlmoduleli4 a img {
  display: block;
  width: 100%;
  height: 100%;
}

.hdjlmodule2 {
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: .22rem;
}

.hdjlmodule2 .hdjlmodule2box1 {
  width: 100%;
  height: auto;
  padding: 0 .2rem;
}

.hdjlmodule2 .hdjlmodule2box1 .title {
  width: 100%;
  height: .88rem;
  line-height: .88rem;
  background-image: url(line_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.hdjlmodule2 .hdjlmodule2box1 .title span {
  width: 2.12rem;
  height: .88rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.hdjlmodule2 .hdjlmodule2box1 .title2 {
  width: 100%;
  height: .75rem;
  line-height: .75rem;
  display: flex;
  justify-content: space-between;
  border-bottom: .01rem solid #cccccc;
}

.hdjlmodule2 .hdjlmodule2box1 .title2 a {
  color: #999999;
}

.hdjlmodule2 .hdjlmodule2box1 .title2 span {
  line-height: .57rem;
  display: inline-block;
  background: #115db2;
  height: .57rem;
  width: auto;
  padding: 0 .4rem;
  border-radius: .04rem;
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
}

.hdjlmodule2 .hdjlmodule2box2 {
  width: 100%;
  height: auto;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2_title {
  width: 100%;
  height: .66rem;
  line-height: .66rem;
  display: flex;
  justify-content: space-between;
  padding: 0 .2rem;
  color: #333333;
  font-size: .25rem;
  font-weight: bold;
  text-align: center;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2_title span:nth-child(1) {
  width: 2.6rem;
  height: .66rem;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2_title span:nth-child(2) {
  flex: 1;
  height: .66rem;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list {
  width: 100%;
  height: auto;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list li {
  width: 100%;
  padding: 0 .2rem;
  height: .66rem;
  line-height: .66rem;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  font-size: .24rem;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list li a span {
  display: block;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list li a span:nth-child(1) {
  width: 2.6rem;
  height: .66rem;
  color: #75b2ed;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list li a span:nth-child(2) {
  flex: 1;
  height: .66rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list li:nth-child(n) {
  background: #f6f6f6;
}

.hdjlmodule2 .hdjlmodule2box2 .hdjlmodule2box2list li:nth-child(2n) {
  background: #fff;
}

.hdjlmodule3 {
  width: 100%;
  height: auto;
  padding: 0.29rem .2rem 0;
  background: #fff;
}

.hdjlmodule3 .title2 {
  width: 100%;
  height: .75rem;
  line-height: .75rem;
  border-bottom: .01rem solid #cccccc;
}

.hdjlmodule3 .title2 span {
  line-height: .57rem;
  display: inline-block;
  background: #115db2;
  height: .57rem;
  width: auto;
  padding: 0 .4rem;
  border-radius: .04rem;
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
}

.hdjlmodule3 .hdjlmodule3box {
  width: 100%;
  height: auto;
  padding: 0.32rem .32rem;
  background: #f1f6fc;
}

.hdjlmodule3 .hdjlmodule3box form {
  display: block;
  width: 100%;
  height: auto;
}

.hdjlmodule3 .hdjlmodule3box form ul {
  width: 100%;
  height: auto;
}

.hdjlmodule3 .hdjlmodule3box form ul li {
  width: 100%;
  height: .54rem;
  line-height: .54rem;
  display: flex;
  flex-direction: row;
  margin-bottom: .2rem;
}

.hdjlmodule3 .hdjlmodule3box form ul li span {
  width: 1.33rem;
  height: .54rem;
  line-height: .54rem;
  color: #444444;
  display: block;
  font-size: .24rem;
}

.hdjlmodule3 .hdjlmodule3box form ul li input {
  flex: 1;
  display: block;
  background: #fff;
  height: .54rem;
  border: .01rem solid #c4d6e9;
  padding-left: .12rem;
  font-size: .26rem;
}

.hdjlmodule3 .hdjlmodule3box form ul li button {
  display: block;
  width: 1.66rem;
  height: .54rem;
  border-radius: .01rem;
  margin-left: .13rem;
  background: #fff;
  border: .01rem solid #508ecc;
  color: #4386c8;
  font-size: .26rem;
}

.hdjlmodule3 .hdjlmodule3box form .ul_search {
  width: 2.66rem;
  height: .66rem;
  line-height: .66rem;
  display: block;
  margin: 0 auto;
  background: #da5445;
  font-size: .28rem;
  color: #ffffff;
  border-radius: .02rem;
  border: 0;
}

.hdjlmodule4 {
  width: 100%;
  height: auto;
  padding: 0 .2rem;
  background: #fff;
}

.hdjlmodule4 .title {
  width: 100%;
  height: .88rem;
  line-height: .88rem;
  background-image: url(line_right2.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.52rem .07rem;
}

.hdjlmodule4 .title span {
  width: 2.5rem;
  height: .88rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.hdjlmodule4 .ywdttab_list4 {
  width: 100%;
  height: .75rem;
  border-bottom: .01rem solid #cccccc;
  display: flex;
  flex-direction: row;
}

.hdjlmodule4 .ywdttab_list4 li {
  padding: 0 .26rem;
  height: .57rem;
  line-height: .57rem;
  width: auto;
  background: #6fa3e0;
  margin-right: .13rem;
  color: #ffffff;
  font-size: .28rem;
  border-radius: .04rem;
}

.hdjlmodule4 .ywdttab_list4 .current {
  background: #115db2;
  font-weight: bold;
}

.hdjlmodule4 .ywdttab_con4 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
}

.hdjlmodule4 .ywdttab_con4 .item {
  display: none;
}

.hdjlmodule4 .ywdttab_con4 .item li {
  width: 100%;
  height: .52rem;
  line-height: .52rem;
}

.hdjlmodule4 .ywdttab_con4 .item li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  color: #333333;
  font-size: .24rem;
  justify-content: space-between;
}

.hdjlmodule4 .ywdttab_con4 .item li a span:nth-child(1) {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hdjlmodule4 .ywdttab_con4 .item li a span:nth-child(2) {
  width: 2rem;
  text-align: right;
  color: #999999;
}

.hdjlmodule4 .ywdttab_con4 .item li:hover a span {
  color: #115db2;
}

.hdjlmodule5 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: .2rem;
}

.hdjlmodule5 .ywdttab_list3 {
  width: 100%;
  height: .75rem;
  border-bottom: .01rem solid #cccccc;
  display: flex;
  flex-direction: row;
}

.hdjlmodule5 .ywdttab_list3 li {
  padding: 0 .26rem;
  height: .57rem;
  line-height: .57rem;
  width: auto;
  background: #6fa3e0;
  margin-right: .13rem;
  color: #ffffff;
  font-size: .28rem;
  border-radius: .04rem;
}

.hdjlmodule5 .ywdttab_list3 li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}

.hdjlmodule5 .ywdttab_list3 .current {
  background: #115db2;
  font-weight: bold;
}

.hdjlmodule5 .ywdttab_con3 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
}

.hdjlmodule5 .ywdttab_con3 .item {
  display: none;
}

.hdjlmodule5 .ywdttab_con3 .item .li {
  width: 100%;
  height: 3.5rem;
  background: #f1f6fc;
}

.hdjlmodule6 {
  width: 100%;
  height: auto;
  padding: 0.24rem .2rem;
  background: #fff;
}

.hdjlmodule6 .hdjlmodule6container {
  width: 100%;
  height: auto;
  padding: .43rem .37rem 0;
  background: linear-gradient(to bottom, #dcebfc, #f6f9fe);
}

.hdjlmodule6 .hdjlmodule6container .hdjlmodule6containerbox {
  width: 100%;
  height: 100%;
  padding-bottom: 1.4rem;
  background-image: url(hdjlmodule6_back.png);
  background-repeat: no-repeat;
  background-size: 3.4rem 3.05rem;
  background-position: bottom center;
}

.hdjlmodule6 .hdjlmodule6container .hdjlmodule6containerbox .title {
  width: 100%;
  height: .64rem;
  text-align: center;
  line-height: .64rem;
}

.hdjlmodule6 .hdjlmodule6container .hdjlmodule6containerbox .title span {
  width: auto;
  padding: 0 .46rem;
  display: inline-block;
  background: #115db2;
  color: #fff;
  font-weight: bold;
  font-size: .28rem;
  border-radius: .04rem;
}

.hdjlmodule6 .hdjlmodule6container .hdjlmodule6containerbox div {
  text-indent: 2em;
  margin-top: .25rem;
  line-height: .5rem;
  height: auto;
  width: 100%;
  color: #333333;
  font-size: .26rem;
}

.hdjlmodule6 .hdjlmodule6container .hdjlmodule6containerbox .title2 {
  width: 100%;
  height: .46rem;
  text-align: center;
  margin-top: .3rem;
  color: #333333;
  font-size: .26rem;
}

.hdjlmodule7 {
  width: 100%;
  height: auto;
  padding: 0 .2rem;
  background: #fff;
}

.hdjlmodule7 .title {
  width: 100%;
  height: .88rem;
  line-height: .88rem;
  background-image: url(line_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.hdjlmodule7 .title span {
  width: 2.12rem;
  height: .88rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.hdjlmodule7 .hdjlmodule7Box {
  width: 100%;
  height: auto;
}

.hdjlmodule7 .hdjlmodule7Box .hdjlmodule7Boximg {
  width: 100%;
  height: 4rem;
}

.hdjlmodule7 .hdjlmodule7Box .hdjlmodule7Boximg img {
  width: 100%;
  height: 100%;
}

.hdjlmodule7 .hdjlmodule7Box .title2 {
  width: 100%;
  height: .62rem;
  margin-top: .16rem;
  line-height: .62rem;
  color: #333333;
  font-weight: bold;
  font-size: .26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hdjlmodule7 .hdjlmodule7Box .title2list {
  width: 100%;
  height: auto;
}

.hdjlmodule7 .hdjlmodule7Box .title2list li {
  width: 100%;
  height: .47rem;
  line-height: .47rem;
  display: flex;
  flex-direction: row;
  font-size: .24rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hdjlmodule7 .hdjlmodule7Box .title2list li span {
  color: #115db2;
}

.hdjlmodule7 .title3 {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  margin-top: .22rem;
  background: #f1f6fc;
  display: flex;
  justify-content: space-between;
  padding: 0 .24rem;
}

.hdjlmodule7 .title3 span {
  color: #115db2;
  font-weight: bold;
  font-size: .28rem;
}

.hdjlmodule7 .title3 a {
  color: #b9b9b9;
  font-size: .22rem;
}

.hdjlmodule7 .title3List {
  width: 100%;
  height: inherit;
  margin-top: .2rem;
  padding-bottom: .2rem;
}

.hdjlmodule7 .title3List li {
  width: 100%;
  height: auto;
  padding: .14rem .17rem;
  background: #f7f7f8;
  margin-bottom: .2rem;
}

.hdjlmodule7 .title3List li a {
  display: block;
  width: 100%;
  height: 100%;
}

.hdjlmodule7 .title3List li a p:nth-child(1) {
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  color: #333333;
  font-size: .26rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hdjlmodule7 .title3List li a p:nth-child(2),
.hdjlmodule7 .title3List li a p:nth-child(3) {
  width: 100%;
  height: .45rem;
  line-height: .45rem;
  color: #666666;
  font-size: .24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.pjjjswiper .swiper {
  width: 100%;
  height: 2.19rem;
}

.pjjjswiper .swiper .swiper-wrapper {
  height: 2.19rem;
}

.pjjjswiper .swiper .swiper-wrapper img {
  display: block;
  width: 100%;
  height: 2.19rem;
}

.pjjjbox {
  width: 100%;
  height: auto;
  padding: .2rem;
  background-image: url(pjjjback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.pjjjbox video {
  width: 100%;
  height: 4rem;
  display: block;
}

.pjjjbox .title {
  width: 100%;
  height: .52rem;
  line-height: .52rem;
  background-image: url(pjjjtitle.png);
  background-size: 7.1rem .45rem;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: .48rem;
  color: #015293;
  font-size: .45rem;
  font-weight: bold;
}

.pjjjbox .content-wrapper {
  position: relative;
  overflow: hidden;
}

.pjjjbox .content {
  line-height: .52rem;
  /* 假设每行的高度为1.5倍字体大小，你需要根据实际情况调整 */
  max-height: calc(14 * .52rem);
  /* 14行 * 每行高度 */
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 2em;
  margin-top: .15rem;
  display: -webkit-box;
  color: #333333;
  font-size: .26rem;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}

.pjjjbox .more-info {
  position: absolute;
  bottom: 0;
  right: 0;
  /* 半透明背景 */
  width: 1rem;
  line-height: .52rem;
  height: .52rem;
  font-size: .26rem;
  text-align: center;
}

.pjjjbox .show-more {
  color: #015293;
  /* 变色 */
  text-decoration: none;
}

.pjjjbox .show-more:hover {
  text-decoration: underline;
}

.pjjjbox .pjjjboxlist {
  width: 100%;
  height: auto;
  margin: 0.26rem auto 0;
}

.pjjjbox .pjjjboxlist li {
  float: left;
  margin-right: .08rem;
  width: 3.42rem;
  height: 1.27rem;
  background-image: url(pjjjiconback.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  line-height: 1.18rem;
  margin-bottom: .2rem;
  color: #333333;
  font-size: .32rem;
}

.pjjjbox .pjjjboxlist li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.38rem;
  color: #333333;
  background-size: .47rem .42rem;
  background-repeat: no-repeat;
  background-position: .68rem .35rem;
}

.pjjjbox .pjjjboxlist li:nth-child(2n) {
  margin-left: .08rem;
  margin-right: 0;
}

.pjjjbox .pjjjboxlist li:nth-child(1) a {
  background-image: url(pjjjicon1.png);
}

.pjjjbox .pjjjboxlist li:nth-child(2) a {
  background-image: url(pjjjicon2.png);
}

.pjjjbox .pjjjboxlist li:nth-child(3) a {
  background-image: url(pjjjicon3.png);
}

.pjjjbox .pjjjboxlist li:nth-child(4) a {
  background-image: url(pjjjicon4.png);
}

.pjjjbox .pjjjboxlist li:nth-child(5) a {
  background-image: url(pjjjicon5.png);
}

.pjjjbox .pjjjboxlist li:nth-child(6) a {
  background-image: url(pjjjicon6.png);
}

.pjjjbox .pjjjboxlist li:nth-child(7) a {
  background-image: url(pjjjicon7.png);
}

.pjjjbox .pjjjboxlist li:nth-child(8) a {
  background-image: url(pjjjicon8.png);
}

.pjjjbox .pjjjboxlist li:nth-child(9) a {
  background-image: url(pjjjicon9.png);
}

.pjjjbox .pjjjboxlist li:nth-child(10) a {
  background-image: url(pjjjicon10.png);
}

.WetlandCity {
  width: 100%;
  height: auto;
  padding: .4rem .2rem;
  background: #fff;
}

.WetlandCity .title {
  width: 100%;
  height: .52rem;
  line-height: .52rem;
  background-image: url(pjjjtitle.png);
  background-size: 7.1rem .45rem;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color: #015293;
  font-size: .45rem;
  font-weight: bold;
}

.WetlandCity .carousel-container {
  position: relative;
  width: 100%;
  height: 4.86rem;
  /* 根据需要调整宽度 */
  overflow: hidden;
  margin: auto;
  margin-top: .18rem;
}

.WetlandCity .carousel-container .carousel-window {
  width: 100%;
  overflow: hidden;
  height: 4.86rem;
}

.WetlandCity .carousel-container .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.WetlandCity .carousel-container .carousel-slide {
  min-width: 50%;
  height: 4.13rem;
  /* 因为每次显示两个图片，所以设置为50% */
  box-sizing: border-box;
  padding: 0 .1rem;
}

.WetlandCity .carousel-container .carousel-slide .slideBox {
  width: 100%;
  height: 100%;
  background: #ecf3fb;
  padding: .01rem .19rem;
}

.WetlandCity .carousel-container .carousel-slide .slideBox a {
  display: block;
  width: 100%;
  height: 100%;
}

.WetlandCity .carousel-container .carousel-slide .slideBox p {
  width: 100%;
  height: .64rem;
  text-align: center;
}

.WetlandCity .carousel-container .carousel-slide .slideBox p span {
  background: #4386c8;
  padding: 0 .85rem;
  height: .64rem;
  line-height: .64rem;
  display: inline-block;
  border-bottom-left-radius: .14rem;
  border-bottom-right-radius: .14rem;
  color: #ffffff;
  font-size: .3rem;
}

.WetlandCity .carousel-container .carousel-slide .slideBox .slideBoxcont {
  width: 100%;
  margin-top: .21rem;
  line-height: .36rem;
  color: #333333;
  font-size: .22rem;
}

.WetlandCity .carousel-container .carousel-slide .slideBox img {
  width: 100%;
  display: block;
  height: 1.62rem;
  margin-top: .28rem;
}

.WetlandCity .carousel-container button.prev,
.WetlandCity .carousel-container button.next {
  position: absolute;
  bottom: 0;
  border: none;
  width: .52rem;
  height: .52rem;
  cursor: pointer;
  z-index: 999;
  background-color: none;
}

.WetlandCity .carousel-container button.prev {
  left: 2.92rem;
  background-image: url(slideLeft.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.WetlandCity .carousel-container button.next {
  right: 2.92rem;
  background-image: url(slideright.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.zwgkmodule1 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0 .2rem .15rem;
}

.zwgkmodule1 .title {
  width: 100%;
  height: 1rem;
  padding: 0 .1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: 2.2rem center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.zwgkmodule1 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.zwgkmodule1 .open {
  width: 100%;
  height: auto;
}

.zwgkmodule1 .open .openbox {
  width: 100%;
  height: 2.78rem;
  display: flex;
  justify-content: space-between;
}

.zwgkmodule1 .open .openbox .openimg1 {
  width: 2.2rem;
  height: 2.78rem;
}

.zwgkmodule1 .open .openbox .openimg1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.zwgkmodule1 .open .openbox .openimg1 a img {
  display: block;
  width: 100%;
  height: 100%;
}

.zwgkmodule1 .open .openbox .openboxright {
  width: 4.65rem;
  height: 100%;
}

.zwgkmodule1 .open .openbox .openboxright .p1 {
  width: 100%;
  height: .47rem;
  line-height: .47rem;
  color: #545454;
  font-size: .28rem;
}

.zwgkmodule1 .open .openbox .openboxright .p1 span {
  font-weight: bold;
}

.zwgkmodule1 .open .openbox .openboxright .p2 {
  width: 100%;
  height: .45rem;
  line-height: .45rem;
  margin-top: .16rem;
  color: #545454;
  font-size: .24rem;
}

.zwgkmodule1 .open .openbox .openboxright .p3 {
  width: 100%;
  height: .45rem;
  line-height: .45rem;
  color: #545454;
  font-size: .24rem;
}

.zwgkmodule1 .open .openbox .openboxright .p4 {
  margin-top: .35rem;
  width: 100%;
  height: .9rem;
  background-image: url(openimg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.zwgkmodule1 .open .openbox .openboxright .p4 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(openimg2icon.png);
  background-repeat: no-repeat;
  background-size: .3rem .32rem;
  background-position: 1.45rem center;
  padding-left: 2.02rem;
  line-height: .9rem;
  color: #ffffff;
  font-size: .3rem;
  font-weight: bold;
}

.zwgkmodule1 .open .openList {
  width: 100%;
  height: 1.32rem;
  display: flex;
  justify-content: space-between;
  margin-top: .2rem;
}

.zwgkmodule1 .open .openList li {
  width: 2.2rem;
  height: 1.32rem;
  background-image: url(openimg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.zwgkmodule1 .open .openList li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center 0.25rem;
  background-repeat: no-repeat;
  line-height: .32rem;
  text-align: center;
  color: #333333;
  font-size: .26rem;
  padding-top: .77rem;
}

.zwgkmodule1 .open .openList li:nth-child(1) a {
  background-image: url(openimg3icon1.png);
  background-size: .46rem .44rem;
}

.zwgkmodule1 .open .openList li:nth-child(2) a {
  background-image: url(openimg3icon2.png);
  background-size: .53rem .44rem;
}

.zwgkmodule1 .open .openList li:nth-child(3) a {
  background-image: url(openimg3icon3.png);
  background-size: .56rem .44rem;
}

.zwgkmodule1 .open .openbox2 {
  width: 100%;
  height: auto;
  margin-top: .12rem;
}

.zwgkmodule1 .open .openbox2 .openbox2title {
  width: 100%;
  height: .69rem;
  line-height: .69rem;
  font-size: .28rem;
  font-weight: bold;
  color: #545454;
}

.zwgkmodule1 .open .openbox2 .openbox2List {
  width: 100%;
  height: auto;
}

.zwgkmodule1 .open .openbox2 .openbox2List li {
  float: left;
  width: 1.58rem;
  height: auto;
  margin-right: .25rem;
  margin-bottom: .12rem;
}

.zwgkmodule1 .open .openbox2 .openbox2List li a {
  display: block;
  width: 100%;
  height: 100%;
}

.zwgkmodule1 .open .openbox2 .openbox2List li a img {
  display: block;
  width: 100%;
  height: 1.98rem;
}

.zwgkmodule1 .open .openbox2 .openbox2List li a p {
  width: 1005;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  color: #545454;
  font-size: .26rem;
}

.zwgkmodule1 .open .openbox2 .openbox2List li:nth-child(4n) {
  margin-right: 0;
}

.zwgkmodule2 {
  width: 100%;
  height: auto;
  padding-bottom: .33rem;
  background-color: #eef1f6;
  background-image: url(open2.png);
  background-repeat: no-repeat;
  background-size: 100% 3.89rem;
  background-position: 0 0;
  padding-top: .37rem;
}

.zwgkmodule2 .p1 {
  width: 100%;
  height: .61rem;
  line-height: .61rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: .4rem;
}

.zwgkmodule2 .p2 {
  width: 100%;
  height: .34rem;
  line-height: .34rem;
  text-align: center;
  color: #ffffff;
  font-size: .18rem;
  background-image: url(openline.png);
  background-repeat: no-repeat;
  background-size: 7.1rem .01rem;
  background-position: center center;
}

.zwgkmodule2 .zwgkmodule2cont {
  width: 100%;
  height: auto;
  padding: 0 .2rem;
  margin-top: .19rem;
}

.zwgkmodule2 .zwgkmodule2cont .zwgkmodule2box {
  width: 100%;
  height: auto;
  background-image: url(open2img.png);
  background-repeat: no-repeat;
  background-size: 100% .52rem;
  background-position: center 0;
  background-color: #fff;
  padding: .23rem .25rem 0;
}

.zwgkmodule2 .zwgkmodule2cont .zwgkmodule2box p {
  width: 100%;
  height: .71rem;
  line-height: .71rem;
  text-align: center;
  color: #115db2;
  font-size: .3rem;
}

.zwgkmodule2 .zwgkmodule2cont .zwgkmodule2box .zwgkmodule2box1 {
  line-height: .43rem;
  color: #333333;
  font-size: .24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.zwgkmodule2 .zwgkmodule2cont .zwgkmodule2box .line {
  margin-top: .23rem;
  width: 100%;
  height: .01rem;
  border-bottom: .01rem dashed #cfcfcf;
}

.zwgkmodule2 .zwgkmodule2cont .zwgkmodule3cont {
  width: 100%;
  height: auto;
  padding-top: .27rem;
  padding-bottom: .27rem;
  background-color: #fff;
}

.zwgkmodule2 .zwgkmodule2cont .zwgkmodule3cont .open2_title {
  width: 100%;
  height: .69rem;
  text-align: center;
}

.zwgkmodule2 .zwgkmodule2cont .zwgkmodule3cont .open2_title span {
  display: inline-block;
  width: 4.56rem;
  height: .69rem;
  background-image: url(open2_title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  text-align: center;
  color: #fff;
  font-size: .28rem;
  line-height: .69rem;
}

.zwgkmodule3 {
  width: 100%;
  height: auto;
  padding: 0.12rem .2rem;
  background: #fff;
}

.zwgkmodule3 .title {
  width: 100%;
  height: 1rem;
  padding: 0 .1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: 2.2rem center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.zwgkmodule3 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.zwgkmodule3 .zwgkmodule3list {
  width: 100%;
  height: auto;
}

.zwgkmodule3 .zwgkmodule3list li {
  width: 3.46rem;
  height: .9rem;
  line-height: .9rem;
  background: #f4faff;
  border: .01rem solid #dce6f6;
  border-radius: .04rem;
  margin: 0 0.16rem .18rem 0;
  float: left;
}

.zwgkmodule3 .zwgkmodule3list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  font-size: .26rem;
  color: #333333;
  text-align: center;
  background-size: .97rem .93rem;
  background-position: 0.32rem 0;
  background-repeat: no-repeat;
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(2n) {
  margin-right: 0;
}

.zwgkmodule3 .zwgkmodule3list .te a {
  line-height: .28rem;
  padding-top: .2rem;
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(1) a {
  background-image: url(zwgkmodule3icon1.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(2) a {
  background-image: url(zwgkmodule3icon2.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(3) a {
  background-image: url(zwgkmodule3icon3.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(4) a {
  background-image: url(zwgkmodule3icon4.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(5) a {
  background-image: url(zwgkmodule3icon5.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(6) a {
  background-image: url(zwgkmodule3icon6.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(7) a {
  background-image: url(zwgkmodule3icon7.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(8) a {
  background-image: url(zwgkmodule3icon8.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(9) a {
  background-image: url(zwgkmodule3icon9.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(10) a {
  background-image: url(zwgkmodule3icon10.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(10) a {
  background-image: url(zwgkmodule3icon10.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(11) a {
  background-image: url(zwgkmodule3icon11.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(12) a {
  background-image: url(zwgkmodule3icon12.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(13) a {
  background-image: url(zwgkmodule3icon13.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(14) a {
  background-image: url(zwgkmodule3icon14.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(15) a {
  background-image: url(zwgkmodule3icon15.png);
}

.zwgkmodule3 .zwgkmodule3list li:nth-child(16) a {
  background-image: url(zwgkmodule3icon16.png);
}

.zwgkmodule4 {
  width: 100%;
  height: auto;
  padding: 0.12rem .2rem 0;
  background: #fff;
}

.zwgkmodule4 .title {
  width: 100%;
  height: 1rem;
  padding: 0 .1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: 2.2rem center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.zwgkmodule4 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.zwgkmodule4 .title2 {
  width: 100%;
  height: .75rem;
  display: flex;
  justify-content: space-between;
  border-bottom: .01rem solid #cccccc;
}

.zwgkmodule4 .title2 span {
  padding: 0 .4rem;
  line-height: .57rem;
  width: auto;
  display: inline-block;
  height: .57rem;
  background: #115db2;
  color: #fff;
  border-radius: .04rem;
  font-size: .28rem;
  font-weight: bold;
}

.zwgkmodule4 .title2 a {
  color: #999999;
  line-height: .75rem;
  font-size: .22rem;
}

.zwgkmodule4 .listtitle {
  width: 100%;
  height: .72rem;
  line-height: .72rem;
  margin-top: .05rem;
  background: #eaf1fb;
  display: flex;
  justify-content: space-between;
}

.zwgkmodule4 .listtitle span {
  color: #115db2;
  font-size: .24rem;
  font-weight: bold;
  text-align: center;
}

.zwgkmodule4 .listtitle span:nth-child(1) {
  width: 5.9rem;
}

.zwgkmodule4 .listtitle span:nth-child(2) {
  flex: 1;
}

.zwgkmodule4 .zwgkmodule4list {
  width: 100%;
  height: auto;
  margin-top: .02rem;
}

.zwgkmodule4 .zwgkmodule4list li {
  width: 100%;
  height: .8rem;
}

.zwgkmodule4 .zwgkmodule4list li a {
  display: block;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  display: flex;
  justify-content: space-between;
  padding-left: .33rem;
  background-image: url(point1.png);
  background-repeat: no-repeat;
  background-position: 0.16rem center;
  background-size: .06rem .06rem;
}

.zwgkmodule4 .zwgkmodule4list li a span {
  color: #333333;
  font-size: .24rem;
  display: block;
}

.zwgkmodule4 .zwgkmodule4list li a span:nth-child(1) {
  width: 5.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zwgkmodule4 .zwgkmodule4list li a span:nth-child(2) {
  flex: 1;
}

.zwgkmodule4 .zwgkmodule4list li:nth-child(n) {
  background: #f6f6f6;
}

.zwgkmodule4 .zwgkmodule4list li:nth-child(2n) {
  background: #ffffff;
}

.zwgkmodule4 .zwgkmodule4list2 {
  width: 100%;
  margin-top: .02rem;
  height: 1.87rem;
  background-image: url(zwgkmodule4list2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: .27rem .25rem 0;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli {
  width: 100%;
  height: .58rem;
  display: flex;
  justify-content: space-between;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli li {
  width: 49.5%;
  height: .58rem;
  line-height: .58rem;
  display: flex;
  flex-direction: row;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli li span {
  width: auto;
  color: #115db2;
  font-weight: bold;
  font-size: .24rem;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli li select {
  width: 2rem;
  height: .58rem;
  background: #fff;
  border: .01rem solid #dce6f6;
  color: #6189b5;
  font-size: .24rem;
  outline: none;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli2 {
  margin-top: .15rem;
  width: 100%;
  height: .58rem;
  line-height: .58rem;
  display: flex;
  flex-direction: row;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli2 .zwgkmodule4div {
  flex: 1;
  height: .58rem;
  line-height: .58rem;
  background-image: url(zwgkmodule4listli2icon.png);
  background-size: .28rem .29rem;
  background-position: 3.82rem center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: .01rem solid #dce6f6;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli2 .zwgkmodule4div input {
  display: block;
  width: 3.82rem;
  border: 0;
  height: 100%;
  padding-left: .16rem;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli2 button {
  width: 1.17rem;
  height: .58rem;
  display: block;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: .24rem;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli2 button:nth-child(2) {
  background: #da5445;
}

.zwgkmodule4 .zwgkmodule4list2 .zwgkmodule4listli2 button:nth-child(3) {
  background: #115db2;
}

.zwgkmodule4 .zwgkmodule4List3 {
  width: 100%;
  height: auto;
}

.zwgkmodule4 .zwgkmodule4List3 .title3 {
  width: 100%;
  height: .95rem;
  line-height: .95rem;
  color: #333333;
  font-weight: bold;
  font-size: .3rem;
  text-align: center;
}

.zwgkmodule4 .zwgkmodule4List3 .title3 span {
  padding-left: .59rem;
  background-image: url(zwgkmodule4List3.png);
  background-repeat: no-repeat;
  background-size: .37rem .49rem;
  background-position: 0 center;
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list {
  width: 100%;
  height: auto;
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list li {
  height: .8rem;
  line-height: .8rem;
  background: #eaf1fb;
  border: .01rem solid #dce6f6;
  border-radius: .04rem;
  margin-bottom: .18rem;
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  font-weight: bold;
  font-size: .26rem;
  background-size: .38rem .38rem;
  background-repeat: no-repeat;
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li1 {
  width: 100%;
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li1 a {
  background-position: 2.75rem center;
  padding-left: 3.37rem;
  background-image: url(zwgkmodule4List3icon1.png);
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li2 {
  width: 3.45rem;
  float: left;
  margin-right: .16rem;
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li2 a {
  background-position: .38rem center;
  padding-left: .98rem;
  background-image: url(zwgkmodule4List3icon1.png);
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li4 a {
  background-image: url(zwgkmodule4List3icon3.png);
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li5 a {
  background-image: url(zwgkmodule4List3icon4.png);
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li6 a {
  background-image: url(zwgkmodule4List3icon5.png);
}

.zwgkmodule4 .zwgkmodule4List3 .zwgkmodule4List3list .li3 {
  margin-right: 0;
}

.zwgkmodule5 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0 .2rem;
}

.zwgkmodule5 .title {
  width: 100%;
  height: 1rem;
  padding: 0 .1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: 2.2rem center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.zwgkmodule5 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.zwgkmodule5 .ywdttab_list3 {
  width: 100%;
  height: .57rem;
  display: flex;
  flex-direction: row;
}

.zwgkmodule5 .ywdttab_list3 li {
  padding: 0 .12rem;
  height: .57rem;
  line-height: .57rem;
  width: auto;
  background: #6fa3e0;
  margin-right: .13rem;
  color: #ffffff;
  font-size: .24rem;
  border-radius: .04rem;
}

.zwgkmodule5 .ywdttab_list3 .current {
  background: #115db2;
  font-weight: bold;
}

.zwgkmodule5 .ywdttab_con3 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
}

.zwgkmodule5 .ywdttab_con3 .item {
  display: none;
}

.zwgkmodule5 .ywdttab_con3 .item1 li {
  width: 100%;
  height: auto;
  padding: .14rem 0 .2rem;
  border-bottom: .01rem dashed #cfcfcf;
}

.zwgkmodule5 .ywdttab_con3 .item1 li a {
  display: block;
  width: 100%;
  height: auto;
}

.zwgkmodule5 .ywdttab_con3 .item1 li a p:nth-child(1) {
  width: 100%;
  height: .48rem;
  color: #545454;
  font-weight: bold;
  font-size: .26rem;
  line-height: .48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zwgkmodule5 .ywdttab_con3 .item1 li a p:nth-child(2) {
  width: 100%;
  height: .4rem;
  color: #999999;
  font-size: .22rem;
  line-height: .4rem;
}

.zwgkmodule5 .ywdttab_con3 .item1 li a div {
  width: 100%;
  height: .74rem;
  line-height: .37rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  /* 设置盒子的方向为垂直 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 在超出部分添加省略号 */
  white-space: normal;
  text-indent: 2em;
  /* 允许文本换行 */
  color: #999999;
  font-size: .22rem;
}

.zwgkmodule5 .ywdttab_con3 .item2 {
  width: 100%;
  height: auto;
  margin-top: .22rem;
}

.zwgkmodule5 .ywdttab_con3 .item2 li {
  float: left;
  width: 3.47rem;
  margin-right: .15rem;
  height: 2.8rem;
}

.zwgkmodule5 .ywdttab_con3 .item2 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.zwgkmodule5 .ywdttab_con3 .item2 li a img {
  width: 100%;
  height: 2.26rem;
  display: block;
}

.zwgkmodule5 .ywdttab_con3 .item2 li a p {
  width: 100%;
  height: .54rem;
  line-height: .54rem;
  color: #333333;
  font-size: .24rem;
  text-align: center;
  padding: 0 .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zwgkmodule5 .ywdttab_con3 .item2 li:nth-child(2n) {
  margin-right: 0;
}

.zwgkmodule5 .ywdttab_con3 .item3 li {
  width: 100%;
  height: .8rem;
}

.zwgkmodule5 .ywdttab_con3 .item3 li a {
  display: block;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  display: flex;
  justify-content: space-between;
  padding-left: .2rem;
  background-image: url(point1.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: .06rem .06rem;
}

.zwgkmodule5 .ywdttab_con3 .item3 li a span {
  color: #333333;
  font-size: .24rem;
  display: block;
}

.zwgkmodule5 .ywdttab_con3 .item3 li a span:nth-child(1) {
  width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zwgkmodule5 .ywdttab_con3 .item3 li a span:nth-child(2) {
  flex: 1;
  text-align: right;
}

.zwgkmodule6 {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0 .2rem;
}

.zwgkmodule6 .title {
  width: 100%;
  height: 1rem;
  padding: 0 .1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: 2.2rem center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.zwgkmodule6 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.zwgkmodule6 .link6 {
  width: 100%;
  height: 1.34rem;
  margin-top: .2rem;
}

.zwgkmodule6 .link6 a {
  display: block;
  width: 100%;
  height: 100%;
}

.zwgkmodule6 .link6 a img {
  display: block;
  width: 100%;
  height: 100%;
}

.zwgkmodule6 .zwgkmodule6img1 {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, #f6f9fe, #dcebfc);
  padding: .4rem 0 .15rem;
}

.zwgkmodule6 .zwgkmodule6img1 .zwgkmodule6img2 {
  width: 100%;
  min-height: 5.12rem;
  background-image: url(zwgkmodule6img1.png);
  background-repeat: no-repeat;
  background-size: 4.56rem 5.12rem;
  background-position: .99rem 0;
  padding-top: 2.04rem;
}

.zwgkmodule6 .zwgkmodule6img1 .zwgkmodule6img2 .title01 {
  width: 100%;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
  color: #cc0000;
  font-size: .24rem;
}

.zwgkmodule6 .zwgkmodule6img1 .zwgkmodule6img2 .title02 {
  width: 2.97rem;
  height: .68rem;
  line-height: .68rem;
  background: #fff;
  color: #666666;
  font-size: .26rem;
  text-align: center;
  margin: .54rem auto 0;
  border-radius: .15rem;
}

.zwgkmodule6 .zwgkmodule6img1 .zwgkmodule6img2 .zwgkmodule6img2list {
  width: 100%;
  width: 2.97rem;
  margin: .23rem auto 0;
  height: .7rem;
  display: flex;
  justify-content: space-between;
}

.zwgkmodule6 .zwgkmodule6img1 .zwgkmodule6img2 .zwgkmodule6img2list li {
  width: 1.44rem;
  height: .7rem;
}

.zwgkmodule6 .zwgkmodule6img1 .zwgkmodule6img2 .zwgkmodule6img2list li select {
  width: 100%;
  background: #fff;
  height: 100%;
  border: 0;
  outline: 0;
  display: block;
  color: #666666;
  font-size: .26rem;
  padding-left: .12rem;
}

.zwgkmodule6 .zwgkmodule6img1 .p3 {
  width: 100%;
  text-align: center;
  height: .7rem;
}

.zwgkmodule6 .zwgkmodule6img1 .p3 span {
  padding-left: .47rem;
  line-height: .7rem;
  width: auto;
  display: inline-block;
  color: #333333;
  font-size: .24rem;
  background-image: url(zwgkmodule6img1icon.png);
  background-repeat: no-repeat;
  background-size: .22rem .26rem;
  background-position: 0 center;
}

.zwgkmodule7 {
  width: 100%;
  height: auto;
  padding: 0 .2rem .45rem;
  background: #fff;
}

.zwgkmodule7 .title {
  width: 100%;
  height: 1rem;
  padding: 0 .1rem;
  line-height: 1rem;
  background-image: url(line_right.png);
  background-position: 2.2rem center;
  background-repeat: no-repeat;
  background-size: 4.98rem .07rem;
}

.zwgkmodule7 .title span {
  width: 2.12rem;
  display: block;
  height: 1rem;
  display: block;
  padding-left: .3rem;
  background-image: url(line_left.png);
  background-repeat: no-repeat;
  background-size: .08rem .35rem;
  background-position: 0 center;
  font-weight: bold;
  font-size: .4rem;
}

.zwgkmodule7 .ywdttab_list4 {
  width: 100%;
  height: auto;
}

.zwgkmodule7 .ywdttab_list4 li {
  height: .6rem;
  line-height: .6rem;
  width: 100%;
  background: #ffffff;
  margin-bottom: .16rem;
  color: #115db2;
  font-size: .24rem;
  border-radius: .04rem;
  border: .01rem solid #115db2;
  text-align: center;
}

.zwgkmodule7 .ywdttab_list4 .current {
  background: #115db2;
  color: #fff;
  border: .01rem solid #115db2;
}

.zwgkmodule7 .ywdttab_con4 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
}

.zwgkmodule7 .ywdttab_con4 .item {
  display: none;
}

.zwgkmodule7 .ywdttab_con4 .item li {
  width: 100%;
  height: 4.85rem;
}

.zwgkmodule7 .ywdttab_con4 .item li img {
  display: block;
  width: 100%;
  height: 100%;
}

.zwgkmodule7 .zwgkmodule7list {
  width: 100%;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.zwgkmodule7 .zwgkmodule7list li {
  width: 2.2rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.zwgkmodule7 .zwgkmodule7list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: .78rem;
  line-height: .3rem;
  font-size: .24rem;
  text-align: center;
  color: #333333;
}

.zwgkmodule7 .zwgkmodule7list li:nth-child(1) {
  background-image: url(zwgkmodule8back1.png);
}

.zwgkmodule7 .zwgkmodule7list li:nth-child(2) {
  background-image: url(zwgkmodule8back2.png);
}

.zwgkmodule7 .zwgkmodule7list li:nth-child(3) {
  background-image: url(zwgkmodule8back3.png);
}