/* html,
body {
  width: 100vw !important;
  min-width: unset;
  min-height: unset;
} */

#banner {
  /* height: 200px; */
  width: 100vw;
  position: relative;
  overflow: hidden;
}

#openCalendar {
  width: 100vw;
  background-color: #fff;
  padding: 20px;
}

#openCalendar div {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-image: linear-gradient(-50deg, #0066CC 0%, #09B3E6 100%);
  color: #fff;
  text-align: center;
}

#openAccount {
  width: 100vw;
  background-color: #fff;
  padding: 0 1.5rem 1.2rem;
}

#openAccount a {
  width: 100%;
  display: block;
}
#openAccount a img {
  width: 100%;
}

#contentTab {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  width: 100vw;
  background-color: #fff;
  box-sizing: border-box;
}

#contentTab .tabinfo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  display: flex;
}

#contentTab .tab-title {
  font-size: 1.3rem;
  color: #666666;
  line-height: 4.4rem;
  flex: 1;
}

.tabinfoclick {
  color: #0080CC !important;
  position: relative;
}

.tabinfoclick::after {
  content: '';
  height: 2px;
  width: 5rem;
  background-color: #0081CC;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -2.5rem;
  z-index: 5;
}

#contentTab .contentinfo {
  width: 100%;
  margin: 0 auto;
  display: none;
  box-sizing: border-box;
  padding: 0 1.5rem;
}

#contentTab .m-tip {
  border-bottom: 1px dotted #eee;
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
}

#contentTab .m-tip .m-date {
  height: 4rem;
  color: #0081CC;
  background-color: #EEF9FF;
  margin-right: 1rem;
  width: 7rem;
  padding: 5px 0;
  box-sizing: border-box;
}

#contentTab .m-tip .m-date .m-month {
  font-size: 2.4rem;
  line-height: 3.2rem;
  border-left: 1px solid #0081CC;
  text-align: center;
  display: inline-block;
  width: 3.2rem;
  height: 100%;
}

#contentTab .m-tip .m-date .m-month.fr {
  float: none;
}

#contentTab .m-tip .m-date .m-date-detail {
  width: 3.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#contentTab .m-tip .m-date .m-date-detail .m-day {
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
}

#contentTab .m-tip .m-date .m-date-detail .m-week {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 4px;
}

#contentTab .m-tip .m-tip-detail {
  font-size: 1.4rem;
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
}

#contentTab .moreinfo {
  line-height: 4rem;
  font-size: 1.2rem;
  text-align: center;
  color: #999;
  position: relative;
}
#contentTab .moreinfo::before {
  content: '';
  position: absolute;
  right: 13.5rem;
  top: 1.75rem;
  width: 0.6rem;
  border-right: solid 1px #999;
  height: 0.6rem;
  transform: rotateZ(-45deg);
}
#contentTab .moreinfo::after {
  content: '';
  position: absolute;
  right: 13.5rem;
  top: 1.75rem;
  width: 0.6rem;
  border-right: solid 1px #999;
  height: 0.6rem;
  transform: rotateZ(45deg);
}

#contentTab .m-info-list-detail {
  position: relative;
  border-bottom: 1px dotted #eee;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.2rem 0;
}

#contentTab .m-info-list-detail a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  display: block;
  width: 100%;
  margin-bottom: 0.7rem;
}

#contentTab .m-info-list-detail span {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

/* 业务中心 */

#contentTab #business {
  text-align: center;
  width: 100vw;
  padding: 0.4rem 1.5rem 1.6rem;
  background-color: #fff;
}

#business .b-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#business .b-title {
  float: left;
  width: 10.8rem;
  height: 7rem;
  margin-left: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #FAFDFF;
  margin-top: 1.2rem;
}
#business .b-title:first-child {
  margin-left: 0;
}
#business .b-title:nth-child(4) {
  margin-left: 0;
}
#business .b-title:nth-child(7) {
  margin-left: 0;
}

#business .b-title .bg-i {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}

#business .b-title .bg-i img {
  width: 2.8rem;
  height: 2.8rem;
}

#business .b-title i {
  font-size: 2.8rem;
  color: #0080CC;
}

#business .b-title .bg-title {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

/* 关于我们 */
#about {
  width: 100vw;
  padding: 1rem;
}

#about .a-container {
  width: 50%;
  padding-top: 2rem;
}

#about .a-container .a-introduce {
  font-size: 1rem;
  line-height: 20px;
  /* width: 13.9rem; */
  color: #666666;
  text-indent: 2em;
  letter-spacing: 1px;
}

/* 友情链接 */

#links {
  width: 100vw;
  /* min-height: 4rem;
  display: table;
  table-layout: fixed; */
  background-color: #fff;
  padding: 1rem;
}

#links .module_title .gtjaqh {
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  padding: .2rem;
  transition: all .2s;
}

.element ul {
  width: 100%;
  margin: 0 auto;
  /* padding-left: 1rem; */
  padding-top: 10px;
}

.element a {
  width: 50%;
  /*如果显示三列 则width改为33%*/
  float: left;
  display: block;
  padding-top: 0.5rem;
  font-size: 1rem;
  padding-left: 0.5rem;
}

/* ----------banner------------- */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    transform: translate(100%, 0);
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    transform: translate(-100%, 0);
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    transform: translate(0, 0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.carousel-caption {
  position: absolute;
  bottom: aucarousel-captionto;
  right: auto;
  text-align: left;
  color: #000;
  top: 0px;
  text-shadow: none;
  left: 50%;
}

.banner-img {
  width: 100%;
  /* height: 200px; */
  background-position: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0.5;
    transform: translate(-50%, -3000px);
    margin: 0 auto;
  }

  60% {
    opacity: 0.5;
    transform: translate(-50%, 25px);
    margin: 0 auto;
  }

  75% {
    opacity: 0.75;
    transform: translate(-50%, -10px);
    margin: 0 auto;
  }

  90% {
    opacity: 0.9;
    transform: translate(-50%, 5px);
    margin: 0 auto;
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0%);
    margin: 0 auto;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0.5;
    transform: translate(-50%, -3000px);
    margin: 0 auto;
  }

  60% {
    opacity: 0.6;
    transform: translate(-50%, 25px);
    margin: 0 auto;
  }

  75% {
    opacity: 0.75;
    transform: translate(-50%, -10px);
    margin: 0 auto;
  }

  90% {
    opacity: 0.9;
    transform: translate(-50%, 5px);
    margin: 0 auto;
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0%);
    margin: 0 auto;
  }
}

bounceInDown6ms {
  -webkit-animation-name: bounceInDown6ms;
  animation-name: bounceInDown6ms;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes bounceInDown6ms {
  to {
    display: block;
  }
}

@keyframes bounceInDown6ms {
  to {
    display: block;
  }
}

@media (min-width: 320px) {
  .carousel-caption>h1.g-fs50 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .carousel-caption>h1.g-fs50 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .carousel-caption>h1.g-fs50 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption>h1.g-fs50 {
    font-size: 50px;
  }
}

.carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f7f7f7;
  opacity: 0.1;
  margin: 0 3px;
}

.carousel-indicators li.active {
  background-color: #fff;
  opacity: 0.8;
}

.carousel-control {
  /* display: block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 173px;
  overflow: hidden;
  cursor: pointer; */
}

.carousel-control.left {
  /* left: 150px */
}

.carousel-control.right {
  /* right: 150px */
}

.carousel-control:hover {
  opacity: 0.6;
}

.carousel:hover .carousel-control {
  opacity: 0.8;
}

.carousel-control img {
  width: 100%;
  height: 100%;
}

.carousel {
  cursor: pointer;
}

.carousel-indicators {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#contentPage > .show_menus {
  width: 100vw;
  background: #fff;
  box-sizing: border-box;
  padding: 1.6rem 1.5rem 0.6rem;
}
#contentPage > .show_menus > a {
  display: inline-block;
  vertical-align: top;
  margin-left: 4.4rem;
  margin-bottom: 1rem;
  width: 5rem;
  height: 7.6rem;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
#contentPage > .show_menus > a > img {
  width: 5rem;
  display: block;
  margin: 0 auto 8px;
}
#contentPage > .show_menus > a:first-child {
  margin-left: 0;
}
#contentPage > .show_menus > a:nth-child(5) {
  margin-left: 0;
}
#contentPage > .show_menus > a .gtjaqh {
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 4rem;
  text-align: center;
}

#back-top {
  position: fixed;
  bottom: 8rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 996;
}
#back-top.hide {
  display: none;
}
#back-top .icon-shang {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
}

#educationBase {
  background: #fff;
  padding: 1.5rem 0;
}
#educationBase .education-title {
  color: #999;
  font-size: 12px;
  line-height: 14px;
  padding: 0 1.5rem;
}
#educationBase .education-title .title-text {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
#educationBase .education-title .title-more {
  float: right;
  vertical-align: middle;
  cursor: pointer;
  color: #999;
}
#educationBase .education-title .title-more .icon-youjian {
  font-size: 12px;
}
#educationBase .education-content {
  padding-left: 1.5rem;
  margin-top: 1.2rem;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
#educationBase .education-content::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
#educationBase .education-content::-webkit-scrollbar-track {
  width: 1px;
  height: 1px;
}
#educationBase .education-content::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
#educationBase .education-content .education-content-inner {
  white-space: nowrap;
}
#educationBase .education-content .education-content-inner .education-content-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8rem;
  width: 200px;
  min-height: 120px;
}
#educationBase .education-content .education-content-inner .education-content-item:last-child {
  margin-right: 1.5rem;
}
#educationBase .education-content-item > a > img {
  width: 200px;
  height: 112px;
  border-radius: 4px;
}
#educationBase .education-content-item .item-text {
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-top: 0.7rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#educationBase .education-content-item .item-date {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin-top: 0.7rem;
}