@import url("reset.css");
/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2016-01-20 10:25:51
 * @version $Id$
 * @public.less
 */
@charset "UTF-8";
html {
  background-color: #ffffff;
}
html,
body {
  position: relative;
  overflow-x: hidden;
}
* {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  color: #997d3e;
  text-decoration: none;
}
table,
tr,
td {
  border-collapse: collapse;
}
img {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
img {
  -webkit-transition: border .2s;
  -moz-transition: border .2s;
  -ms-transition: border .2s;
  transition: border .2s;
}
h1,h2,h3,h4,h5,h6 {
  color: #112949;
}
a.a-link {
  color: #997d3e;
  text-decoration: underline;
}
a.a-link:hover {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container::before {
  display: table;
  content: "";
}
.container::after {
  display: table;
  content: "";
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.df {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.jcsp {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.it {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.ic {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ib {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.no-type {
  list-style: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
body {
  color: #000000;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
#ver-sc,
#ver-tc {
  font: 16px/1.6 "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", "宋体", Arial, Helvetica, Verdana, sans-serif;
}
#ver-en {
  font: 16px/1.6 Arial, Helvetica, sans-serif, Verdana;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all .4s;
  transition: all .4s;
}
header.stickly {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
header.stickly .head-btm {
  margin-top: 0;
  padding-bottom: 20px;
}
header.stickly .head-btm .head-btm-box {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.head-top {
  color: #fff;
  text-align: right;
  background-color: #a38f64;
}
.head-top a {
  color: #fff;
  display: inline-block;
}
.head-top i {
  font-style: normal;
  padding: 0 16px;
}
.head-top p {
  line-height: 32px;
}
.head-top p span {
  margin-left: 35px;
  display: inline-block;
}
.head-top .h-search a {
  background: url(../images/search_icon.png) no-repeat center;
  background-size: 20px auto;
}
.head-top .h-search a i {
  padding: 0;
  visibility: hidden;
}
.head-btm {
  margin-top: 25px;
  padding-top: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.head-btm .head-btm-box {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.head-btm-left a {
  display: block;
}
.head-btm-left a img {
  display: block;
  width:100%;
  max-width:340px;
}
.head-menu {
  display: none;
}
.menu {
  display: block;
}
.menu span {
  display: block;
  position: relative;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  background-color: #a38f64;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.menu span:first-child {
  margin-top: 0;
}
.menu:hover span {
  background-color: #9a8a67;
}
.menu.active .s1 {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.active .s2 {
  opacity: 0;
}
.menu.active .s3 {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav > ul > li {
  float: left;
}
ul.nav-list li {
  position: relative;
  margin:0 10px;
}
ul.nav-list li a {
  display: block;
  white-space: nowrap;
}
ul.nav-list li > a {
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  border-left: 2px solid transparent;
}
ul.nav-list li .sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
}
ul.nav-list li .sub-nav a:hover {
  color: #fff;
  background-color: #9a8a67;
}
ul.nav-list li:hover > a {
  border-left: 2px solid #a38f64;
}
ul.nav-list li:hover .sub-nav {
  display: block;
}
ul.nav-list li:first-child > a {
  border-left: none;
}
ul.nav-list li:first-child:hover > a {
  border-left: none;
}
ul.nav-list li:last-child > a {
  border-left: none;
  border-right: 2px solid transparent;
}
ul.nav-list li:last-child:hover > a {
  border-right: 2px solid #a38f64;
}
ul.nav-list li:last-child .sub-nav {
  left: auto;
  right: 0;
}
ul.nav-list li.active > a {
  color: #997d3e;
  border-left: 2px solid #a38f64;
}
ul.nav-list .sub-nav {
  display: none;
  font-size: 18px;
  background-color: #f2f2f2;
}
ul.nav-list .sub-nav a {
  color: #a38f64;
  padding: 15px;
  line-height: 1;
  border-bottom: 1px solid #e0d2b2;
}
ul.nav-list .sub-nav dl dd:last-child a {
  border-bottom: 1px solid transparent;
}
#banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
#banner .scroll-down {
  width: 25px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .scroll-down span {
  display: block;
}
#banner .scroll-down span img {
  display: block;
  max-width: 100%;
}
ul.banner-list {
  width: 100%;
  height: 100%;
  position: relative;
}
ul.banner-list li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
ul.banner-list .li-1 {
  background-image: url(../images/slidepic1.jpg);
}
ul.banner-list .li-2 {
  background-image: url(../images/slidepic2.jpg);
}
ul.banner-list .li-3 {
  background-image: url(../images/banner3.jpg);
}
ul.banner-list .li-4 {
  background-image: url(../images/slidepic4.jpg);
}
.banner-info {
  display: none;
  color: #112949;
  position: absolute;
  top: 34%;
  left: 15%;
  font-size: 36px;
  padding-left: 6px;
  border-left: 4px solid #fff;
}
.banner-info h3 {
  font-weight: bold;
}
.banner-info h3 span {
  color: #c29d4b;
}
.banner-info p {
  line-height: 1.2;
  margin-top: 4px;
}
#ver-tc .banner-info,
#ver-sc .banner-info {
  letter-spacing: 4px;
}
.index-business-box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}
.index-business-box .bus-item {
  height: 200px;
  padding: 10px 0;
}
.index-business-box .inner-item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-business-box .inner-item .item-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .6s;
}
.index-business-box .inner-item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(53, 53, 53, 0.4);
}
.index-business-box .inner-item:hover .item-img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-business-box .item-1 .item-img {
  background-image: url(../images/index_img1_v2.jpg);
}
.index-business-box .item-2 .item-img {
  background-image: url(../images/index_img2_v2.jpg);
}
.index-business-box .item-3 .item-img {
  background-image: url(../images/index_img3_v2.jpg);
}
.index-business-box .item-4 .item-img {
  background-image: url(../images/index_img4_v2.jpg);
}
.index-business-box .item-5 .item-img {
  background-image: url(../images/index_img5_v2.jpg);
}
.index-business-box .item-6 .item-img {
  background-image: url(../images/index_img6_v2.jpg);
}
.index-business-box .item-7 .item-img {
  background-image: url(../images/index_img7_v2.png);
}

.index-business-box::after {
  content: "";
  display: table;
  clear: both;
}
#ver-tc .index-business-box .inner-item a,
#ver-sc .index-business-box .inner-item a {
  letter-spacing: 3px;
}
.index-news-ann h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-left: 12px;
  border-left: 5px solid #fff;
  margin-bottom: 30px;
}
.index-news-ann .index-news {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d1d1d1;
}
.index-news-ann .index-news h3 span {
  color: #a8966c;
}
.index-news-ann .index-ann {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0e0e0;
}
.index-news-ann .index-ann h3 span {
  color: #0e2c53;
}
#ver-tc .index-news-ann h3,
#ver-sc .index-news-ann h3 {
  letter-spacing: 3px;
}
ul.comm-list {
  position: relative;
}
ul.comm-list li {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
ul.comm-list li span {
  display: block;
  overflow: hidden;
}
ul.comm-list li span a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.comm-list li span:first-child {
  padding-right: 30px;
}
ul.comm-list li span:last-child {
  width: 160px;
  min-width: 160px;
  text-align: right;
}
ul.comm-list li:first-child {
  padding-top: 0;
}
ul.comm-list li:last-child {
  padding-bottom: 0;
}
ul.comm-list::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 160px;
  z-index: 3;
  background-color: #949494;
}
.more {
  margin-top: 20px;
}
.more a {
  display: inline-block;
  color: #776948;
  width: 100%;
  text-align: center;
  line-height: 30px;
  border: 1px solid #9a8a67;
}
.more a:hover {
  color: #fff;
  background-color: #9a8a67;
}
ul.square-list {
  margin-bottom: 24px;
}
ul.square-list li {
  position: relative;
  padding-left: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.square-list li span {
  display: block;
}
ul.square-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 36px;
  height: 12px;
  background-color: #a29164;
}
ul.num-list {
  margin-bottom: 24px;
  padding-left: 20px;
}
ul.num-list li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: decimal;
}
.inner-banner {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.inner-banner h6 {
  font-size: 35px;
  color: #112949;
  font-weight: bold;
  position: absolute;
  left: 7%;
  bottom: 12px;
  padding-left: 12px;
  border-left: 3px solid #112949;
}
.head-top .nav-item .dropdown-menu a{
  color:#a49064;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent;
}
.dropdown-menu.dropdown-menu-right.show{
  max-height: 90vh;
  overflow: auto;
}
.dropdown-divider:last-child {
  display:none;
}
.inner-banner h6 span {
  color: #c29d4b;
}
.about-banner {
  background-image: url(../images/about_banner_v2.jpg);
  background-position: right center;
}
.business-banner {
  background-image: url(../images/business_banner_v4.jpg);
}
.business-bank-banner {
  background-image: url(../images/business_bank_banner.jpg);
}
.business-asset-banner {
  background-image: url(../images/business_asset_banner.jpg);
}
.business-loan-banner {
  background-image: url(../images/business_loan_banner_v2.jpg);
}
.business-wealth-banner {
  background-image: url(../images/business_wealth_banner.jpg);
}
.business-equity-banner {
  background-image: url(../images/business_equity_banner_v3.jpg);
  background-position: top center;
}
.news-banner {
  background-image: url(../images/news_banner.jpg);
}
.ir-banner {
  background-image: url(../images/ir_banner.jpg);
}
.contact-banner {
  background-image: url(../images/contact_banner.jpg);
}
article {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*article h1 {
  color: #112949;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}*/
article h2 {
  font-size: 18px;
  color: #afa487;
  margin-bottom: 15px;
}
article h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bread-nav {
  text-align: right;
  font-size: 16px;
  margin-bottom: 10px;
}
.bread-nav p {
  line-height: 1.2;
}
.bread-nav p a + span {
  padding: 0 10px;
}
.bread-nav .bread-last {
  color: #a68948;
  text-decoration: underline;
}
.art-content {
  min-height: 300px;
  max-width: 1200px; 
margin: auto;
}
.art-content p {
  margin-bottom: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.year-wrap {
  background-color:#a38f64;
  padding:10px;
}
.year-box {
  width: 200px;
  position: relative;
}
.year-box select {
  display: block;
  width: 100%;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-color: #cbbda2;
  text-align: center;
    text-align-last: center;
}
.year-box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 8px;
  border-top: 10px solid #a38f64;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 3;
}
footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #d3d0c9;
}
ul.footmap a {
  display: block;
  line-height: 1.2;
}
ul.footmap li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
ul.footmap li > a {
  font-size: 18px;
  padding: 5px 0;
}
ul.footmap dl {
  margin-top: 8px;
}
ul.footmap dl dd a {
  padding: 5px 0;
}
.foot-top-right {
  max-width: 445px;
}
.foot-top-right h6 {
  padding-left: 12px;
  margin-bottom: 12px;
  border-left: 5px solid #fff;
}
.foot-top-right h6 span {
  font-size: 18px;
  font-weight: bold;
  color: #807250;
  padding-right: 15px;
}
.foot-top-right .wechat {
  margin-top: 25px;
}
.foot-top-right form {
  display: block;
}
.foot-top-right form .form-item {
  display: table;
  width: 100%;
  background-color: #c6c2ba;
  border: 1px solid #9a8a67;
}
.foot-top-right form .form-item span {
  display: table-cell;
}
.foot-top-right form .form-item span:nth-child(2) {
  width: 65px;
  min-width: 65px;
  text-align: center;
  background-color: #978d75;
}
.foot-top-right form input {
  display: block;
  width: 100%;
  color: #918a7b;
  padding: 10px 14px;
  font-weight: bold;
}
.foot-top-right form button,
.foot-top-right form a {
  display: inline-block;
  border: none;
  line-height: 30px;
  cursor: pointer;
  background: url(../images/email_icon.png) no-repeat center;
  background-size: 26px auto;
}
#index-alert-form{
  background: #a38f65;
  text-align: center;
}
#index-alert-form a{
  color:transparent;
  width:100%;
}
.foot-top-right form button i {
  display: block;
  font-style: normal;
  visibility: hidden;
}
.foot-btm {
  margin-top: 30px;
}
.foot-btm i {
  font-style: normal;
}
#phone {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.phone-wrap {
  position: absolute;
  width: 100%;
  max-width: 320px;
  height: 100%;
  padding-top: 130px;
  top: 0;
  right: 0;
  background-color: #fff;
}
ul.phone-list li {
  font-weight: bold;
}
ul.phone-list li a {
  display: block;
  line-height: 1.2;
  padding: 5px 12px;
}
ul.phone-list li > a {
  font-size: 20px;
}
ul.phone-list .phone-sub-nav {
  display: none;
}
ul.phone-list dl {
  font-size: 16px;
  padding-bottom: 15px;
}

ul.board-list li{
  padding-bottom: 25px;
}
ul.board-list li h5{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.content-img{
  margin-bottom: 28px;
}
.content-img img{
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.table-wrap{
  overflow-x: auto;
  margin-bottom: 28px;
}
.table{
  min-width: 700px;
}
.table td,
.table th{
  padding: 5px;
}
table.ir-info-table td:first-child{
  width: 25%;
}
table.ir-info-table{
  min-width: 100px;
}
.table strong,
.table span{
  display: block;
}
.table .has-alink{
  margin-top: 20px;
}
.ir-summary-table tr td,
.ir-summary-table tr th{
  border-top: 0px;
  border-bottom: 0px;
}
.ir-summary-table tr th,
.ir-summary-table tr td{
  text-align: right;
}
.ir-summary-table tr th:first-child,
.ir-summary-table tr td:first-child{
  text-align: left;
  width: 20%;
}
.ir-summary-table thead tr:first-child th{
  text-align: center;
}
.ir-summary-table .has-btm-border{
  border-bottom: 1px solid #000;
}
.ir-summary-table .has-btm-border + tr td{
  padding-top: 20px;
}
.p-span span{
  display: block;
}

.sectionContainer {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  flex-wrap: wrap;
}
.sectionPart {
  flex-basis:calc(33.33% - 30px);
  margin-bottom: 30px;
}
.sectionImage {
  width:100%;
  margin-bottom: 15px;
}
.sectionImage img {
  width:100%;
  display: block;
}
.sectionContent ul{
  list-style: none;
}
.sectionContent ul li {
}
.sc_title {
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  border-bottom: 1px solid #836624;
  border-top: 1px solid #c1b291;
  background: #cbbda2;
  display: block;
  padding: 10px 15px;
  position: relative;
}
.sc_title:after {
  content: '+';
  position: absolute;
  right: 16px;
    top: 7px;
  color: #f2edd9;
}
.sc_title:before {
  content: '';
  position: absolute;
  background-color: #b4a480;
  border-radius: 100%;
  width:30px;
  height: 30px;
  right: 10px;
  top: 14px;
}
.sc_desc {
  display: none;
  background: #eeece0;
    padding: 15px;
    border-bottom: 1px solid #c1b291;
}
.open {
  background: rgba(162,143,101,1);
background: -moz-linear-gradient(top, rgba(162,143,101,1) 0%, rgba(199,184,151,1) 100%);
background: -webkit-linear-gradient(top, rgba(162,143,101,1) 0%, rgba(199,184,151,1) 100%);
background: -o-linear-gradient(top, rgba(162,143,101,1) 0%, rgba(199,184,151,1) 100%);
background: -ms-linear-gradient(top, rgba(162,143,101,1) 0%, rgba(199,184,151,1) 100%);
background: linear-gradient(to bottom, rgba(162,143,101,1) 0%, rgba(199,184,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a28f65', endColorstr='#c7b897', GradientType=0 );
}
.open.sc_title:after {
  content: '-';
  right: 20px;
  top: 7px;
}

.list,
.list li ul {
  list-style: none;
}
.list li  {
  color: #afa487;
  font-size: 25px;
}
.list li ul {
  margin-bottom: 30px;
}
.list li ul li {
  display: inline-block;
  padding-right: 15px;
  margin:0 15px 5px 0;
  border-right: 1px solid;
  font-size: 18px;
}

.numbered_list {
  padding-left: 20px;
}
.numbered_list li {
  padding-left: 5px;
  padding-bottom: 15px;
}

.business-qr-code{
  width: 120px;
  height: 120px;
}
.pageContent p.business-section-6-list{
  margin: 0 -15px 20px -15px;
}

/*#tab ul {
  list-style: none;
  clear: both;
}
#tab ul li a{
  padding: 10px 20px;
  border: 1px solid;
  float: left;
  border-right: 0;
  border-bottom: 0;
}
#tab ul li:last-child a {
  border-right:1px solid;
}
#tab ul li a:hover {
  background:#997d3e;
  color:#ffffff;
  border-color:#997d3e;
}
.tab-content-box {
  border: 1px solid;
  padding: 20px;
  border-bottom: 0;
}
.tab-content-box:last-child {
  border-bottom: 1px solid;
}*/

/* Tabs */
.tabs2,
.tabs {
  width: 100%;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #112949;
  border-width: 1px 0 0 1px;
  min-width:100px;
  text-align: center;
}
ul#tabs-nav li:last-child {
  border-right-width:1px;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #112949;
  border-color: #112949;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
color:#ffffff;
}
#tabs-nav li a {
  text-decoration: none;
  color:#112949;
}
.tab-content {
  padding: 20px;
  border: 1px solid #112949;
}
.list-table {
  border: 1px solid #112949;
  width:100%;
}
.list-table tr th {
  background-color: #112949;
  color:#ffffff;
  text-align: left;
}

/** Business **/
.pageMenu {
  background: #ffffff;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.pageMenu ul {
  list-style: none;
  overflow: scroll;
    padding: 15px 0;
    table-layout: fixed;
/* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.pageMenu ul::-webkit-scrollbar {
  display: none;
}
    

.pageMenu ul li {
  display: table-cell;
  white-space: nowrap;
  padding: 0 30px;
  width:2%;
}

.pageTitle {
   text-align: center;
   color: #112949;
}
.pageTitle h1 {
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
  display: inline-block;
  position: relative;
  margin-bottom:40px;
  padding-bottom: 10px;
}
.pageTitle h1:before {
  content: '';
  background-color:#112949;
  height: 2px;
  width:50%;
  position: absolute;
  left:0;
  bottom:0;
}
.pageTitle h1:after {
  content: '';
  background-color:#c29d4b;
  height: 2px;
  width:50%;
  position: absolute;
  right:0;
  bottom:0;
}
.pageContent {
  text-align: center;
  color: #112949;
}
.bus-left{
  text-align: left;
}
.pageContent h2 {
  font-size: 22px;
  color: #162948;
  font-weight: normal;
}
.pageContent p {
  font-size: 16px;
  line-height: 22px;
  margin:0 0 20px;
}
.bus-left p{
  line-height: 1.6;
}
.bus_p p{
  text-align: center;
}
.contact-list{
  margin-bottom: 30px;
}
.button {
  width: 120px;
  padding:10px;
  margin: 0 0 0 12px;
  border:none;
  box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.11);
display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
.button--blue {
  background-color: #112949;
  color: #ffffff;
}
.button--gold {
  background-color: #a38f64;
  color: #ffffff;
}
.button:hover {
  color: #ffffff;
}
.gray-text {
  color:#808080;
}

.text-block {
  margin-top: 30px;
}
.pageMenu.stickly {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  top:145px;
  left:0;
  right:0;
  width:100%;
  z-index: 1;
}
.contactBlock {
  margin-top: 40px;
}
.contactBlock__row {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: center;
}
.contactBlock__col {
  background: #f9f9f9;
  padding: 40px 20px;
  flex:1 1 auto;
  border:0.5px solid #ecebeb;
  width:100%;
}
.contactBlock__col p{ text-align: center;}
.contactBlock__col img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contactBlock__row {
    display: block;
  }
 }
/**Tab Section**/
div.tabBox {}
    
  div.tabBox h3 {
  padding:20px 0px;
  }
  ul.tabs2,  
  ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  }
  ul.tabs2 li,   
  ul.tabs li {
  flex:1 1 auto;
  position: relative;
  }
  ul.tabs2 li a,  
  ul.tabs li a {
    display: block;
    border-right: 1px solid #808080;
  }
  ul.tabs2 li:last-child a,
  ul.tabs li:last-child a {
    border: 0;
  }
  .tabContainer2,
  .tabContainer {

  overflow: hidden;

  min-height:300px;
  margin-bottom:10px;
  }
    
  .tabContent {
    padding: 20px;
  }
    
  .tabContent h3 {
  padding:0px;
  }
    
  /**** TABS STYLES ****/
    
  div.tabBox h3 {
  }
    
    
  ul.tabs {}
    
  ul.tabs li {}
  ul.tabs2 li a,  
  ul.tabs li a {
    background:#112949;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    font-size: 14px;
    padding:10px;
    word-break: break-all;
    height: 100%;
  }
  ul.tabs2 li a:hover,  
  ul.tabs li a:hover {
    background: #a38f64;
  }
    
  ul.tabs li.active {
  }
  ul.tabs2 li.active a, ul.tabs2 li.active a:hover,  
  ul.tabs li.active a, ul.tabs li.active a:hover  {  
    background:#a38f64;
  }
    
  div.tabContainer {
    background:#f9f9f9;
  }
  div.tabContainer2 {
    background:transparent;
    padding: 30px 0;
    text-align: left;
  }
  /* THE RESPONSIVE PART */
  @media only screen and (max-width: 767px) {  

        
    div.tabContainer {
      border: 0px;
    }      
  }

/**Business News section**/
.newsListing__latest {
  display: flex;
  gap:20px;
}
.newsListing__latest--image {
  width: 30%;
}
.newsListing__latest--image img {
  width: 100%;
  display: block;
}
.newsListing__latest--content {
  width:70%;
  text-align: left;
}
.news_subtitle {
  color:#808080;
}
.moreLink {
  color:#a38f64;
}

.newsListing__list {
  text-align: left;
  margin-top: 20px;
}
.newsListing__list ul {
  list-style: none;
}
.newsListing__list ul li {
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 20px;
  position: relative;
}
.newsListing__list ul li:before {
  content: '';
  position: absolute;
  height: 100%;
  width:2px;
  background-color: #112949;
  left:0;
  top:0;
}
.newsListing__list ul li:after {
  content: '';
  position: absolute;
  height: 1px;
  width:100%;
  background-color: #ecebeb;
  left:0;
  bottom:-10px;
}
.newslist__title a {
  font-size: 14px;
  float: left;
}
.newslist__title .date,
.newslist__title .team {
  color:#808080;
  font-size: 14px;
  margin-left: 30px;
  float: left;
}
.newslist__title .team {
  float: right;
}
.businessPage section{
  margin-bottom: 50px;
}

/**popup design**/

.click-here {
  cursor: pointer;
}
.loadpopup,
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  /*transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;*/
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  /*padding: 40px 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  padding: 0;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  line-height: 24px;
}
.loadpopup {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;  
  opacity: 1;
  /*display:none;*/
}
.loadpopup > .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}
.loadpopup__inner {
  position: relative;
  width:80%;
  margin:0 auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top:50%;
  z-index: 102;
}
.loadpopup__inner .custom-model-wrap {
  z-index: 103;
  padding: 40px 20px;
}
.loadpopup__inner .close-btn {
  z-index: 104;
}

.loadpopup__inner .date {
  color:#808080;
}

.loadpopup__content h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: normal;
}
.loadpopup__content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

ul.pagination{
  list-style: none;
  text-align: center;
}
ul.pagination li{
  display: inline-block;  
  padding: 5px 10px;
  user-select: none;
}
ul.pagination span{
  font-size:16px;
  padding:5px;
  color:#959595;
  cursor: pointer;
}
ul.pagination span.active{
  text-decoration: underline;
  color:#232f84;
}
ul.pagination span.glyphicon{
  font-size:16px;
}
ul.pagination span:hover{
  color:#232f84;
}

/**Business Accordion**/
.bpAccordion, .faqAccordion {
  text-align: left;
}
.faqAccordion .faq-section, .faqAccordion .faq-tab{
  padding: 0;
  display: block;
  border: 0;
}
.faqAccordion .faq-section h2, .faqAccordion .faq-tab h2{
  padding-left:30px;
  padding-bottom: 15px;
}
.bpAccordion h2, .faqAccordion h2, .faqAccordion h3 {
  cursor: pointer;
  border-bottom: 1px solid#f9f9f9;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.faqAccordion h3{
  padding-top: 4px;
}
.bpAccordion h2::before, .faqAccordion h2::before, .faqAccordion h3::before {
  background: url('../images/icons/arrow.png');
  content: '';
  position: absolute;
  left:0;
  top:0;
  width: 15px;
  height:25px;
}

.bpAccordion p, .faqAccordion div {
  border-bottom: 1px solid#f9f9f9;
  padding-bottom: 10px;
  padding-left: 30px;
  height: auto !important;
  display: none;
}

.faqAccordion div{
  flex-direction: column;
  border: 0;
}

.faqAccordion p.faqAccordion-content-active, 
.faqAccordion div.faqAccordion-content-active{
  display: flex;
  border: 0;
}

.ui-accordion-header-active, .faqAccordion-active {
  border-bottom: 0 !important;
}
.bpAccordion h2.ui-accordion-header-active::before,
.faqAccordion h2.faqAccordion-active::before,
.faqAccordion h3.faqAccordion-active::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bpNumberlist {
  margin-left: 20px;
  text-align: left;
}
.bpNumberlist li {
  padding-left: 10px;
  /*padding-bottom: 10px;*/
  margin-bottom: 15px;
  border-bottom: 1px solid #f9f9f9;
  font-size: 14px;
  line-height: 22px;
}
.bpNumberlist li a img {
  width:22px;
  height: auto;
}
.bpNumberlist li span {
  float: left;
  width:85%;
}
.bpNumberlist li::after {
  clear: both;
  display: block;
  content: '';
}

.bpdotList {
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

.bpdotList li {
  padding-left: 10px;
  padding-bottom: 10px;
}
.bpdotList li span {
  width: 85%;
    display: inline-block;
    vertical-align: top;
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.appshare {
  /* background: #112949;
  padding: 35px 50px 40px; */
  position: relative;
}
.appshare__itemContainer {
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.appshare_container_1{
  padding: 35px;
  background-color: #112949;
}
.appshare_container_2{
  padding: 35px;
  background-color: #a38f64;
}
.appshare::before {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 45px solid transparent;
  border-right: 45px solid transparent; 
  border-bottom: 45px solid #112949;
  top: -45px;
  left:50%;
  right:0;
  margin:0 auto;
}



.appshare__item {
  width: 100%;
  position: relative;
}
.appshare__button {
  text-align: center;
  margin-top: 40px;
}
.appshare__button a {
  margin: 0;
}

.appshare p,
.appshare h2 {
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}

.numberlist {
  background: #a38f64;
  padding: 5px;
  border-radius: 50%;
  width:30px;
  height: 30px;
  display: inline-block;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.appshare_container_2 .numberlist{
  background: #112949;
}

.appshare__apps {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}
.appshare__item:first-child:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  /* background-color: #ffffff; */
  top:0;
  right:0;
  margin: 0;
}
.appshare__apps  div {
  margin:0 15px 15px;
  text-align: center;
}
.appshare__apps p {
  margin:0;
}
.itemlist {
  margin-bottom: 40px;
}
.itemlist .bpdotList li {
   border-bottom:1px solid  #f9f9f9;
   font-size: 14px;
   margin-bottom: 10px;
}
.twocolblock {
  display: inline-block;
  width:49%;
  vertical-align: top;
}
.itemlist .dotList {
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  list-style-type: disc;
}
.itemlist .dotList li {
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.itemlist .dotList li b {
  width: 90px;
  display: inline-block;
}
.dotList.leveltwo li {
  list-style: lower-roman;
}
.bordernone {border:none;}

.bluebox {
  background: #112949;
  padding: 20px;
  color: #ffffff;
  font-size: 22px;
}
.bluebox img,
.bluebox span {
  display: inline-block;
  vertical-align: middle;
}
.greybox{
  background: #f9f9f9;
  border:1px solid #ecebeb;
  padding: 20px;
}
.greybox p {
  margin:0;
}
.bptable {
  border:1px solid #ecebeb;
  width:100%;
  font-size: 14px;
}
.bptable th {
  border:1px solid  #ecebeb;
  color: #112949;
  padding:10px 20px;
  font-weight: normal;
}
.darkbg { 
  background: rgba(17,41,73,0.3);
}
.lightbg {
  background: rgba(17,41,73,0.2);
}
.bptable td {
  background: #f9f9f9;
  border:1px solid #ecebeb;
  padding: 20px;
  width: 16.666%;
  min-width: 190px;
  text-align: left;
}
.bptable td .button {
  width:100%;
  margin:0;
}
.bptable h2{
  font-size: 18px;
}
.tableContainer {
  overflow: scroll;
  padding: 0;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.tableContainer::-webkit-scrollbar {
  display: none;
}
.tableContainer p {
  margin:0 0 20px;
}



@media (max-width:1024px) {
  .pageMenu.stickly {
    top: 123px;
  }
  .appshare {
    display: block;
  }

  .appshare__apps img {
    text-align: center;
  }

  .appshare__item:first-child {
    margin-bottom: 50px;
  }
}
@media (max-width:991px) {
  .tableContainer table {
    width:991px;
  }
}
@media (max-width:768px) {
  .twocolblock {
    width:100%;
  }
  .appshare::before {
    left:0;
  }
 
}
@media (max-width:759px) {
  .pageMenu.stickly {
    top: 112px;
  }
}

@media (max-width:640px) {
  .appshare {
    padding:20px 15px;
  }
  .appshare__itemContainer {
    display: block;
  }
  .appshare__item {
    width:100%;
  }
  .appshare__item:first-child:after{
    display: none;
  }
}
.share-article .whatsapp, .share-article .wechat, .share-article .copy {
  display: inline-block;
  cursor: pointer;
  width:30px;
}
.share-article .whatsapp a, .share-article .wechat a, .share-article .copy a {
  display: block;
}
.share-article .whatsapp a img, .share-article .wechat a img, .share-article .copy a img {
  width:100%;
}
.news_subtitle,
.share-article {
  text-align: left;
}

.pop-up-content-wrap {
  text-align: left;
}

.pop-up-content-wrap img {
  width:100%;
  height: auto;
}

.pop-up-content {
  padding: 20px;
}
.pop-up-content p:last-child {
  margin-bottom: 0;
}

.wechat_qr { display: none; }

.float-btns {
  text-align: right;
  margin-bottom: 12px;
}
.float-btns a {
  font-size: 13px;
  padding: 5px 10px;
}
.float-btns a:last-child {
  margin-right: 12px;
}
.float-btns a:first-child {
  margin-left: 0;
}

@media (max-width:640px) {
  .newsListing__latest {
    display: block;
  }
  .newsListing__latest--content,
  .newsListing__latest--image {
    width: 100%;
  }
  .newslist__title a {
    width:100%;
  }
  .newslist__title .date {
    margin:0;
  }
  .itemlist__text {
    display: inline-block;
    width: 80%;
    vertical-align: top;
  }
}

/** Anoouncement Page **/
.news-list {}
.news-list .inner-li {
  padding: 15px 0;
}
.news-list li:nth-child(odd) {
  background-color: rgba(198,194,186,0.2);
}
.news-list .inner-li .inner-liCell {
  padding: 0 12px;
}

@media (min-width:760px) {
  .news-list .inner-li {
    display: table;
    width:100%;
  }
  .news-list .inner-li .inner-liCell {
    display: table-cell;
    vertical-align: top;
  }
  .news-list .inner-li .inner-liCell:first-child {
    width: 200px;
    min-width: 200px;
    text-align: center;
  } 
}

/** Pagination **/
.list-pagination {
  margin-top: 40px;
}
.list-pagination a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
.list-pagination .page-prev, .list-pagination .page-next {
  position: relative;
}
.list-pagination .page-prev::after, .list-pagination .page-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.page-prev::after {
  border-right: 14px solid#cbbda2;
}

.page-next::after {
  border-left: 14px solid#cbbda2;
}

.list-pagination .active {
  color: #cbbda2;
}

/** IR Reports page**/
.reportlist {}
.reportlist .inner-li {
  margin: 30px 0;
}
.reportlist__year {
  display: inline-block;
  vertical-align: top;
  width:20%;
  max-width: 200px;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #997d3e;
}
.reportlist__item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 30px;
}
.reportlist__item:last-child {
  margin-right: 0;
}
.reportlist__imgtitle {
  display: block;
  text-align: center;
  margin:10px 0;
  text-transform: uppercase;
}

.reportlist__item a img{
  width:100%;
  display: block;
}
.reportlist__olditem {
  display: inline-block;
  vertical-align: top;
  width: 15%;
    margin-right: 30px;
    text-align: center;
}
.reportlist__olditem a img {
  max-width: 100px;
  display: block;
  margin:0 auto;
}
@media (max-width:500px) {
  .reportlist__olditem ,
  .reportlist__item,
  .reportlist__year {
    width:100%;
    display: block;
    text-align: center;
  }
  .reportlist__year {
    max-width: 100%;
  }
  .reportlist__item {
    margin-bottom: 30px;
  }
}

.breadcrumb {
  padding:0;
  margin-top:20px;
  background-color: transparent;
}
.nonaccordion .sc_title:before,
.nonaccordion .sc_title:after {display: none;}
.wechat-title {
  display: inline-block;
}
.wechat-title p {
  margin-left: 17px;
}
.wechat-img {
  max-width: 96px;
  float:none;
  display: inline-block;
  vertical-align: top;
}
.wechat-img img {
  width:100%;
  float: none;
}
.pageContent .bs2-disc{
  font-size: 12px;
  color: #808080;
}
i.i-color{
  color: #a38f64;
}
.form-list-download .row{
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.form-list-download p.business-section-6-list{
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-list-download p.business-section-6-list:nth-child(odd){
  background-color: #eee;
}
#alertframe{
  overflow-x: auto;
}
#alertframe iframe{
  display: block;
  min-width: 550px;
}
#st3{
  position: relative;
  top: -220px;
}
.justify-content{
  text-align: justify;
}
.pageContent h2.i-gray i{
  display: block;
  font-size: 13px;
  color: gray;
}
.tableContainer .table-wrap{
  margin-bottom: 0;
}
.ir-comm sup{
  font-size: 12px;
  font-style: italic;
}

.con-line{
  margin: 20px 0 30px;
  height: 2px;
  background-color: #ecebeb;
}