* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
img {
  border: none;
  display: block;
}
em {
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
body {
  font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}
.topbar:before,
.topbar:after {
  display: table;
  content: "";
}
.topbar {
  height: 60px;
}
.topbar .logo {
  float: left;
  width: 134px;
  height: 60px;
  display: block;
}
.topbar .rightText {
  float: right;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
}
.topbar .rightText .newColor {
  color: #009b78;
}
.content-wapper {
  *zoom: 1;
  width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: 500px;
  background: url("../img/banner.png") no-repeat center;
}
.banner .main {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.banner .main .sub_box {
  padding: 22px;
  width: 256px;
  height: 266px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 95px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.banner .main .sub_box .sub_title {
  width: 100%;
  overflow: hidden;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  text-align: center;
  margin-bottom: 9px;
}
.banner .main .sub_box .sub_input {
  width: 222px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  height: 46px;
  margin-top: 12px;
  padding: 0 16px;
  font-size: 16px;
  color: #333;
  outline: none;
}
.banner .main .sub_box .sub_btn {
  display: block;
  width: 256px;
  height: 48px;
  background: url("../img/big_sub.png") no-repeat center;
  margin-top: 14px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.banner .main .sub_box .tel_info {
  width: 100%;
  overflow: hidden;
}
.banner .main .sub_box .tel_info span {
  display: inline-block;
  float: left;
}
.banner .main .sub_box .tel_info .tel_text {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  background: url("../img/tel.png") no-repeat left center;
  padding-left: 25px;
  margin-top: 13px;
}
.banner .main .sub_box .tel_info .tel_num {
  font-size: 18px;
  color: #F44944;
  line-height: 20px;
  margin-top: 13px;
}
.content {
  width: 100%;
  height: 280px;
}
.content.gray {
  background: #F9F9F9;
}
.content .content_main {
  width: 1200px;
  height: 280px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.content .content_main span {
  position: absolute;
}
.content .content_main .name {
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  top: 49px;
  left: 20px;
}
.content .content_main .loan_img {
  position: absolute;
  left: 20px;
}
.content .content_main .loan_img.first {
  bottom: 48px;
}
.content .content_main .loan_img.second {
  bottom: 50px;
}
.content .content_main .loan_img.third {
  bottom: 49px;
}
.content .content_main .loan_img.fourth {
  bottom: 61px;
}
.content .content_main .tags {
  overflow: hidden;
  position: absolute;
  top: 58px;
  left: 228px;
}
.content .content_main .tags .tag_item {
  padding: 2px 5px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #FFFFFF;
}
.content .content_main .tags .tag_item.first {
  background: #FDC167;
  border-radius: 4px;
}
.content .content_main .tags .tag_item.second {
  background: #F6857E;
  border-radius: 4px;
}
.content .content_main .condition {
  left: 228px;
  top: 113px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.content .content_main .loan_num {
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  top: 165px;
}
.content .content_main .loan_num .num {
  color: #F44944;
}
.content .content_main .loan_num.first {
  left: 228px;
}
.content .content_main .loan_num.second {
  left: 689px;
}
.content .content_main .loan_num.third {
  left: 924px;
}
.content .content_main .loan_text {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  bottom: 45px;
}
.content .content_main .loan_text.first {
  left: 228px;
}
.content .content_main .loan_text.second {
  left: 689px;
}
.content .content_main .loan_text.third {
  left: 924px;
}
.content .content_main .small_sub_btn {
  display: block;
  width: 140px;
  height: 40px;
  background: url("../img/small_btn.png") no-repeat center;
  cursor: pointer;
  top: 93px;
  right: 20px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.footer {
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 42px 0 25px;
  color: #666666;
  font-size: 14px;
}
.footer .copyright {
  margin-top: 5px;
  color: #c2c2c2;
}
.footer .footerNav {
  line-height: 24px;
  margin-bottom: 10px;
}
.footer a {
  border-left: 1px solid #C1C1C1;
  color: #666666;
  text-decoration: none;
  padding: 0 7px 0 8px;
}
.footer a:hover {
  color: #f33;
}
.footer a:first-child {
  border: 0;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.mask.active {
  display: block;
}
.mask .sub_main {
  width: 256px;
  height: 226px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mask .sub_main .sub_title {
  width: 100%;
  overflow: hidden;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  text-align: center;
  margin-bottom: 9px;
}
.mask .sub_main .sub_input {
  width: 222px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  height: 46px;
  margin-top: 12px;
  padding: 0 16px;
  font-size: 16px;
  color: #333;
  outline: none;
}
.mask .sub_main .sub_btn {
  display: block;
  width: 256px;
  height: 48px;
  background: url("../img/big_sub.png") no-repeat center;
  margin-top: 14px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.mask .sub_main .close_ico {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/close_ico.png") no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -24px;
  margin-top: -24px;
  cursor: pointer;
}
