@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

html {
  height: 100%;
}

/* 当前位置位置 */
.location {
  padding-left: 23px;
  height: 57px;
  line-height: 57px;
  font-size: 14px;
  background: url("../images/location.png") no-repeat left center;
}

.location span {
  color: #114eaa;
  margin-left: 20px;
}

.location a {
  position: relative;
  color: #a8b6c1;
}

.location a + a {
  margin-left: 20px;
}

.location a::after {
  position: absolute;
  content: '/';
  color: #a8b6c1;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.header {
  height: 205px;
  background: url("../images/header_bg.png") center top no-repeat;
  background-size: 100% 100%;
}

.header > .container {
  height: 140px;
}

.header .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

.header .banner .logo {
  height: 65px;
  line-height: 65px;padding-left: 84px;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.76px;
  background: url("../images/logo.png") no-repeat left center;
}

.header .banner .search {
  width: 285px;
  height: 42px;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

.header .banner .search-input {
  width: 240px;
  padding-left: 20px;
  box-sizing: border-box;
  height: 42px;
  border: 0;
  outline: 0;
  background: none;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}

.header .banner .search-input::placeholder {
  color: #c5c5c5;
}

.header .banner .search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/search_icon.png") center center no-repeat;
  right: 20px;
  top: 11px;
}

.nav {
  height: 65px;
  background: #114eaa;
}

.nav .container {
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: center;
}

.nav-items {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav-item {
  width: 0;
  flex: 1;
}

.nav-item a {
  display: block;
  height: 100%;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.nav-item a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.nav-item.current a {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.15);
}

/* footer */
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: #181d25;
}

.footer > .container {
  position: relative;
  height: 100%;
  padding-top: 37.5px;
  box-sizing: border-box;
}

.footer-list-box {
  display: flex;
  height: 100%;
}

.footer-list p {
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
  width: 400px;
}

.footer-list p:first-child {
  margin-top: 0;
}

.footer-list + .footer-list {
  margin-left: 90px;
}

.footer-qrcode {
  position: absolute;
  right: 0;
  top: 20px;
}

.footer-qrcode img {
  display: block;
  width: 95px;
  height: 95px;
}

.footer-qrcode p {
  line-height: 21px;
  margin-top: 8px;
  color: #fff;
  text-align: center;
}

.sidebar {
  position: fixed;
  right: 17px;
  top: 200px;
  z-index: 99;
}

.sidebar ul {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sidebar li {
  width: 85px;
  text-align: center;
}

.sidebar li a {
  display: block;
  padding: 42px 0 12px;
  font-size: 13px;
  color: #666;
  line-height: 24px;
  box-sizing: border-box;
  background-position: center 12px;
  background-repeat: no-repeat;
}

.sidebar li:hover a {
  background-color: #f4f8ff;
  color: #114eaa;
}

.sidebar li:nth-child(1) a {
  background-image: url("../images/sidebar_icon1.png");
}

.sidebar li:nth-child(2) a {
  background-image: url("../images/sidebar_icon2.png");
}

.sidebar li:nth-child(3) a {
  background-image: url("../images/sidebar_icon3.png");
}

.sidebar li:nth-child(4) a {
  background-image: url("../images/sidebar_icon4.png");
}

.sidebar li:nth-child(5) a {
  background-image: url("../images/sidebar_icon5.png");
}

.sidebar li:nth-child(6) a {
  background-image: url("../images/sidebar_icon6.png");
}

.sidebar .back-top {
  display: block;
  width: 85px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.335px;
  color: #fff;
  border-radius: 4px;
  margin-top: 12px;
  background: linear-gradient(0deg, #457fd6 0%, #114eaa 99.87%);
}

.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 162px;
  box-sizing: border-box;
  z-index: 1;
}

.public-pager {
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}

.public-pager .m-pagination-page {
  padding-right: 0;
}

.public-pager .m-pagination-page > li {
  margin-right: 10px;
}

.public-pager .m-pagination-page > li > a {
  min-width: 34px;
  height: 34px;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
}

.public-pager .m-pagination-page > li:hover > a, .public-pager .m-pagination-page > li.active > a {
  border-color: #114eaa;
  background: #fff;
  color: #114eaa;
}

.public-pager .m-pagination-page > li:hover > a .next, .public-pager .m-pagination-page > li.active > a .next {
  background-image: url("../images/pager_next.png");
}

.public-pager .m-pagination-page > li:hover > a .prev, .public-pager .m-pagination-page > li.active > a .prev {
  background-image: url("../images/pager_prev.png");
}

.public-pager .m-pagination-size {
  border-radius: 6px;
  padding-right: 29px;
}

.public-pager .m-pagination-size .chosen-container {
  font-size: 16px;
  min-width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
}

.public-pager .m-pagination-size .chosen-container .chosen-results li {
  padding: 5px 6px;
  line-height: 26px;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single {
  height: 34px;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  border: 2px solid #ecedf2;
  padding: 0;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  text-align: center;
  color: #666;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single div {
  display: none;
  width: 31px;
}

.public-pager .m-pagination-size .chosen-container-single .chosen-single div b {
  width: 100%;
  height: 100%;
  background: none;
}

.public-pager .m-pagination-jump {
  width: auto;
}

.public-pager .m-pagination-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  font-size: 16px;
  color: #333;
}

.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  float: none;
  font-size: 16px;
}

.public-pager .m-pagination-group > input {
  width: 34px;
  height: 100%;
  line-height: 34px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
  margin: 0 6px;
}

.public-pager .m-pagination-group > button {
  display: none;
}

.public-pager .prev,
.public-pager .next {
  display: block;
  width: 5px;
  height: 9px;
  margin-top: 11px;
  margin-left: 3px;
  background: no-repeat center;
  background-size: 100% 100%;
}

.public-pager .prev {
  background-image: url("../images/pager_prev.png");
}

.public-pager .next {
  background-image: url("../images/pager_next.png");
}


#header2 .header {
  position: relative;
  height: 660px;
  color: #fff;
}

#header2 .header-wrap {
  position: relative;
  z-index: 2;
  padding-top: 32px;
}

#header2 .header-wrap > .container {
  height: 54px;
  margin-bottom: 34px;
}

#header2 .header .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

#header2 .header .banner .logo {
  height: 65px;
  line-height: 65px;
  padding-left: 84px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.6px;
  background: url("../images/logo.png") no-repeat left center;
/* background-size: 85px; */}

#header2 .header .banner .logo p {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 6px;
}

#header2 .header .banner .search {
  width: 285px;
  height: 42px;
  border-radius: 30px;
  background: #fff;
  position: relative;
}

#header2 .header .banner .search-input {
  width: 240px;
  padding-left: 20px;
  box-sizing: border-box;
  height: 42px;
  border: 0;
  outline: 0;
  background: none;
  line-height: 42px;
  font-size: 16px;
  color: #333;
}

#header2 .header .banner .search-input::placeholder {
  color: #c5c5c5;
}

#header2 .header .banner .search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/search_icon.png") center center no-repeat;
  right: 20px;
  top: 11px;
}

#header2 .header .nav {
  height: auto;
  background: none;
}

#header2 .header .nav .container {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
}

#header2 .header .nav-items {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: space-between;
}

#header2 .header .nav-item {
  width: auto;
  flex: none;
  height: 100%;
}

#header2 .header .nav-item a {
  display: block;
  height: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
}

#header2 .header .nav-item a:hover {
  border-bottom: 3px solid #fff;
  background: none;
}

#header2 .header .nav-item.current a {
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  background: none;
}

#header2 .header-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#header2 .header-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

#header2 .header-swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

#header2 .header-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
}

#header2 .header-swiper .swiper-pagination {
  bottom: 20px;
}

#header2 .header-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
