* {
  font-family: "微软雅黑", "MicrosoftYaHei";
}
body {
  background-color: #fff;
}
#zt3Row1Swiper {
  width: 100%;
  position: relative;
}
#zt3Row1Swiper .swiper-slide img {
  width: 100%;
  height: 6.24rem;
}
#zt3Row1Swiper .swiper-slide .news_next,
#zt3Row1Swiper .swiper-slide .news_prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 99;
}
#zt3Row1Swiper .swiper-slide .news_prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
#zt3Row1Swiper .swiper-slide .news_next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
#zt3Row1Swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
#zt3Row1Swiper .swiper-pagination {
  bottom: 68px;
}
#zt3Row1Swiper .swiper-pagination-bullet {
  opacity: 0.64;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%z;
}
#zt3Row1Swiper .swiper-pagination-bullet-active {
  background-color: blue;
  width: 42px;
  border-radius: 10px;
  opacity: 0.76;
  background-color: #0b60ae;
}
/* 焦点轮播 */
.swiper2 {
  width: 50%;
  margin: 0 auto;
  /* 焦点轮播图css */
}
.swiper2 .focus,
.swiper2 .focus .pic {
  position: relative;
}
.swiper2 .focus .pic > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.swiper2 .focus .pic img,
.swiper2 .focus .pic a {
  width: 100%;
}
.swiper2 .focus .pic .bottom_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 48px;
  font-size: 18px;
  height: 104px;
  background: url(../images/jd_news_hover_bg.png) no-repeat center #0960bb;
  box-sizing: border-box;
  color: #fff;
}
.swiper2 .focus .pic .bottom_content .date {
  text-align: center;
  line-height: 36px;
  width: 94px;
  letter-spacing: 0px;
  margin-left: 20px;
  margin-right: 28px;
}
.swiper2 .focus .pic .bottom_content .date .day {
  font-family: "思源宋体 CN", SourceHanSerifCN;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  color: #1f54b4;
  width: 94px;
  height: 36px;
  background-color: #ffffff;
}
.swiper2 .focus .pic .bottom_content .date .year {
  font-family: "思源宋体 CN", SourceHanSerifCN;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  color: #bfd6ff;
  width: 94px;
  height: 36px;
  background-color: #346acb;
}
.swiper2 .focus .pic .bottom_content .text {
  display: block;
  width: calc(100% - 220px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
}
.swiper2 .focus .focus-prev,
.swiper2 .focus .focus-next {
  position: absolute;
  top: calc(50% - 52px);
  z-index: 3;
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.3s;
}
.swiper2 .focus .focus-prev {
  transform: translate(-70px, 0);
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(../images/jd_focus_left.png);
}
.swiper2 .focus .focus-next {
  transform: translate(70px, 0);
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(../images/jd_focus_right.png);
}
.swiper2 .focus:hover .focus-prev,
.swiper2 .focus:hover .focus-next {
  opacity: 1;
  transform: translate(0, 0);
}
.common_diver_50 .fl {
  width: 48%;
}
.common_diver_50 .fr {
  width: 48%;
}
@media (max-width: 992px) {
  .common_diver_50 .fl,
  .common_diver_50 .fr {
    width: 100%;
    float: none;
  }
  .common_diver_50 .fl {
    margin-bottom: 30px;
  }
}
.pubcon_ttile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pubcon_ttile .more {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
}
.news_list_box {
  background-color: #fafafa;
  padding: 20px 32px;
  box-sizing: border-box;
}
.news_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  position: relative;
}
.news_list li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c3c3c3;
  margin-right: 18px;
  transform: rotate(45deg);
}
.news_list li:hover a {
  color: #0b60ae;
}
.news_list li:hover::before {
  background-color: #0b60ae;
}
.news_list a {
  display: block;
  width: calc(100% - 150px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 50px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: justify;
}
.news_list .date {
  /* 2022-11-15 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #666666;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
}
.mtjd_list li {
  height: 53px;
}
.tzgg_box {
  padding: 32px 32px 20px 32px;
}
.tzgg_box .tab {
  border-bottom: 1px #d9d9d9 dashed;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.tzgg_box .tab_list {
  display: flex;
  flex-wrap: wrap;
}
.tzgg_box .tab_list li {
  cursor: pointer;
}
.tzgg_box .tab_list li a {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #8ea2b5;
  padding-bottom: 12px;
}
.tzgg_box .tab_list li:not(:last-child):after {
  content: "/";
  display: inline-block;
  font-size: 22px;
  margin-left: 8px;
  margin-right: 8px;
  color: #8ea2b5;
}
.tzgg_box .tab li.current a {
  color: #0d4a97;
  font-weight: bold;
  border-bottom: 3px solid #0d4a97;
}
.tzgg_box .pane {
  display: none;
}
.tzgg_box .pane.current {
  display: block;
}
.container2 {
  background-color: #ecf2f7;
  background: url(../images/jd_continaer2_bg.png) repeat-y center #ecf2f7;
}
.pubcon_ttile2 {
  text-align: center;
}
.pubcon_ttile2 .more {
  float: right;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 0px;
  color: #666666;
}
.item_box_deco .img_box {
  text-align: center;
}
.item_box_deco .img_box img {
  display: inline-block;
}
.item_box_deco li {
  padding: 24px 30px 35px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(11, 96, 174, 0.11);
  border-radius: 8px;
}
.item_box_deco li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #0b60ae;
  transition: all 0.3s;
  z-index: 3;
}
.item_box_deco li:hover::before {
  width: 100%;
}
.item_box_deco li a {
  width: 100%;
}
.item_box_deco li::after {
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 2;
  background-color: #8ea2b5;
}
.item_box_deco li .info b {
  font-size: 28px;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #7e93a8;
  font-weight: bold;
}
.item_box_deco li .info .more {
  width: 37px;
  height: 37px;
  display: inline-block;
  background: url(../images/xshd_more.png) center no-repeat;
  color: #666666;
}
.item_box_deco li:hover {
  box-shadow: 0px 0px 21px 0px rgba(11, 96, 174, 0.45);
}
.item_box_deco li:hover .info .more {
  background-image: url(../images/xshd_more_active.png);
}
.item_box_deco li:hover .info .date {
  color: #0b60ae;
}
.item_box_deco li .detail h3 {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #343434;
}
.item_box_deco li .detail .detail_text {
  margin-top: 16px;
  font-size: 18px;
  text-indent: 2em;
  font-weight: normal;
  line-height: 32px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9e9e9e;
}
.item_box_deco li:hover .info .fl b,
.item_box_deco li:hover .info .fl span,
.item_box_deco li:hover .info .fr {
  transition: all 0.3s;
  color: #003193;
}
.item_box_deco li:hover .detail i {
  transition: all 0.3s;
  background: url(../images/icon_arrow_cur.png) center;
}
.item_box_deco li img {
  max-width: 100%;
}
.elp1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dfbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xshd_list .info_inner {
  width: calc(100% + 60px);
  display: flex;
  align-items: center;
}
.xshd_list .adress {
  width: calc(100% - 105px);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #7e93a8;
  padding-left: 30px;
  position: relative;
}
.xshd_list .adress::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/jd_subject_adress.png) no-repeat center / 100%;
  display: inline-block;
  width: 22px;
  height: 24px;
}
.xshd_list .date_box {
  transform: translateX(-50px);
  margin-right: -36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 79px;
  background-color: #8ea2b5;
  border-radius: 16px 0px 0px 0px;
}
.xshd_list .date_box .time {
  font-family: "思源宋体 CN", SourceHanSerifCN;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
.xshd_list .date_box .date_detial {
  font-family: "思源宋体 CN", SourceHanSerifCN;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.xshd_list li > a {
  box-shadow: 0px 0px 21px 0px rgba(11, 96, 174, 0.11);
  margin-left: 20px;
  padding: 0 32px 35px;
  background-color: #ffffff;
}
.xshd_list .img_box {
  text-align: center;
}
.xshd_list .img_box img {
  display: inline-block;
}
.xshd_list li a {
  width: calc(100% - 20px);
}
.xshd_list li:hover a {
  box-shadow: 0px 0px 21px 0px rgba(11, 96, 174, 0.42);
}
.xshd_list li .detail h3 {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #343434;
}
.xshd_list li .detail .detail_text {
  margin-top: 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9e9e9e;
}
.xshd_list li:hover .date_box {
  background-color: #e4312b;
}
.xshd_list li:hover .adress {
  color: #e4312b;
}
.xshd_list li:hover .adress::before {
  background-image: url(../images/jd_subject_adress2.png);
}
.xshd_list li img {
  max-width: 100%;
}
.silde3::before,
.silde3::after {
  content: "";
  display: table;
}
.silde3::before {
  clear: both;
  height: 0;
}
.silde3::after {
  clear: both;
  height: 0;
}
.silde3 > li {
  box-sizing: border-box;
  float: left;
}
.silde3 > li:nth-of-type(2n + 1),
.silde3 > li:nth-of-type(2n) {
  margin-top: 0;
  margin-right: 0;
}
.silde3 > li {
  width: 31%;
}
.silde3 > li:nth-child(3n + 1),
.silde3 > li:nth-child(3n + 2) {
  margin-right: 3.5%;
}
.silde3 > li:nth-child(n + 4) {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .silde3::before,
  .silde3::after {
    content: "";
    display: table;
  }
  .silde3::before {
    clear: both;
    height: 0;
  }
  .silde3::after {
    clear: both;
    height: 0;
  }
  .silde3 > li {
    box-sizing: border-box;
    float: left;
  }
  .silde3 > li:nth-of-type(2n + 1),
  .silde3 > li:nth-of-type(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .silde3 > li {
    width: 48%;
  }
  .silde3 > li:nth-child(2n + 1) {
    margin-right: 4%;
  }
  .silde3 > li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .silde3::before,
  .silde3::after {
    content: "";
    display: table;
  }
  .silde3::before {
    clear: both;
    height: 0;
  }
  .silde3::after {
    clear: both;
    height: 0;
  }
  .silde3 > li {
    box-sizing: border-box;
    float: left;
  }
  .silde3 > li:nth-of-type(2n + 1),
  .silde3 > li:nth-of-type(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .silde3 > li {
    width: 100%;
  }
  .silde3 > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.silde4::before,
.silde4::after {
  content: "";
  display: table;
}
.silde4::before {
  clear: both;
  height: 0;
}
.silde4::after {
  clear: both;
  height: 0;
}
.silde4 > li {
  box-sizing: border-box;
  float: left;
}
.silde4 > li:nth-of-type(2n + 1),
.silde4 > li:nth-of-type(2n) {
  margin-top: 0;
  margin-right: 0;
}
.silde4 > li {
  width: 23%;
}
.silde4 > li:nth-child(4n + 1),
.silde4 > li:nth-child(4n + 2),
.silde4 > li:nth-child(4n + 3) {
  margin-right: 2.6%;
}
.silde4 > li:nth-child(n + 5) {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .silde4::before,
  .silde4::after {
    content: "";
    display: table;
  }
  .silde4::before {
    clear: both;
    height: 0;
  }
  .silde4::after {
    clear: both;
    height: 0;
  }
  .silde4 > li {
    box-sizing: border-box;
    float: left;
  }
  .silde4 > li:nth-of-type(2n + 1),
  .silde4 > li:nth-of-type(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .silde4 > li {
    width: 31%;
  }
  .silde4 > li:nth-child(3n + 1),
  .silde4 > li:nth-child(3n + 2) {
    margin-right: 3.5%;
  }
  .silde4 > li:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .silde4::before,
  .silde4::after {
    content: "";
    display: table;
  }
  .silde4::before {
    clear: both;
    height: 0;
  }
  .silde4::after {
    clear: both;
    height: 0;
  }
  .silde4 > li {
    box-sizing: border-box;
    float: left;
  }
  .silde4 > li:nth-of-type(2n + 1),
  .silde4 > li:nth-of-type(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .silde4 > li {
    width: 48%;
  }
  .silde4 > li:nth-child(2n + 1) {
    margin-right: 4%;
  }
  .silde4 > li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .silde4::before,
  .silde4::after {
    content: "";
    display: table;
  }
  .silde4::before {
    clear: both;
    height: 0;
  }
  .silde4::after {
    clear: both;
    height: 0;
  }
  .silde4 > li {
    box-sizing: border-box;
    float: left;
  }
  .silde4 > li:nth-of-type(2n + 1),
  .silde4 > li:nth-of-type(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .silde4 > li {
    width: 100%;
  }
  .silde4 > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.jdjs_list {
  /* 焦点轮播 */
}
.jdjs_list .jdjs_swiper .focus,
.jdjs_list .jdjs_swiper .focus .pic {
  position: relative;
}
.jdjs_list .jdjs_swiper .focus .pic > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jdjs_list .jdjs_swiper .focus .pic img {
  width: 100%;
}
.jdjs_list .jdjs_swiper .focus .pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  padding-left: 24px;
  line-height: 58px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: rgba(33, 73, 146, 0.65);
  color: #fff;
}
.jdjs_list .jdjs_swiper .focus .pic p span {
  display: block;
  width: calc(100% - 160px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jdjs_list .jdjs_swiper .focus .focus-prev,
.jdjs_list .jdjs_swiper .focus .focus-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 12px 20px;
  color: #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.jdjs_list .jdjs_swiper .focus .focus-prev {
  transform: translate(-50px, 0);
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.jdjs_list .jdjs_swiper .focus .focus-next {
  transform: translate(50px, 0);
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.jdjs_list .jdjs_swiper .focus:hover .focus-prev,
.jdjs_list .jdjs_swiper .focus:hover .focus-next {
  opacity: 1;
  transform: translate(0, 0);
}
.jdjs_list .jdjs_swiper .focus .navi {
  position: absolute;
  bottom: 18px;
  right: 0;
  z-index: 9;
  height: 17px;
  text-align: right;
  padding-right: 23px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.jdjs_list .jdjs_swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px;
}
.jdjs_list .jdjs_swiper .focus .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  opacity: 0.64;
  border-radius: 50%;
}
.jdjs_list .jdjs_swiper .focus .swiper-pagination-bullet-active {
  width: 33px;
  height: 17px;
  background-color: #ffffff;
  border-radius: 8px;
  opacity: 1;
}
.kjdh_list .icon {
  background: url(../images/jd_kjdh_icons.png) no-repeat;
  background-position-y: -68px;
  width: 60px;
  height: 60px;
}
.kjdh_list li {
  background-color: #ffffff;
  border: solid 2px #8ea2b5;
}
.kjdh_list li:hover {
  background-color: #f8fcff;
  border: solid 2px #0b60ae;
}
.kjdh_list li:hover .icon {
  background-position-y: 0;
}
.kjdh_list li:hover a {
  background: url(../images/jd_kjdh_hover.png) no-repeat bottom right;
}
.kjdh_list li a {
  height: 207px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kjdh_list li a p {
  margin-top: 26px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7e93a8;
}
.kjdh_list li:first-child .icon {
  background-position-x: 0;
  width: 60px;
  height: 56px;
}
.kjdh_list li:nth-child(2) .icon {
  background-position-x: -435px;
  width: 56px;
  height: 56px;
}
.kjdh_list li:nth-child(3) .icon {
  background-position-x: -867px;
  width: 58px;
  height: 54px;
}
.kjdh_list li:nth-child(4) .icon {
  background-position-x: -1303px;
  width: 52px;
  height: 52px;
}
.jdjs_tag {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/jdjs_tag.png);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  width: 170px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
