body {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: HarmonyOS_Sans;
  font-style: normal;
  font-display: swap;
  src: url(fonts/HarmonyOS_Sans.subset.woff2) format('woff2');
}
footer .copyright {
  text-align: center;
  background: #333333;
  padding: 10px 0px;
  color: #ffffff;
  margin-top: 20px;
}
main{
    min-height: 65vh;
}
#divNavBar li {
  position: relative;
}
#divNavBar li ul {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.8s;
}
#divNavBar li ul li:hover {
  background-color: #0079ad;
}
#divNavBar li li {
  float: none;
  width: 100%;
  background-color: #008bc7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#divNavBar li li a {
  color: #fff;
}
#divNavBar li:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
.ytecn_row {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .ytecn_row {
    width: 99%;
  }
}
.crumbs {
  background-color: #f5f5f5;
}
.crumbs span,
.crumbs a {
  color: #333;
  line-height: 35px;
  font-family: HarmonyOS_Sans;
  font-size: 14px;
}
.szj_header_0506_02 {
  background: #f5f7f9;
}
.szj_header_0506_02 .top {
  background: #f4f3f3;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .top {
    display: none;
  }
}
.szj_header_0506_02 .top .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.szj_header_0506_02 .top .box .fl {
  width: 950px;
}
.szj_header_0506_02 .top .box .fr {
  width: 250px;
}
.szj_header_0506_02 .top .box .fr .link {
  float: right;
}
.szj_header_0506_02 .top .box .fr a {
  color: #333;
  text-decoration: none;
}
.szj_header_0506_02 .header {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .header {
    width: 100%;
    padding: 10px 0;
  }
}
.szj_header_0506_02 .header #logo {
  width: 950px;
  height: 70px;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .header #logo {
    width: 100%;
    height: 30px;
    margin-left: 15px;
  }
}
.szj_header_0506_02 .header #logo img {
  max-width: 100%;
  max-height: 100%;
}
.szj_header_0506_02 .header #hotTel {
  width: 250px;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .header #hotTel {
    display: none;
  }
}
.szj_header_0506_02 .header #hotTel .icon-contact {
  font-size: 45px;
  color: #37408e;
  padding: 0 10px;
}
.szj_header_0506_02 .header #hotTel .tel {
  display: inline-block;
  color: #999;
  font-size: 14px;
}
.szj_header_0506_02 .header #hotTel .tel p {
  margin: 0;
}
.szj_header_0506_02 .header #hotTel .tel p span {
  font-size: 28px;
  font-family: Impact;
  line-height: 1;
  color: #023793;
}
.szj_header_0506_02 .header .menu-btn {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  width: 10%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .header .menu-btn {
    display: flex;
  }
}
.szj_header_0506_02 .header .menu-btn .icon-menu {
  font-size: 30px;
  color: #023793;
}
.szj_header_0506_02 .nav {
  background: #023793;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .nav {
    display: none;
    text-align: left;
    background-color: transparent;
  }
}
.szj_header_0506_02 .nav .box {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .nav .box {
    width: 100%;
  }
}
.szj_header_0506_02 .nav .box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.szj_header_0506_02 .nav .box ul li {
  width: 12.5%;
  cursor: pointer;
  line-height: 55px;
  position: relative;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .nav .box ul li {
    width: 100%;
    text-align: justify;
    border-top: 1px solid #eee;
  }
}
.szj_header_0506_02 .nav .box ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .nav .box ul li a {
    color: #333;
    line-height: 40px;
    padding: 0 15px;
  }
}
.szj_header_0506_02 .nav .box ul li a:hover {
  background: #000;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .nav .box ul li a:hover {
    background: #e7e7e7;
  }
}
.szj_header_0506_02 .nav .box ul li:hover .sub {
  top: 65px;
  opacity: 1;
  visibility: visible;
}
.szj_header_0506_02 .nav .box ul li.dropdown .icon-arrow {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 40px;
  position: relative;
  display: none;
  color: black;
  text-align: center;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .nav .box ul li.dropdown .icon-arrow {
    display: block;
  }
}
.szj_header_0506_02 .nav .box ul li .dropdown-box {
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  display: none;
  z-index: 10;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  background-color: rgba(255, 255, 255, 0.9);
}
.szj_header_0506_02 .nav .box ul li .dropdown-box p {
  margin: 0;
  border-bottom: dotted 1px #ccc;
}
.szj_header_0506_02 .nav .box ul li .dropdown-box a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 14px;
  background-color: transparent !important;
  line-height: 40px;
  color: #333 !important;
}
.szj_header_0506_02 .nav .box ul li .dropdown-box a:hover {
  background-color: #fff !important;
  color: #023793 !important;
}
.szj_header_0506_02 .nav .box ul li.open .dropdown-box {
  display: block;
  position: absolute;
}
.szj_header_0506_02 .nav .box ul li.dropdown:before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 25px;
}
@media (max-width: 800px) {
  .szj_header_0506_02 .nav .box ul li.dropdown:before {
    display: none;
  }
}


.pagebar,
.cmtpagebar {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 10px;
  font-size: 0;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.pagebar .now-page,
.cmtpagebar .now-page {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0 5px 5px;
  border: 1px solid #0188fb;
  border-radius: 2px;
  background: #0188fb;
  display: inline-block;
}
.pagebar a,
.cmtpagebar a {
  margin: 2px;
  padding: 5px 10px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
}
.pagebar a:hover,
.cmtpagebar a:hover {
  color: #fff;
  border: 1px solid #0188fb;
  background: #0188fb;
}

.cmtpagebar {
  padding-bottom: 0;
}