/* ==========================================================================
				Index	PC
   ========================================================================== */
/*---------- product ----------*/
.product-area {
  width: 100%;
  background: #fff;
  padding: 55px 0;
}

.product-control {
  text-align: center;
}
.product-control .product-group {
  width: 30%;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  overflow: hidden;
  vertical-align: top;
}
.product-control .product-group .pic {
  width: 120px;
  margin: 0 auto;
}
.product-control .product-group .pic img {
  width: 100%;
}
.product-control .product-group .title {
  font-size: 28px;
  color: #0089d1;
  margin: 20px auto 0 auto;
  width: 230px;
  height: 39px;
  overflow: hidden;
}
.product-control .product-group .product-field {
  width: 230px;
  margin: 10px auto;
  overflow: hidden;
}
.product-control .product-group .btn-blue {
  display: block;
  margin: 0 auto;
}

/*---------- prompt ----------*/
.prompt-area {
  width: 100%;
  background-image: url(../images/bg-promptPc.jpg);
  background-size: cover;
  background-position: center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/bg-promptPc.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/bg-promptPc.jpg', sizingMethod='scale');
}
.prompt-area .inner-content {
  padding: 60px 0 0 0;
}

/*---------- inner-content ----------*/
.inner-content {
  padding: 60px 0;
}
.inner-content .title-white {
  width: 100%;
  font-size: 35px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.inner-content .title-blue {
  width: 100%;
  font-size: 35px;
  color: #0089d1;
  text-align: center;
  margin-bottom: 30px;
}

/*---------- open-list ----------*/
.open-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  position: relative;
}
.open-list > li {
  width: 20%;
  float: left;
  margin-bottom: 60px;
}
.open-list > li .pic {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.open-list > li .pic img {
  width: 120px;
  margin: 0 auto;
}
.open-list > li .picActive {
  display: none;
}
.open-list > li .descript {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.open-list > li:nth-of-type(5n+1) {
  clear: left;
}
.open-list > li.active {
  margin-bottom: 290px;
}
.open-list > li.active .pic {
  display: none;
}
.open-list > li.active .picActive {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.open-list > li.active .picActive img {
  width: 120px;
  margin: 0 auto;
}
.open-list > li.active .promptDetail {
  display: block;
}

.promptDetail {
  display: none;
  border-top: 3px solid #d3e9f7;
  width: 100%;
  position: absolute;
  margin-top: 20px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promptDetail > .title-pic {
  width: 240px;
  float: left;
  margin-bottom: 0 !important;
}
.promptDetail > .PD-content {
  width: 275px;
  background: #fff;
  padding: 40px 30px 43px 30px;
  height: 157px;
  float: left;
  overflow: hidden;
}
.promptDetail > .PD-content > .title {
  font-size: 35px;
  color: #0089d1;
  margin-bottom: 20px;
  overflow: hidden;
  width: 275px;
  height: 49px;
}
.promptDetail > .PD-content > .descript {
  font-size: 16px;
  text-align: left;
  color: #5a5a5a;
  height: 88px;
  overflow: hidden;
}
.promptDetail > .PD-btnArea {
  width: 325px;
  background: #f4f4f4;
  padding: 43px 30px 25px 30px;
  max-height: 240px;
  min-height: 172px;
  float: left;
  position: relative;
}
.promptDetail > .PD-btnArea > .js-btnClose {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

/*---------- news-area -----------*/
.news-area {
  width: 100%;
  background: #0c3346;
}
.news-area .bg-fubonBlue {
  width: 100%;
  background-image: url(../images/KV-fubonBlue.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/KV-fubonBlue.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/KV-fubonBlue.jpg', sizingMethod='scale')";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 960px auto;
}
.news-area .news-title {
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.news-area .news-content {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.news-area .news-content > li {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: url(../images/bg-blueOpcaity.png) repeat;
}
.news-area .news-content > li > a {
  color: #fff;
  text-decoration: none;
}
.news-area .more {
  text-align: center;
}

/*---------- contact-area -----------*/
.contact-area {
  width: 100%;
  background: #ececec;
}
.contact-area .contact-content {
  width: 50%;
  float: left;
}
.contact-area .contact-content > .title {
  font-size: 35px;
  color: #0089d1;
  text-align: center;
}
.contact-area .contact-content > .descript {
  font-size: 18px;
  color: #21587e;
  text-align: center;
  margin: 20px auto;
}
.contact-area .location-content {
  width: 50%;
  float: left;
  /*background-image: url(../images/bg-map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/bg-map.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/bg-map.jpg', sizingMethod='scale');*/
  background: #e3e0d9;
}
.contact-area .location-content > .title {
  font-size: 35px;
  color: #0089d1;
  text-align: center;
}
.contact-area .location-content > .descript {
  color: #21587e;
  text-align: center;
  margin: 20px auto;
}
.contact-area .location-content .search-select {
  width: 60%;
}

/*----------- contact-group -----------*/
.contact-group {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  font-size: 18px;
  text-align: center;
}
.contact-group .contact-filed {
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
.contact-group .contact-filed a {
  color: #0089d1;
  text-align: center;
}
.contact-group .contact-filed a > .pic {
  width: 60px;
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.contact-group .contact-filed a > .pic img {
  width: 100%;
}
.contact-group .contact-filed a > .picShow {
  display: none;
}
.contact-group .contact-filed a:hover > .pic {
  display: none;
}
.contact-group .contact-filed a:hover > .picShow {
  width: 60px;
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.contact-group .contact-filed a:hover > .picShow img {
  width: 100%;
}

/*----------- finance-tabs ------------*/
.finance-tabs {
  width: 690px;
  margin: 0 auto;
}
.finance-tabs ul {
  list-style: none;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}
.finance-tabs ul > li {
  padding: 10px;
  border: 1px solid #21587e;
  border-top: none;
  cursor: pointer;
}
.finance-tabs ul > li:first-child {
  border-top: 1px solid #21587e;
}
.finance-tabs ul > li.active {
  background: #21587e;
}
.finance-tabs ul > li.active > a {
  color: #fff;
}
.finance-tabs ul > li > a {
  color: #21587e;
  text-decoration: none;
}
.finance-tabs .fin_tab_container {
  width: 70%;
  float: left;
  margin-left: 30px;
  font-size: 16px;
}
.finance-tabs .fin_tab_container .immediate {
  padding: 15px 0;
}
.finance-tabs .fin_tab_container .immediate > .i-clock {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/icon-clock.png);
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/icons/icon-clock.png', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/icons/icon-clock.png', sizingMethod='scale');
  background-size: 15.3333333333px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.finance-tabs .fin_tab_container .immediate > .refrash {
  margin-left: 5px;
}
.finance-tabs .fin_tab_container .immediate > .refrash > .i-refrash {
  width: 10px;
  height: 11px;
  background-image: url(../images/icons/icon-refrash.png);
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/icons/icon-refrash.png', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/icons/icon-refrash.png', sizingMethod='scale');
  background-size: 10px 11px;
  display: inline-block;
}
.finance-tabs .fin_tab_container .immediate > .unit {
  float: right;
  color: #6b899d;
}
.finance-tabs .fin_tab_container .btn-area {
  width: 100%;
  margin-top: 20px;
}
.finance-tabs .fin_tab_container .btn-area .btn__more__info {
  padding: 10px 25px;
  max-width: 180px;
  width: 180px;
  font-size: 18px;
  display: block;
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*---------- Widget - fancyform ----------*/
.transformSelect {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  font-size: 18px;
}
.transformSelect > li {
  background-image: url(../images/arrowDown-blue.png);
  background-repeat: no-repeat;
  background-size: 15.3333333333px 9px;
  background-position: 95% center;
  border: solid 1px #0089d1;
  color: #0089d1;
  margin-bottom: 15px;
  height: 45px;
}
.transformSelect > li.open {
  background: #0089d1;
  color: #fff;
  background-image: url(../images/arrowUp-up.png);
  background-repeat: no-repeat;
  background-size: 15.3333333333px 9px;
  background-position: 95% center;
}

.transformSelectDropdown {
  list-style: none;
  padding-left: 0;
  border: none;
  position: absolute;
  width: 100%;
  top: 47px;
  left: 0;
  background: #f4f4f4;
  background-image: none;
  height: 195px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transformSelectDropdown > li > span {
  border: none;
  color: #737373;
}
.transformSelectDropdown > li:hover {
  background: #ececec;
}

.transformSelect span, .transformSelect input[type=text] {
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0 auto;
  top: 0;
  padding-left: 10px;
}

.bxslider:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bxslider:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}
.bxslider > li {
  height: 300px;
}

/* ==========================================================================
				Index	Mobile
   ========================================================================== */
@media only screen and (max-width: 768px) {
  /*---------- Mobile setting ------------*/
  .mo-w70pct {
    width: 70%;
  }

  .mo-w75pct {
    width: 75%;
  }

  .mo-w60pct {
    width: 60%;
  }

  .mo-w95pct {
    width: 95%;
  }

  .mo-w100pct {
    width: 100%;
  }

  .mo-w30pct {
    width: 30%;
  }

  .ml20 {
    margin-left: 0;
  }

  .btn-blue {
    font-size: 18px;
  }

  .mo__phone {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }

  .mobile-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  .prompt-area .inner-content {
    padding: 40px 0;
  }

  /*---------- product ------------*/
  .product-area {
    width: 100%;
    background: #fff;
    padding: 55px 0;
  }

  .product-control .product-group {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .product-control .product-group .mobile-product {
    text-align: left;
    margin-bottom: 20px;
  }
  .product-control .product-group .pic {
    margin-left: 5%;
    margin-right: 5%;
    vertical-align: top;
  }
  .product-control .product-group .product-field {
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
  }
  .product-control .product-group .btn-blue {
    display: block;
    width: 90%;
  }
  .product-control .product-group .btn-blue.w180Max {
    width: 75%;
    max-width: none;
  }

  /*---------- open-list ------------*/
  .open-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative;
    display: none;
  }
  .open-list > li {
    width: 49%;
    float: left;
    margin-bottom: 30px;
  }
  .open-list > li .pic {
    text-align: center;
    margin-bottom: 15px;
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .open-list > li .pic img {
    width: 120px;
    margin: 0 auto;
  }
  .open-list > li .picActive {
    display: none;
  }
  .open-list > li .descript {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  .open-list > li:nth-of-type(even) {
    clear: right;
  }
  .open-list > li:nth-of-type(odd) {
    clear: left;
  }
  .open-list > li.active {
    margin-bottom: 480px;
  }
  .open-list > li.active .pic {
    display: none;
  }
  .open-list > li.active .picActive {
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }
  .open-list > li.active .picActive img {
    width: 120px;
    margin: 0 auto;
  }
  .open-list > li.active .promptDetail {
    display: block;
  }

  .promptDetail {
    display: none;
    border-top: 3px solid #d3e9f7;
    width: 90%;
    position: absolute;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .promptDetail > .title-pic {
    width: 240px;
    float: left;
    margin-bottom: 0 !important;
    display: none;
  }
  .promptDetail > .PD-content {
    width: 100%;
    background: #fff;
    padding: 0;
    height: 200px;
    overflow: hidden;
    float: none;
    position: relative;
  }
  .promptDetail > .PD-content > .title {
    font-size: 28px;
    padding: 15px;
    color: #0089d1;
    margin-bottom: 0;
    height: 30px;
    overflow: hidden;
  }
  .promptDetail > .PD-content > .descript {
    font-size: 18px;
    padding: 0 15px;
    text-align: left;
    height: 100px;
    overflow: hidden;
    color: #5a5a5a;
  }
  .promptDetail > .PD-content > .js-btnClose {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .promptDetail > .PD-btnArea {
    width: 100%;
    background: #f4f4f4;
    padding: 0;
    max-height: 240px;
    float: none;
    padding: 30px 0;
    position: relative;
  }
  .promptDetail > .PD-btnArea > .js-btnClose {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .promptDetail > .PD-btnArea > .js-btnClose.pc-show {
    display: none;
  }

  /*---------- inner-content ------------*/
  .inner-content {
    padding: 60px 0;
  }
  .inner-content .title-white {
    width: 100%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  .inner-content .title-blue {
    width: 100%;
    font-size: 28px;
    color: #0089d1;
    text-align: center;
    margin-bottom: 30px;
  }

  /*---------- finance-tabs ------------*/
  .finance-tabs {
    width: 100%;
  }
  .finance-tabs ul {
    list-style: none;
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .finance-tabs ul > li {
    padding: 10px;
    border: 1px solid #21587e;
    cursor: pointer;
    width: 33.33%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
  }
  .finance-tabs ul > li:nth-of-type(2) {
    border-left: none;
    border-right: none;
  }
  .finance-tabs ul > li.active {
    background: #21587e;
  }
  .finance-tabs ul > li.active > a {
    color: #fff;
  }
  .finance-tabs ul > li > a {
    color: #21587e;
    text-decoration: none;
    font-size: 16px;
  }
  .finance-tabs .fin_tab_container {
    width: 90%;
    float: none;
    margin: 20px auto 0 auto;
  }
  .finance-tabs .fin_tab_container .immediate {
    padding: 15px 0;
    text-align: center;
  }
  .finance-tabs .fin_tab_container .immediate > .i-clock {
    width: 16px;
    height: 16px;
    background: url(../images/icons/icon-clock.png) no-repeat;
    background-size: 15.3333333333px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
  .finance-tabs .fin_tab_container .immediate > .refrash {
    margin-left: 5px;
  }
  .finance-tabs .fin_tab_container .immediate > .refrash > .i-refrash {
    width: 10px;
    height: 11px;
    background: url(../images/icons/icon-refrash.png) no-repeat;
    background-size: 10px 11px;
    display: inline-block;
  }
  .finance-tabs .fin_tab_container .immediate > .unit {
    color: #6b899d;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .finance-tabs .fin_tab_container .btn-area {
    margin-top: 20px;
    padding: 0;
  }
  .finance-tabs .fin_tab_container .btn-area .btn__more__info {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px auto;
    font-size: 18px;
    display: block;
    text-align: center;
    float: none !important;
  }

  /*----------- news-area -----------*/
  .news-area {
    width: 100%;
    background: #0c3346;
  }
  .news-area .bg-fubonBlue {
    width: 100%;
    background-image: url(../images/KV-fubonBlue.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/KV-fubonBlue.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/KV-fubonBlue.jpg', sizingMethod='scale')";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 960px auto;
  }
  .news-area .news-title {
    width: 100%;
    font-size: 28px;
    color: #fff;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .news-area .news-content {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .news-area .news-content > li {
    margin-bottom: 15px;
    padding: 10px 20px;
    background: url(../images/bg-blueOpcaity.png) repeat;
    font-size: 16px;
  }
  .news-area .news-content > li > a {
    color: #fff;
    text-decoration: none;
  }
  .news-area .more {
    text-align: center;
  }

  /*----------- contact-area -----------*/
  .contact-area {
    width: 100%;
    background: #ececec;
  }
  .contact-area .contact-content {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .contact-area .contact-content > .title {
    font-size: 28px;
    color: #0089d1;
    text-align: center;
  }
  .contact-area .contact-content > .descript {
    color: #21587e;
    text-align: center;
    margin: 20px auto;
  }
  .contact-area .location-content {
    width: 100%;
    float: none;
    margin: 0 auto;
    /*//background-image: url(../images/bg-map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg-map.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../Content/images/bg-map.jpg', sizingMethod='scale');*/
    background: #e3e0d9 !important;
  }
  .contact-area .location-content > .title {
    font-size: 28px;
    color: #0089d1;
    text-align: center;
  }
  .contact-area .location-content > .descript {
    color: #21587e;
    text-align: center;
    margin: 20px auto;
  }
  .contact-area .location-content .search-select {
    width: 80%;
  }

  /*----------- contact-group -----------*/
  .contact-group {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    font-size: 18px;
  }
  .contact-group .contact-filed {
    width: 50%;
    float: none;
  }
  .contact-group .contact-filed a {
    color: #0089d1;
    text-align: center;
  }
  .contact-group .contact-filed a > .pic {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .contact-group .contact-filed a > .pic img {
    width: 100%;
  }
  .contact-group .contact-filed a > .picShow {
    display: none;
  }
  .contact-group .contact-filed a:hover > .pic {
    display: none;
  }
  .contact-group .contact-filed a:hover > .picShow {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .contact-group .contact-filed a:hover > .picShow img {
    width: 100%;
  }

  /*-------- Widget - fancyform ----------*/
  .transformSelect {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-size: 18px;
  }
  .transformSelect > li {
    background-image: url(../images/arrowDown-blue.png);
    background-repeat: no-repeat;
    background-size: 15.3333333333px 9px;
    background-position: 95% center;
    border: solid 1px #0089d1;
    color: #0089d1;
    height: 45px;
  }
  .transformSelect > li.open {
    background: #0089d1;
    color: #fff;
    background-image: url(../images/arrowUp-up.png);
    background-repeat: no-repeat;
    background-size: 15.3333333333px 9px;
    background-position: 95% center;
  }

  .transformSelectDropdown {
    list-style: none;
    padding-left: 0;
    border: none;
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    background: #f4f4f4;
    background-image: none;
  }
  .transformSelectDropdown > li > span {
    border: none;
    color: #737373;
  }
  .transformSelectDropdown > li:hover {
    background: #ececec;
  }

  .transformSelect span, .transformSelect input[type=text] {
    line-height: 48px;
    cursor: pointer;
    display: block;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    top: 0;
  }

  .bxslider > li {
    height: auto;
  }

  .bx-viewport {
    height: auto !important;
  }
}
/* ==========================================================================
				Index	Pad
   ========================================================================== */
