
.banner {
    height: 524px;
    background: url("../images/banner.jpg") no-repeat center center;
    background-size: cover !important;
}

.banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner h1 {
    color: #fff;
    font-size: 36px;
    margin: 40px 0 30px;
}

.banner form {
    position: relative;
    width: 594px;
}

.banner input[type='text'] {
    width: 100%;
    height: 68px;
    font-size: 18px;
    padding: 0 115px 0 20px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
}

.banner input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 68px;
    background: #2569ED url("../images/seek.png") no-repeat center center;
    border-radius: 6px;
}

.banner input[type='text']::placeholder {
    color: #999;
}

.column {
    margin: 40px 0;
}

.bread h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

/*二级栏目导航*/
.nav-list{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.nav-list li{
    font-size: 16px;
    margin-right: 30px;
}
.nav-list li a{
    display: inline-block;
    padding: 5px 15px;
}
.nav-list li.on a{
    color: var(--varColor);
    background: #E6EFFF;
    border-radius: 3px;
}

/*新闻列表*/
.common-list li {
    display: flex;
    color: #666;
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.common-list li .img {
    width: 200px;
    min-width: 200px;
    height: 150px;
}

.common-list li .txt {
    margin-left: 20px;
}

.common-list li .txt h2 {
    font-size: 18px;
}

.common-list li .txt p {
    height: 3.5em;
    line-height: 1.75em;
    margin: 1.5em 0;
}

.common-list li:hover {
    background: #F6F6F6;
}

.detail {
    margin-top: 20px;
}

.caption {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 6px solid #DDEBF5;
}

.caption h3 {
    color: #000;
    font-size: 35px;
    line-height: 1.2em;
    margin: 30px 0 10px;
}

.caption h4 {
    font-size: 27px;
    margin: 10px 0;
}

.caption p span {
    color: #666;
    font-size: 18px;
    margin: 0 10px;
}

.content {
    font-size: 18px;
    line-height: 1.75em;
    margin: 30px 0 15px;
    padding-bottom: 20px;
    border-bottom: 2px solid #DDEBF5;
}

.content p {
    font-size: 18px;
    line-height: 1.75em;
    text-align: justify;
}

.content span{
    font-size: 18px !important;
}

.detail .bottom {
    font-size: 18px;
    overflow: hidden;
}

.detail .bottom > p {
    display: flex;
    margin: 0.5em 0;
}

.detail .bottom > p span {
    min-width: 4em;
    color: var(--varColor);
}

/*服务案例*/
.case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-list li {
    width: 49%;
    margin-bottom: 40px;
}
.case-list li .img{
    float: right;
    width: 60%;
}
.case-list li .txt{
    margin-top: 25px;
    background: #FFFFFF;
    border-radius: 10px;
}
.case-list li .txt div{
    width: 40%;
    padding: 30px 0 30px 60px;
    box-sizing: border-box;
}
.case-list li .txt div h2{
    font-size: 22px;
    margin-bottom: 3em;
    height: 4.5em;
}
.case-list li .txt div > a{
    color: #999;
}
.case-list li .txt div > a:hover{
    color: var(--varColor);
    font-weight: bold;
    font-size: 16px;
    margin-left: 1em;
}

/*金融服务*/
.finance-list li{
    position: relative;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.finance-list li .img{
    height: 536px;
}
.finance-list li .txt{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 70px 15px;
    color: #fff;
    text-align: center;
}
.finance-list li .txt span{
    font-weight: bold;
    font-size: 30px;
    color: var(--focusColor);
    display: inline-block;
    width: 207px;
    height: 65px;
    line-height: 65px;
    background: #FFFFFF;
    border-radius: 30px 0;
}
.finance-list li .txt h2{
    font-weight: bold;
    font-size: 66px;
    margin-top: 0.5em;
}
.finance-list li .txt p{
    font-size: 27px;
    margin: 0 auto 2em;
    width: 80%;
}
.finance-list li .txt a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 134px;
    height: 46px;
    line-height: 46px;
    background: var(--focusColor);
    border-radius: 30px;
}
.finance-list li .txt a:hover{
    background: var(--varColor);
}
.finance-list li:hover img{
    transform: scale(1.05);
}

/*服务机构*/
.org-list li{
    padding: 25px 30px 30px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 20px;
}
.org-list li img{
    float: left;
    width: 192px;
    height: 60px;
    margin-right: 15px;
    border: 1px solid #eee;
}
.org-list li div h2{
    font-size: 20px;
    margin-bottom: 5px;
}
.org-list li div span{
    display: inline-block;
    color: var(--varColor);
    padding: 3px 10px 3px 35px;
    background: #E6EFFF url("../images/rz.png") no-repeat left 10px center;
    background-size: 20px;
    border-radius: 3px;
}
.org-list li p{
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

/*服务套餐*/
.service-box{
    padding: 22px;
    border-radius: 5px;
    background: url("../images/service-box.jpg") no-repeat center center;
    background-size: cover;
}
.service-txt{
    padding: 15px 27px;
    text-align: center;
}
.service-txt h1{
    font-size: 33px;
}
.service-txt p{
    font-size: 16px;
    color: #666;
    margin: 1.2em 0;
}
.service-list{
    padding: 23px 27px;
    background: rgba(255,255,255,0.8);
    border-radius: 18px;
}
.service-list li{
    color: #666;
    font-size: 16px;
    padding: 30px 35px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
}
.service-list li h2{
    color: #000;
    font-size: 20px;
}
.service-list li h2 i{
    font-style: normal;
    color: var(--focusColor);
    display: none;
}
.service-list li > p{
    text-align: justify;
    margin: 1em 0;
}
.service-list li div.flex{
    align-items: center;
    display: none;
}
.service-list li div span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 86px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
}
.service-list li div a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    width: 86px;
    height: 36px;
    background: #2569ED;
    border-radius: 3px;
}

.footer .copyright h3{
    display: none;
}
