html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: Microsoft YaHei;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  width: calc(100%);
}
html {
  scroll-behavior: smooth;
}
div {
  box-sizing: border-box;
}
html,
body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
.header {
  width: 100%;
  height: 1.2rem;
  padding: 0 0.25rem;
  background: #0E3A94;
  box-sizing: border-box;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.71rem;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .icon-menu {
  margin-left: 0.4rem;
}
.header .icon-menu,
.header .icon-search {
  width: 0.4rem;
  height: 0.4rem;
}
.header .icon-menu img,
.header .icon-search img {
  display: block;
  width: 100%;
  height: auto;
}
.search-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  left: 0;
  top: -200%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
.search-container .search-box {
  position: relative;
  width: calc(100% - 0.6rem);
  margin: 0 0.3rem;
  border-radius: 0.2rem;
  padding: 0.3rem;
  background-color: #fff;
}
.search-container .search-box .title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #000;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
}
.search-container .search-box .close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  right: 0.25rem;
  top: 0.2rem;
  cursor: pointer;
}
.search-container .search-box .close img {
  display: block;
  width: 100%;
  height: 100%;
}
.search-container .search-box .search-form {
  position: relative;
  border: solid 2px #333333;
  border-radius: 10px;
  overflow: hidden;
}
.search-container .search-box .search-form .input-text {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #F9F9F9;
  border-radius: 0;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  border: none;
  outline: none;
}
.search-container .search-box .search-form .btns {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  font-size: 0.28rem;
  color: #FFFFFF;
  background: #194097;
  border: none;
  outline: none;
}
/*nav-导航菜单*/
.drop-down-menu {
  display: block;
  position: fixed;
  right: -90%;
  top: 0;
  background-color: #3a3a3a;
  width: 90%;
  height: 100%;
  z-index: 100;
  padding: 0.4rem 0.2rem 0.2rem;
}
.j-close {
  position: absolute;
  top: 0.4rem;
  right: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
}
.j-close img {
  display: block;
  width: 100%;
  height: auto;
}
.version .chinese,
.version .english {
  float: left;
  height: auto;
  font-size: 15px;
  color: #fff;
}
.version .chinese {
  margin-right: 10px;
}
.version .chinese a {
  color: #fff;
}
.version .english a {
  color: #fff;
}
.drop-down-menu ul {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.drop-down-menu ul li {
  position: relative;
  border-bottom: solid 1px #e3e3e3;
  padding: 15px 0;
}
.drop-down-menu ul li a.fir-menulist {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.drop-down-menu ul li a.fir-menulist i {
  display: inline-block;
  margin-left: 8px;
  width: 18px;
  height: 18px;
  position: relative;
}
a.fir-menulist i::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../image/h5/dropdown.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.second-menuul {
  display: none;
  position: absolute;
  left: 0;
  top: 43px;
  width: 100%;
  height: auto;
  z-index: 10;
}
.second-menuul .list {
  width: 100%;
  height: auto;
}
.second-menuul a.second-menulist {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border-bottom: solid 1px #e3e3e3;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
}
.second-menuul a.second-menulist:hover {
  background-color: #0077b3;
  color: #fff;
}
/*二级菜单*/
.sec-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.sec-menu .navigation-list {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #bfbfbf;
}
.sec-menu .navigation-list a {
  font-family: "Roboto";
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.sec-menu .navigation-list a:hover {
  color: #007ddb;
}
.sec-menu .navigation-list:last-child {
  border-bottom: none;
}
.banquan {
  font-family: "RobotoCondensed";
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}
/*nav-导航菜单*/
.page-boxs .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-boxs .pagination .page-item a,
.page-boxs .pagination .page-item span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  color: #333333;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.page-boxs .pagination .page-item:not(:last-child) {
  margin-right: 0.3rem;
}
.page-boxs .pagination .page-item:hover a {
  background-color: #194097;
  color: #fff;
  border-color: #194097;
}
.page-boxs .pagination .page-item.active a {
  background-color: #194097;
  color: #fff;
  border-color: #194097;
}
.page-boxs .pagination .page-item-arrow a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.page-boxs .pagination .page-item-arrow img {
  width: 0.6rem;
  height: 0.6rem;
}
.page-boxs .pagination .page-item-arrow:not(:last-child) {
  margin-right: 0.26rem;
}
/* 置顶 */
.sidebar {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 8%;
  right: 15px;
  z-index: 9;
}
.sidebar .side {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../image/h5/back.png) center center no-repeat;
  background-color: #626262;
  background-size: 25px 25px;
}
/* 页码 */
.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-box .prev {
  width: 24px;
  height: 22px;
  margin-right: 26px;
  cursor: pointer;
}
.page-box .prev img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-box .next {
  width: 24px;
  height: 22px;
  margin-left: 26px;
  cursor: pointer;
}
.page-box .next img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-box .number {
  width: 37px;
  height: 37px;
  border: 1px solid #000000;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin: 0 13px;
  cursor: pointer;
}
.footer {
  width: 100%;
  padding: 0.5rem 0.24rem;
  background: url(../image/h5/12.png) left center no-repeat;
  margin-top: 0.4rem;
  background-size: cover;
  box-sizing: border-box;
}
.footer .footer-main {
  width: 100%;
}
.footer .footer-main .top .footer-logo {
  display: block;
  width: 3.49rem;
  height: 1.37rem;
  margin: 0 auto 0.3rem;
}
.footer .footer-main .top .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer-main .top .phone,
.footer .footer-main .top .address {
  font-size: 0.26rem;
  margin-top: 0.2rem;
  text-align: center;
}
.footer .footer-main .top .phone span,
.footer .footer-main .top .address span {
  color: #FFFFFF;
}
.footer .footer-main .bottom {
  position: relative;
  margin-top: 0.45rem;
}
.footer .footer-main .bottom .footer-links {
  width: 100%;
  height: 1rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.26rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}
.footer .footer-main .bottom .footer-links img {
  display: block;
  width: 0.26rem;
  height: 0.15rem;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer-main .bottom .footer-links.active img {
  transform: rotate(-180deg);
}
.footer .footer-main .bottom .friend-links {
  display: none;
  position: absolute;
  bottom: 2.2rem;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.footer .footer-main .bottom .friend-links li {
  font-size: 0.26rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.footer .footer-main .bottom .friend-links li a {
  padding: 0 0.2rem;
  color: #FFFFFF;
}
.footer .footer-main .bottom .friend-links li:hover a {
  text-decoration: underline;
}
.footer .footer-main .bottom .record-number,
.footer .footer-main .bottom .footer-copyright {
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.24rem;
  margin-top: 0.24rem;
  color: #FFFFFF;
}

//分页
.pb_sys_common {
    font-size: 18px !important;
    font-family: SimSun;
    line-height:18px !important;
    color:#222;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #ccc;
    padding: 8px 12px !important;
    margin:0px 0px 0px 5px;

    height:36px !important;
    -height:auto;

    line-height:18px !important;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #194097 !important;
    color: #fff;
    background-color: #194097 !important;
}