@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
  outline: none !important;
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
button:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
form {
  padding: 0;
  margin: 0;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
img[data-lazy] {
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
.fancybox-slide--iframe .fancybox-content {
  margin: 0;
  width: 700px !important;
  height: 350px !important;
}
.goog-te-menu-frame {
  z-index: 9999999999999 !important;
  overflow: auto !important;
}
@media (max-width: 1199px) {
  .skiptranslate iframe {
    display: none;
  }
  .google-translation .skiptranslate {
    display: inline-block;
  }
  body {
    top: 0 !important;
  }
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
header .container > .nav-collapse {
  float: right;
  margin: 15px 0;
}
header .logo {
  margin: 19.5px 0;
  float: left;
  display: block;
  height: 76px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  header .logo {
    height: 50px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 400px) {
  header .logo {
    height: 40px;
    margin: 15px 0;
  }
}
header .logo img {
  height: 100%;
  width: auto;
}
header .search {
  float: right;
  margin: 35px 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  header .search {
    margin: 15px 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 400px) {
  header .search {
    margin-right: 20px;
  }
}
header .search > button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
header .search > button:active::before {
  font-size: 25px;
}
header .search > button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  font-size: 20px;
  color: #000;
}
header .search form {
  overflow: hidden;
  width: 240px;
  height: 45px;
  border-radius: 21px;
  border: 1px solid #666666;
  transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  header .search form {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    right: 15px;
    width: 230px;
    height: 40px;
  }
}
header .search form input {
  display: block;
  float: left;
  width: calc(100% - 65px);
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
  color: #999999;
  background-color: #fff;
  transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  header .search form input {
    width: calc(100% - 45px);
    font-size: 14px;
    padding-left: 15px;
  }
}
header .search form input::-webkit-input-placeholder,
header .search form textarea::-webkit-input-placeholder {
  color: #999999;
}
header .search form input:-o-placeholder,
header .search form textarea:-o-placeholder {
  color: #999999;
}
header .search form input::-moz-placeholder,
header .search form textarea::-moz-placeholder {
  color: #999999;
}
header .search form input:-ms-input-placeholder,
header .search form textarea:-ms-input-placeholder {
  color: #999999;
}
header .search form input:focus::-webkit-input-placeholder,
header .search form textarea:focus::-webkit-input-placeholder {
  color: #e3e3e3;
}
header .search form input:focus::-o-placeholder,
header .search form textarea:focus::-o-placeholder {
  color: #e3e3e3;
}
header .search form input:focus::-moz-placeholder,
header .search form textarea:focus::-moz-placeholder {
  color: #e3e3e3;
}
header .search form input:focus::-ms-input-placeholder,
header .search form textarea:focus::-ms-input-placeholder {
  color: #e3e3e3;
}
header .search form button {
  float: right;
  width: 65px;
  height: 100%;
  background-color: #fff;
  transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  header .search form button {
    width: 45px;
  }
}
header .search form button::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  font-size: 25px;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  header .search form button::before {
    font-size: 18px;
  }
}
header.header-active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  header.header-active .logo {
    margin: 5px 0;
    height: 60px;
  }
  header.header-active .nav .nav-list1 > li > a {
    line-height: 70px;
  }
  header.header-active .search {
    margin: 17.5px 0;
  }
  header.header-active .search form {
    height: 35px;
  }
  header.header-active .search input {
    font-size: 14px;
  }
  header.header-active .search button::before {
    font-size: 18px;
  }
}
footer {
  padding-bottom: 80px;
  background: url(../images/common/footer_bgg.jpg) no-repeat center;
  background-size: cover;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 150px;
  color: #ffffff;
  background-color: #333333;
}
@media screen and (max-width: 1199px) {
  footer .footer-content {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content {
    display: block;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content {
    padding: 20px;
  }
}
footer .footer-content .left-pic {
  display: block;
  width: 13.78378378%;
}
@media screen and (max-width: 991px) {
  footer .footer-content .left-pic {
    width: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .left-pic {
    width: 85px;
  }
}
footer .footer-content .left-pic img {
  width: 100%;
}
footer .footer-content .right-info {
  width: 76.57657658%;
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info {
    padding-top: 35px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .right-info a:hover {
    color: #09357e;
    text-decoration: underline;
  }
}
footer .footer-content .right-info ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #494949;
}
footer .footer-content .right-info ul li {
  position: relative;
  width: 33.333%;
  padding-left: 35px;
  padding-right: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .right-info ul li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-content .right-info ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}
footer .footer-content .right-info ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e679';
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info ul li::before {
    font-size: 25px;
  }
}
footer .footer-content .right-info ul li p {
  word-break: break-word;
}
footer .footer-content .right-info ul li:nth-child(2)::before {
  content: '\e62e';
}
footer .footer-content .right-info ul li:nth-child(3)::before {
  content: '\e9ee';
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info ul li:nth-child(3)::before {
    font-size: 22px;
  }
}
footer .footer-content .right-info ul li:nth-child(4) {
  width: 100%;
}
footer .footer-content .right-info ul li:nth-child(4)::before {
  content: '\e619';
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info ul li:nth-child(4)::before {
    font-size: 25px;
  }
}
footer .footer-content .right-info nav {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info nav {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .right-info nav {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-content .right-info nav {
    display: block;
    text-align: center;
  }
}
footer .footer-content .right-info nav a {
  display: inline-block;
  margin-right: 75px;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .right-info nav a {
    margin-right: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .right-info nav a {
    margin-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-content .right-info nav a {
    margin: 0 10px;
  }
}
footer .footer-content .right-info nav a:last-child {
  margin-right: 0;
}
footer .footer-end {
  padding: 14px 0;
  background-color: #282828;
}
@media screen and (max-width: 767px) {
  footer .footer-end {
    padding: 10px;
  }
}
footer .footer-end p {
  font-size: 14px;
  line-height: 1.57142857;
  color: #8c8c8c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-end p {
    font-size: 13px;
  }
}
footer .footer-end p span,
footer .footer-end p a {
  display: inline-block;
}
footer .footer-end p a {
  margin: 0 15px;
}
@media screen and (min-width: 1200px) {
  footer .footer-end p a:hover {
    color: #09357e;
    text-decoration: underline;
  }
}
footer .aside {
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 99;
}
@media screen and (max-width: 1199px) {
  footer .aside {
    right: 0;
  }
}
footer .aside .aside-box {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box {
    position: absolute;
    top: 0;
    transform: translateX(300px);
  }
}
footer .aside .aside-box a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-bottom: 5px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.48);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 1200px) {
  footer .aside .aside-box a:hover {
    background-color: #09357e;
  }
}
footer .aside .aside-box a::before {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a::before {
    font-size: 20px;
  }
}
footer .aside .aside-box a div {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 15px;
  padding-right: 65px;
  border-radius: 10px;
  z-index: -99;
  color: #fff;
  background-color: rgba(0, 174, 167, 0.75);
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a div {
    padding-right: 50px;
    padding-left: 10px;
  }
}
footer .aside .aside-box a div p {
  line-height: 48px;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div p {
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a div p {
    line-height: 40px;
  }
}
footer .aside .aside-box a .weixin-box {
  width: 100px;
  height: 100px;
  right: 130%;
  padding: 0;
  border-radius: 0;
}
footer .aside .aside-box a .weixin-box img {
  height: 100%;
  width: 100%;
}
footer .aside .aside-box .icon-QQ::before {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box .icon-QQ::before {
    font-size: 25px;
  }
}
footer .aside .aside-box .icon-weixin1::before {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box .icon-weixin1::before {
    font-size: 25px;
  }
}
footer .aside .aside-btn {
  display: none;
  position: fixed;
  bottom: 51px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .aside .aside-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 46px;
  }
}
footer .aside .aside-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  content: '\e629';
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
footer .aside .btn-active {
  transform: rotateZ(135deg);
}
footer .asidebox-active {
  transform: translateX(-100%) !important;
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #09357e;
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  z-index: 90;
}
@media screen and (max-width: 991px) {
  footer .footer-xsnav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav {
    height: 45px;
  }
}
footer .footer-xsnav ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  border-left: 1px solid #00d9d2;
  border-right: 1px solid #029994;
}
footer .footer-xsnav ul li a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav ul li a {
    height: 45px;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  footer .footer-xsnav ul li a {
    text-transform: none;
  }
}
footer .footer-xsnav ul li a::before {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e6a4';
  display: block;
  font-size: 18px;
}
footer .footer-xsnav ul li .pic {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 100px;
}
footer .footer-xsnav ul li .pic img {
  max-width: 100%;
  height: auto;
}
footer .footer-xsnav ul li:nth-child(2) a::before {
  content: '\e62a';
}
footer .footer-xsnav ul li:nth-child(3) a::before {
  content: '\e7e9';
  font-size: 20px;
}
footer .footer-xsnav ul li:nth-child(4) a::before {
  content: '\e62f';
}
footer .footer-xsnav ul li:nth-child(5) a::before {
  content: '\e60f';
}
.common-title {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .common-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-title {
    padding-bottom: 25px;
  }
}
.common-title h2 {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  font-size: 38px;
  line-height: 1.31578947;
  color: #222222;
}
@media screen and (max-width: 1439px) {
  .common-title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .common-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .common-title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .common-title h2 {
    font-size: 20px;
  }
}
.common-title h2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 37px;
  height: 4px;
  background-color: #09357e;
}
@media screen and (max-width: 1199px) {
  .common-title h2::before {
    width: 30px;
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .common-title h2::before {
    width: 20px;
    height: 2px;
  }
}
.common-title .intro {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4375;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .common-title .intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .common-title .intro {
    font-size: 14px;
    margin-top: 10px;
  }
}
.page-title {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .page-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    padding-bottom: 25px;
  }
}
.page-title h2 {
  position: relative;
  margin: 0;
  font-size: 38px;
  line-height: 1.31578947;
  color: #222222;
}
@media screen and (max-width: 1439px) {
  .page-title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .page-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-title h2 {
    font-size: 20px;
  }
}
.page-title .intro {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4375;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .page-title .intro {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-title .intro {
    font-size: 14px;
    margin-top: 10px;
  }
}
.space {
  padding: 75px 0;
}
@media screen and (max-width: 1199px) {
  .space {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .space {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .space {
    padding: 30px 0;
  }
}
.space-top {
  padding-top: 75px;
}
@media screen and (max-width: 1199px) {
  .space-top {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .space-top {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .space-top {
    padding-top: 30px;
  }
}
.space-bottom {
  padding-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .space-bottom {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .space-bottom {
    padding-bottom: 30px;
  }
}
.page-space {
  padding: 90px 0;
}
@media screen and (max-width: 1199px) {
  .page-space {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .page-space {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-space {
    padding: 30px 0;
  }
}
.page-space-top {
  padding-top: 90px;
}
@media screen and (max-width: 1199px) {
  .page-space-top {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .page-space-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-space-top {
    padding-top: 30px;
  }
}
.page-space-bottom {
  padding-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .page-space-bottom {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .page-space-bottom {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .page-space-bottom {
    padding-bottom: 30px;
  }
}
.pagebanner {
  padding-top: 115px;
}
@media screen and (max-width: 1199px) {
  .pagebanner {
    padding-top: 70px;
  }
}
.pagebanner .item {
  position: relative;
}
@media (max-width: 767px) {
  .pagebanner .item {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}
.pagebanner .item .pic {
  display: block;
}
.pagebanner .item .pic img {
  width: 100%;
  height: auto !important;
}
.page {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page {
    text-align: center;
  }
}
.page .page-box {
  display: inline-block;
}
.page .page-box li {
  float: left;
  padding: 0 5px;
}
.page .page-box li a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #cfcfcf;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #666666;
  text-align: center;
  background-color: #fff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .page .page-box li a:hover {
    background-color: #09357e;
    border-color: #09357e;
    color: #fff;
  }
}
.page .page-box .active a {
  background-color: #09357e;
  border-color: #09357e;
  color: #fff;
}
.page .page-box .prev a::before,
.page .page-box .next a::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e9b5';
  font-size: 25px;
}
.page .page-box .next a::before {
  content: '\e72f';
}
