﻿/*设置滚动条样式*/
::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar:horizontal {
    height: 0.5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0 0 rgba(245,245,245,0.3) inset;
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(153,153,153,0.3) inset;
}


/*响应式设计*/
@media screen and (max-width: 768px) {
    /* html {
        font-size: 16px;
    }

    body {
        font-size: 20px;
    }*/
}

/*根页面设置*/
html, body {
    padding: 0;
    margin: 0;
}
html {
    font-size: 14px;
}

body {
    font-size: 18px;
}
ul {
    list-style: none;
}

/*公共类*/
.spd-public-wrap {
    width: 1220px;
    margin: 0 auto;
}
.spd-public-wrap:before{
    content:"";
    display:table;
}
.spd-public-wrap::after{
    content:"";
    display:block;
    clear:both
}

/*（外内）海报背景+标题介绍*/
.spd-public-bacground {
    height: 600px;
    min-width: 1220px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
}

.spd-ad-title {
    color: white;
    font-size: 5rem;
    margin-top: 111px;
    margin-left: 25px;
    line-height: 83px;
}

.spd-ad-info {
    color: white;
    font-size: 1.72rem;
    line-height: 46px;
    margin-left: 25px;
    margin-top: 15px;
}



/*(上下) 标题内容+图片介绍*/
.spd-public-title {
    font-size: 3rem;
    text-align: center;
    margin: 80px 0 40px
}

.spd-public-desc {
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
}

.spd-public-img {
    max-width: 100%;
}






/*（左右：图片+介绍）*/
.product-introduction {
    height: 710px;
}

.product-introduction-text {
    width: 400px;
}

.product-introduction-img {
    width: 800px;
    text-align: center;
}

.product-introduction-title {
    font-size: 2.86rem;
    font-weight: bold;
    margin: 15px 0;
    color: #000000;
}

.product-introduction-content {
    font-size: 1.21rem;
    color: #56585B;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: justify;
}






/*友情连接*/
ul.public-friendship-link {
    width: 1220px;
    margin: 15px auto;
}
ul.public-friendship-link>li{
    margin: 8px 5px;
}
ul.public-friendship-link>li>a{
    color:black;
}
ul.public-friendship-link>li>a.friendly{
    color:blue;
}
ul.public-friendship-link>li>a.friendly:hover{
    color:blue;
    text-decoration:none;
}
ul.public-friendship-link>li>a:hover{
    color:blue;
    text-decoration:underline;
}


/*底部logo*/
.spd-bottom-logo {
    height: 305px;
    min-width: 1220px;
    background: url(/images/finance-lease/index/底部海报.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.spd-bottom-logo-title {
    font-size: 3rem;
    margin: 2rem 0;
}

.spd-bottom-logo-content {
    font-size: 1.3em;
    margin: 1rem 0;
}

