body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #000;
}
body {
  font-size: 12px;
  font-family: 'PingFang SC', Helvetica, 'Microsoft YaHei', Arial;
  min-width: 1200px;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  clear: both;
  display: block;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .icon {
    background-image: url(../images/icon_2x.png);
    background-size: 574px auto;
  }
}
@font-face {
  font-family: 'jedatefont';
  src: url('https://rs1.119.gov.cn/119gov/font/jedatefont.eot?t=1510763148800'); /* IE9*/
  src: url('../fonts/jedatefont.eot') format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/jedatefont.woff') format('woff'),
    url('../fonts/jedatefont.ttf') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
      url('../fonts/jedatefont.svg') format('svg'); /* iOS 4.1- */
}

.jedatefont {
  font-family: 'jedatefont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jedate {
  height: auto;
  font-family: 'PingFangSC-Light', 'PingFang SC', 'Segoe UI', 'Lucida Grande',
    'NotoSansHans-Light', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti,
    'WenQuanYi Micro Hei', SimSun, sans-serif;
  font-size: 12px;
  cursor: default;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.jedate * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-family: 'PingFangSC-Light', 'PingFang SC', 'Segoe UI', 'Lucida Grande',
    'NotoSansHans-Light', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti,
    'WenQuanYi Micro Hei', SimSun, sans-serif;
}

.jedate table thead,
.jedate table td {
  border: 1px #fff solid;
}
.jedate ul,
.jedate ol,
.jedate li,
.jedate dl {
  list-style-type: none;
  font-style: normal;
  font-weight: 300;
}

.jedate .yearprev {
  left: 0;
  font-size: 14px;
}
.jedate .monthprev {
  left: 25px;
  font-size: 14px;
}
.jedate .yearnext {
  right: 0;
  font-size: 14px;
}
.jedate .monthnext {
  right: 25px;
  font-size: 14px;
}
.jedate .jedate-tips {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 800;
  width: 200px;
  margin-left: -100px;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #ff0000;
  background-color: #fffef4;
  border: 1px rgb(247, 206, 57) solid;
  display: none;
}
.jedate .timecontent ul::-webkit-scrollbar,
.jedate-menu::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  margin-right: 5px;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}
.jedate .timecontent ul::-webkit-scrollbar-track,
.jedate-menu::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.jedate .timecontent ul::-webkit-scrollbar-thumb,
.jedate-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.jedate .timecontent ul::-webkit-scrollbar-thumb:hover,
.jedate-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}
.jedate .timecontent ul::-webkit-scrollbar-thumb:active,
.jedate-menu::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}
.jedate .timecontent ul::-webkit-scrollbar-thumb:window-inactive,
.jedate-menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}
.jedate .jedate-hmsmask {
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 36px;
  z-index: 100;
}
.jedatetipscon {
  color: #333;
  float: left;
  overflow: hidden;
  background-color: #fffef4;
  line-height: 22px;
  padding: 6px;
  border: 1px rgb(247, 206, 57) solid;
  font-style: normal;
  font-family: Arial, '\5b8b\4f53', 'sans-serif';
  font-size: 12px;
  font-weight: 300;
}
.jedatetipscon p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.jedatetipscon p.red {
  color: #ff0000;
}

.jedate.leftmenu {
  padding-left: 90px;
}
.jedate .jedate-menu {
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #f2f2f2;
  border-right: 1px solid #efefef;
  border-radius: 4px 0 0 4px;
  overflow: auto;
  display: block;
  padding: 4px 0;
}
.jedate .jedate-menu p {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  overflow: hidden;
  font-size: 12px;
  cursor: pointer;
}
.jedate .jedate-menu p:hover {
  background-color: #00a680;
  color: #ffffff;
}
.jedate .jedate-wrap {
  min-width: 230px;
  background: #fff;
  overflow: hidden;
}
.jedate .jedate-pane {
  width: 230px;
  float: left;
  overflow: hidden;
}
.jedate .jedate-header {
  width: 100%;
  height: 36px;
  line-height: 36px;
  float: left;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 14px;
  padding: 0 50px;
  position: relative;
}
.jedate .jedate-header em {
  width: 25px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  color: #666;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.jedate .jedate-header .ymbtn {
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
/* .jedate .jedate-header em:hover,.jedate .jedate-header .ymbtn:hover{color: #00A680;} */
.jedate .jedate-content {
  width: 100%;
  height: 220px;
  float: left;
  padding: 5px;
  overflow: hidden;
}
.jedate .jedate-content.bordge {
  border-left: 1px #e9e9e9 solid;
}
.jedate .jedate-content .yeartable,
.jedate .jedate-content .monthtable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #fff;
}
.jedate .jedate-content .yeartable td,
.jedate .jedate-content .monthtable td {
  width: 73px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.jedate .jedate-content .yeartable td span,
.jedate .jedate-content .monthtable td span {
  padding: 8px 10px;
  border: 1px solid #fff;
}
.jedate .jedate-content .yeartable td.action span,
.jedate .jedate-content .monthtable td.action span,
.jedate .jedate-content .yeartable td.action span:hover,
.jedate .jedate-content .monthtable td.action span:hover {
  background-color: #00a680;
  border: 1px #00a680 solid;
  color: #fff;
}
.jedate .jedate-content .yeartable td span:hover,
.jedate .jedate-content .monthtable td span:hover {
  background-color: #f2f2f2;
  border: 1px #f2f2f2 solid;
}
.jedate .jedate-content .yeartable td.disabled span,
.jedate .jedate-content .monthtable td.disabled span,
.jedate .jedate-content .yeartable td.disabled span:hover,
.jedate .jedate-content .monthtable td.disabled span:hover {
  color: #bbb;
  background-color: #fff;
  border: 1px solid #fff;
}
.jedate .jedate-content .yeartable td.contain span,
.jedate .jedate-content .monthtable td.contain span,
.jedate .jedate-content .yeartable td.contain span:hover,
.jedate .jedate-content .monthtable td.contain span:hover {
  background-color: #d0f0e3;
  border: 1px #d0f0e3 solid;
}

.jedate.grid .daystable thead,
.jedate.grid .daystable td {
  border: 1px #f2f2f2 solid;
}
.jedate .jedate-content .daystable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #fff;
}
.jedate .jedate-content .daystable thead {
  background-color: #fff;
}
.jedate .jedate-content .daystable th {
  width: 31px;
  height: 27px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
}
.jedate .jedate-content .daystable td {
  width: 31px;
  height: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-family: Arial, '\5b8b\4f53', 'sans-serif';
}
.jedate .jedate-content .daystable td .nolunar {
  line-height: 29px;
  font-size: 14px;
  font-family: Arial, '\5b8b\4f53', 'sans-serif';
}
.jedate .jedate-content .daystable td .solar {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  padding-top: 2px;
  display: block;
  font-family: Arial, '\5b8b\4f53', 'sans-serif';
}
.jedate .jedate-content .daystable td .lunar {
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  overflow: hidden;
  display: block;
  font-family: Arial, '\5b8b\4f53', 'sans-serif';
  color: #888;
  transform: scale(0.95);
}
.jedate .jedate-content .daystable td.action,
.jedate .jedate-content .daystable td.action:hover,
.jedate .jedate-content .daystable td.action .lunar {
  background-color: #00a680;
  color: #fff;
}
.jedate .jedate-content .daystable td.other,
.jedate .jedate-content .daystable td.other .nolunar,
.jedate .jedate-content .daystable td.other .lunar {
  color: #00ddaa;
}
.jedate .jedate-content .daystable td.disabled,
.jedate .jedate-content .daystable td.disabled .nolunar,
.jedate .jedate-content .daystable td.disabled .lunar {
  color: #bbb;
}
.jedate .jedate-content .daystable td.contain,
.jedate .jedate-content .daystable td.contain:hover {
  background-color: #00ddaa;
  color: #fff;
}
.jedate .jedate-content .daystable td.disabled:hover {
  background-color: #fff;
}
.jedate .jedate-content .daystable td:hover {
  background-color: #f2f2f2;
}
.jedate .jedate-content .daystable td.red {
  color: #ff0000;
}
.jedate .jedate-content .daystable td .marks {
  width: 5px;
  height: 5px;
  background-color: #ff0000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 4px;
}
.jedate .jedate-content .daystable td.action .marks {
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 4px;
}

.jedate .jedate-time {
  overflow: hidden;
  padding-bottom: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
}
.jedate .jedate-time .timepane {
  width: 230px;
  float: left;
}
.jedate .jedate-time .timeheader {
  width: 100%;
  float: left;
  height: 36px;
  line-height: 36px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.jedate .jedate-time .timecontent {
  width: 100%;
  float: left;
}
.jedate .jedate-time .hmstitle {
  width: 211px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 4px;
  text-align: center;
}
.jedate .jedate-time .hmstitle p {
  width: 33.33%;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.jedate .jedate-time .hmslist {
  width: 211px;
  margin: 0 auto 6px auto;
  border: 1px solid #ddd;
  border-right: none;
  overflow: hidden;
}
.jedate .jedate-time .hmslist .hmsauto {
  height: 100%;
  margin: 0;
  text-align: center;
}
.jedate .jedate-time .hmslist ul {
  width: 70px;
  height: 174px;
  float: left;
  border-right: 1px solid #ddd;
  overflow: hidden;
}
.jedate .jedate-time .hmslist .hmsauto:hover ul {
  overflow-y: auto;
}
.jedate .jedate-time .hmslist ul li {
  width: 130%;
  padding-left: 26px;
  text-align: left;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: Arial, '\5b8b\4f53', 'sans-serif';
}
.jedate .jedate-time .hmslist ul li:hover {
  background-color: #f2f2f2;
}
.jedate .jedate-time .hmslist ul li.action,
.jedate-time .hmslist ul li.action:hover {
  background-color: #00a680;
  color: #fff;
}
.jedate .jedate-time .hmslist ul li.disabled {
  background-color: #fbfbfb;
  color: #ccc;
}
.jedate .jedate-time .hmslist ul li.disabled.action {
  background-color: #00a680;
  color: #ffffff;
  filter: Alpha(opacity=30);
  opacity: 0.3;
}

.jedate .jedate-footbtn {
  height: 36px;
  padding: 0 6px;
  border-top: 1px #e9e9e9 solid;
  overflow: hidden;
}
.jedate .jedate-footbtn .timecon {
  line-height: 28px;
  padding: 0 5px;
  background-color: #00a680;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  margin-top: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.jedate .jedate-footbtn .btnscon {
  line-height: 28px;
  margin-top: 4px;
  display: block;
  float: right;
  font-size: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.jedate .jedate-footbtn .btnscon span {
  float: left;
  padding: 0 5px;
  border-right: 1px #fff solid;
  background-color: #00a680;
  color: #fff;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
}
.jedate .jedate-footbtn .btnscon span:last-child {
  border-right: none;
}
/* 主内容部分 */
.container {
  padding: 48px 0 32px 0;
}
.container .s-tab {
  width: 856px;
  margin: 0 auto;
  margin-bottom: 28px;
  border-bottom: 1px solid #d9d9d9;
}
.container .s-tab ul {
  overflow: hidden;
}
.container .s-tab ul li {
  float: left;
  font-size: 16px;
  color: #8e8e93;
  margin-right: 15px;
  padding-bottom: 10px;
  cursor: pointer;
}
.container .s-tab ul li.active {
  border-bottom: 2px solid #3460ab;
  color: #3460ab;
}
.container .s-container {
  width: 856px;
  margin: 0 auto;
}
.container .s2-container {
  width: 856px;
  margin: 0 auto;
  display: none;
}
.search-con {
  text-align: center;
}
.search-con .search-select {
  float: left;
  width: 86px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  cursor: pointer;
  position: relative;
}
.search-con .search-select .select-true {
  width: 80px;
  height: 32px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 32px;
  position: relative;
  text-align: left;
  text-indent: 12px;
}
.search-con .search-select .select-true .icon-bot {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-position: -296px -79px;
}
.search-con .search-select .select-more {
  position: absolute;
  left: 0;
  top: 31px;
  width: 85px;
  border: 1px solid #d9d9d9;
  border-top: none;
  margin-left: -1px;
  display: none;
  z-index: 10;
}
.search-con .search-select .select-more.active {
  display: block;
}
.search-con .search-select .select-more li {
  height: 32px;
  line-height: 32px;
  background: #fff;
  font-size: 14px;
  color: #4a4a4a;
}
.search-con .search-select .select-more li:hover {
  background: #ececec;
}
.search-con .search-select-ly {
  float: left;
  width: 86px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  cursor: pointer;
  position: relative;
}
.search-con .search-select-ly .select-true-ly {
  width: 80px;
  height: 32px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 32px;
  position: relative;
  text-align: left;
  text-indent: 12px;
}
.search-con .search-select-ly .select-true-ly .icon-bot {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-position: -296px -79px;
}
.search-con .search-select-ly .select-more-ly {
  position: absolute;
  left: 0;
  top: 31px;
  width: 85px;
  border: 1px solid #d9d9d9;
  border-top: none;
  margin-left: -1px;
  display: none;
  z-index: 10;
}
.search-con .search-select-ly .select-more-ly.active {
  display: block;
}
.search-con .search-select-ly .select-more-ly li {
  height: 32px;
  line-height: 32px;
  background: #fff;
  font-size: 14px;
  color: #4a4a4a;
}
.search-con .search-select-ly .select-more-ly li:hover {
  background: #ececec;
}
.search-con .search-box {
  float: left;
  width: 645px;
  height: 32px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-con .search-box input {
  width: 640px;
  height: 32px;
  line-height: 32px;
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
  color: #383838;
}
.search-con .search-btn {
  float: left;
  width: 89px;
  height: 32px;
  background: #3460ab;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  margin-left: 12px;
  cursor: pointer;
}
.search-res,
.search-res-ly {
  font-size: 16px;
  color: #3460ab;
  padding-bottom: 12px;
  border-bottom: 1px solid #c5c5c5;
  text-align: left;
  padding-top: 56px;
}
.container .container-list ul li {
  padding: 32px 0;
  border-bottom: 1px solid #e5e5e5;
}
.container .container-list ul li.no-search {
  font-size: 18px;
  margin: 80px 0;
  text-align: center;
  color: #8e8e93;
  border: none;
}
.container .container-list ul li h3 {
  font-size: 24px;
  color: #383838;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 8px;
  max-height: 70px;
  overflow: hidden;
}
.container .container-list ul li h3 span,
.container .container-list ul li p span {
  color: #e10e1d;
}
.container .container-list ul li .con-tool {
  font-size: 14px;
  color: #8e8e93;
  margin-bottom: 8px;
}
.container .container-list ul li .con-tool .original {
  margin-right: 12px;
}
.container .container-list ul li p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 26px;
  max-height: 78px;
  overflow: hidden;
}
.container .container-list ul li p.con-catnode {
  font-size: 14px;
  color: #8e8e93;
}
.container .container-list ul li.list-item-pic {
  overflow: hidden;
}
.container .container-list ul li.list-item-pic .con-text {
  float: left;
  width: 576px;
}
.container .container-list ul li.list-item-pic .con-pic {
  float: right;
  width: 250px;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: #dbdbdb;
}
.container .container-list ul li.list-item-pic .con-pic .shade-txt {
  position: absolute;
  top: 77px;
  left: 65px;
  font-size: 25px;
  color: #c5c5c5;
}
.container .container-list ul li.list-item-pic .con-pic img {
  width: 100%;
  min-height: 180px;
  position: relative;
  z-index: 10;
}

.container .container-list-ly ul li.no-search {
  font-size: 18px;
  margin: 80px 0;
  text-align: center;
  color: #8e8e93;
  border: none;
  padding: 32px 0;
}
.container .container-list-ly ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.container .container-list-ly ul li h3 {
  font-size: 18px;
  color: #383838;
  margin-bottom: 20px;
}
.container .container-list-ly ul li div {
  font-size: 16px;
  color: #5f5f5f;
  text-align: justify;
  line-height: 26px;
}
.container .container-list-ly ul li .question {
  margin-bottom: 20px;
}
.container .container-list-ly ul li div span {
  color: #3460ab;
}
.pagination {
  margin: 32px 0 23px 0;
  /* display: flex; 
    justify-content: center; */
  text-align: center;
}
.m-style {
  position: relative;
  text-align: center;
  zoom: 1;
  display: inline-block;
}

.m-style:before,
.m-style:after {
  content: '';
  display: table;
}

.m-style:after {
  clear: both;
  overflow: hidden;
}

.m-style span {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #bdbdbd;
  font-size: 14px;
}
.m-style .active {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  background: #3460ab;
  border-radius: 4px;
}
.m-style a {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #4a4a4a;
  font-size: 14px;
}
.m-style a:hover {
  color: #fff;
  background: #3460ab;
}
.m-style .next,
.m-style .prev {
  font-size: 14px;
}
.eg img {
  max-width: 800px;
  min-height: 500px;
}
.m-style input {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  outline: none;
  border-radius: 4px;
  color: #4a4a4a;
  font-size: 14px;
}
.m-style input.jump-ipt {
  width: 48px;
}
.m-style a.jump-btn {
  border: none;
}
.m-style a.jump-btn:hover {
  background: #ffffff;
  color: #4a4a4a;
}

.search-time {
  margin-top: 30px;
}
.search-time label {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 32px;
  margin-right: 10px;
}
.search-time label input {
  height: 32px;
  line-height: 32px;
  background: none;
  outline: none;
  font-size: 14px;
  color: #383838;
  border: 1px solid #d9d9d9;
  padding: 0 8px;
}
.search-order,
.search-order-ly {
  overflow: hidden;
}
.search-order ul li,
.search-order-ly ul li {
  float: left;
  font-size: 16px;
  width: 80px;
  height: 30px;
  border: 1px solid #d9d9d9;
  color: #383838;
  margin: 10px 10px 10px 0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.search-order ul li.active,
.search-order-ly ul li.active {
  background: #3460ab;
  color: #fff;
}
.main {
  width: 1000px;
  margin: 0 auto;
}
/* 头部顶通 */
.headTop {
  background: #3460ab;
  height: 38px;
}
.headTop .head-time {
  float: left;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 38px;
}
.headTop .head-right {
  float: right;
  position: relative;
}
.headTop .head-right .search,
.headTop .head-right .login,
.headTop .head-right .weibo,
.headTop .head-right .wechat,
.head-right .tiktok,
.head-right .write {
  display: inline-block;
  cursor: pointer;
  height: 38px;
  position: relative;
}
.headTop .head-right .search {
  width: 38px;
  height: 26px;
  float: left;
  margin-top: 6px;
  background: none;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}
.headTop .head-right .search input {
  width: 138px;
  height: 26px;
  line-height: 26px;
  outline: none;
  border: none;
  background: none;
  padding: 0 10px;
  color: #fff;
  display: none;
}
.headTop .head-right .search.active {
  background: #6891c8;
}
.headTop .head-right .search.active input {
  display: block;
}
.headTop .head-right .search input::-webkit-input-placeholder {
  color: #fff;
}
.headTop .head-right .search input:-moz-placeholder {
  color: #fff;
}
.headTop .head-right .search input::-moz-placeholder {
  color: #fff;
}
.headTop .head-right .search input:-ms-input-placeholder {
  color: #fff;
}
.headTop .head-right .icon-search {
  width: 16px;
  height: 16px;
  background-position: -18px 0;
  position: absolute;
  top: 6px;
  right: 10px;
}
.headTop .head-right .icon-login {
  width: 59px;
  height: 38px;
  background-position: -55px 12px;
}
.headTop .head-right .icon-write {
  width: 59px;
  height: 38px;
  background-position: -410px 12px;
}
.headTop .head-right .icon-weibo {
  width: 59px;
  height: 38px;
  background-position: -114px 12px;
}
.headTop .head-right .icon-wechat {
  width: 59px;
  height: 38px;
  background-position: -174px 12px;
}
.headTop .head-right .icon-tiktok {
  width: 59px;
  height: 38px;
  background: url(../fonts/tiktok.svg) no-repeat center;
  background-size: 26%;
  display: inline-block;
}
.headTop .head-right .login:hover .icon-login {
  background-color: #fff;
  background-position: -232px 12px;
}
.headTop .head-right .write:hover .icon-write {
  background-color: #fff;
  background-position: -469px 12px;
}
.headTop .head-right .weibo:hover .icon-weibo {
  background-color: #fff;
  background-position: -290px 12px;
}
.headTop .head-right .wechat:hover .icon-wechat {
  background-color: #fff;
  background-position: -349px 12px;
}
.headTop .head-right .tiktok:hover {
  background-color: #fff;
}
.headTop .head-right .tiktok:hover .icon-tiktok {
  background: url(../fonts/tiktok_dark.svg) no-repeat center;
  background-size: 26%;
}
.headTop .head-right .weibo:hover img {
  display: block;
}
.headTop .head-right .wechat:hover img {
  display: block;
}
.headTop .head-right .tiktok:hover img {
  display: block;
}
.weibo-img,
.wechat-img {
  width: 150px;
  height: 150px;
  position: absolute;
  display: none;
}
.weibo-img {
  top: 38px;
  right: -49px;
}
.wechat-img {
  top: 38px;
  right: -49px;
}
.tiktok-img {
  top: 38px;
  right: -90px;
  height: auto;
  width: 240px;
  z-index: 99;
  position: absolute;
  display: none;
}
.login:hover .login-list {
  display: block;
}
.login .login-list {
  position: absolute;
  top: 38px;
  left: -15px;
  box-shadow: 0px 3px 7px rgba(52, 96, 171, 0.5);
  display: none;
}
.login .login-list li {
  width: 90px;
  height: 40px;
  text-align: center;
  background: #fff;
  line-height: 40px;
}
.login .login-list li a {
  color: #3460ab;
  font-size: 14px;
}
.login .login-list li:hover {
  background: #3460ab;
}
.login .login-list li:hover a {
  color: #fff;
}
.main {
  width: 1000px;
  margin: 0 auto;
}
/* banner */
.wrapBanner {
  height: 200px;
  /*background: url(../images/banner_new2.jpg) no-repeat top center;*/
   background: url(../images/banner_2023.jpg) no-repeat top center;
}
/* 导航 */
.wrapNav {
  background: #3460ab;
}
.wrapNav .main {
  position: relative;
}
.wrapNav .nav-item {
  float: left;
  width: 111px;
  height: 48px;
  text-align: center;
  border-left: 1px solid #7b9eff;
  box-sizing: border-box;
}
.wrapNav .nav-item:last-of-type {
  border-right: 1px solid #7b9eff;
}
.wrapNav .nav-item .item-a {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  position: relative;
}
.wrapNav .nav-item .item-a .icon-rol {
  position: absolute;
  left: 40px;
  bottom: -20px;
  border-top: 10px solid #3460ab;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: none;
}
.wrapNav .nav-item:hover .icon-rol {
  display: block;
  z-index: 101;
}
.wrapNav .nav-item .item-a {
  display: inline-block;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
}
.wrapNav .nav-item ul {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 1000px;
  background: #fff;
  opacity: 0.9;
  box-sizing: border-box;
  padding: 20px 0px;
}
.wrapNav .nav-item ul li {
  float: left;
  margin-right: 24px;
}
.wrapNav .nav-item ul li a {
  color: #383838;
  font-size: 18px;
  font-weight: bold;
}
.wrapNav .nav-item ul li a:hover {
  color: #3460ab;
}
.wrapNav .nav-item:hover ul {
  display: block;
}
.wrapNav .nav-item .list-hd li.active {
  margin-left: 369px;
}
.wrapNav .nav-item .list-xw li.active {
  margin-left: 24px;
}
.wrapNav .nav-item .list-gk li.active {
  margin-left: 100px;
}
.wrapNav .nav-item .list-fw li.active {
  margin-left: 24px;
}
.wrapNav .nav-item .list-dj li.active {
  margin-left: 420px;
}
.wrapNav .nav-item .list-kp li.active {
  margin-left: 663px;
}
.wrapNav .nav-item .list-xfwh li.active {
  margin-left: 610px;
}
.wrapNav .nav-item .list-qmxf li.active {
  margin-left: 416px;
}
.banner2021 {
  height: 300px;
  background: url(../images/banner2022esd.jpg) no-repeat top center;
}
.main {
  width: 1000px;
  margin: 0 auto;
}
/* footer */
.footer {
  height: 184px;
  background-color: #f3f8fa;
  background-image: linear-gradient(0deg, #ffffff 0%, #f3f8fa 100%);
  position: relative;
  z-index: 10;
}
.footer .select .btn-item {
  float: left;
  position: relative;
  width: 250px;
}
.footer .select .btn-item.last {
  margin-right: 0;
}
.footer .select .btn-item .item-a {
  position: relative;
  cursor: pointer;
  width: 250px;
  height: 50px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
.footer .select .btn-item li .icon-b {
  width: 4px;
  height: 4px; /* border-radius: 3px; */
  position: absolute;
  left: 13px;
  top: 14px;
  background: url(../images/whitedot.png) no-repeat center;
  background-size: cover;
}
.footer .select .btn-item ul li {
  position: relative;
  letter-spacing: 1px;
  width: 184px;
  height: 32px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 32px;
}
.footer .select .btn-item ul li:hover {
  background: #146eaa;
}
.footer .select .btn-item ul li a {
  color: #fff;
}
.footer .select .btn-item ul li:hover a {
  color: #06355b !important;
}
.footer .select .btn-item ul {
  position: absolute;
  left: 0;
  display: none;
  padding: 20px;
}
.footer .select .btn-item:hover ul {
  display: block;
  background: #146eaa;
}
.footer .bot {
  position: relative;
  margin-top: 19px;
  margin-bottom: 21px;
}
.footer .bot .bot-txt {
  text-align: left;
  padding-left: 235px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #505050;
  letter-spacing: 0.5px;
}
.footer .bot .bot-txt ul li {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 0;
}
.footer .bot .bot-txt ul li.phone {
  position: relative;
}
.footer .bot .bot-txt ul li.phone span {
  position: absolute;
  top: -68px;
  left: -80px;
  width: 250px;
  height: 61px;
  background: #3574b9;
  display: none;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  padding-right: 44px;
  text-align: right;
  line-height: 61px;
  margin: 0;
}
.footer .bot .bot-txt ul li.phone span .icon-b {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 45px;
  top: 28px;
  border-radius: 3px;
  background: url(../images/whitedot.png) no-repeat center;
  background-size: cover;
}
.footer .bot .bot-txt ul li a {
  font-size: 12px;
  color: #505050;
  letter-spacing: 0.5px;
}
.footer .bot .bot-txt ul li:hover a {
  color: #3460ab;
}
.footer .bot .bot-txt ul li.phone:hover span {
  display: block;
}
.footer .bot .bot-txt ul li span {
  margin: 0 13px;
  font-size: 12px;
}
.footer .bot .bot-txt ul li a {
  font-size: 12px;
  color: #505050;
  letter-spacing: 0.67px;
}
.footer .bot .bot-txt ul li span {
  margin: 0 5px;
}
.footer .bot .bot-txt p {
  font-size: 12px;
  color: #505050;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0.5px;
}
.footer .bot .bot-txt p a.codeNum {
  color: #505050;
}
.footer .bot .bot-txt p a.codeNum:hover {
  color: #3460ab;
}
.footer .bot .bot-txt p span i {
  margin-left: 22px;
  margin-right: 3px;
  vertical-align: top;
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url('../images/police.png') no-repeat center;
}
.footer .bot img.left {
  position: absolute;
  left: 87px;
  top: 18px;
}
#_span_jiucuo {
  position: absolute;
  left: 87px;
  top: 18px;
}
.footer .bot img.right {
  position: absolute;
  right: 97px;
  top: 18px;
}
.footer .footer_link {
  height: 50px;
  background: #3460ab;
}
.footer .bot .jc-logo {
  position: absolute;
  right: 50px;
  top: 14px;
}
