@-ms-viewport {
  width: device-width
}
*, :after, :before {
  box-sizing: border-box
}
html {
  font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "SimHei", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-overflow-x: hidden;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "SimHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  color: #000;
  text-align: left;
  background-color: #fff;
  -webkit-overflow-x: hidden;
  overflow-x: hidden;
}
.border-all {
  border: 1px solid #ebebeb;
}
.pd-auto {
  padding-left: 15px;
  padding-right: 15px;
}
.fluid-box {
  margin-left: -15px;
  margin-right: -15px;
}
.page-box {
  max-width: 1680px;
  margin: 0 auto;
}
.block-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.no-border {
  border-width: 0 !important;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a, a:link, a:hover, a:visited, a:active {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #1D5ED7;
}
*, input, button {
  outline: none;
}
img {
  border: 0;
}
.menu-overlay {
  display: none;
}
.banner-full canvas {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn, a.btn, .anim, .anim a, a {
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.load-more {
  padding: 30px 0;
}
.load-more-lg {
  padding: 50px 0;
}
.load-more a, .load-more-lg a {
  display: inline-block;
  padding: 5px 30px;
  min-width: 240px;
  border-radius: 20px;
  line-height: 30px;
  background-color: #1D5ED7;
  color: #FFF;
  text-align: center;
  border: 1px solid #1D5ED7;
}
.load-more-lg a {
  min-width: 320px;
  padding: 10px 30px;
  line-height: 30px;
  border-radius: 25px;
  font-size: 1.125em;
  letter-spacing: 2px;
}
.load-more-lg a:hover, .load-more a:hover {
  border-color: #1D5ED7;
  background-color: #FFF;
  color: #1D5ED7;
  min-width: 300px;
}
.load-more-lg a:hover {
  min-width: 400px;
}
.load-more-lg.text-center a, .load-more.text-center a {
  margin: 0 auto;
  text-align: center;
}
.magic {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.tb-row {
  display: table;
  width: 100%;
}
.tb-row .tb-col {
  display: table-cell;
  vertical-align: middle;
}
.txt-no-items {
  padding: 60px 0;
  text-align: center;
  color: #999;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.35em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.9em;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-30 {
  padding: 30px;
}
.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pager {
  padding: 60px 0;
  text-align: center;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagebar a, .pagebar span {
  border-radius: 6px;
}
.pagination > li {
  margin-right: 5px;
}
.pagination > li > a, .pagination > li > span {
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 12px;
}
.pagination > li span.page-link {
  border: 1px solid #FFF;
}
.pagination > .active a, .pagination > li > a:hover {
  color: #FFF;
  background-color: #1D5ED7;
}
.pagination span.page-link {
  color: #333;
}
.page-item.active .page-link {
  background-color: #1D5ED7;
  border-color: #1D5ED7;
}
.page-nav {
  padding: 8px 0;
  color: #999;
  line-height: 24px;
}
.page-nav span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.page-nav a {
  color: #444;
}
.page-nav a:hover {
  color: #3fbaf4;
}
/**************************/
/**************/
a.btn-more-sm, a.btn-more-sm:link, a.btn-more-sm:visited, a.btn-more-sm:hover, a.btn-more-sm:active {
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  background-color: #3fbaf4;
  border-radius: 4px;
}
a.btn-more-sm:hover {
  background-color: #007ebb;
}
.hover-silde {
  position: relative;
}
.hover-slide .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  opacity: 1.0;
  background-color: rgba(0, 0, 0, 0.45);
  color: #FFF;
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.hover-slide .caption-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.60);
  color: #FFF;
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.hover-slide.primary .caption-hover {
  background-color: #1aa1e7;
  background-color: rgba(73, 186, 240, 0.95);
}
.hover-slide .tb-row {
  display: table;
  width: 100%;
  height: 100%;
}
.hover-slide .tb-row .tb-col {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/*****left******/
.slide-left .caption {
  left: 0;
  top: 0;
}
.slide-left .caption-hover {
  visibility: hidden;
  left: -100%;
  top: 0;
}
.hovered .slide-left .caption, .slide-left:hover .caption {
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.hovered .slide-left .caption-hover, .slide-left:hover .caption-hover {
  visibility: visible;
  left: 0;
  opacity: 1.0;
}
/*****right****/
.slide-right .caption {
  left: 0;
  top: 0;
}
.slide-right .caption-hover {
  visibility: hidden;
  right: -100%;
  top: 0;
}
.hovered .slide-right .caption, .slide-right:hover .caption {
  visibility: hidden;
  left: -100%;
  opacity: 0;
}
.hovered .slide-right .caption-hover, .slide-right:hover .caption-hover {
  visibility: visible;
  right: 0;
  opacity: 1.0;
}
/*****down****/
.slide-down .caption {
  left: 0;
  bottom: 0;
}
.slide-down .caption-hover {
  visibility: hidden;
  left: 0;
  top: -100%;
  opacity: 1.0;
}
.hovered .slide-down .caption, .slide-down:hover .caption {
  visibility: hidden;
  bottom: -100%;
  opacity: 0;
}
.hovered .slide-down .caption-hover, .slide-down:hover .caption-hover {
  visibility: visible;
  top: 0;
  opacity: 1.0;
}
/*****up****/
.slide-up .caption {
  left: 0;
  top: 0;
}
.slide-up .caption-hover {
  visibility: hidden;
  left: 0;
  bottom: -100%;
}
.hovered .slide-up .caption, .slide-up:hover .caption {
  visibility: hidden;
  top: -100%;
  opacity: 0;
}
.hovered .slide-up .caption-hover, .slide-up:hover .caption-hover {
  visibility: visible;
  bottom: 0;
  opacity: 1.0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.txt-primary {
  color: #3fbaf4;
}
.page-title {
  text-align: center;
  font-size: 2.5em;
  color: #1d1c23;
  padding: 20px 0 30px;
  margin: 0;
  color: #1ab6f0;
}
.page-title small {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #898989;
  line-height: 150%;
}
.title-bar {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.page-loader {
  text-align: center;
  padding: 30px 0 30px 0;
}
.page-loader a {
  display: block;
  min-width: 200px;
  text-align: center;
  margin: 0 auto;
  width: 20%;
  border: 0px solid #eee;
  color: #FFF;
  padding: 10px;
  background-color: #1D5ED7;
  border-radius: 20px;
  line-height: 36px;
}
.page-loader a:hover {
  background-color: #3fbaf4;
  width: 40%;
  color: #fff;
  font-size: 1.25em;
}
.line {
  height: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.btn-more {
  min-width: 200px;
}
.btn-more:hover {
  min-width: 240px;
}
.hover-item .image img {
  width: 100%;
}
.hover-item .image img {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-item:hover .image img, .hover-item:focus .image img, .hover-item:active .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*****************/
.top-nav {
  padding: 0 25px;
  border-bottom: 1px solid #ebebeb;
}
.top-nav .tnav-left {
  width: 50%;
  float: left;
}
.top-nav .tnav-right {
  width: 50%;
  float: right;
}
.top-nav .tnav-left li {
  float: left;
  padding: 12px 5px;
}
.top-nav .tnav-right li {
  float: right;
}
.top-nav .tnav-right li a {
  display: inline-block;
  padding: 12px 40px;
  line-height: 32px;
  border-right: 1px solid #ebebeb;
}
.top-nav .uicon1, .top-nav .uicon2, .top-nav .uicon3, .top-nav .uicon4 {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.top-nav .uicon1 {
  background: url("../images/sc-icon1.png") center center no-repeat;
}
.top-nav .uicon2 {
  background: url("../images/sc-icon2.png") center center no-repeat;
}
.top-nav .uicon3 {
  background: url("../images/sc-icon3.png") center center no-repeat;
}
.top-nav .uicon4 {
  background: url("../images/sc-icon4.png") center center no-repeat;
}
.border-tp {
  border-top: 1px solid #ebebeb;
}
.border-lt {
  border-left: 1px solid #ebebeb;
}
.border-rt {
  border-right: 1px solid #ebebeb;
}
.border-btm {
  border-bottom: 1px solid #ebebeb;
}
.navbar {
  padding: 0;
}
.main-nav {
  border-bottom: 1px solid #ebebeb;
}
.main-nav .nav-item {
  width: 9.5%;
}
.main-nav .nav-item-search {
  width: 14.5%;
}
.main-nav .nav-item > a {
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 30px 0;
  line-height: 40px;
  position: relative;
}
.main-nav .nav-item > a:before {
  position: absolute;
  width: 0;
  top: 0;
  left: 50%;
  height: 2px;
  background-color: #1D5ED7;
  content: "";
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.main-nav .nav-item.act > a, .main-nav .nav-item.active > a, .main-nav .nav-item > a:hover {
  background-color: #f7f7f7;
  font-weight: bold;
  color: #1D5ED7;
  letter-spacing: 3px;
}
.main-nav .nav-item.act > a:before, .main-nav .nav-item.active > a::before, .main-nav .nav-item > a:hover:before {
  width: 100%;
  left: 0;
}
.main-nav .navbar-nav {
  width: 100%;
}
.main-nav .search-bar {
  padding: 30px 0 0 0;
  width: 75%;
  display: block;
  margin: 0 auto;
  animation-duration: 1s;
  animation-fill-mode: both;
  position: relative;
}
.main-nav .search-bar input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #CCC;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  margin: 0 auto;
}
.main-nav .search-bar:hover {
  width: 96%;
}
.main-nav .search-bar:hover input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #b2b2b2;
}
.main-nav .search-bar a.btnx {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 20px;
  margin-top: 10px;
  z-index: 99;
  color: #999;
}
.main-nav .search-bar a.btnx:hover {
  color: #1D5ED7;
}
/*****footer*****/
.footer {
  background: url("../images/bg-bottom.jpg") top center no-repeat;
  background-size: cover;
  color: #FFF;
}
.footer .ft-brand, .footer .ft-nav, .footer .ft-qrcode {
  padding-top: 60px;
  padding-bottom: 120px;
}
.footer a {
  opacity: 0.85;
  color: #FFF;
}
.footer a:hover {
  opacity: 1;
  color: #1D5ED7;
}
.footer .ft-nav .ft-item li {
  padding: 5px 0;
}
.footer .ft-copy {
  padding: 20px 0;
  line-height: 25px;
  border-top: 1px solid #353536;
  font-size: 13px;
}
.ft-nav h3 {
  font-weight: bold;
}
/***********partner***********/
.partner .title {
  padding: 60px 0 60px 0;
  line-height: 60px;
  font-size: 3em;
}
.partner .ptr-items {
  text-align: center;
}
.partner .ptr-items .item {
  padding: 40px 0;
  text-align: center;
}
.partner .ptr-items .item img {
  height: 60px;
  width: auto;
  max-width: 100%;
}
.partner .ptr-items .item img:hover {
  -webkit-animation-name: wobbleZoomX;
  animation-name: wobbleZoomX;
}
/*
.partner .ptr-items .item6, .partner .ptr-items .item16 {
  margin-left: 10%;
}
.partner .ptr-items .item9, .partner .ptr-items .item19 {
  margin-right: 10%;
}
.partner .ptr-items .item10, .partner .ptr-items .item11, .partner .ptr-items .item12, .partner .ptr-items .item13, .partner .ptr-items .item14, .partner .ptr-items .item15 {
  width: 16%;
}*/
.partner .ptr-items {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.partner .ptr-items .item {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ebebeb;
}
/*********swiper************/
.swiper {
  width: 100%;
  height: 100%;
  background: #000;
}
.swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.swiper-slide .caption {
  width: 100%;
  position: absolute;
  background: url("../images/slider_bg.png") left top no-repeat;
  padding: 150px 0 30px 0;
  z-index: 2;
  left: 0;
  bottom: 0;
  min-height: 320px;
  opacity: 0;
  background-size: 100% 100%;
}
.swiper-slide .img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.swiper-slide .img img {
  width: 100%;
  height: auto;
}
.swiper-slide .caption .title {
  font-size: 2.5em;
  margin: 0;
  padding: 15px 0 5px 0;
  line-height: 135%;
  color: #FFF;
}
.swiper-slide .caption .subtitle {
  font-size: 1.25em;
  padding: 8px 0;
  line-height: 135%;
  color: #FFF;
}
.swiper-slide .caption .link {
  padding: 15px 0;
}
.swiper-slide .caption .link a {
  border-radius: 15px;
  background-color: #FFF;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding: 5px 60px;
}
.swiper-slide .caption .link a:hover {
  background-color: #f0f0f0;
  color: #1D5ED7;
  padding-left: 100px;
  padding-right: 100px;
}
.swiper-pagination.swiper-pagination-horizontal {
  left: 50%;
  width: 50%;
  padding-right: 60px;
  text-align: right;
}
/*****************banner****************/
.banner-full {
  width: 100%;
}
.banner-full img {
  width: 100%;
  height: auto;
}
.banner-fullx {
  background: url(../images/banner-bg.png) left top no-repeat;
  background-size: 100% 100%;
}
.banner-fullx .banner-box {
  position: relative;
}
.banner-fullx img {
  opacity: 0;
}
.banner-fullx .imgx {
  position: static;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.banner-fullx .tlx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-fullx .tl {
  font-size: 4em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  max-width: 1680px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
/**************pills*************/
.sub-pills {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  margin-left: -15px;
  margin-right: -15px;
}
.sub-pills .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 1px solid;
  border-right: 0 solid transparent;
  border-bottom: 1px solid;
  border-left: 0 solid transparent;
}
.sub-pills > .nav-pills {
  padding-left: 0;
}
.sub-pills .nav-item {
  padding-right: 20px;
  /*min-width: 120px;*/
}
.sub-pills .nav-item .nav-link {
  display: inline-block;
  position: relative;
  padding: 20px 0;
  line-height: 40px;
  font-size: 1.5em;
  text-align: center;
  color: #333;
  font-weight: normal;
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
  letter-spacing: 3px;
  font-weight: bold;
}
.sub-pills .nav-item-reg .nav-link {
  background-color: #1D5ED7;
  color: #FFF;
  border-radius: 8px;
  padding: 8px 15px;
  margin-top: 12px;
}
.sub-pills .nav-item .nav-link:hover, .sub-pills .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #1D5ED7;
  background-color: transparent;
}
.sub-pills .nav-item .nav-link:hover {}
.sub-pills .nav-item .nav-link:after, .sub-pills .nav-item .nav-link:before, .sub-pills .nav-pills .nav-link.active:after, .sub-pills .nav-pills .nav-link.active:before {
  position: absolute;
  left: 50%;
  height: 4px;
  background-color: #1D5ED7;
  width: 0;
  content: '';
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.sub-pills .nav-item .nav-link:hover:after, .sub-pills .nav-item .nav-link:hover:before, .sub-pills .nav-pills .nav-link.active:after, .sub-pills .nav-pills .nav-link.active:before {
  left: 0;
  width: 100%;
}
.sub-pills .nav-item .nav-link:before, .sub-pills .nav-pills .nav-link.active:before {
  top: 0;
}
.sub-pills .nav-item .nav-link:after, .sub-pills .nav-pills .nav-link.active:after {
  bottom: 0;
}
.sub-pills .nav-item-reg .nav-link:hover {
  background-color: #C30;
  color: #FFF;
}
.sub-pills .nav-item-reg .nav-link:after, .sub-pills .nav-item-reg .nav-link:before {
  display: none;
  width: 0;
  height: 0;
}
.sub-pills.ss-pills .nav-item .nav-link {
  font-size: 1.25em;
  padding: 15px 0;
  line-height: 30px;
}
.sub-pills.ss-pills .nav-item {
  /*padding-left: 15px;*/
  padding-right: 15px;
  /*min-width: 120px;*/
}
.sub-pills.ss-pills .nav-item .nav-link:after, .sub-pills.ss-pills .nav-item .nav-link:before, .sub-pills.ss-pills .nav-pills .nav-link.active:after, .sub-pills.ss-pills .nav-pills .nav-link.active:before {
  height: 3px;
}
.sub-pills > ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
}
/****************/
.sub-nav-full {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f8f8f8;
  display: none;
}
.sub-nav-full ul { display:inline-block;}
.sub-nav-full ul li {
  display: inline-block;
  padding: 10px 0;
  margin-right: 10px;
}
.sub-nav-full ul li a {
  font-weight: bold;
  padding: 5px 20px;
  line-height: 30px;
  color: #333;
}
.sub-nav-full ul li a:hover {
  border-radius: 20px;
  color: #1D5ED7;
}
/**************/
.fixed-top {
  background-color: #FFF;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.fixed-top .navbar-brand img {
  height: 80px;
}
.main-nav .fixed-top .nav-item > a {
  padding: 20px 0;
  line-height: 40px;
}
.main-nav .fixed-top .search-bar {
  padding-top: 20px;
}
.main-nav .fixed-top .search-bar input {
  height: 30px;
  line-height: 30px;
}
.main-nav .fixed-top .search-bar a.btnx {
  margin-top: 0;
}
.fixed-top .sub-nav-full ul li {
  padding: 5px 0;
}
.fixed-top .sub-nav-full ul li a {
  line-height: 24px;
}
.sub-nav-full ul li a, .sub-nav-full ul li, .navbar-brand img, .main-nav .nav-item > a, .main-nav .search-bar, .main-nav .search-bar input, .main-nav .search-bar a.btnx {
  transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  height: 100px;
}
#header {
  position: relative;
  z-index: 99999;
}
#headerNav {
  z-index: 99999;
}
.stbar {
  position: fixed;
  right: 20px;
  bottom: 10%;
  width: 40px;
  z-index: 99998;
}
.stbar a {
  display: block;
  margin-bottom: 8px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
}
.stbar a .icon {
  font-size: 18px;
  color: #FFF;
}
.stbar a:hover {
  background-color: #1D5ED7;
}
.container-fluid > .page-box {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid > .sub-pills {}
.errors {
  font-size: 1.25em;
  text-align: center;
  padding: 60px;
  color: #999;
}
.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0);
}
.border-none {
  border: none !important;
}
@media screen and (min-width:2100px) {
  .station .title, .intro .title, .partner .title, .banner-fullx .tl, .sub-pills > ul, .page-box
  {
    max-width: 1800px;
  }
}

@media screen and (min-width:1300px) and (max-width:1800px) {
    .page-box,
    .banner-fullx .tl,
    .sub-pills > ul {
        max-width: 90%;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width:1400px) {
  body {
    font-size: 12px;
  }
  .page-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .station .page-box {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-fullx .tl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-pills > ul, .sub-pills > .nav-pills {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width:991px) and (max-width:1400px) {
  .sub-pills .nav-item {
    padding-right: 15px;
    min-width: 80px;
  }
  .banner-fullx .tl {
    font-size: 3em;
  }
  .navbar-brand img {
    height: 80px;
  }
  .main-nav .search-bar {
    width: 90%;
  }
  .main-nav #nav-home {
    width: 9%;
  }
  .main-nav #nav-timing {
    width: 14%;
    word-break: keep-all;
  }
  .main-nav .nav-item-search {
    width: 16%;
  }
  .main-nav .nav-item > a {
    font-size: 14px;
  }
  .main-nav .nav-item.act > a, .main-nav .nav-item.active > a, .main-nav .nav-item > a:hover {
    letter-spacing: 0;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .sub-pills .nav-item {
    padding-right: 15px;
    min-width: 60px;
  }
  .banner-fullx .imgx img {
    min-height: 120px;
  }
  .banner-fullx .tl {
    font-size: 3em;
  }
}
@media screen and (max-width:991px) {
  body {
    font-size: 12px;
  }
  .page-box, .sub-pills > ul, .sub-pills > .nav-pills, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-pills .nav-item {
    padding-right: 5px;
    min-width: 40px;
  }
  .banner-fullx .tl {
    font-size: 2.5em;
  }
  
  .banner-fullx {
    background-size: auto 100%;
    background-position: left center;
  }
  .banner-fullx .imgx img {
    min-height: 100px;
  }
  .footer .ft-brand {
    text-align: center;
  }
  .footer .ft-qrcode {
    display: none;
  }
  .footer .ft-brand, .footer .ft-nav, .footer .ft-qrcode {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .load-more-lg {
    padding: 30px 0;
  }
  .fixed-top .navbar-brand img, .navbar-brand img {
    height: 60px;
  }
  .main-nav .nav-item {
    width: 100%;
  }
  .top-nav {
    padding: 0 5px;
  }
  .top-nav .tnav-right li a {
    padding: 4px 6px;
    line-height: 24px;
  }
  .top-nav .tnav-left li {
    padding: 3px 6px;
  }
  .top-nav .uicon1, .top-nav .uicon2, .top-nav .uicon3, .top-nav .uicon4 {
    width: 24px;
    height: 24px;
  }
  .main-nav .fixed-top .nav-item > a, .main-nav .nav-item > a {
    padding: 8px 0;
    line-height: 24px;
  }
  .main-nav .search-bar {
    padding-bottom: 20px;
  }
  .sub-pills .nav-item .nav-link {
    letter-spacing: 2px;
    font-size: 1.125em;
    padding: 10px 0;
    line-height: 24px;
  }
    
    .partner .title {
        padding: 30px 0;
        line-height: 45px;
        font-size: 2em;
    }
  .partner .ptr-items .item {
    padding: 15px 0;
  }
  .partner .ptr-items .item img {
    max-width: 100%;
    height: auto;
    max-height: 30px;
  }
  .sub-pills .nav-item-reg .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .swiper-slide .caption {
    _background-image: none;
    padding: 15px 0 10px 0;
    z-index: 2;
    left: 0;
    bottom: 0;
    min-height: 30px;
  }
  .swiper-slide .caption .subtitle {
    display: none;
  }
  .swiper-slide .caption .title {
    font-size: 1.25em;
  }
  .sub-pills.ss-pills .nav-item {
    padding-right: 8px;
  }
  .ft-copy .text-right, .ft-copy .text-left {
    text-align: center !important;
  }
  .footer .ft-item {
    margin-top: 10px;
  }
  .main-nav .search-bar a.btnx {
    margin-top: 0px;
  }
  .main-nav .nav-item.ssr > a::after {
    display: inline-block;
    width: 16px;
    height: 4px;
    vertical-align: 0.255em;
    content: "";
  }
  .pagination-lg .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sub-pills .nav-item .nav-link:after, .sub-pills .nav-item .nav-link:before, .sub-pills .nav-pills .nav-link.active:after, .sub-pills .nav-pills .nav-link.active:before {
    height: 2px;
  }
	
	.pagination > li
	{
		margin-right: 0;
	}
}