* {
  box-sizing: border-box;
}

@font-face {
  font-family: "sourcehansans";
  src: url("font/sourcehansans.woff2") format("woff2"),
       url("font/sourcehansans.woff") format("woff"),
       url("font/sourcehansans.ttf") format("truetype"),
       url("font/sourcehansans.eot") format("embedded-opentype"),
       url("font/sourcehansans.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
  background-color: #fff;
  display:block;
  width: 100%;
  margin:0;
  padding:0;
  -ms-overflow-style: scrollbar;
  clear:both;
  height:100%;
  font-family: 'sourcehansans';
  font-weight: 400;
  font-style: normal;
  outline:none;
}

div, dl, dt, dd, ul, ol, li,  pre, form, fieldset, input, p, blockquote, table, tr, th, td,span,a,input,textarea,select,ul,ol,li,iframe,label,img {
  font-family: 'sourcehansans' !important;
  font-weight: 400;
  font-style: normal;
  outline:none;
}

ul,li {
  padding:0px;
  margin:0px;
  list-style-type:none;
}

li{
  list-style: none;
}

a {
  text-decoration:none;
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

#app {
  overflow: hidden;
  overflow-y: auto;
}

[v-cloak] {
	display:none;
}

.banner-wrapper {
  position: relative;
  height: 420px;
  overflow: hidden;
  width: 100%;
}

.banner {
  height: inherit;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin: 0 -9999px;
}

.background-holder {
  height: inherit;
  margin: 0 auto;
  max-width: 3840px;
  overflow: hidden;
  text-align: center;
}

.banner-content {
  max-width: 1260px;
  margin: 0 auto;
  height: 200px;
  margin-top: -317px;
  padding: 0 20px;
}

.banner-content span {
  color: #fff;
  display: inline-block;
  width: 100%;
}

.banner-content-title {
  font-size: 40px;
  color: #fff;
  opacity: 86%;
  display: inline-block;
  width: 100%;
}

.banner-content-title-2 {
  font-size: 30px;
  opacity: 90%;
}

.banner-content-title-2:nth-child(2) {
  margin-top:23px;
}

.banner-content-title-2:nth-child(3) {
  margin-top:10px;
  letter-spacing: 2px;
}

.banner-content span.banner-content-btn {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #E8EAF2;
  /* width: 94px; */
  height: 30px;
  line-height: 27px;
  margin-top: 32px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  width: auto;
  padding: 0 10px;
}

.banner-content span.banner-content-btn:hover {
  background-color: #fff;
  color: #114797;
}

.banner-content span.banner-content-btn.fcss {
  color: #fff;
  border-color: #1D3047;
  background-color: #1D3047;
}

.banner-content span.banner-content-btn.fcss:hover {
  color: #fff;
  border-color: #1D3047;
  background-color: #1D3047;
}

.content {
  max-width: 1260px;
  margin: 0 auto;
}

.tab1-wrapper {
  box-shadow: 0px 2px 9px -5px #dbdbee;
  height: 50px;
  overflow: hidden;
}

.tab1-wrapper .tab1 {
  height: 60px;
  line-height: 50px;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}
 
.tab1-wrapper .tab1 a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-align: center;
  width: 12%;
  cursor: pointer;
  flex:1;
  min-width: 120px;
  text-decoration: none;
}

.tab1-wrapper .tab1 a:hover,
.tab1-wrapper .tab1 a.active {
  color: #114797;
  border-bottom: 2px solid #124692;
}

.content .title-no-b-big {
  font-size: 34px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 48px;
  margin-top: 128px;
}

.content .title-no-b-big:first-child {
  margin-top: 80px;
}

.title-big,
.title-mid {
  font-size: 34px;
  color: #181818;
  font-weight: bold;
  text-align: center;
  margin: 80px 0 56px 0;
}

.title-big:after,
.title-mid:after {
  content: ' ';
  border-bottom: 2px solid #114797;
  width: 44px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}

.content .title-big.left,
.content .title-mid.left {
    text-align: left;
}

.content .title-big.left:after,
.content .title-mid.left:after {
  margin: 0;
  margin-top: 16px;
}

.content .title-mid {
  font-size: 30px;
}

.title-sm {
  font-size: 18px;
  color: #666;
  text-align: center;
}

.content .card-list {
  margin: 0 -15px;
  margin-top: 50px;
}

.content .card-list li {
  padding-bottom: 30px;
}

.content .card-list li:hover img {
  transform:scale(1.1);
  transition: all 0.5s;
}

.content .card-list .card-list-img {
  overflow: hidden;
}

.content .card-list .card-list-content-wrapper {
  padding: 0 16px 24px 16px;
  background-color: #F4F5FA;
}

.content .card-list li:hover .card-list-content-wrapper {
  background-color: #fafbff;
}

.content .card-list .card-list-title {
  display: inline-block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .card-list .card-list-content {
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content .card-list .card-list-a {
  display: inline-block;
  font-size: 16px;
  color: #114797;
  margin-top: 22px;
  cursor: pointer;
}

.card-list-pager {
  text-align: center;
  margin-top: 20px;
}

.card-list-pager span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  text-align: center;
  color: #7f7f7f;
  font-size: 14px;
  cursor: pointer;
  margin: 0 10px;
}

.card-list-pager span:hover {
  background-color: #185DC4;
  color: #fff;
}

.card-list-pager span.active {
  background-color: #185DC4;
  color: #fff;
}

.card-list-pager span.card-list-pager-sl {
  border: none;
  line-height: 25px;
  vertical-align: top;
  margin: 0;
  cursor:unset;
}

.card-list-pager span.card-list-pager-sl:hover {
  background-color: #fff;
  color: #7f7f7f;
  border: none;
}

.card-list-pager span.prev,
.card-list-pager span.next {
  width: 58px;
  border-radius: 20px;
  background-image:url(../img/prev.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.card-list-pager span.prev.disabled,
.card-list-pager span.next.disabled {
  opacity: 0.5;
  cursor:not-allowed;
}

.card-list-pager span.next {
  transform: rotateZ(180deg);
}

.card-list-pager span.prev:hover,
.card-list-pager span.next:hover {
  width: 58px;
  border-radius: 20px;
  background-image:url(../img/prev_hover.png);
  background-repeat: no-repeat;
}

.card-list.with-shadow li>div {
  box-shadow: 0px 0px 10px -2px #dbdbee;
  padding: 50px 0 40px 60px;
  height: 365px;
  background-color: #fff;
  height: 100% !important;
}

.card-list.with-shadow li>div>div>div {
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  height: 65px;
  border-bottom: 1px solid #cbcbcb;
}

.card-list.with-shadow li>div>div>div.fs22 {
  font-size: 22px;
}

.card-list.with-shadow ul {
  margin-top: 32px;
}

.card-list.with-shadow {
  display: flex;
  flex-wrap: wrap;
}

.content .card-list.with-shadow li {
  padding-bottom: 18px;
}

.content .card-list.with-shadow li {
  font-size: 16px;
  color: #666;
}

.nav-wrapper {
  margin-top: 24px;
  font-size: 14px;
  color: #333;
}

.read-more-btn {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #7f7f7f;
  font-size: 16px;
  color: #7f7f7f;
  text-align: left;
  cursor: pointer;
  background-image: url(../img/read_more_arrow_b.png);
  background-repeat: no-repeat;
  background-position:right 13px center;
  padding-left: 23px;
}

.read-more-btn:hover {
  background-color: #114797;
  color: #fff;
  background-image: url(../img/read_more_arrow_w.png);
  border-color:#114797;
}

.read-more-btn.blue {
  background-color: #114797;
  color: #fff;
  background-image: url(../img/read_more_arrow_w.png);
  border-color:#114797;
}

.read-more-btn.blue:hover {
  background-color: #fff;
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
  background-image: url(../img/read_more_arrow_b.png);
}

.dot-ul li {
  white-space: nowrap;
}

.dot-ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  margin: 0 16px 0 0;
  vertical-align: middle;
}

.dot-ul li p {
  display: inline-block;
  white-space: normal;
  padding-right: 30px;
  vertical-align: top;
}

.fs24 {
  font-size: 24px;
}

.fc3 {
  color: #333;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.normal-btn {
  padding: 0 20px;
  border: 1px solid #114797;
  color: #114797;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  text-indent: 0;
  cursor: pointer;
}

.normal-btn:hover {
  background-color: #114797;
  color: #fff;
}

.title-mid-line {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}

.title-mid-line span {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  background: #fff;
  left: 50%;
  width: 280px;
  text-align: center;
  margin-left: -140px;
  font-size: 24px;
  font-weight: bold;
}

.right-nav {
  z-index: 1111;
}