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: #fff;
  box-sizing: border-box;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.34rem;
  height: 0.47rem;
}
.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 #9d9d9d;
  padding: 15px 0;
}
.drop-down-menu ul li a.fir-menulist {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.drop-down-menu ul li a.fir-menulist i {
  margin-left: 8px;
  position: relative;
}
.drop-down-menu ul li a.fir-menulist:focus {
  background-color: transparent;
}
a.fir-menulist img.arrow-down {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../image/arrow-down.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: 12px 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/back.png) center center no-repeat;
  background-color: #626262;
  background-size: 25px 25px;
}
/* 页码 */
#wp_paging_w3 {
  padding: 0 0 20px;
}
.wp_paging {
    display: block;
    padding: 0 0 30px;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 0 auto;
    width: 300px;
}
.wp_paging li {
    display: inline-block;
    width: auto !important;
    height: auto;
    line-height: unset;
    float: left;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 12px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 12px;
        padding: 7px 2px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 12px;
    padding: 7px 2px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 12px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 12px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}

.footer {
  width: 100%;
  padding: 0.6rem 0.25rem 0.4rem;
  background: #003E88;
  background-size: cover;
  box-sizing: border-box;
}
.footer .footer-main {
  width: 100%;
}
.footer .footer-main .all-container .footer.home-footer {
  margin-top: 0;
  padding: 0.56rem 0.3rem 0.48rem;
  background: #003E88;
  background-size: auto;
  box-sizing: border-box;
}
.footer .footer-main .all-container .footer.home-footer .footer-main {
  width: 100%;
}
.footer .footer-main .home-footer-qr {
  text-align: center;
  margin-bottom: 0.4rem;
}
.footer .footer-main .home-footer-qr-img-wrap {
  display: inline-block;
  padding: 0.08rem;
  background: #fff;
  border-radius: 0.06rem;
  line-height: 0;
}
.footer .footer-main .home-footer-qr-img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.footer .footer-main .home-footer-qr-label {
  margin: 0.2rem 0 0;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.footer .footer-main .home-footer-contact {
  text-align: center;
  margin: 0 0.9rem 0.3rem;
}
.footer .footer-main .home-footer-contact p {
  margin: 0.1rem 0;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: rgba(255, 255, 255, 0.92);
}
.footer .footer-main .home-footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 0.3rem;
}
.footer .footer-main .home-footer-col {
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.footer .footer-main .home-footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  margin-top: 0.1rem;
}
.footer .footer-main .home-footer-col-title {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

p img{
  max-width: 100%;
}
