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;
  }
}
.main {
  width: 1200px;
  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(../images/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(../images/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;
}

/* banner */
.wrapBanner {
  height: 200px;
  /*background: url(/include/inc/images/banner_new2.jpg) no-repeat top center;*/
  background: url(/include/inc/images/pxspTop.jpg) no-repeat top center;
}
/* 导航 */
.wrapNav {
  background: #3460ab;
}
.wrapNav .main {
  width: 1000px;
  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;*/
  margin-left: 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/banner2021.jpg) no-repeat top center;*/
/*}*/
.banner{
    width: 100%;
    height: 520px;
}
/* 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;
}

/*分页*/
.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;
}


.bsBox{
  /*display: none;*/
  z-index: 100000001;
  font-size: 12px;
  background: url(https://static.bshare.cn/frame/images//background-opaque-dark.gif) !important;
  padding: 6px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bsTop {
  color: #666;
  background: #f2f2f2;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.bsClose {
  _overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 10000000;
  color: #666;
  font-weight: bold;
  font-family: Helvetica,Arial;
  font-size: 14px;
  line-height: 20px;
}
.bsFrameDiv{
  width: 220px;
  border: none;
  background: #fff;
  margin:0 auto;
}
#bsFrameDiv{
  height: 220px;
  width: 220px;
  display: block;
}
#qrcode canvas{
  margin-top: 21px;
  margin-left: 21px;
}


.banner2021{
    height: 300px;
    background: url(/include/inc/images/banner2022esd.jpg) no-repeat top center;
    position: relative;
}

.banner2021-link {
    width: 1000px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 60px;
}
.container .l-container {
  float: left;
  width: 322px!important;
  min-height: 25px;
}
.container .r-container {
  float: right;
  width: 845px!important;
}
