html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
	font-size:100px;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    background-color: #fff;
    /*font-family: 'Microsoft yahei';*/
    font-family:'SimHei';
}

input {
    border: none;
    outline: none;
}

label[for=submit] {
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
}

.fl {
    float:none;
}

.fr {
    float:none;
}

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.lay {
    position: relative;
    width: 100%;
    margin: auto;
}

.title {
    display: block;
    margin: auto;
}

.tabs {
    position: relative;
    width: 100%;
    height: 100%;
}

.tabs .tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top {
    padding: 0.20rem 0 0.1rem;
}

.top .fl {
    width: 4.8rem;
}

.top .fr {
    width: 2rem;
}

.nav {
    text-align: center;
    font-size: 0;
    height: 42px;
    background: url(../images/navBg.png) center center no-repeat;
}

.nav a {
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
    width: 1.57rem;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    margin-right: 1.18rem;
}

.nav a:hover,
.nav a.active {
    background-color: #ee6207;
}

.nav a:last-of-type {
    margin-right: 0;
}

.loanForm {
    display: none;
    position: absolute;
    top: 8%;
    right: 10%;
    height: 86.28571%;
    z-index: 10;
    background: #d0d0d0 url(../images/loanFormBg.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 20px;
    padding: 0 1%;
}

.loanForm > * {
    /*display: none!important;*/
}

.loanForm header {
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    padding-top: 0.1rem;
    margin-top: 6.5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.loanForm header .ns {
    font-size: 0;
    vertical-align: baseline;
}

.loanForm header .ns img {
    position: relative;
    top: 0.03rem;
    height: 0.35rem;
}

.loanForm header .sec {
    line-height: 2.5;
}

.loanForm p {
    height: 36px;
    background-color: #ef670f;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.loanForm form {
    font-size: 14px;
    padding: 15px 12px 15px 10px;
}

.loanForm form .item {
    overflow: hidden;
    height: 0.3rem;
    line-height: 0.3rem;
}

.loanForm form .radio-item {
    height: 0.35rem;
    line-height: 0.35rem;
}

.loanForm form .fl {
    text-align: right;
    width: 30%;
    height: 100%;
}

.loanForm form .fr {
    width: 70%;
    height: 100%;
}

.loanForm form .fr input[type=text] {
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
}

.loanForm form label[for=submit] {
    display: block;
    width: 1.86rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #ee6308;
    margin: 0.15rem auto 0;
}

.loanForm footer {
    text-align: center;
    font-size: 14px;
}

.service {
    padding: 0.6rem 0 0.7rem;
}

.service .title {
    width: 5rem;
}

.service .title {
    margin-bottom: 0.5rem;
}

.s-item {
    float: left;
    width: 2.32rem;
    margin-right: 1.1rem;
    text-align: center;
}

.s-item .img {
    position: relative;
    width: 2.32rem;
    height: 2.32rem;
    border-radius: 50%;
    background-color: #eee;
    margin-bottom: 0.45rem;
}

.s-item .img::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.5rem;
    width: 0;
    height: 0;
    margin-top: -0.4rem;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    border-left: 0.8rem solid #eee;
}

.s-item .img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5rem;
    width: 0;
    height: 0;
    margin-top: -0.4rem;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    border-right: 0.8rem solid #eee;
}

.s-item .img .line {
    position: absolute;
    height: 0.27rem;
    width: 1.4rem;
    top: 50%;
    right: -1.4rem;
    margin-top: -0.135rem;
    background-color: #eee;
}

.s-item .icon {
    position: absolute;
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    overflow: hidden;
}

.s-item .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s-item .icon .normal {
    z-index: 10;
}

.s-item .icon:hover .hover {
    z-index: 20;
}

.s-item .p1 {
    font-size: 0.5rem;
    color: #fd8a0e;
}

.s-item .p2 {
    font-size: 0.28rem;
    margin: 0.18rem 0 0.1rem;
}

.s-item .btn {
    display: block;
    width: 90%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    text-decoration: none;
    border: 1px solid #7d7d7d;
    color: #000;
}

.s-item:last-of-type {
    margin-right: 0;
}

.s-item:last-of-type .img::after {
    content: "";
    display: none;
}

.s-item:first-of-type .img::before {
    display: none;
}

.process {
    background-color: #eee;
    padding: 1.3rem 0 1.1rem;
}

.process img {
    display: block;
    margin: auto;
}

.process .title {
    width: 6.6rem;
}

.process .pro-img {
    margin-top: 1.15rem;
    width: 100%;
}

.process .btn {
    position: absolute;
    top: -0.7rem;
    right: 0;
}

.process .btn img {
    width: 2.5rem;
}

.partner {
    padding: 1rem 0 1.2rem;
}

.partner h2 {
    display: inline-block;
    font-size: 0.3rem;
    line-height: 1.5;
    border-bottom: 3px solid #ff4508;
}

.partner .p-imgs {
    margin-top: -1px;
    padding-top: 0.65rem;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}

.partner .p-imgs .swiper-container {
    width: 100%;
    height: 100%;
}

.partner .p-imgs .swiper-slide {
    color: #696767;
    text-align: center;
    text-decoration: none;
}

.partner .p-imgs .swiper-slide img {
    width: 95%;
    margin-bottom: 0.2rem;
}

.footer {
    background-color: #474747;
    border-top: 4px solid #dd5827;
}

.footer .lay {
    padding: 0 0 0.3rem 2.15rem;
}

.footer .footer-tel {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.15rem;
}

.footer .footer-address {
    width: 1.8rem;
}

.footer .footer-nav {
    width: 2.03rem;
}

.footer .fl {
    padding-left: 0.2rem;
    padding-top: 0.1rem;
}

.footer .fr {
    position: relative;
    padding-top: 0.2rem;
}

.footer li {
    line-height: 1.5;
    font-size: 0.17rem;
    color: #fff;
}

.footer .f-nav a {
    display: inline-block;
    color: #fff;
    font-size: 0.17rem;
    margin-right: 0.07rem;
}

.footer .f-nav a::after {
    content: "|";
    margin-left: 0.07rem;
}

.footer .f-nav a:last-of-type::after {
    display: none;
}

.footer .qr {
    float: right;
    width: 1.39rem;
    margin-top: 0.45rem;
}

.copyright {
    padding: 0.2rem 0 0.3rem 0;
    padding: 0;
    height: 30px;
    background-color: #333333;
    text-align: center;
    color: #fff;
}

.copyright .p1,
.copyright .p2 {
    display: none;
}

.copyright .p1 img {
    height: 0.2rem;
    margin-left: 10px;
}

.copyright .p2 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
}

#backtop {
    position: absolute;
    right: -0.58rem;
    bottom: 0;
    width: 0.58rem;
    cursor: pointer;
}

#sideTel {
    display: none;
    position: fixed;
    right: 0;
    top: 40%;
    width: 1.6rem;
    height: 2.33rem;
    background-color: #fd8a0e;
    z-index: 1000;
}

#sideTel .s-tel {
    position: absolute;
    right: 0;
    top: -0.4rem;
    height: 0.4rem;
}

#sideTel b {
    position: absolute;
    right: 4px;
    top: 2px;
    font-size: 12px;
    cursor: pointer;
}

#sideTel p {
    margin: 0.25rem 0 0.14rem 0;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
}

#sideTel .girl {
    display: block;
    margin: auto;
    height: 0.75rem;
}

#sideTel input {
    display: block;
    width: 88%;
    height: 0.24rem;
    min-height: 14px;
    font-size: 12px;
    background-color: #fff;
    margin: 0.2rem auto 0.06rem;
}

#sideTel button {
    display: block;
    margin: auto;
    width: 88%;
    height: 0.3rem;
    min-height: 14px;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #292929;
    outline: none;
    border: none;
    margin-top: 0.1rem;
    cursor: pointer;
}

#sideTel.active {
    position: absolute;
    top: 12rem;
}

#cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popFormWrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 339px;
    height: 432px;
    margin: -216px 0 0 -170px;
    background-color: #fa8e48;
    z-index: 1200;
    color: #fff;
    border-radius: 8px;
}

#popFormWrapper .close {
    position: absolute;
    width: 38px;
    height: 38px;
    right: -15px;
    top: -19px;
}

#popFormWrapper p {
    height: 75px;
    background-color: #ef670f;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#popFormWrapper form {
    font-size: 18px;
    padding: 30px 20px 18px 22px;
}

#popFormWrapper form .item {
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}

#popFormWrapper form .radio-item {
    height: 40px;
    line-height: 40px;
}

#popFormWrapper form .fl {
    text-align: right;
    width: 28%;
    height: 100%;
}

#popFormWrapper form .fr {
    width: 72%;
    height: 100%;
}

#popFormWrapper form .fr input[type=text] {
    height: 100%;
    width: 100%;
    font-size: 16px;
    padding-left: 5px;
}

#popFormWrapper form label[for=submit],
#popFormWrapper form label[for=pop-submit] {
    display: block;
    width: 294px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    background-color: #ee6308;
    margin: 24px auto 0;
}

#popFormWrapper form label[for=pop-submit] {
    background-color: #292929;
}

#popFormWrapper .popFormTel {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 18px;
}
