em {
    font-style: normal;
}
img {
    vertical-align: top;
}
i {
    font-style: normal;
}
.box {
    box-sizing: border-box;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/* common */
.common-title {
    height: 70px;
    border-bottom: 1px solid #666;
}
.common-title-text{
    font-size: 38px;
    background-color: #fff;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.common-title-text.bg {
    background-color: #efefef;
}
.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;
}

/* banner */
.banner {
    position: relative;
}
.banner img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.banner-btn {
    height: 53px;
    position: absolute;
    left: 20%;
    bottom: 30%;
    display: flex;
    align-items: center;
}
.banner-btn a:first-child {
    width: 230px;
    height: 55px;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    border-radius: 20px;
    background-color: #fed32b;
}
.banner-btn a:last-child {
    color: #fff;
    font-size: 30px;
    margin-left: 23px;
    text-decoration: underline;
}
.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;
}
/* register */
.register {
    position: relative;
}
.register-title {
    font-size: 30px;
    color: #1d65d4;
    font-weight: 700;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.register-title span {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}
.register-img {
    width: 920px;
    margin: 0 auto;
    margin-top: 125px;
}
.register-img img {
    width: 100%;
}
.register ul {
    width: 1075px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}
.register ul li {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.register-img-2 {
    width: 988px;
    margin: 0 auto;
    margin-top: 50px;
}
.register-img-2 img {
    width: 100%;
}
.register ol {
    width: 1275px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: flex;
}
.register ol li {
    flex: 1;
    font-size: 20px;
    text-align: center;
}
.register-content {
    padding-left: 20px;
}
.register-content-popup-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.register-content-popup-bg.on {
    display: block;
}
.register-content-popup {
    width: 920px;
    height: 270px;
    background-color: #fff;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: none;
}
.register-content-popup.on {
    display: block;
}
.register-content-popup-title {
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    background-color: #1d65d4;
}
.register-content-popup .btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.register-content-popup-content {
    padding: 30px 40px;
}
.register-content-popup-content p {
    margin-bottom: 30px;
}




.register-content a {
    color: #ff0000;
    text-decoration: underline;
}
.register-content p {
    font-size: 16px;
    line-height: 23px;
}
.register-content-center {
    margin-left: 80px;
}
.register-content-right {
    margin-left: 130px;
}
.register-btn {
    margin-top: 38px;
}
.register-btn a{
    width: 180px;
    height: 50px;
    display: block;
    background-color: #1d65d4;
    border-radius: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
}
/* file */
.file {
    background-color: #e3ecf3;
    position: relative;
}
.file-content {
    margin-top: 166px;
}
.file-content ul {
    padding: 0 15px;
}
.file-content ul li {
    font-size: 20px;
    height: 50px;
}
.common-title-text.file {
    font-size: 38px;
    background-color: #e3ecf3;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
/* superiority */
.superiority {
    background-color: #efefef;
    position: relative;
}
.superiority-content {
    margin-top: 83px;
    padding-top: 50px;
    position: relative;
}
.superiority-content-img {
    height: 465px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.superiority-content ul {
    width: 475px;
}
.superiority-content li {
    display: flex;
    font-size: 20px;
    margin-bottom: 25px;
}
.superiority-content .superiority-content-text{
    text-align: right;
}
.superiority-content li div {
    margin-right: 23px;
}
.superiority-content li p {
    margin-top: 5px;
    margin-bottom: 20px;
}
.superiority-content li span {
    color: #858585;
}
.superiority-content ul:nth-child(3) .superiority-content-text {
    text-align: left;
    margin-left: 23px;
}
/* serve */
.serve {
    background-color: #1d65d4;
    position: relative;
}
.common-title-text.serve {
    font-size: 38px;
    background-color: #1d65d4;
    color: #fff;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.common-title.serve {
    height: 70px;
    border-bottom: 1px solid #fff;
}
.serve-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}
.serve-title-img {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
}
.serve ul {
    margin-top: 163px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.serve ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 55px;
    font-size: 20px;
    color: #fff;
}
.serve ul li img {
    margin-bottom: 30px;
}
.serve-btn {
    width: 87px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.serve-btn img {
    height: 100%;
    display: block;
    margin: 0 auto;
}
.serve-btn p {
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    top: 15%;
    left: 52%;
    transform: translateX(-50%);
}
/* bank */
.bank {
    background-color: #252525;
    position: relative;
}
.common-title-text.bank {
    font-size: 38px;
    background-color: #252525;
    color: #fff;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.bank-title {
    font-size: 30px;
    color: #fed32b;
    font-weight: 700;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}
.bank-content {
    padding: 0 80px;
    margin-top: 160px;
}
.bank-content ul {
    width: 470px;
    height: 307px;
    padding-top: 66px;
    padding-left: 50px;
    position: relative;
    background: url(../../img/bank-1.png) no-repeat 40% 130%;
    background-color: #fff;
}
.bank-content ul:last-child {
    padding-left: 30px;
    background: url(../../img/bank-2.png) no-repeat 200% 200%;
    background-color: #fff;
}
.bank-content ul li {
    height: 45px;
    font-size: 20px;
}
.bank-content ul li:first-child {
    width: 266px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #1d65d4;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.bank-btn {
    margin-top: 45px;
}
.bank-btn a{
    width: 195px;
    height: 40px;
    display: block;
    border-radius: 50px;
    background-color: #1d65d4;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
}
/* supervise */
.supervise {
    background-color: #e3ecf3;
    position: relative;
}
.common-title-text.supervise {
    font-size: 38px;
    background-color: #e3ecf3;
    color: #4e4d52;
    padding: 0 60px;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.supervise-title {
    font-size: 30px;
    color: #1d65d4;
    font-weight: 700;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.supervise ul {
    margin-top: 136px;
    display: flex;
}
.supervise ul li {
    flex: 1;
    margin-right: 10px;
    height: 326px;
    border: 3px solid #1d65d4;
    background: url(../../img/supervise-1.png) no-repeat 10px 10px;
    background-size: 95%;
    background-color: #fff;
    text-align: center;
    font-size: 38px;
    color: #1d65d4;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.supervise ul li:nth-child(2) {
    background: url(../../img/supervise-2.png) no-repeat 10px 10px;
    background-size: 95%;
    background-color: #fff;
}
.supervise ul li:nth-child(3) {
    background: url(../../img/supervise-3.png) no-repeat 11px 6px;
    background-size: 95%;
    margin: 0;
    background-color: #fff;
}
.supervise ul li p {
    width: 150px;
    height: 38px;
    background-color: #1d65d4;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.supervise-hover-1,
.supervise-hover-2 {
    background-color: #2e77e7;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.supervise-hover-1 h4 {
    font-size: 18px;
    margin-top: 65px
}
.supervise-hover-1 span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    display: block;
}
.supervise-hover-1 em,
.supervise-hover-2 em {
    font-weight: 400;
    color: #fff;
}
.supervise-hover-1 .fw,
.supervise-hover-2 .fw {
    font-weight: 700;
}
.supervise-hover-1 .color,
.supervise-hover-2 .color {
    color: #fed32b;
}
.supervise-hover-2 {
    display: flex;
    padding: 10px 0px;
}

.supervise-hover-2-left {
    flex: 1;
    border-right: 1px solid #fff;
    padding: 0 4px;
    height: 280px;
    position: relative;
}
.supervise-hover-2-right {
    flex: 1;
    padding: 0 5px;
    position: relative;
}
.supervise-hover-2-left a,
.supervise-hover-2-right a {
    width: 115px;
    height: 25px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    top: 258px;
    left: 50%;
    transform: translateX(-50%)
}
.supervise-hover-2 h4 {
    color: #fed32b;
    font-size: 18px;
    text-align: center;
}
.supervise-hover-2 span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    display: block;
}
/* 动画翻转 */
.supervise-hover-1,
.supervise-hover-2 {
    transition: 0.4s;
    transform-style: preserve-3d;
    transform: rotateY(270deg);
}
.supervise li:hover .supervise-hover-1,
.supervise li:hover .supervise-hover-2 {
    transform: rotateY(360deg);
}
/* 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: #1d65d4;
    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%);
}
/* ad */
.ad {
    width: 100%;
}
.ad img {
    width: 100%;
}
/* 右边悬浮导航 */
.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;
}
















































