body {
  font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, Verdana, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
span,
blockquote,
table,
th,
td,
embed,
object,
a,
textarea {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

button,
input,
select,
textarea {
  resize: none;
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}

body a:hover {
  color: #f98b0c;
}

img {
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *overflow: hidden;
  *zoom: 1;
  clear: both;
}

.clearfix:after {
  display: table;
  content: "";
  width: 0;
  clear: both;
}

.szb-in {
  width: 1180px;
  margin: 0 auto;
}

.szb-header {
  height: 80px;
  padding-left: 40px;
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 88;
}

.szb-logo {
  width: 310px;
  margin-right: 40px;
  margin-top: 20px;
}

.szb-logo img {
  max-width: 100%;
}

.szb-nav li {
  float: left;
  margin-left: 20px;
  height: 100%;
  position: relative;
}

.szb-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  line-height: 60px;
  position: relative;
  display: inline-block;
}

.szb-nav li a:hover {
  color: #f99c34;
}

.szb-nav>li>a.active {
  color: #f99c34;
}

.szb-nav>li>a.active::after,
.szb-nav>li>a:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  background: #f99c34;
  left: 0;
  right: 0;
  bottom: 0;
}

.szb-header-r {
  display: flex;
}

.szb-searchBox {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #666;
  margin-top: 12px;
  margin-right: 16px;
}

.szb-searchBox.active input {
  padding: 0 10px;
  width: 380px;
  transition: all ease 350ms;
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
  margin-left: 80px;
  z-index: 1;
  opacity: 1;
  padding-right: 50px;
}

.szb-searchBox input {
  width: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0;
  padding-right: 50px;
}

.szb-headerLink a {
  font-size: 14px;
  color: #fff;
}

.szb-nav {
  height: 60px;
  margin-left: 40px;
}

.szb-headerLink {
  margin-right: 10px;
  margin-top: 16px;
  position: relative;
}

.szb-indexBanner {
  height: 480px;
  width: 100%;
  background: #ebf4fc;
}

.szb-indexBanner>div {
  height: 100%;
}

.szb-indexUser-tab {
  display: flex;
  justify-content: center;
  margin-top: -32px;
}

.szb-indexUser-tab li {
  width: 180px;
  height: 74px;
  box-shadow: 0px 0px 16px 0px rgba(0, 115, 229, 0.4);
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 74px;
  margin-right: 20px;
  cursor: pointer;
  background: #fff;
}

.szb-indexUser-tab li:hover {
  background: #0073e5;
}

.szb-indexUser-tab li:hover span {
  color: #fff;
}

.szb-indexUser-tab li:hover i {
  color: #fff;
}

.szb-indexUser-tab li:last-child {
  margin-right: 0;
}

.szb-indexUser-tab-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #333;
  font-size: 22px;
  line-height: initial;
  vertical-align: middle;
}

.szb-indexUser-tab li.active .szb-indexUser-tab-icon {
  color: #fff;
}

.szb-indexUser-block-item-title {
  font-weight: bold;
  color: #f99c34;
  font-size: 20px;
  text-align: center;
  margin-top: 80px;
}

.szb-indexUser-block-item-desc {
  font-weight: bold;
  color: #333333;
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 10px;
}

.szb-indexUser-block-main {
  display: flex;
  justify-content: space-between;
}

.szb-indexUser-block-itemTab li {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  position: relative;
  width: 100px;
  margin-bottom: 30px;
  cursor: pointer;
}

.szb-indexUser-block-itemTab li.active {
  color: #f99c34;
}

.szb-indexUser-block-itemTab li.active::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #f99c34;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.szb-indexUser-block-itemText-pic {
  width: 458px;
  height: 300px;
  margin-right: 80px;
  float: left;
}

.szb-indexUser-block-itemText-pic img {
  max-width: 100%;
  max-height: 100%;
}

.szb-indexUser-block-itemText-font1 {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}

.szb-indexUser-block-itemText-font2 {
  color: #666666;
  line-height: 32px;
  color: #666;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.szb-indexUser-block-itemText-font-btn {
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #0073e5;
  border-radius: 4px;
}

.szb-indexUser-block-itemText-font-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}

.szb-indexUser-block-itemText-font-btn a:hover {
  color: #fff;
}

.szb-indexUser-block-itemText-font {
  width: 460px;
  float: left;
}

.szb-indexUser-block-item:not(:first-child) {
  display: none;
}

.szb-indexUser-block-itemTextItem:not(:first-child) {
  display: none;
}

.szb-indexUser-block-itemTab {
  float: left;
}

.szb-indexUser-block-itemText {
  float: right;
}

.szb-indexUser-block-main-block {
  width: 100%;
}

.szb-searchBox-close {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 30px;
  display: none;
}

.bg-color {
  background: #f5f9ff;
}

.szb-indexZb {
  padding: 80px 0;
}

.szb-indexZb-title {
  font-weight: bold;
  color: #333333;
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
  line-height: initial;
}

.szb-indexZb-main {
  background: #ffffff;
  border-radius: 8px;
  padding-bottom: 20px;
}

.szb-indexZb-more-l li {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  width: 160px;
  text-align: center;
  cursor: pointer;
}

.szb-indexZb-more-l li:first-child {
  border-right: 1px solid #e8e8e8;
}

.szb-indexZb-more {
  padding: 20px 0;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.szb-indexZb-tab {
  padding: 0 20px;
}

.szb-indexZb-tab li {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
}

.szb-indexZb-table tr:first-child {
  background: #f0f7fe;
}

.szb-indexZb-table tr {
  height: 54px;
}

.szb-indexZb-table tr {
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.szb-indexZb-table tr:first-child,
.szb-indexZb-table tr:last-child {
  box-shadow: none;
}

.szb-indexZb-table tr th,
.szb-indexZb-table tr td {
  padding: 0 10px;
  position: relative;
}

.szb-indexZb-table tr:not(:first-child) td:first-child {
  width: 700px;
}

.szb-indexZb-table tr td:not(:first-child) {
  text-align: center;
}

.szb-indexZb-table tr:first-child th:first-child {
  text-align: left;
}

.szb-indexZb-table {
  margin: 0 20px;
  width: calc(100% - 40px);
  margin-top: 20px;
  padding-bottom: 20px;
}

.szb-indexZb-table tr:not(:first-child) td:first-child:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.szb-indexZb-more-l li.active {
  color: #f99c34;
}

.szb-indexZb-more-arr {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../image/sz-pub-icon-more.png) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
}

.szb-indexZb-more-r {
  margin-right: 20px;
}

.szb-indexZb-more-r a {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.szb-indexZb-tab li.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: #f99c34;
  border-radius: 2px;
}

.szb-indexZb-block:not(:first-child) {
  display: none;
}

.szb-indexZb-table:not(:first-child) {
  display: none;
}

.szb-login {
  width: 80px;
  height: 80px;
  background: #f99c34;
  line-height: 80px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.szb-loginBox {
  width: 320px;
  /* height: 246px; */
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 20px;
  top: 60px;
  padding: 24px;
  display: none;
  z-index: 99;
}

.szb-loginBox-title {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}

.szb-loginBox-item img {
  width: 32px;
  height: 32px;
}

.szb-loginBox-item div {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 4px;
  font-weight: bold;
}

.szb-loginBox-item {
  float: left;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  text-align: center;
  margin-bottom: 24px;
  cursor: pointer;
}

.szb-loginBox-item:nth-child(4) {
  margin-bottom: 0px;
}

.szb-loginBox-item:nth-child(5) {
  margin-bottom: 0px;
}

.szb-loginBox-item:nth-child(3n) {
  margin-right: 0;
}

.border {
  border: 1px solid #e8e8e8;
}

.szb-indexList {
  background: #f5f9ff;
  padding: 80px 0;
}

.szb-indexList-block {
  background: #ffffff;
  border-radius: 8px;
  height: 336px;
  padding: 40px;
}

.szb-indexList-block {
  width: 580px;
}

.szb-indexList-block-title {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 10px;
}

.szb-indexList-block-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.szb-indexList-block-time {
  color: #666666;
  font-size: 16px;
}

.szb-indexList-block-item {
  margin-top: 16px;
}

.szb-indexList-block-item>a {
  display: inline-block;
  width: 100%;
}

.szb-indexList-block-item>a:hover span {
  color: #f99c34;
}

.szb-indexList-mor span {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.szb-indexList-mor {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.szb-indexList-block:nth-child(2) {
  margin-left: 20px;
}

.szb-footer {
  /* min-height: 466px; */
  background: #333333;
  /* height: 466px; */
  padding-bottom: 20px;
}

.szb-footer .szb-in {
  position: relative;
  height: 100%;
}

.szb-footer-logo {
  padding-top: 40px;
  padding-bottom: 20px;
  box-shadow: inset 0px -1px 0px 0px #666666;
}

.szb-footer-logo img {
  width: 310px;
}

.szb-footer-cp {
  margin-top: 20px;
  /* position: absolute; */
  /*bottom: 20px;*/
  left: 0;
  right: 0;
}

.szb-footer-cp-r a {
  color: #666;
  font-size: 14px;
  margin: 0 10px;
  position: relative;
}

.szb-footer-cp-r a:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #666;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -1px;
  right: -14px;
}

.szb-footer-cp-l span {
  color: #666;
}

.szb-footer-cp-l a {
  color: #666;
}

.szb-footer-nav-ul li {
  color: #666;
  font-size: 14px;
}

.szb-footer-nav-ul li a {
  color: #999;
  font-size: 14px;
}

.szb-footer-nav-ul li a:hover {
  color: #f99c34;
}

.szb-footer-nav {
  display: flex;
}

.szb-footer-nav-ul {
  /* float: left;
    width: 130px; */
  margin-left: 40px;
}

.szb-footer-nav-ul li {
  margin-bottom: 10px;
}

.szb-footer-nav-ul li:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 22px;
}

.szb-footer-nav-ul-code {
  width: 160px;
}

.szb-footer-nav-ul-codePic {
  margin-top: 20px;
}

.szb-footer-info-item {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  display: flex;
}

.orange {
  color: #f99c34;
}

.szb-footer-tel {
  font-weight: bold;
  font-size: 20px;
}

.szb-footer-info-item i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.szb-footer-info {
  width: 316px;
}

.szb-footer-main {
  margin-top: 40px;
}

.szb-indexBanner-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  padding-top: 160px;
  width: 540px;
}

.szb-indexBanner-desc {
  color: #666666;
  line-height: 32px;
  font-size: 16px;
  margin-top: 20px;
  width: 540px;
}

.szb-float {
  width: 40px;
  /* height: 254px; */
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: fixed;
  top: 30%;
  right: 20px;
  z-index: 2;
  padding: 10px 0;
  display: none;
}

.szb-rhp {
  padding: 80px 0;
  background: url(../image/sz-rhpj-xzzq-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}

.szb-title {
  font-weight: bold;
  color: #333333;
  color: #333;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.szb-rhpMain-block {
  width: calc((100% - 40px) / 2);
  /* height: 396px; */
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

.szb-morePub {
  color: #666;
  font-size: 14px;
  margin-top: 6px;
  cursor: pointer;
}

.szb-moreTitle {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}

.szb-rhpMain-tab li {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}

.szb-rhpMain-tab li:last-child {
  margin-right: 0;
}

.szb-rhpMain-tab li.active {
  color: #f99c34;
}

.szb-rhpMain-tab li.active::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #f99c34;
  border-radius: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -16px;
}

.szb-rhpMain-tab {
  margin-top: 20px;
  margin-bottom: 20px;
}

.szb-rhpMain-list {
  margin-top: 30px;
}

.szb-rhpMain-list a {
  color: #333;
  line-height: 24px;
  font-size: 16px;
  display: block;
  padding-left: 12px;
  position: relative;
  margin-bottom: 20px;
}

.szb-rhpMain-list span {
  font-size: 14px;
  color: #666;
}

.szb-rhpMain-list a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.szb-rhpMain-block:first-child {
  margin-right: 40px;
}

.szb-rhpMain-list-item:not(:first-child) {
  display: none;
}

.szb-rhr-block1 {
  height: 824px;
  width: 100%;
  background: url(../image/sz-rhr-rbh-bg.jpg) center center no-repeat;
  background-size: cover;
}

.szb-rhr-block1 {
  padding: 80px 0;
}

.szb-rhr-block1-title {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 28px;
}

.szb-rhr-block1-desc {
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 40px;
}

.szb-rhr-block1-tab1 {
  width: 100%;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 20px;
}

.szb-rhr-block1-tab1-item {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  width: 140px;
  text-align: center;
  cursor: pointer;
}

.szb-rhr-block1-tab1-item.active {
  width: 140px;
  height: 48px;
  line-height: 48px;
  background: #f99c34;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.szb-rhr-block1-tab1L {
  display: flex;
  align-items: center;
}

.szb-rhr-block1-tab2-desc {
  font-size: 16px;
  color: #a5c2ec;
}

.szb-rhr-block1-tab2-list {
  display: flex;
  margin-left: 10px;
}

.szb-rhr-block1-tab2-list div {
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  opacity: 0.8;
}

.szb-rhr-block1-tab2-list div.active {
  opacity: 1;
  font-weight: bold;
}

.szb-rhr-block1-tab2-list div::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 112px;
}

.szb-rhr-block1-tab2-list div:last-child::after {
  display: none;
}

.szb-rhr-block1-tab2 {
  display: flex;
}

.szb-rhr-block1-tab2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.szb-rhr-block1-tab2-item-block {
  width: 280px;
  height: 360px;
  border-radius: 8px;
  margin-right: 20px;
  text-align: center;
  float: left;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

.szb-rhr-block1-tab2-item-block:hover .szb-rhr-block1-tab2-item-block-btn {
  background: #0073e5;
  color: #fff;
}

.szb-rhr-block1-tab2-item-block:last-child {
  margin-right: 0;
}

.szb-rhr-block1-tab2-item-block-title-pic {
  height: 64px;
}

.szb-rhr-block1-tab2-item {}

.szb-rhr-block1-tab2-item-block-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.szb-rhr-block1-tab2-item-block-num span {
  color: #999;
  font-size: 14px;
}

.szb-rhr-block1-tab2-item-block-num span:nth-child(2) {
  color: #e82d17;
  font-weight: bold;
  font-size: 23px;
}

.szb-rhr-block1-tab2-item-block-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #0073e5;
  margin: 0 auto;
  color: #0073e5;
  margin-top: 50px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -60px;
}

.szb-rhr-block1-tab2-item-block>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.szb-rhr-block1-main-block:not(:first-child) {
  display: none;
}

.szb-rhr-block2 {
  height: 680px;
  background: #e5f3fe;
  position: relative;
}

.szb-rhr-block2::after {
  content: "";
  display: inline-block;
  width: 617px;
  height: 360px;
  background: url(../image/sz-rhr-rrz-bg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.szb-rhr-block2-title {
  text-align: center;
  font-weight: bold;
  color: #333333;
  font-size: 28px;
}

.szb-rhr-block2-desc {
  text-align: center;
  color: #666666;
  font-size: 16px;
  margin: 20px 0 40px 0;
}

.szb-rhr-block2 {
  padding: 80px 0;
}

.szb-rhr-block2-item {
  width: 120px;
  height: 400px;
  background: linear-gradient(180deg, #0073e5 0%, #9aecff 100%);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

.szb-rhr-block2-item:last-child {
  margin-right: 0;
}

.szb-rhr-block2-add {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  color: #fff;
  margin: 0 auto;
}

.szb-rhr-block2-item-titleD {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  display: block;
  writing-mode: tb;
  margin: 0 auto;
  height: 300px;
  padding-top: 80px;
  /* margin-bottom: 120px; */
  letter-spacing: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.szb-rhr-block2-item.active .szb-rhr-block2-item-titleD {
  display: none;
}

.szb-rhr-block2-item.active .szb-rhr-block2-add {
  display: none;
}

.szb-rhr-block2-item .szb-rhr-block2-itemMain {
  padding: 80px;
  /* width: 0; */
  height: 400px;
  position: absolute;
  top: 0;
  border-radius: 8px;
  opacity: 0;
}

.szb-rhr-block2-item.active .szb-rhr-block2-itemMain {
  /* width: 790px; */
  width: 920px;
  opacity: 1;
}

.szb-rhr-block2-item.active {
  transition: all ease 0.6s;
  /* width: 790px; */
  width: 920px;
}

.szb-rhr-block2-itemMain-btn-a {
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  border: 1px solid #ffffff;
  color: #fff;
  display: inline-block;
}

.szb-rhr-block2-itemMain-btn-a:hover {
  background: #f99c34;
  color: #fff;
  border: 1px solid #f99c34;
  transition: all ease 750ms;
}

.szb-rhr-block2-itemMain-title {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.szb-rhr-block2-itemMain-desc {
  color: #ffffff;
  line-height: 32px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.szb-rhr-block2-itemMain-btn i {
  font-size: 12px;
  margin-left: 10px;
}

.szb-rhr-block2-main {
  display: flex;
}

.szb-rhe1 {
  height: 784px;
  width: 100%;
  padding: 80px 0;
  background: url(../image/sz-hreg-zone-bg.jpg) center center no-repeat;
  background-size: cover;
}

.szb-rhe2 {
  height: 1120px;
  background: #f5f9ff;
  padding: 80px 0;
}

.fff {
  color: #fff;
}

.szb-rhe2-tab {
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.szb-rhe2-tab-nav {
  display: flex;
  margin-left: 8px;
}

.szb-rhe2-tab-nav li {
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.szb-rhe2-main-item {
  width: 280px;
  height: 380px;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.szb-rhe2-main-item:nth-child(4n) {
  margin-right: 0;
}

.szb-rhe2-main-item-pic {
  width: 220px;
  height: 220px;
  text-align: center;
  margin: 0 auto;
}

.szb-rhe2-main-item-pic img {
  max-width: 100%;
  max-height: 100%;
}

.szb-rhe2-main-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.szb-rhe2-main-item-price {
  font-weight: bold;
  color: #e82d17;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

.szb-rhe2-main {
  margin-top: 40px;
}

.szb-rhe2-main-block:not(:first-child) {
  display: none;
}

.szb-rhe2-tab-nav li.active {
  background: #f99c34;
  color: #fff;
}

.szb-rhe1 .szb-rhe2-tab-nav li {
  width: 140px;
}

.szb-rhe1-main-pic {
  width: 100%;
  height: 180px;
}

.szb-rhe1-main-pic img {
  max-width: 100%;
  max-height: 100%;
}

.szb-rhe1-main-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.szb-rhe1-main-desc {
  color: #666666;
  line-height: 32px;
  font-size: 16px;
  margin-top: 20px;
}

.szb-rhe1-main-font {
  padding: 40px;
  background: #fff;
  width: 100%;
}

.szb-rhe1-main-item:not(:first-child) {
  display: none;
}

.szb-rhe1-main {
  margin-top: 40px;
}

.swiper-button-prev {
  width: 48px;
  height: 48px;
  background: url(../image/sz-pub-scroll-btn-back-sel.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.swiper-button-next {
  width: 48px;
  height: 48px;
  background: url(../image/sz-pub-scroll-btn-next-sel.png) center center no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.swiper-button-prev.swiper-button-disabled {
  background: url(../image/sz-pub-scroll-btn-back-nor.png) center center no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled {
  background: url(../image/sz-pub-scroll-btn-next-nor.png) center center no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  background: #f99c34;
  border-radius: 2px;
}

.szb-rhe1-main-item {
  position: relative;
}

.szb-rhe1-main .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.szb-bread {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px 0px #e8e8e8;
  width: 100%;
  display: flex;
  justify-content: center;
}

.szb-bread li a {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  display: inline-block;
  height: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
}

.szb-bread li.active a {
  color: #f99c34;
}

.szb-bread li.active a::after {
  content: "";
  width: 64px;
  height: 4px;
  background: #f99c34;
  border-radius: 8px 8px 0px 0px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -32px;
}

.szb-zbcg {
  padding: 80px 0;
}

.szb-zbcg-tab {
  height: 64px;
  line-height: 48px;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 0px rgb(234, 230, 230);
  display: flex;
  padding: 8px;
}

.szb-zbcg-tab li {
  padding: 0 24px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}

.szb-zbcg-tab li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}

.szb-zbcg-tab li.active {
  background: #f99c34;
  color: #fff;
}

.szb-zbcg-tab li:hover {
  background: #f99c34;
  color: #fff;
}

.szb-zbcg-tab li:hover a {
  color: #fff;
}

.szb-zbcg-tab li.active a {
  color: #fff;
}

/* 日历 */

.ewb-datewrap {
  margin-top: 13px;
}

.datetimepicker .table-condensed {
  background-color: #f99d32;
}

.datetimepicker thead,
.datetimepicker thead tr:first-child th.prev,
.datetimepicker thead tr:first-child th.next,
.datetimepicker thead tr:first-child th.prev,
.datetimepicker thead tr:first-child th.next,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #f99d32;
}

.datetimepicker .table-condensed tbody {
  background-color: #fff;
}

.ewb-find-name {
  width: 91px;
  height: 26px;
  line-height: 26px;
  text-align: right;
}

.ewb-find-to {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  color: #8c7e7e;
}

.ewb-find-inp {
  width: 105px;
  height: 30px;
  line-height: 30px;
  outline: 0;
  text-indent: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: url(../images/time_picker.png) 84px center no-repeat #fff;
}

.ewb-con-btn {
  float: left;
  width: 58px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  margin: 17px 0 0 10px;
  border-radius: 2px;
  cursor: pointer;
}

.ewb-con-btn.btn1 {
  color: #fff;
  background: #ffb403;
}

.ewb-con-btn.btn2 {
  color: #666;
  background: #e8e8e8;
}

.inp-date {
  background: url(../image/time.png) center center no-repeat;
  background-size: 18px 18px;
  background-position-x: 245px;
}

.szb-zbcgSearch-form input {
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #666;
  padding: 0 5px;
  cursor: pointer;
}

.szb-zbcgSearch-form input.wd {
  width: 160px;
}

.inp-date.wd {
  background: url(../image/time.png) center center no-repeat;
  background-size: 18px 18px;
  background-position-x: 127px;
}

.szb-zbcgSearch-form select {
  width: 280px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #666;
  cursor: pointer;
}

.szb-zbcgSearch-form-lab {
  font-size: 16px;
  color: #666;
  width: 100px;
  display: inline-block;
  text-align: right;
}

.szb-zbcgSearch-form {
  display: flex;
  flex-wrap: wrap;
}

.szb-zbcgSearch-item {
  margin-bottom: 20px;
  /* margin-right: 40px; */
}

.szb-zbcgSearch-item:nth-child(3n) {
  /* margin-right: 0; */
}

.szb-zbcgSearch {
  margin-top: 40px;
}

.szb-zbcgSearch-btn {
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
}

.szb-zbcgSearch-btn button:first-child {
  width: 94px;
  height: 40px;
  background: #0073e5;
  border-radius: 4px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.szb-zbcgSearch-btn button:last-child {
  width: 94px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  outline: none;
  margin-left: 10px;
  cursor: pointer;
}

.szb-zbcgTable {
  width: 100%;
}

.szb-zbcgTable>div {
  height: 56px;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.szb-zbcgTable>div>div {
  text-align: center;
  color: #666;
}

.szb-zbcgTable>div>div:nth-child(2) {
  text-align: left;
}

.szb-zbcgTable>div {
  background: #fff;
  display: flex;
  align-items: center;
}

.szb-zbcgTable>div:first-child {
  background: #f0f7fe;
  font-weight: bold;
}

.szb-zbcgTable>div>div:first-child {
  width: 10%;
}

.szb-zbcgTable>div>div:nth-child(2) {
  width: 60%;
}

.szb-zbcgTable>div>div:nth-child(2)>a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.szb-zbcgTable>div>div:nth-child(3) {
  width: 10%;
}

.szb-zbcgTable>div>div:nth-child(4) {
  width: 10%;
}

.szb-zbcgTable>div>div:nth-child(5) {
  width: 10%;
}

.szb-zbcgTable>div:first-child td {
  font-weight: bold;
  color: #333333;
}

.szb-zbcgTime-title {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

.szb-zbcgTime-title-main {
  margin-top: 40px;
  margin-bottom: 20px;
}

.szb-zbcgTime-item {
  display: flex;
}

.szb-zbcgTime-item-lab {
  display: flex;
  margin-bottom: 40px;
}

.szb-zbcgTime-item-lab span {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  /* border-radius: 0px 4px 4px 0px; */
  border: 1px solid #d9d9d9;
  display: inline-block;
  cursor: pointer;
}

.szb-zbcgTime-item-title {
  font-size: 16px;
  color: #666666;
  padding-top: 8px;
}

.szb-zbcgTime-item-lab span.active {
  background: #0073e5;
  color: #fff;
  border: 1px solid #0073e5;
}

.szb-zbcgTable-time {
  width: 100%;
}

.szb-czsc-table-tr {
  height: 56px;
  /* line-height: 56px; */
  border-radius: 4px 4px 0px 0px;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
  display: flex;
}

.szb-czsc-table-tr>a>div:hover {
  color: #f99c34;
}

.szb-czsc-table-tr>a {
  display: flex;
  width: 100%;
  align-items: center;
}

.szb-czsc-table-tr>div:nth-child(1) {
  width: 8%;
}

.szb-czsc-table-tr>div:nth-child(2) {
  width: 78%;
}

.szb-czsc-table-tr>div:nth-child() {
  width: 14%;
}

.szb-czsc-table-tr>a>div:nth-child(1) {
  width: 8%;
}

.szb-czsc-table-tr>a>div:nth-child(2) {
  width: 78%;
}

.szb-czsc-table-tr>a>div:nth-child(3) {
  width: 14%;
  text-align: left;
}

.szb-czsc-table-tr:first-child {
  background: #f0f7fe;
}

.szb-czsc-table-tr>div {
  text-align: center;
  /* font-weight: bold; */
  position: relative;
}

.szb-czsc-table-tr>a>div {
  text-align: center;
  position: relative;
  color: #666;
  font-size: 16px;
}

.szb-czsc-table-tr>div:nth-child(2) {
  text-align: left;
}

.szb-czsc-table-tr>a>div:nth-child(2) {
  text-align: left;
}

.szb-zbcgSearch-btn-wd {
  width: auto;
  margin-left: 52px;
}

.szb-zbcgSearch-item-margin {
  margin-right: 0;
}

.szb-tsyj-item-pic {
  width: 240px;
  height: 320px;
  border-radius: 8px 0px 0px 8px;
}

.szb-tsyj {
  padding: 80px 0;
}

.szb-tsyj-item-pic img {
  width: 100%;
  height: 100%;
}

.szb-tsyj-item {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  display: flex;
  width: 580px;
  height: 320px;
}

.szb-tsyj-item:nth-child(1) {
  margin-right: 20px;
}

.szb-tsyj-item-font {
  padding: 40px;
  width: 340px;
}

.szb-tsyj-item-font1 {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}

.szb-tsyj-item-font2 {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.szb-tsyj-item-font3 {
  width: 140px;
  height: 48px;
  background: #f0f7fe;
  border-radius: 4px;
}

.szb-tsyj-item-font3 a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.szb-tsyj-in {
  display: flex;
}

.szb-czsc-tab {
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
}

.szb-czsc-tab li {
  margin-right: 40px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.szb-czsc-tab li span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
}

.szb-czsc-tab li.active {
  color: #f99c34;
}

.szb-czsc-tab li.active span {
  color: #f99c34;
}

.szb-czsc-tab li.active:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #f99c34;
  border-radius: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -16px;
}

.szb-czsc-tab-icon1,
.szb-czsc-tab-icon2 {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.szb-czsc-tab-icon2 {
  display: none;
}

.szb-czsc-table:not(:first-child) {
  display: none;
}

.szb-czsc-table-tr:not(:first-child)>div:nth-child(2) {
  padding-left: 30px;
}

.szb-czsc-table-tr:not(:first-child)>div:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/sz-pub-icon-pdf.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.szb-page {
  margin-top: 40px;
  box-shadow: none !important;
  justify-content: center;
}

.moreR {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  color: #f99c34;
  display: inline-block;
  margin-left: 10px;
}

.szb-videoMain-block-item {
  width: 380px;
  height: 240px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all ease 750ms;
  float: left;
}

.szb-videoMain-block-item>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.szb-videoMain-block-item:nth-child(3n) {
  margin-right: 0;
}

.szb-videoMain-block-item-time {
  font-weight: bold;
  color: #666666;
  font-size: 16px;
}

.szb-videoMain-block-item-title {
  font-size: 16px;
  color: #333333;
  /* font-weight: bold; */
  margin-top: 30px;
  margin-bottom: 40px;
  height: 50px;
}

.szb-videoMain-block-btn {
  color: #666;
  font-size: 14px;
}

.szb-videoMain-block-item:hover .szb-videoMain-block-item-title {
  transition: all ease 750ms;
  color: #f99c34;
}

.szb-videoMain-block-item:hover .szb-videoMain-block-btn {
  color: #f99c34;
}

.szb-videoMain-block-item:hover .moreR {
  background: #f99c34;
  color: #fff;
  border: 1px solid #f99c34;
  transition: all ease 750ms;
}

.moreR-d {
  font-size: 12px;
  margin-left: 8px;
}

.wordIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../image/sz-pub-icon-wrod.png) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  vertical-align: middle;
}

.szb-question-box-ipt {
  width: 560px;
  height: 48px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #f99c34;
  padding: 0 8px;
  color: #999;
}

.szb-question-box-btn {
  width: 100px;
  height: 48px;
  line-height: 40px;
  text-align: center;
  background: #f99c34;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #f99c34;
  display: inline-block;
  color: #fff;
}

.szb-question-box {
  display: flex;
  width: 760px;
  margin: 0 auto;
}

.szb-question-list {
  margin-top: 80px;
}

.szb-question-item-title {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
}

.szb-question-item-desc {
  color: #666666;
  line-height: 32px;
  margin-top: 20px;
}

.szb-question-item {
  padding: 20px 0;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.crc-page-prev:hover,
.crc-page-num:hover,
.crc-page-next:hover {
  border-color: #f99c34 !important;
  color: #f99c34 !important;
}

.crc-page-sel {
  border-color: #fff !important;
  color: #fff !important;
  background: #f99c34 !important;
}

#pageNoNumber:focus {
  border-color: #f99c34 !important;
  outline: none;
}

.pageSize select {
  height: 32px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 4px;
}

.pageSize select:focus-visible {
  outline: 0;
}

.szb-single {
  padding-top: 80px;
}

.szb-single .szb-title {
  margin-top: 80px;
  margin-bottom: 40px;
}

.szb-singleMain {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 80px;
  min-height: 300px;
}

.szb-footer-cp-l span {
  font-size: 14px;
}

.szb-footer-cp-l a {
  font-size: 14px;
}

.szb-czsc-table-tr-noIcon:not(:first-child)>div:nth-child(2)::before {
  display: none;
}

.szb-czsc-table-tr-noIcon:not(:first-child)>div:nth-child(2) {
  padding-left: 0;
}

.szb-hmd .szb-zbcgSearch-form-lab {
  width: 120px;
}

.szb-hmd .szb-zbcgSearch-form input {
  width: 170px;
}

.szb-hmd .szb-czsc-table-tr>div:nth-child(1) {
  width: 8%;
}

.szb-hmd .szb-czsc-table-tr>div:nth-child(2) {
  width: 33%;
}

.szb-hmd .szb-czsc-table-tr>div:nth-child(3) {
  width: 33%;
  text-align: left;
}

.szb-hmd .szb-czsc-table-tr>div:nth-child(4) {
  width: 8%;
}

.szb-hmd .szb-czsc-table-tr>div:nth-child(5) {
  width: 8%;
}

.szb-hmd .szb-czsc-table-tr>div:nth-child(6) {
  width: 10%;
}

.szb-hmd .szb-czsc-table-tr>a>div:nth-child(1) {
  width: 8%;
}

.szb-hmd .szb-czsc-table-tr>a>div:nth-child(2) {
  width: 33%;
}

.szb-hmd .szb-czsc-table-tr>a>div:nth-child(3) {
  width: 33%;
}

.szb-hmd .szb-czsc-table-tr>a>div:nth-child(4) {
  width: 8%;
}

.szb-hmd .szb-czsc-table-tr>a>div:nth-child(5) {
  width: 8%;
}

.szb-hmd .szb-czsc-table-tr>a>div:nth-child(6) {
  width: 10%;
}

.szb-hmd .szb-czsc-table-tr>a>div:nth-child(3) {
  text-align: left;
}

.szb-rhr-block1-tab2-item:not(:first-child) {
  display: none;
}

.szb-float-item {
  text-align: center;
  /* padding: 20px 0;
    height: calc(100% / 3); */
  cursor: pointer;
  position: relative;
}

.szb-float-item i {
  font-size: 28px;
  color: #666;
}

.szb-float-item div {
  font-size: 14px;
  color: #666;
  margin-top: -8px;
}

.szb-float-item:hover .sider-icon-mian-title {
  color: #f99c34;
}

.szb-float-tel {
  width: 200px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px 10px;
  position: absolute;
  right: 41px;
  top: 28px;
  text-align: left;
  display: none;
}

.szb-float-tel-title {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}

.szb-float-tel-desc i {
  font-size: 22px;
  color: #666;
}

.szb-float-tel-desc span {
  color: #f99c34;
  font-size: 18px;
  font-weight: bold;
}

.szb-float-item-code {
  width: 120px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  right: 90px;
  bottom: -15px;
  display: none;
}

.szb-float-item-code img {
  max-width: 100%;
  max-height: 100%;
}

.szb-float-item:hover .szb-float-tel {
  display: block;
}

.szb-float-item:hover .szb-float-tel span {
  color: #666;
}

.szb-float-item:hover .szb-float-tel .szb-float-tel-title {
  color: #666;
}

.szb-float-item:hover .szb-float-item-code {
  display: block;
}

.szb-float-item:hover .szb-float-item-code {
  display: block;
}

.szb-homeHeader {
  height: 400px;
  position: relative;
}

.szb-homeHeader-logo {
  margin-left: 20px;
  padding-top: 10px;
}

.szb-homeHeader-search {
  margin-top: 20px;
}

.szb-homeHeader-login {
  margin-top: 20px;
}

.szb-homeHeader-num {
  height: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
}

.szb-homeHeader-num .szb-in {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}

.szb-homeHeader-num-item {
  color: #fff;
  width: 170px;
  text-align: center;
}

.szb-homeHeader-login-item {
  position: relative;
  margin-top: 20px;
}

.szb-homeHeader-num-num {
  font-size: 28px;
  font-weight: bold;
}

.szb-homeHeader-num-title {
  text-align: center;
}

.szb-homeHeader-num-dw {
  font-size: 14px;
}

.szb-homeHeader-login {
  width: 320px;
  height: 280px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  backdrop-filter: blur(6px);
  padding: 20px;
}

.szb-homeHeader-login-title {
  font-size: 20px;
  font-weight: bold;
}

.szb-homeHeader-login-item input {
  width: 280px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 0 5px;
  padding-left: 25px;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.szb-homeHeader-login-people {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/sz-pub-icon-user.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  left: 5px;
}

.szb-homeHeader-login-lock {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/sz-pub-icon-password.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  left: 5px;
}

.szb-homeHeader-login-code {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/sz-pub-icon-code.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  left: 5px;
}

.szb-homeHeader-login-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #0073e5;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.szb-homeHeader-search-main {
  font-size: 0;
  display: flex;
}

.szb-homeHeader-searchSelect {
  height: 48px;
  width: 60px;
  border: none;
  padding-left: 12px;
  color: #666;
  background: #fff;
  font-size: 14px;
  line-height: 48px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.szb-homeHeader-searchBox {
  height: 48px;
  width: 540px;
  border: none;
  padding-left: 16px;
}

.szb-homeHeader-searchFont {
  width: 80px;
  height: 48px;
  background: #f99c34;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.szb-homeHeader-searchFont:hover {
  color: #fff;
}

.szb-homeHeader-searchSelect-box {
  display: none;
}

.szb-homeHeader-searchTitle {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 80px;
  letter-spacing: 4px;
}

.szb-in-1400 {
  margin: 0 auto;
  width: 1400px;
}

.szb-homeHeader .szb-in-1400 {
  display: flex;
  justify-content: space-between;
}

.szb-homeFive-item {
  width: 260px;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 115, 229, 0.2);
  border-radius: 4px;
  padding: 20px;
}

.szb-homeFive-item-a a {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 10px;
  display: inline-block;
  margin-right: 30px;
}

.szb-homeFive-item-a a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.szb-homeFive-item-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.szb-homeFive .szb-in-1400 {
  display: flex;
  justify-content: space-around;
}

.szb-homeFive {
  margin: 20px 0;
  margin-top: -70px;
  position: relative;
}

.szb-homeFive-item-title img {
  width: 20px;
  height: 20px;
}

.szb-homeRhc-title span:first-child {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.szb-homeRhc-title span:last-child {
  font-size: 16px;
  color: #666;
  margin-left: 20px;
  vertical-align: middle;
  font-weight: bold;
}

.szb-homeRhc-block {
  width: 1400px;
  height: 440px;
  background: #ffffff;
  /* border-radius: 8px; */
  /* border: 1px solid #E8E8E8; */
  margin-top: 30px;
  margin-bottom: 20px;
}

.szb-homeRhc-block-listTitle a {
  font-size: 16px;
  color: #333;
}

.szb-homeRhc-block-listDesc1 {
  height: 28px;
  line-height: 28px;
  background: #f5fafe;
  border-radius: 2px;
  display: inline-block;
  padding: 0 6px;
  color: #0073e5;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
}

.szb-homeRhc-block-listDesc2 {
  height: 28px;
  line-height: 28px;
  background: #fef5ea;
  border-radius: 2px;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

.szb-homeRhc-block-listDesc3 {
  height: 28px;
  line-height: 28px;
  background: #fbfbfb;
  border-radius: 2px;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

/* .szb-homeRhc-block-list {
    display: flex;
    flex-wrap: wrap;
} */

.szb-homeRhc-block-list>div {
  float: left;
}

.szb-homeRhc-block-list>div {
  padding-bottom: 20px;
  padding-top: 20px;
  width: calc((100% - 60px) / 2);
  height: 90px;
  border-top: 1px solid #f2f2f2;
}

.szb-homeRhc-block-list>div:nth-child(1) {
  border-top: none;
}

.szb-homeRhc-block-list>div:nth-child(1) {
  border-top: none;
}

.szb-homeRhc-block-list>div:nth-child(2n) {
  margin-left: 40px;
}

.szb-homeRhc-blockTab {
  display: flex;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
  background: #fbfbfb;
}

.szb-homeRhc-block-listTitle {
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.szb-homeRhc-block-tab1 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  /* line-height: 65px; */
  height: 100%;
  /* padding: 0 20px; */
  font-size: 0;
}

.szb-homeRhc-blockTitle {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  /* margin-right: 40px; */
  line-height: 65px;
  padding: 0 20px;
}

.szb-homeRhc-block-tab1 li {
  display: inline-block;
  padding: 0 20px;
  line-height: 65px;
  border-left: 1px solid #e8e8e8;
  font-size: 16px;
  cursor: pointer;
}

.szb-homeRhc-block-tab1 li:last-child {
  border-right: 1px solid #e8e8e8;
}

.szb-homeRhc-block-tab1 li.active {
  color: #f99c34;
  background: #fff;
  position: relative;
}

.szb-homeRhc-block-tab1 li.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f99c34;
  height: 2px;
}

.szb-homeRhc-block-tab2 {
  display: flex;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.szb-homeRhc-block-tab2 li {
  margin-right: 40px;
  cursor: pointer;
}

.szb-homeRhc-block-tab2 li.active {
  color: #f99c34;
}

.szb-homeRhc-blockMain {
  padding: 20px;
}

.szb-homeRhc-block-listDesc {
  display: flex;
  justify-content: space-between;
}

.szb-homeRhc-block-listDesc3-time {
  font-size: 14px;
  color: #666;
  /* font-weight: bold; */
}

.szb-homeRhp {
  height: 632px;
  background: url(../image/background.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.szb-homeReg {
  height: 672px;
  background: url(../image/sz-hreg-zone-bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.szb-homeReg .szb-homeRhc-title span:first-child {
  color: #fff;
}

.szb-homeReg .szb-homeRhc-title span:last-child {
  color: #fff;
}

.szb-homeReg .szb-indexZb-more-r a {
  color: #fff;
}

.szb-homeRrz {
  height: 636px;
  background: url(../image/sz-index-rhr-bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.szb-homeRrz-main {
  display: flex;
  margin-top: 45px;
}

.szb-homeRrz-mainItem {
  width: calc((100% - 40px) / 2);
  height: 400px;
  border-radius: 8px;
  padding: 80px;
  overflow: hidden;
  transition: all ease 750ms;
}

.szb-homeRrz-mainItem:nth-child(2) {
  margin-left: 40px;
}

.szb-homeRrz-mainItem-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 208px;
}

.szb-homeRrz-mainItem-desc {
  font-size: 16px;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 40px;
}

.szb-homeRrz-mainItem-btn a {
  display: inline-block;
  width: 140px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  border: 1px solid #ffffff;
  color: #fff;
}

.szb-homeRrz-mainItem-btn a:hover {
  color: #fff;
}

.szb-homeRrz-mainItem:hover .szb-homeRrz-mainItem-title {
  transition: all ease 750ms;
  transform: translateY(-208px);
}

.szb-homeRrz-mainItem:hover .szb-homeRrz-mainItem-desc {
  transition: all ease 750ms;
  transform: translateY(-250px);
}

.szb-homeRrz-mainItem:hover .szb-homeRrz-mainItem-btn {
  transition: all ease 750ms;
  transform: translateY(-250px);
}

.szb-homeRrz-mainItem-btn:hover a {
  display: block;
  background: #f99c34;
  border: 1px solid #f99c34;
}

.szb-homeReg-pic {
  width: 220px;
  height: 220px;
  text-align: center;
}

.szb-homeReg-pic img {
  max-width: 100%;
  max-height: 100%;
}

.szb-homeReg-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 20px;
}

.szb-homeReg-price {
  color: #e82d17;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#szb-homeReg-container .swiper-slide {
  padding: 20px 40px 40px;
  background: #fff;
  height: 392px;
}

.szb-homeReg-main {
  margin-top: 40px;
  position: relative;
  padding-bottom: 50px;
}

.szb-homeReg-main .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.szb-homeRhp-main {
  margin-top: 40px;
}

.szb-homeRhp-main .szb-rhpMain-block {
  width: calc((100% - 40px) / 2);
}

.szb-homeRhp-main .szb-rhpMain-block:first-child {
  margin-right: 40px;
}

.szb-homeGx {
  padding: 80px 0;
}

.szb-homeGx-title {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.szb-homeGx-title span {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

#szb-homeGx-container {
  width: 100%;
  height: 300px;
}

#szb-homeGx-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}

.szb-homeGx-btn {
  position: relative;
  width: 80px;
  height: 32px;
}

.szb-homeGx-btn .swiper-button-prev {
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  margin-top: 0;
  z-index: 1;
  outline: none;
}

.szb-homeGx-btn .swiper-button-next {
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  margin-top: 0;
  z-index: 1;
  outline: none;
}

.szb-homeGx-btn .swiper-pagination {
  z-index: 1;
}

.szb-homeGx-btn .swiper-pagination .swiper-pagination-current {
  font-size: 18px;
  color: #f99c34;
}

.szb-homeGx-btn .swiper-pagination .swiper-pagination-total {
  font-size: 14px;
  color: #666;
}

.szb-homeGx-btn .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 3px;
}

.szb-homeLogoin {
  margin-right: 10px;
  margin-top: 12px;
}

.szb-homeLogoin-btn {
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #f99c34;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

.szb-homeLogoin-btn:hover {
  color: #ffff;
}

.szb-homeHeade-logoMain {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  height: 60px;
}

.szb-header-l {
  display: flex;
}

.szb-homeHeade-logoMain.active {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0px 0px 16px 0px rgba(0, 115, 229, 0.2);
}

.szb-homeHeade-logoMain.active .szb-nav li a {
  color: #333;
}

.szb-homeHeade-logoMain.active .szb-nav li a:hover {
  color: #f99c34;
}

.szb-homeHeade-logoMain.active .szb-headerLink a {
  color: #666;
}

.szb-homeHeade-logoMain.active .szb-headerLink a:hover {
  color: #f99c34;
}

.szb-homeHeade-logoMain.active .szb-homeHeader-logo-w {
  display: none;
}

.szb-homeHeade-logoMain.active .szb-homeHeader-logo-b {
  display: block;
}

.szb-homeHeader-total {
  width: 510px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
  margin-right: 200px;
}

.szb-homeHeader-num-item:nth-child(4) {
  margin-top: 16px;
}

.szb-homeHeader-num-item:nth-child(5) {
  margin-top: 16px;
}

.szb-homeHeader-logo-b {
  display: none;
}

.szb-czsc-main {
  margin-top: 40px;
}

.szb-question {
  margin-top: 40px;
}

.szb-notionIcon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../image/notice.png) no-repeat;
  background-size: 100% 100%;
}

.szb-notionFont {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.szb-notice {
  height: 64px;
  line-height: 64px;
}

.szb-notice-in {
  display: flex;
  height: 100%;
}

#szb-notice-container {
  margin-left: 5px;
}

.szb-noticeTitle {
  color: #333;
  font-size: 16px;
}

.szb-noticeTime {
  color: #666;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 10px;
}

.szb-headerMask {
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
  display: flex;
  position: absolute;
  display: none;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.szb-headerMask-item {
  min-width: 150px;
  float: left;
}

.szb-headerMask-item:not(:last-child) {
  margin-right: 20px;
}

.szb-headerMask-item li {
  padding-top: 10px;
}

.szb-headerMask-item li a {
  color: #666;
  font-size: 14px;
  line-height: inherit;
  font-weight: 500;
}

.szb-headerMask-item li:first-child a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.szb-headerMask-item li {
  margin-left: 0;
  height: auto;
  float: none;
}

.szb-headerMask-item li:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  height: auto;
}

.szb-rhpSite-main {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.szb-rhpSite {
  margin-top: 80px;
  margin-bottom: 80px;
}

.szb-rhpSite-more {
  padding: 18px 20px;
  /* box-shadow: inset 0px -1px 0px 0px #f2f2f2; */
}

.szb-rhpSite-table {
  /* padding: 0 20px; */
}

.szb-rhpSite-tab {
  display: flex;
  padding: 20px 0;
  margin-bottom: 20px;
}

.szb-rhpSite-tab li {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}

.szb-rhpSite-tab li.active,
.szb-rhpSite-tab li:hover {
  color: #f99c34;
}

.szb-rhpSite-tab li.active::after,
.szb-rhpSite-tab li:hover::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #f99c34;
  border-radius: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -16px;
}

.szb-rhpSite-tableItem table {
  width: 100%;
}

.szb-rhpSite-tableItem tr {
  height: 54px;
}

.szb-rhpSite-tableItem tr td {
  text-align: left;
}

.szb-rhpSite-tableItem tr:first-child th {
  text-align: left;
}

.szb-rhpSite-tableItem tr:first-child {
  background: #f5f9ff;
  border-bottom: none;
}

.szb-rhpSite-tableItem tr:last-child {
  border-bottom: none;
}

.szb-rhpSite-tableItem tr th:first-child {
  padding-left: 20px;
}

.szb-rhpSite-tableItem tr td:first-child {
  padding-left: 20px;
}

.szb-rhpSite-tableItem tr {
  border-bottom: 1px solid #f2f2f2;
}

.szb-rhpSite-tableItem tr a {
  color: #0073e5;
}

.szb-rhpSite-tableItem tr td:nth-child(5) {
  color: #f99c34;
}

.szb-cggg {
  margin: 80px 0;
}

.szb-cgggMain {
  width: 1005;
  height: 396px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  padding: 40px;
}

.szb-cgggL {
  width: 450px;
  height: 260px;
  border-radius: 8px;
  margin-right: 40px;
}

.szb-cgggL img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.szb-cgggCenter {
  margin-top: 20px;
}

.szb-cgggCenter {
  display: flex;
}

.szb-cgggR-list-item>a {
  display: flex;
  justify-content: space-between;
}

.szb-cgggR-tab {
  display: flex;
}

.szb-cgggR-tab li {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
}

.szb-cgggR-tab li.active,
.szb-cgggR-tab li:hover {
  color: #f99c34;
}

.szb-cgggR-tab li.active:after,
.szb-cgggR-tab li:hover:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #f99c34;
  border-radius: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -16px;
}

.szb-cgggR-list {
  margin-top: 40px;
}

.szb-cgggR {
  width: calc(100% - 300px);
}

.szb-cgggR-list-item a span {
  font-size: 16px;
  color: #333;
  position: relative;
}

.szb-cgggR-list-item a span:first-child {
  padding-left: 10px;
}

.szb-cgggR-list-item a span:first-child::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.szb-cgggR-list-item a:hover span {
  color: #f99c34;
}

.szb-cgggR-list-item:not(:last-child) {
  margin-bottom: 18px;
}

.szb-cggg-div:not(:first-child) {
  display: none;
}

.szb-floatMain {
  width: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  transition: all 750ms;
}

.szb-floatMain-font {
  font-size: 12px;
  color: #666;
}

.szb-floatMain:hover .szb-float {
  width: 72px;
  display: block;
}

.szb-detail {
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.szb-detailMain {
  background: #ffff;
  width: 1400px;
  margin: 0 auto;
  min-height: 600px;
  padding: 80px 110px;
}

.szb-detail-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.szb-detail-stepFont {
  color: #999;
  font-size: 16px;
}

.szb-detailCircle {
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  background: #999999;
  border-radius: 50%;
  font-style: inherit;
  color: #ffff;
  margin-right: 4px;
}

.szb-detail-stepItem {
  position: relative;
  padding-right: 90px;
}

.szb-detail-stepItem:last-child {
  padding-right: 0;
}

.szb-detail-stepItem::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
}

.szb-detail-stepItem:last-child::after {
  display: none;
}

.szb-detail-step {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0 140px;
}

.szb-detail-stepItem.active .szb-detailCircle {
  background: #f99c34;
}

.szb-detail-stepItem.active .szb-detail-stepFont {
  color: #f99c34;
}

.szb-detail-stepItem.active::after {
  background: #f99c34;
}

.szb-detailInfo {
  text-align: center;
  padding-bottom: 40px;
  box-shadow: inset 0px -1px 0px 0px #e8e8e8;
}

.szb-detailInf-time {
  color: #666;
  margin-right: 20;
}

.szb-detailInf-font a {
  margin-right: 10px;
  display: inline-block !important;
}

.szb-detailTab {
  width: 1180px;
  height: 56px;
  line-height: 56px;
  background: #fbfbfb;
  border-radius: 4px;
  display: flex;
  margin-top: 40px;
}

.szb-detailTab li {
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-right: 8px;
  cursor: pointer;
}

.szb-detailTab li:hover {
  background: #f99c34;
  color: #fff;
}

.szb-detailTab li.active {
  background: #f99c34;
  color: #fff;
}

.szb-content {
  margin-top: 40px;
}

#szb-content span {
  font-weight: 500;
}

.szb-content-item:not(:first-child) {
  display: none;
}

.szb-detail-tips {
  /* margin-top: 80px; */
  padding-top: 40px;
}

.szb-detail-tips:first-child {
  border-top: 1px solid #f2f2f2;
}

.szb-detail-tipsTitle {
  font-size: 16px;
  color: #f99c34;
  font-weight: bold;
}

.szb-detail-tipsDesc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.szb-fly {
  width: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 100;
}

.szb-fly-item {
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  height: 64px;
}

.szb-fly-item img {
  width: 24px;
  height: 24px;
}

.szb-fly-item div {
  color: #666;
  font-size: 12px;
}

.szb-rhp-img {
  padding-top: 80px;
  padding-bottom: 80px;
}

.szb-rhp-img-item {
  height: 430px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.szb-rhp-img-item .szb-more {
  padding: 18px 20px;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.szb-rhp-imgMain-block {
  width: 250px;
  background: #f7f8fa;
}

.szb-rhp-imgMain-block:not(:last-child) {
  margin-right: 28px;
}

.szb-count {
  width: 80px;
  height: 24px;
  background: #f99c34;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}

.szb-rhp-imgMain-block-pic {
  position: relative;
  height: 146px;
  width: 100%;
}

.szb-rhp-imgMain-block-pic img {
  height: 100%;
  width: 100%;
}

.szb-picMask {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.szb-rhp-imgMain-block-font {
  padding: 20px;
  position: relative;
}

.szb-rhp-imgMain-block-font>div:nth-child(1) {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.szb-rhp-imgMain-block-font>div:nth-child(2) {
  color: #666;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}

.szb-rhp-imgMain-block-font>div:nth-child(3)::before,
.szb-rhp-imgMain-block-font>div:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #cccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.szb-rhp-imgMain-block-font>div:nth-child(3) {
  color: #666;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}

.szb-rhp-imgMain {
  padding: 18px 20px;
}

.szb-rhp-imgMain {
  display: flex;
}

.szb-rhp-img-item:not(:last-child) {
  margin-bottom: 20px;
}

.szb-rhp-imgMain-jg {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.szb-rhp-imgMain-jg img {
  width: 118px;
  height: 92px;
}

.szb-homeHeader-font .szb-homeHeader-searchTitle {
  color: #333;
}

.szb-homeHeader-font .szb-homeHeader-searchDesc {
  font-size: 16px;
  color: #666;
}

.szb-homeHeader-font .szb-homeHeader-search {
  width: 50%;
  margin-top: 10vh;
}

.szb-nav li a.active {
  color: #f99c34;
}

.szb-homeRhc {
  padding-bottom: 80px;
  background: url(../image/sz-index-rhc-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 160px;
}

#szb-homeReg-container {
  padding-bottom: 40px;
}

.szb-homeFive-item-a {
  height: 55px;
  overflow: auto;
}

.szb-homeFive-item-a::-webkit-scrollbar {
  width: 4px;
  height: 55px;
}

.szb-homeFive-item-a::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #f99c34;
}

.szb-homeFive-item-a::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e8e8e8;
}

.szb-rhcGj1 {
  height: 632px;
  padding: 80px 0;
  background: url(../image/sz-hreg-zone-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}

.szb-rhcGj2 {
  height: 516px;
  background: #f8f8f8;
  padding: 80px 0;
}

.szb-rhcGj3 {
  height: 560px;
  background: #ffffff;
  padding: 80px 0;
}

.szb-rhcGj2-title {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.white {
  color: #fff;
}

.szb-rhcGj1-main {
  height: 396px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px;
}

.szb-rhcGj1-main {
  display: flex;
}

.szb-rhcGj1-main-l {
  width: 520px;
  height: 300px;
  border-radius: 8px;
  margin-right: 80px;
}

.szb-rhcGj1-main-l img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.szb-rhcGj1-main-r-font1 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 10px;
}

.szb-rhcGj1-main-r-font1::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background: #ccc;
}

.szb-rhcGj1-main-r-font2>span:first-child {
  color: #666;
  font-size: 16px;
}

.szb-rhcGj1-main-r-font2>span:last-child {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.szb-rhcGj1-main-r>div:first-child {
  margin-bottom: 74px;
}

.szb-rhcGj1-main-r>div>div:not(:last-child) {
  margin-bottom: 15px;
}

.szb-rhcGj2-main {
  display: flex;
}

.szb-rhcGj2-main-item-pic {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.szb-rhcGj2-main-item-pic img {
  width: 100%;
  height: 100%;
}

.szb-rhcGj2-main-item-font div:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}

.szb-rhcGj2-main-item-font div:last-child {
  font-size: 16px;
  color: #666;
}

.szb-rhcGj2-main-item {
  height: 280px;
  width: calc((100% - 80px) / 3);
  background: #fff;
  padding: 40px;
  text-align: center;
}

.szb-rhcGj2-main-item:not(:last-child) {
  margin-right: 40px;
}

.szb-rhcGj3-l-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.szb-rhcGj3-l-desc>span:first-child {
  font-size: 16px;
  color: #666;
}

.szb-videoMain {
  margin-top: 40px;
}

.szb-rhcGj3-l-desc>span:last-child {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}

.szb-rhcGj3-l-desc>span a {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

.szb-rhcGj3-l-desc>span a:hover {
  color: #f99c34;
}

.szb-rhcGj3-r {
  width: 600px;
  height: 400px;
  border-radius: 8px;
}

.szb-rhcGj3-r img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.szb-rhcGj3-main {
  display: flex;
  padding: 0 120px;
  justify-content: space-around;
  align-items: center;
}

.szb-rhcGj3-l>div:not(:last-child) {
  margin-bottom: 10px;
}

.szb-rhpMain-list-item>div {
  display: flex;
  justify-content: space-between;
}

.szb-rhpMain-list-item-desc span:first-child {
  color: #f99c34;
  font-size: 16px;
  margin-right: 6px;
}

.szb-rhpMain-list-item-desc span:last-child {
  color: #666;
  font-size: 16px;
}

.szb-footer .szb-in-1400 {
  height: 100%;
  position: relative;
}

.szb-zbcgTable-time>div {
  /* height: 56px; */
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.szb-zbcgTable-time>div a {
  font-size: 16px;
  color: #666;
  align-items: center;
  font-weight: 500;
}

.szb-zbcgTable-time>div a :hover {
  color: #f99c34;
}

.szb-zbcgTable-time>div>div:first-child {
  width: 10%;
}

.szb-zbcgTable-time>div>div:nth-child(2) {
  width: 10%;
}

.szb-zbcgTable-time>div>div:nth-child(3) {
  width: 15%;
}

.szb-zbcgTable-time>div>div:nth-child(4) {
  width: 35%;
}

.szb-zbcgTable-time>div>div:nth-child(5) {
  width: 35%;
}

.open-v1 .szb-zbcgTable-time>div>div:nth-child(3) {
  padding: 0 30px;
}

.open-v1 .szb-zbcgTable-time>div>div:nth-child(4) {
  padding: 0 30px;
}

.open-v1 .szb-zbcgTable-time>div>div:nth-child(5) {
  padding: 0 30px;
}

.szb-zbcgTable-time>div:first-child {
  background: #f5f9ff;
  height: 56px;
  color: #333;
  font-weight: bold;
}

.szb-zbcgTable-time>div:first-child>div {
  text-align: left;
}

#pagination {
  width: 100%;
}

.szb-zbcgTable-time>div:first-child>div:first-child {
  padding-left: 20px;
}

.szb-zbcgTable-time>div:first-child>div:last-child {
  padding-right: 20px;
}

.szb-zbcgTable-time>div>div {
  font-size: 16px;
  color: #666;
  text-align: left;
}

.szb-zbcgTable-time>div>div:first-child {
  padding-left: 20px;
}

.szb-zbcgTable-time>div>div:first-child span {
  display: inline-block;
}

.szb-zbcgTable-time>div:first-child>div:last-child {
  padding-right: 20px;
}

.szb-zbcgTable-time>div:first-child>div:nth-child(3) {
  text-align: center;
}

.szb-zbcgTable-time>div>div:nth-child(3) {
  text-align: center;
}

.szb-homeGx-box {
  position: relative;
  padding-bottom: 40px;
}

.szb-homeGx-box .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 1;
}

.szb-homeGx-box .swiper-pagination .swiper-pagination-bullet {
  background: #d8d8d8;
}

.szb-homeGx-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f99c34;
}

#szb-notice-container .swiper-slide:hover .szb-noticeTitle {
  color: #f99c34;
}

#szb-notice-container .swiper-slide:hover .szb-noticeTime {
  color: #f99c34;
}

.szb-cgggNews-main input {
  width: 260px;
}

.szb-cgggNews-main select {
  width: 260px;
}

.szb-cgggNews-main .inp-date {
  background-position-x: 232px;
}

.szb-cgggNews-l {
  display: flex;
  flex-wrap: wrap;
  width: 79%;
}

.szb-cgggNews-main .szb-zbcgSearch-btn {
  width: 21%;
}

.szb-cgggNews-main {
  margin-bottom: 20px;
}

.szb-cgggNews-table tr th {
  text-align: center;
}

.szb-cgggNews-table tr th:nth-child(2),
.szb-cgggNews-table tr th:nth-child(3) {
  text-align: left;
}

.szb-cgggNews-table tr td {
  text-align: center;
}

.szb-cgggNews-table tr td:nth-child(2),
.szb-cgggNews-table tr td:nth-child(3) {
  text-align: left;
}

.szb-detail-zb .szb-detail-title {
  margin-bottom: 40px;
}

.szb-detail-zb span {
  color: #333;
  /* font-size: 20px; */
  font-weight: bold;
}

.szb-detail-zb a {
  font-size: 16px;
  color: #0073e5;
  display: block;
  margin: 8px 0;
}

.szb-detailInfo span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.szb-detailInf-font a {
  font-size: 16px;
  color: #0073e5;
  display: block;
  margin: 8px 0;
}

.szb-detail-zb-Rk {
  margin-top: 10px;
}

.szb-detail-zb-Rk a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f99c34;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.szb-detail-zb-Rk a:hover {
  color: #fff;
}

.szb-detail-zb-stop {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #817d7a;
  color: #fff;
  font-size: 16px;
  display: none;
  margin-top: 10px;
}

.szb-searchIpt-btn {
  position: absolute;
  z-index: 2;
  right: 30px;
  width: 30px;
  display: none;
  color: #f99c34;
}

.szb-homeRhc-blockMain:not(:first-child) {
  display: none;
}

.szb-homeRhc-block-list:not(:first-child) {
  display: none;
}

.szb-question-item-answer {
  color: #666;
}

.szb-question-item>a:hover {
  color: #666;
}

.szb-question-item-title:hover {
  color: #f99c34;
}

.szb-jjStep {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 164px;
  display: flex;
  padding: 0 20px;
  align-items: center;
}

.szb-detail-jjStep {
  padding-top: 20px;
}

.szb-jjMain {
  width: 1400px;
  margin: 0 auto;
  height: 463px;
  margin-bottom: 20px;
  background: #fff;
  margin-top: 80px;
  display: flex;
}

.szb-jjStep-font {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.szb-jjStep-img {
  width: calc(100% - 144px);
  height: 60px;
  margin-left: 20px;
  background: url(../image/pic-flow.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-jjMain-font {
  width: calc(1005 - 360px);
}

.szb-jjMain-title {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  margin-top: 80px;
}

.szb-jjMain-desc {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
}

.szb-jjMain-time {
  font-weight: bold;
  font-size: 20px;
  color: #e82d17;
  background: #fef3f1;
  width: 660px;
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.szb-jjMain-price {
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
}

.szb-jjMain-price span {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
}

.szb-jjMain-bm a {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #f99c34;
  display: inline-block;
  font-weight: bold;
}

.szb-jjMain-bm a:hover {
  color: #fff;
}

.szb-jjMain-picList {
  width: 480px;
  height: 100%;
  margin-right: 40px;
  padding-top: 40px;
}

.wx-detail-pic .gallery-top {
  width: 100%;
  text-align: center;
  height: 320px;
}

.wx-detail-pic-bPic {
  width: 100%px;
  height: 320px;
  text-align: center;
}

.wx-detail-pic-bPic img {
  max-width: 100%;
  max-height: 100%;
}

.wx-detail-picList {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.wx-detail-picList .gallery-thumbs {
  width: 380px;
  height: 54px;
}

.wx-detail-pic .swiper-button-next {
  width: 32px;
  height: 32px;
  background: url(../image/sz-pub-scroll-btn-next-sel.png) center center no-repeat;
  background-size: 100% 100%;
  right: 0;
  left: auto;
  top: 10px;
  opacity: 1;
  margin-top: 0;
}

.wx-detail-pic .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: url(../image/sz-pub-scroll-btn-back-sel.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
  right: auto;
  top: 10px;
  opacity: 1;
  margin-top: 0;
}

.wx-detail-picList .gallery-thumbs .swiper-slide {
  border: 2px solid #fff;
}

.wx-detail-picList .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid #f99c34;
}

.wx-detail-picList img {
  width: 100%;
  height: 100%;
}

.szb-homeRhc-block-listOrg {
  display: flex;
  font-size: 12px;
  color: #666;
  font-weight: bold;
  margin-bottom: 6px;
}

.szb-homeRhc-block-listOrg-bu {
  margin-left: 6px;
}

.szb-homeRhc-block-listOrg-time {
  margin-left: 6px;
  margin-right: 6px;
}

#container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
}

.pagination {
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  list-style: none;
}

.pagination li {
  margin: 0 4px;
}

.pagination li a {
  display: inline-block;
  min-width: 30px;
  height: 32px;
  border: 1px solid #d9d9d9;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 4px;
}

.active-li {
  border-color: #fff !important;
  color: #fff !important;
  background: #f99c34;
  border-radius: 4px;
}

.active-li a {
  color: #fff !important;
  border: 1px solid #f99c34 !important;
}

.crc-page-span {
  margin: 0 4px;
}

#pageNoNumber {
  width: 50px;
  height: 32px;
  line-height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px;
  text-align: center;
  box-sizing: border-box;
}

#pageNoNumber:focus {
  border-color: #f99c34;
  outline: none;
}

.page {
  box-shadow: none !important;
  margin-top: 40px;
  border-bottom: none !important;
}

.szb-headerLink-mask {
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: absolute;
  width: 120px;
  text-align: center;
  right: 0;
  display: none;
}

.szb-headerLink-mask a {
  color: #333;
}

.szb-headerLink-mask a:hover {
  color: #f99c34;
}

.szb-headerLink:hover .szb-headerLink-mask {
  display: block;
  -webkit-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all ease 750ms;
}

.singleBody .szb-single {
  padding-top: 0;
}

.singleBody .szb-title {
  margin-top: 0;
}

.singleBody .szb-homeHeader {
  height: auto;
}

.wx-detail-picList .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #f99c34;
}

.szb-zbcgTable1 {
  width: 100%;
}

.szb-zbcgTable1>div {
  height: 56px;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.szb-zbcgTable1>div>div {
  text-align: center;
  color: #666;
}

.szb-zbcgTable1>div>div:nth-child(2) {
  text-align: left;
}

.szb-zbcgTable1>div {
  background: #fff;
  display: flex;
  align-items: center;
}

.szb-zbcgTable1>div:first-child {
  background: #f0f7fe;
}

.szb-zbcgTable1>div>div:first-child {
  width: 10%;
}

.szb-zbcgTable1>div>div:nth-child(2) {
  width: 60%;
}

.szb-zbcgTable1>div>div:nth-child(2)>a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.szb-zbcgTable1>div>div:nth-child(3) {
  width: 10%;
}

.szb-zbcgTable1>div>div:nth-child(4) {
  width: 10%;
}

.szb-zbcgTable1>div>div:nth-child(5) {
  width: 10%;
}

.szb-zbcgTable1>div:first-child td {
  font-weight: bold;
  color: #333333;
}

.szb-searchIpt-btn::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.szb-homeRhcgj {
  background: url(../image/sz-index-rhcjg-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
}

#szb-homeRhcgj-block-zb {
  margin: 0 auto;
  height: auto;
}

.szb-homeRhcgj .szb-homeRhc-title {
  padding-top: 80px;
  margin-bottom: 40px;
}

.szb-homeRhcgj .szb-indexZb-more-r {
  margin-top: 90px;
}

.szb-homeRhcgj-tab {
  display: flex;
  border-bottom: 1px solid #f8f8f8;
  background: #f7f8fa;
}

.szb-homeRhcgj-tab li {
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  position: relative;
  border-right: 1px solid #f8f8f8;
  padding: 0 20px;
  cursor: pointer;
}

.szb-homeRhcgj-tab li.active {
  color: #f99c34;
  background: #fff;
}

.szb-homeRhcgj-tab li.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  background: #f99c34;
  left: 0;
  right: 0;
  top: -1px;
}

.szb-homeRhcgj-tab li.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #ffff;
  left: 0;
  right: 0;
  bottom: -1px;
}

.szb-homeRhcgj .szb-homeRhc-blockMain {
  padding: 0;
}

.szb-homeRhcgj-main {
  padding: 0 20px;
  height: 270px;
}

#szb-homeRhcgj-block-zb .szb-homeRhc-block-listTitle a {
  width: 85%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

#szb-homeRhcgj-block-zb .szb-homeRhc-block-listDesc3-time {
  float: right;
}

#szb-homeRhcgj-block-zb .szb-homeRhc-block-list>div {
  height: 70px;
}

.szb-rhpMain-tab-index {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}

.szb-rhpMain-tab-index li {
  padding: 15px 0;
}

.szb-rhpMain-tab-index li.active::after {
  bottom: 0;
}

.szb-moreTitle-index {
  position: relative;
  padding-left: 10px;
}

.szb-moreTitle-index::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #f99c34;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.szb-homeRhcgj .szb-homeRhc-title span:first-child {
  color: #ffff;
}

.szb-homeRhcgj .szb-homeRhc-title span:last-child {
  color: #ffff;
}

.szb-homeRhcgj .szb-indexZb-more-r a {
  color: #fff;
}

.szb-homeRhcgj .szb-indexZb-more-r a:hover {
  color: #f99c34;
}

.szb-noticeMain-block {
  width: 450px;
  height: 176px;
  float: left;
  background: linear-gradient(180deg, #ffffff 0%, #ebf5ff 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 115, 229, 0.1);
  padding: 20px;
}

.szb-noticeMain-block:nth-child(2) {
  margin-left: 25px;
  margin-right: 25px;
}

.szb-noticeMain-block-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../image/sz-index-notice-icon-notice.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.szb-noticeMain-block-iconzj {
  background: url(../image/sz-index-notice-icon-gys.png.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-noticeMain-block-font {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  margin-left: 5px;
}

.szb-noticeMain-block-main-link:not(:last-child) {
  margin-bottom: 10px;
}

.szb-noticeMain-block-main-link a {
  float: left;
  color: #333;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}

.szb-noticeMain-block-main-link a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  border-radius: 50%;
}

.szb-noticeMain-block-main-link a:hover {
  color: #f99c34;
}

.szb-noticeMain-block-main-link span {
  float: right;
  color: #666;
  font-size: 14px;
}

.szb-noticeMain-block-title {
  margin-bottom: 20px;
}

.szb-noticeMain-block-title .szb-indexZb-more-r {
  margin-right: 0;
}

.szb-noticeMain {
  position: absolute;
  margin-top: -64px;
  left: 50%;
  margin-left: -700px;
}

.szb-noticeList>div {
  background: #fff;
  display: flex;
  align-items: center;
  height: 56px;
  box-shadow: inset 0px -1px 0px 0px #f2f2f2;
}

.szb-noticeList>div:first-child {
  background: #f0f7fe;
}

.szb-noticeList>div>div:nth-child(1) {
  width: 10%;
  text-align: center;
}

.szb-noticeList>div>div:nth-child(2) {
  width: 70%;
}

.szb-noticeList>div>div:nth-child(3) {
  text-align: center;
  width: 20%;
}

.szb-rhr-block1-tab2-list div.szb-rhr-block1-tab2-allBtn::after {
  left: 49px;
}

body {
  min-width: 1500px;
  position: relative;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: revert;
}

.table2 img,
.table3 img {
  position: inherit !important;
}

.szb-zc-btn {
  width: 90px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  margin-right: 12px;
  font-size: 14px;
  cursor: pointer;
}

.szb-zc-btn.active,
.szb-zc-btn:hover {
  background: #f99c34;
  border: 1px solid #f99c34;
  color: #fff;
}

.szb-zcBox {
  width: 280px;
  height: 130px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 126px;
  top: 60px;
  /* padding: 24px; */
  display: none;
  z-index: 99;
}

.szb-zcBox-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.szb-zcBox-item {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.szb-zcBox-item>a {
  display: inline-block;
}

.szb-zcBox-item img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}

/* @media screen and (max-width: 1500px) {
    .szb-homeHeader-logo img {
        width: 140px!important;
    }
    .szb-nav {
        margin-left: 0px;
    }
    .szb-homeHeader-logo {
        padding-top: 18px;
    }
    .szb-nav li a {
        font-size: 14px;
    }
    .szb-nav li {
        margin-left: 13px;
    }
    .szb-headerLink {
        margin-right: 10px;
        margin-top: 16px;
    }
    .szb-zc-btn,
    .szb-homeLogoin,
    .szb-searchBox {
        margin-right: 12px;
    }
} */

.szb-header-l {
  width: calc(100% - 320px);
}

.szb-nav-warp {
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 1;
}

.szb-nav {
  display: flex;
  transition: transform 0.3s ease-out;
}

.szb-nav li {
  white-space: nowrap;
}

.szb-headerMask {
  left: 18%;
  transform: translateX(0);
  position: fixed;
}

.szb-headerLink {
  white-space: nowrap;
}

.szb-ls {
  display: flex;
  align-items: center;
  height: 60px;
  width: calc(100% - 320px);
}

.szb-left,
.szb-right {
  width: 40px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
}

.szb-left div {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid black;
  margin: 25px 0 0 10px;
}

.szb-right div {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid black;
  margin: 25px 0 0 15px;
}

.szb-nav {
  margin-left: 0;
}

.szb-header-l .fl {
  display: none;
}

.szb-homeHeader-logo-w,
.szb-homeHeader-logo-b {
  width: 280px !important;
}

.szb-rhr-block3 {
  height: 520px;
  padding: 80px 0;
  background: url(../image/sz-hreg-zone-bg.jpg) no-repeat;
  background-size: cover;
}

.szb-rhr-title {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}

.szb-rhr-desc {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  margin: 20px 0 40px 0;
}

.rbx-swiper {
  width: 100%;
}

.rbx-main-item {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: url(../image/sz-rhr-rbx-bg-nor.png) no-repeat;
  background-size: cover;
}

.rbx-main-item:hover {
  background: url(../image/sz-rhr-rbx-bg-sel.png) no-repeat;
  background-size: cover;
}

.rbx-main-item img {
  width: 40px;
  height: 40px;
}

.rbx-main-name {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  margin: 24px 0 20px 0;
}

.rbx-main-detail {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #0073e5;
  font-size: 14px;
  color: #0073e5;
  text-align: center;
  line-height: 40px;
}

.rbx-main-item:hover .rbx-main-detail {
  background: #0073e5;
  color: #fff;
}

.szb-email span {
  line-height: 26px;
}

.szb-footer-info-item:nth-child(3) span {
  width: 284px;
}

.szb-rhpSite-tableMain-v1 {
  padding: 0 20px 10px;
}

.szb-content-item a {
  display: inline-block;
}

.sider-icon-kf {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../image/sz-sider-icon-service-nor.png) center center no-repeat;
  background-size: 100% 100%;
}

.sider-icon-gz {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../image/sz-sider-icon-code-nor.png) center center no-repeat;
  background-size: 100% 100%;
}

.sider-icon-tel {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../image/sz-sider-icon-tel-nor.png) center center no-repeat;
  background-size: 100% 100%;
}

.sider-icon-help {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../image/sz-sider-icon-help-nor.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-float {
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  right: 20px;
}

.szb-float-item div {
  font-size: 12px;
  margin-top: -4px;
}

.sider-icon2-kf {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../image/sz-sider-icon-service-nor.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-float-tel {
  height: 70px;
  padding: 15px 10px;
}

.szb-float-item div.szb-float-tel-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.sider-icon2-kf {
  vertical-align: middle;
  margin-right: 8px;
}

.szb-float-item-kf .szb-float-tel {
  top: 0;
}

.szb-float-item-tel .szb-float-tel {
  top: 0;
  padding: 15px 10px;
}

.szb-float-item-help .szb-float-tel {
  top: 0;
}

.szb-float-item-gz .szb-float-tel {
  top: 0;
}

.szb-float-item-kf:hover .sider-icon-kf {
  background: url(../image/sz-sider-icon-service-sel.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-float-item-tel:hover .sider-icon-tel {
  background: url(../image/sz-sider-icon-tel-sel.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-float-item-help:hover .sider-icon-help {
  background: url(../image/sz-sider-icon-help-sel.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-float-item-gz:hover .sider-icon-gz {
  background: url(../image/sz-sider-icon-code-sel.png) center center no-repeat;
  background-size: 100% 100%;
}

.sider-icon2-tel {
  background: url(../image/sz-sider-icon-tel-nor.png) center center no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.szb-float-item-tel .szb-float-tel-desc {
  color: #f99c34;
}

.float-code-title {
  font-weight: bold;
  font-size: 12px;
  color: #333333;
}

.float-code-desc {
  font-size: 12px;
  color: #666666;
}

.float-code img {
  width: 64px;
  height: 64px;
}

.szb-float-item-gz .szb-float-tel {
  padding: 7px 0;
}

.szb-float-item div.float-code {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}

.szb-float-item div.float-code-title {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 14px;
}

.szb-float-item div.float-code-desc {
  color: #666;
}

.szb-float-tel {
  width: 175px;
}

.szb-float-item-tel:hover .szb-float-tel-desc span {
  color: #f99c34;
}

.sider-icon-mian-title {
  width: 34px;
  line-height: 16px;
}

.szb-float {
  height: 300px;
}

.sider-icon-zn {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../image/sz-pub-icon-ai-nor.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-float-item-zn:hover .sider-icon-zn {
  background: url(../image/sz-pub-icon-ai-sel.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-noticeMain-block-iconzr {
  background: url(../image/sz-index-supply-icon.png) center center no-repeat;
  background-size: 100% 100%;
}

.szb-noticeMain-block-main-link-v3 {
  width: 78%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.szb-indexGyljr {
  margin-top: -10px;
}

.szb-indexGyljr>a {
  width: 410px;
  max-height: 100px;
  display: inline-block;
}

.szb-indexGyljr img {
  width: 100%;
  height: 100%;
}

.szb-nav-l:nth-child(7) .szb-headerMask {
  left: 35%;
}

.indexRhp-v3-tab {
  display: flex;
  border-bottom: 1px solid #f8f8f8;
  background: #f7f8fa;
  margin-top: 40px;
}

.indexRhp-v3-tab li {
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  position: relative;
  border-right: 1px solid #f8f8f8;
  padding: 0 20px;
  cursor: pointer;
}

.indexRhp-v3-tab li.active {
  color: #f99c34;
  background: #fff;
}

.indexRhp-v3-main {
  padding: 0 20px;
  background: #fff;
}

.indexRhp-v3-block:not(:first-child) {
  display: none;
}

.indexRhp-v3-block>div {
  float: left;
  padding-bottom: 20px;
  padding-top: 20px;
  width: calc((100% - 60px) / 2);
  height: 70px;
  border-top: 1px solid #f2f2f2;
}

.indexRhp-v3-block .szb-homeRhc-block-listDesc3-time {
  float: right;
  font-size: 14px;
  color: #666;
}

.indexRhp-v3-block>div:nth-child(2n) {
  margin-left: 40px;
}

.indexRhp-v3-block .szb-homeRhc-block-listTitle a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
  display: inline-block;
}

.indexRhp-v3-tab-li.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 4px;
  background: #f99c34;
  left: 0;
  right: 0;
  top: -1px;
}