.container {
    overflow: hidden;
}
.page-title {
    padding: 30px 0 25px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.page-title::after {
    content: '';
    width: 160px;
    height: 5px;
    background: #0044ca;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page-title h2 {
    font-size: 30px;
    font-weight: 400;
}
/* 海报 */
.banner {
    height: 400px;
    position: relative;
}
.banner img {
    width: 1920px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* 相关文章 */
.related-articles {
    margin-top: 27px;
    padding: 25px 25px 45px;
    box-shadow: 0 0 10px 1px #ccc;
}
.related-articles h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
}
.related-articles h2 span {
    color: red;
}
.related-articles .articles-list {
    position: relative;
    padding: 20px 0 25px;
}
.related-articles .articles-list ul {
    width: 48%;
}
.related-articles .articles-list ul:first-child::before {
    content: '';
    border-right: 1px solid #666;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.related-articles .articles-list ul li {
    position: relative;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
}
.related-articles .articles-list ul li p {

}
.related-articles .articles-list ul li p::before {
    content: '◆';
    margin-right: 10px;
}
.related-articles .articles-list ul li span {
    color: #999;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.related-articles .pagination-page ul {
    margin: 0 auto;
    width: 660px;
}
/* 您可能想了解的业务 */
.understand-business .business-wraper {

}
.understand-business .business-wraper ul li {
    text-align: center;
    width: 16.666%;
}
.understand-business .business-wraper .icon-bg {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #0044ca;
    border: 8px solid #b8d4ff;
    box-sizing: border-box;
    margin: 42px auto 15px;
}
.understand-business .business-wraper .icon-bg img {
    width: 60%;
    display: block;
    margin: 15px auto;
}
.understand-business .business-wraper p,
.understand-business .business-wraper a{
    height: 35px;
    line-height: 35px;
}
.understand-business .business-wraper p {
    font-weight: 700;
    font-size: 20px;
}
.understand-business .business-wraper a {
    font-size: 18px;
    display: block;
}
.page-btn {
    width: 280px;
    height: 48px;
    line-height: 48px;
    background: #ff7900;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    margin: 40px auto 25px;
}
/* 横屏广告 */
.page-ad {
    height: 500px;
}
.page-ad img {
    height: 500px;
}
/* 为什么选择卓信 */
.why-choice .choice-wraper {
    margin-top: 65px;
}
.why-choice .choice-wraper ul li {
    width: 33.33%;
}
.why-choice .choice-wraper img {

}
.why-choice .choice-wraper .text-info {
    width: 250px;
    margin-left: 25px;
}
.why-choice .choice-wraper .text-info p {
    font-size: 25px;
    color: #0044ca;
    font-weight: 700;
    margin-bottom: 25px;
}
.why-choice .choice-wraper .text-info span {

}
/* 银行 */
.bank-list .bank-wraper {
    margin-top: 35px;
    margin-bottom: 65px;
}
.bank-list .bank-wraper ul li {
    width: 16.25%;
    margin-right: .5%;
    margin-bottom: .5%;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}
.bank-list .bank-wraper ul li:nth-child(6n) {
    margin-right: 0;
}
.bank-list .bank-wraper ul li img  {
    width: 100%;
}
/* 雄厚资源优势，专业机构护航 */
.advantage {
    height: 575px;
    position: relative;
}
.advantage .page-ad {
    height: 0;
}
.advantage .page-ad img {
    height: 575px;
}
.advantage .page-title::after {
    background: #ffb331
}
.advantage .page-title h2 {
    color: #fff;
}
.swiper-button.left {
    left: 150px;
    top: 230px;
}
.swiper-button.right {
    right: 140px;
    top: 230px;
}
.swiper-container {
    width: 810px;
    height: 180px;
    margin-top: 40px;
}
.swiper-slide {
    height: 100%;
    opacity: 1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.swiper-slide-visible {
    opacity: 1;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.customized-solution {
}
.customized-solution .mask{
    height: 380px;
    background: #fff;
    position: absolute;
    top: -190px;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 0px #ccc;
}
.customized-solution .mask form {
    padding-left: 135px;
    box-sizing: border-box;
}
.customized-solution .mask form label {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}
.customized-solution .mask form label input {
    width: 0;
}
.customized-solution .mask form label.active {
    background: #0044ca;
    color: #fff;
}
.customized-solution .mask .section {
    height: 105px;
}
.customized-solution .mask .section > p {
    margin-bottom: 5px;
}
.customized-solution .mask .section .country {
    width: 166px;
}
.customized-solution .mask .section .country input {
    width: 100%;
    height: 100%;
    text-indent: 10px;
}
.customized-solution .mask .section .input input {
    border: 1px solid #eee;
    width: 205px;
    height: 30px;
    border-radius: 5px;
    text-indent: 10px;
    margin-right: 70px;
}
.customized-solution .mask .section #section2 .input {
    width: 165px;
}
.customized-solution .mask .submit {
    margin: 0;
    width: 205px;
    height: 30px;
    line-height: 30px;
    margin-right: 130px;
    cursor: pointer;
}
.customized-solution .mask .submit input {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
input::-webkit-input-placeholder {
    color: #999;
}
/* 好处相关推荐 */
.recommend {
    padding-top: 190px;
}
.recommend h2 span {
    color: red;
}
.recommend .recommend-wraper {
    margin-top: 35px;
    padding: 0 130px;
}
.recommend .recommend-wraper ul li {
    border: 1px solid #ccc;
    color: #999;
    margin-right: 8px;
    margin-bottom: 18px;
}
.recommend .recommend-wraper ul li a {
    display: block;
    padding: 3px 5px;
}













