img {
    vertical-align: top;
}
.box {
    box-sizing: border-box;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}




/* banner */
.banner {
    position: relative;
}
.banner img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.banner-position {
    position: relative;
}
.banner-btn {
    width: 240px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-btn a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    border-radius: 5rem;
    border: 3px solid #ce1127;
    color: #ce1127;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
}
.banner-footer-container {
    padding: 30px 0;
}
.banner-footer-container li {
    width: 19.9%;
    height: 55px;
    color: #333;
    border-right: 1px solid #ccc;
    position: relative;
}
.banner-footer-container li:last-child {
    border: 0;
}
.banner-footer-container li:hover .banner-footer-container-icon img {
    transform: translateY(-55px);
    
}
.banner-footer-container-icon {
    width: 47px;
    height: 55px;
    position: absolute;
    top: -3px;
    left: 41px;
    overflow: hidden;
}
.banner-footer-container-icon img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.banner-footer-container-text {
    padding-left: 110px;
}
.banner-footer-container-text p {
    font-size: 23px;
    margin-bottom: 13px;
}
.banner-footer-container li:hover .banner-footer-container-text p {
    color: rgb(16, 104, 230);
}
.banner-footer-container-text span {
    font-size: 14px;
}

/* why */
.why {
    width: 100%;
    background-color: #f4f4f4;
    padding-bottom: 55px;
    position: relative;
}
.common-title {
    height: 70px;
    border-bottom: 1px solid #666;
}
.common-title-text{
    font-size: 38px;
    background-color: #f4f4f4;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.common-title-text::after {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    left: -5px;
}
.common-title-text::before {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    right: -5px;
}
.why-list {
    vertical-align: middle;
    margin-top: 75px;
    display: flex;
}
.why-item {
    flex: 1;
    text-align: center;
}
.why-item:nth-child(2) {
    margin: 0 40px;
}
.why-item img {
    width: 100%;
    height: auto;
}
.why-item h4 {
    margin: 10px 0;
    font-size: 19px;
    font-weight: 700;
}
.why-item p {
    text-align: left;
    margin-left: 35px;
    font-size: 16px;
    line-height: 25px;
}
/* ad */
.ad {
    width: 100%
}
.ad img {
    width: 100%
}

/* superiority */
.superiority {
    margin-bottom: 55px;
    position: relative;
}
.common-title-text.bg {
    background-color: #fff;
}
.superiority-list {
    margin-top: 75px;
    width: 615px;
}
.superiority-list:nth-child(2){
    width: 500px;
}
.superiority-item {
    height: 120px;
}
.superiority-item div{
    margin-left: 20px;
}
.superiority-item div p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.superiority-item div span {
    font-size: 15px;
}
/* registe */
.registe {
    position: relative;
}
.registe-list {
    display: flex;
    margin-top: 75px;
}
.registe-list.mar-top {
    margin-top: 10px;
}
.registe-list-item {
    flex: 1;
    text-align: center;
    margin-right: 10px;
    background-color: #eeeeee;
    padding: 20px;
}
.registe-list-item:last-child {
    margin: 0;
}
.registe-list-item img {
    width: 100%;
    height: 138px;
}
.registe-list-item h4 {
    margin: 13px 0;
    font-size: 18px;
}
.registe-list-item-btn {
    width: 100%;
    display: flex;
}
.registe-list-item-btn a {
    flex: 1;
    height: 40px;
    /* display: inline-block; */
    background-color: #325cbe;
    border: 2px solid #325cbe;
    margin-right: 10px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}
.registe-list-item-btn a:last-child {
    margin: 0;
    background-color: #fff;
    border: 2px solid #325cbe;
    color: #325cbe;
}
.registe2 ul {
    margin-top: 75px;
    margin-bottom: 30px;
}
.registe2 .registe-list-item {
    width: 21.04%;
    margin-bottom: 18px;
    position: relative;
}
.registe2 .registe-list-item:nth-child(4n) {
    margin: 0;
}
.registe-list-item .position {
    position: absolute;
    top: 23px;
    left: 23px;
    width: 18px;
    height: 18px;
}
.registe-list-item-btn a.color {
    background-color: #ee1250;
    border-color: #ee1250;
    color: #fff;
}
/* account */
.account {
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
}
.account h4 {
    font-size: 30px;
    color: #335dbf;
    margin: 20px 0 0 108px;
}
.account-list {
    margin-top: 100px;
    display: flex;
}
.account-list:last-child {
    margin-top: 40px;
    margin-bottom: 50px;
}
.account-list-item  {
    flex: 1;
    height: 165px;
    border: 1px solid #ccc;
    padding: 40px 15px 40px 15px;
    margin-right: 60px;
    position: relative;
}
.account-list-item:last-child{
    margin: 0;
}
.account-list-item img {
    width: 57px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%)
}
.account-list-item-text {
    margin-left: 78px;
}
.account-list-item-text h5 {
    font-size: 20px;
}
.account-list-item-text p {
    margin-top: 10px;
    line-height: 25px;
}
/* bank */
.bank {
    position: relative;
}
.bank table {
    margin-top: 75px;
    border-collapse:collapse;
    border-spacing:0;
    border: 1px solid #ccc;
    
}
.bank th {
    width: 5%;
    font-weight: 400;
    border: 1px solid #ccc;
}
.bank td {
    width: 25%;
    border: 1px solid #ccc;
}
.bank table thead {
    background-color: #335dbf;
    color: #fff;
    text-align: center;
}
.bank table tr {
    height: 50px;
    
}
.bank tbody th {
    background-color: #f4f4f4;
}
.bank tbody td {
 padding-left: 20px;
}
.bank p {
    margin-top: 30px;
    color: #ee1250;
    font-size: 20px;
    text-align: center;
}
.bank-btn a{
    width: 255px;
    height: 50px;
    display: block;
    background-color: #ee1250;
    margin: 00 auto;
    margin-top: 25px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}
/* new */
.new {
    position: relative;
    display: flex;
}
.common-title1 {
    height: 70px;
    border-bottom: 1px solid #666;
    margin: 0 50px;
}
.common-title-text1{
    font-size: 38px;
    background-color: #fff;
    padding: 0 40px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.common-title-text1::after {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    left: -5px;
}
.common-title-text1::before {
    content: "●";
    font-size: 8px;
    position: absolute;
    top: 16px;
    right: -5px;
}
.new-left {
    position: relative;
    flex: 1;
}
.new-right {
    position: relative;
    flex: 1;
}
.new-left-list {
    margin-top: 55px;
    padding: 0 20px;
}
.new-left-item {
    margin-bottom: 15px;
    /* padding-left: 20px; */
    position: relative;
}
.new-left-item img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2px;
    cursor: pointer;
}
.new-left-item img:nth-child(2) {
    display: none;
}
.new-left-item-text {
    height: 0px;
    overflow: hidden;
    transition: all .3s;
    background-color: #eee;
    padding: 0 10px;
    line-height: 23px;
}
.new-left-item-text.on {
    height: auto;
    padding: 10px;
    margin-top: 10px;
}
.new-left-item-text p {
    padding: 10px;
}

.new-left-item.after2 {
    color: #888;
}
.new-left-item:last-child {
    margin: 0;
}
.new-left-item .fr {
    margin-right: 30px;
}
.new .more {
    width: 100px;
    height: 25px;
    display: block;
    background-color: #335dbf;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
}
.new .border {
    width: 1px;
    height: 95%;
    background-color: #ccc;
    position: absolute;
    top: 40px;
    left: 50%;
}
/* superiority */
.preponderance {
    height: 730px;
    margin-top: 50px;
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
}
.preponderance-title {
    width: 870px;
    height: 73px;
    border-bottom: 1px solid #666;
    margin: 0 auto;
    position: relative;
}
.preponderance-title h3 {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4f4f4;
    padding: 0 45px;
    font-size: 40px;
    font-weight: 400;
}
.preponderance-title h4 {
    width: 480px;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    color: #335dbf;
}
.preponderance-title img {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance ul {
    margin-top: 142px;
    width: 310px;
}
.preponderance ul li {
    overflow: hidden;
    margin-bottom: 105px;
}
.preponderance ul li:last-child {
    margin: 0;
}
.preponderance-container ul span {
    width: 210px;
    text-align: right;
    margin-top: 5px;
    line-height: 18px;
}
.preponderance-container .fr span {
    text-align: left;
}
.preponderance-container ul h2 {
    font-size: 40px;
    color: #335dbf;
}
.preponderance ul:last-child span {
    text-align: left;
}
.preponderance-container-position .position-1 {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance-container-position .position-2 {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
}
.preponderance-container-position .position-3 {
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translateX(-50%);
}

/* 右边悬浮导航 */
.menu-right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.menu-right li {
    width: 166px;
    height: 36px;
    border: 2px solid #335dbf;
    background-color: #335dbf;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.menu-right li:last-child {
    margin: 0;
}
.menu-right li.on {
    background-color: #fff;
    color: #335dbf;
}
.menu-right li:hover {
    background-color: #fff;
    color: #335dbf;
}



























