@charset "utf-8";

/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0px;
  background-color: #fff;

}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}


b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  /* width: 100%;
  max-width: 100px; */
}

.clr {
  clear: both;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.width {
  width: 100%;
}

.top_bar {
  width: 100%;
  background-color: #fdb23f;
  border-bottom: #ffffff solid 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pic {
  display: block;
  width: 100%;
}

.pic img {
  display: block;
  width: 100%;
  max-width: 100%;
  /* max-width: 400px; */
  max-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu_left {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cointainer {
  width: 1170px;
  margin: auto;
}

.ul.product_nav {
  margin: 0px;
}

.product_nav li {
  display: inline-block;
  margin-right: 10px;
  margin-right: 10px;
  line-height: 40px;

}

.product_nav li:last-child {
  border-right: none;
}

.product_nav li a {
  font-family: 'Signika', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding-left: 22px;
  padding-right: 22px;


}

.product_nav li a:hover {
  color: #041829;
}

.product_nav li.icon01 {
  background: url("../images/icon_01.jpg") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
}

.product_nav li.icon02 {
  background: url("../images/icon_02.jpg") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
}

.product_nav li.icon03 {
  background: url("../images/icon_03.jpg") no-repeat scroll 0 12px rgba(0, 0, 0, 0);
}



.logo {
  display: inline-block;
  width: 337px;
  vertical-align: top;
  margin-right: 200px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.logo img {
  width: 100%;
  max-width: 100px;
}

.boxer_01 {
  display: inline-block;
  width: 189px;
  vertical-align: top;
  margin-top: 31px;
  margin-right: 17px;
}

.text_01 {
  font-family: 'Signika', sans-serif;
  color: #161616;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}

.text_01 a {
  font-family: 'Signika', sans-serif;
  color: #161616;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}

.text_01 a:hover {
  color: #DA6A09;
}

.text_02 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #252525;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.menu_part {
  background-color: #ee5b28;
  width: 100%
}

.button_contact {
  display: block;
  margin-top: 15px;
}

.button_contact a {
  background-color: #EF8326;
  background-image: url(../images/red_aro.png);
  background-repeat: no-repeat;
  background-position: 16px 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 13px 15px 49px;

}

.button_contact a:hover {
  background-color: #ed5a27;
}

.btn_01 {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}

.btn_01 a {
  background-color: #fff;
  font-family: 'Signika', sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  padding: 13px 20px;
  border-radius: 5px;

}

.btn_01 a:hover {
  background-color: #ed5a27;
  color: #fff;
}

.btn_02 {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}

.btn_02 a {
  background-color: #ed5a27;
  font-family: 'Signika', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 13px 20px;
  border-radius: 5px;

}

.btn_02 a:hover {
  background-color: #DA6A09;
  color: #fff;
}

.text_03 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}

.text_04 {
  font-family: 'Signika', sans-serif;
  color: #041829;
  font-size: 41px;
  font-weight: normal;
  line-height: 50px;
}

.text_05 {
  font-family: 'Signika', sans-serif;
  color: #041829;
  font-size: 48px;
  font-weight: bold;
  line-height: 50px;
}

.slide_part {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  background-image: url(../images/loans/graph.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.newevent {
  width: 100%;
  background-image: url(../images/news_back.jpg);
  background-repeat: repeat-x;
  height: 122px;
}

.news_cointainer {
  width: 1170px;
  margin: auto;
  background-color: #DDDDDD;
  height: 138px;
}

.misson_left {
  float: left;
  width: 915px;
  margin-left: 26px;
  margin-top: 30px;
}

.misson_right {
  float: right;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-right: 36px;
}

.request_btn {
  display: block;


}

.request_btn a {
  font-family: "Signika", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #EA5F1B;
  padding: 11px 22px;
  border-radius: 5px;

}

.request_btn a:hover {
  color: #FFFFFF;
  background-color: #3a0f00;
}

.newstext_01 {
  color: #000000;
  font-family: "Signika", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 23px;
  padding-top: 12px;

}

.newstext_03 {
  color: #EA5F1B;
  font-family: "Signika", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 23px;
  padding-top: 5px;

}

.newstext_02 {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  padding-top: 10px;

}

.fter_back {
  background-image: url(../images/fter_back.jpg);
  background-repeat: repeat;
  width: 100%;
  padding-bottom: 20px;
}

.social_icon {
  display: inline-block;
  background: #252D44 none repeat scroll 0px 0px;
  height: 27px;
  padding-top: 10px;
  line-height: 154px;
  text-align: center;
  width: 36px;

}

.social_icon a {
  display: inline-block;
}

.social_icon img {
  display: block;
}

.social_icon:hover {
  background: none repeat scroll 0 0 #EF8326;
}

.fter_part02 {
  display: inline-block;
  width: 263px;
  vertical-align: top;
  margin-right: 25px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 42px;
}

.fter_part02:nth-child(4n) {
  margin-right: 0px;
}


.ftertext_03 {
  font-family: "Signika", sans-serif;
  color: #A5A5A5;
  font-size: 19px;
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 5px;
}

.ftertext_04 {
  font-family: "Signika", sans-serif;
  color: #B0B0B0;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  padding-top: 15px;
}

.ftertext_05 {
  font-family: "Signika", sans-serif;
  color: #E57B09;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}

.ftertext_05 a {
  font-family: "Signika", sans-serif;
  color: #E57B09;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}

.ftertext_05 a:hover {
  color: #ffffff;
}

.ul.cont_nav {
  margin: 0px;
}

.cont_nav li {
  display: block;
  margin-bottom: 10px;
  line-height: 17px;
}

.cont_nav li:last-child {
  margin-bottom: 0;
}

.cont_nav li a {
  font-family: "Signika", sans-serif;
  color: #7F7F7F;
  font-size: 15px;
  font-weight: normal;
  padding-left: 21px;
  line-height: 23px;
}

.cont_nav li a:hover {
  color: #EF8326;
}

.cont_nav li.con01 {
  background: url("../images/cnt_01.jpg") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}

.cont_nav li.con02 {
  background: url("../images/cnt_02.jpg") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}

.cont_nav li.con03 {
  background: url("../images/cnt_03.jpg") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}

.ul.company {
  margin: 0px;
}

.company li {
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
}

.company li a {
  font-family: "Signika", sans-serif;
  color: #7F7F7F;
  font-size: 15px;
  font-weight: normal;
  padding-left: 10px;
  line-height: 2;
}

.company li a:hover {
  color: #EF8326;
}

.company li.aro {
  background: url("../images/true.jpg") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
}

.copyright {
  background-image: url(../images/fter_back.jpg);
  background-repeat: repeat;
  width: 100%;
  border-top: #303030 solid 1px;
}

.ftertext_01 {
  font-family: "Signika", sans-serif;
  color: #A2A2A2;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 16px 0px;
  border-bottom: 1px solid #474646;
}

.wel_data {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 35px;
}

.othet_data {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 35px;
}

.text_06 {
  font-family: 'Signika', sans-serif;
  color: #494949;
  font-size: 17px;
  font-weight: normal;
  line-height: 23px;
}

.text_07 {
  font-family: 'Signika', sans-serif;
  color: #ed5a27;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.text_08 {
  font-family: 'Signika', sans-serif;
  color: #DC6B09;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.wel_left {
  display: inline-block;
  vertical-align: top;
  width: 560px;
  margin-top: 36px;
}

.wel_right {
  display: inline-block;
  vertical-align: top;
  width: 554px;
  margin-left: 51px;
  margin-top: 36px;
}

.more {
  display: block;
  margin-top: 30px;

}

.more a {
  background-color: #EF8326;
  font-family: 'Signika', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 11px 20px;
  border-radius: 5px;

}

.more a:hover {
  background-color: #ed5a27;
  color: #fff;
}

.run_text {
  color: #3A3A3A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  padding-top: 10px;

}

.wel_text {
  color: #3A3A3A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
  padding-top: 10px;

}

.wel_text02 {
  color: #3A3A3A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;


}

.wel_text03 {
  color: #D84F05;
  font-family: 'Signika', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
}


.wel_text04 {
  color: #D84F05;
  font-family: 'Signika', sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding-top: 15px;
}

.wel_text05 {
  color: #3A3A3A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  padding-top: 6px;
}

.read {
  color: #000;
  font-family: 'Signika', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  padding-top: 6px;
}

.read a {
  color: #000;
  font-family: 'Signika', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  padding-top: 6px;
}


.read a:hover {
  color: #000;

}

.loan_left {
  display: inline-block;
  width: 262px;
  vertical-align: top;
  margin-top: 27px;
}

.loan_right {
  display: inline-block;
  width: 262px;
  vertical-align: top;
  margin-top: 27px;
  margin-left: 30px;
}


.text_09 {
  font-family: 'Signika', sans-serif;
  color: #4e4f4e;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;
  padding-bottom: 15px;
}

.text_10 {
  font-family: 'Signika', sans-serif;
  color: #DC6B09;
  font-size: 28px;
  font-weight: normal;
  line-height: 28px;

  padding-bottom: 15px;
}

.text_11 {
  font-family: 'Signika', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
}

.text_12 {
  font-family: 'Signika', sans-serif;
  color: #DA6A09;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
}

.run_text02 {
  font-family: 'Signika', sans-serif;
  color: #DA6A09;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
}

@media all and (min-width:901px) and (max-width:1024px) {
  .cointainer {
    width: 99%;
    margin: auto;
  }

  .logo {
    margin-right: 65px;
  }

  .boxer_01 {
    display: inline-block;
    width: 170px;
    vertical-align: top;
    margin-top: 31px;
    margin-right: 23px;
  }

  .news_cointainer {
    width: 99%;
    margin: auto;
    background-color: #DDDDDD;
    height: 138px;
  }


  .misson_left {
    float: left;
    width: 743px;
    margin-left: 26px;
    margin-top: 30px;
  }

  .fter_part02 {
    display: inline-block;
    width: 239px;
    vertical-align: top;
    margin-right: 8px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 42px;
  }

  .wel_right {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    margin-left: 10px;
    margin-top: 36px;
  }

  .wel_left {
    display: inline-block;
    vertical-align: top;
    width: 481px;
    margin-top: 36px;
  }

  .loan_left {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    margin-top: 27px;
  }

  .loan_right {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    margin-top: 27px;
    margin-left: 10px;
  }

}

.extra-text h2 {
  padding-top: 25px;
  padding-bottom: 15px;
}

.extra-text p{
  line-height: 1.5;
}

.extra-text h4{
  padding-bottom: 15px;
}


.extra-text ul li {
  margin-bottom: 9px;
}

.extra-text ul{
  padding-top: 20px;
}