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;
}
.banner-box {
  position: relative;
}
.banner-box .banner {
  width: 100%;
}
.banner-box .banner .swiper .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner-box .banner .swiper .swiper-pagination {
  bottom: 20px;
}
.banner-box .banner .swiper .swiper-pagination-bullet-active {
  width: 40px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}
.banner-box .sec-banner {
  position: relative;
}
.banner-box .sec-banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-box .sec-banner .sec-title {
  position: absolute;
  width: 1400px;
  top: calc((100% - 50px) / 2);
  left: calc((100% - 1400px) / 2);
  height: 100%;
}
.banner-box .sec-banner .sec-title h1 {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.banner-box .sec-banner .sec-title h5 {
  font-size: 20px;
  margin-top: 20px;
  color: #FFFFFF;
  margin: 0;
}
.banner-box .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 99;
}
.banner-box .header .header-box {
  margin: 0 80px;
  height: 100px;
}
.banner-box .header .header-box .logo .zh {
  height: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin-left: 10px;
  white-space: nowrap;
}
.banner-box .header .header-box .nav ul li {
  margin: 0 20px;
}
.banner-box .header .header-box .nav ul li a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-weight: 400;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.banner-box .header .header-box .nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-box .header .header-box .nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-box .header .header-box .nav ul li a:hover::after {
  width: 50%;
}
.banner-box .header .header-box .nav ul li a:hover::before {
  width: 50%;
}
.banner-box .header .header-box .search-box {
  width: 24px;
  height: 24px;
  margin-left: 50px;
  margin-right: 50px;
  cursor: pointer;
}
.banner-box .header .header-box .search-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-box .header .header-box .language {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.search-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 150px;
  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: 900px;
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
}
.search-container .search-box .title {
  font-weight: bold;
  font-size: 26px;
  color: #000;
  line-height: 32px;
  margin-bottom: 30px;
}
.search-container .search-box .close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 25px;
  top: 20px;
  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: 70px;
  line-height: 70px;
  background: #F9F9F9;
  border-radius: 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  border: none;
  outline: none;
}
.search-container .search-box .search-form .btns {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  background: #194097;
  border: none;
  outline: none;
}
.page-boxs .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-boxs .pagination .page-item a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333333;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.page-boxs .pagination .page-item:not(:last-child) {
  margin-right: 26px;
}
.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: 40px;
  height: 40px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.page-boxs .pagination .page-item-arrow img {
  width: 40px;
  height: 40px;
}
.page-boxs .pagination .page-item-arrow:not(:last-child) {
  margin-right: 26px;
}
/* 置顶 */
.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;
}
/* 页码 */
.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;
}
.container .footer {
  width: 100%;
  height: 260px;
  padding-top: 40px;
  background: url(../image/footer-bg.png) left center no-repeat;
  margin-top: 40px;
  background-size: cover;
  box-sizing: border-box;
}
.container .footer .footer-main {
  width: 1400px;
  margin: 0 auto;
}
.container .footer .footer-main .ft .footer-logo {
  display: block;
  width: 240px;
  margin-bottom: 25px;
}
.container .footer .footer-main .ft .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.container .footer .footer-main .ft .footer-logo span {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.container .footer .footer-main .ft .phone,
.container .footer .footer-main .ft .address {
  margin-top: 20px;
}
.container .footer .footer-main .ft .phone span,
.container .footer .footer-main .ft .address span {
  font-size: 16px;
  color: #FFFFFF;
}
.container .footer .footer-main .rt {
  position: relative;
}
.container .footer .footer-main .rt .footer-links {
  width: 380px;
  height: 60px;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}
.container .footer .footer-main .rt .friend-links {
  display: none;
  position: absolute;
  bottom: 178px;
  left: 0;
  width: 380px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.container .footer .footer-main .rt .friend-links li {
  height: 48px;
  line-height: 48px;
}
.container .footer .footer-main .rt .friend-links li a {
  font-size: 16px;
  padding: 0 20px;
  color: #FFFFFF;
}
.container .footer .footer-main .rt .friend-links li:hover a {
  text-decoration: underline;
}
.container .footer .footer-main .rt .record-number span {
  display: block;
}
.container .footer .footer-main .rt .record-number span,
.container .footer .footer-main .rt .footer-copyright {
  font-size: 16px;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .banner-box .header .header-box {
    margin: 0 auto;
    width: 1400px;
  }
  .banner-box .header .header-box .logo .zh {
    font-size: 20px;
  }
  .banner-box .header .header-box .search-box {
    margin: 0 30px;
  }
  .banner-box .header .header-box .nav ul li {
    margin: 0 10px;
  }
  .banner-box .header .header-box .nav ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  html {
    zoom: 0.95;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
  html {
    zoom: 0.85;
  }
}


//分页
.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;
}