@charset "utf-8";
.banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner img {
    position: absolute;
    width: 1920px;
    height: 450px;
    left: 50%;
    margin-left: -960px;
}

.feature {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
    text-align: center;
}

.feature .center {
    padding: 50px 45px;
}

.feature .content {
    display: flex;
    justify-content: space-between;
}

.feature .content .item {
    width: 252px;
    height: 222px;
    padding-top: 30px;
    color: #fff;
}

.feature .content .item:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.feature .content .item:first-child {
    background: url(../images/pic_service_feature_1.png) no-repeat center center;
}

.feature .content .item:nth-child(2) {
    background: url(../images/pic_service_feature_2.png) no-repeat center center;
}

.feature .content .item:nth-child(3) {
    background: url(../images/pic_service_feature_3.png) no-repeat center center;
}

.feature .content .item:nth-child(4) {
    background: url(../images/pic_service_feature_4.png) no-repeat center center;
}

.feature .content .item h4 {
    font-size: 24px;
    margin-top: 27px;
}

.feature .content .item p {
    font-size: 16px;
    margin-top: 3px;
}

.seurity {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.seurity .center {
    padding: 50px 0;
}

.seurity .content {
    display: flex;
    justify-content: space-between;
}

.seurity .content .item {
    width: 390px;
    height: 160px;
    background: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 2px 7px #d1d1d1;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seurity .content .item:hover {
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.seurity .content .item .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.seurity .content .item .pic img {
    width: 100%;
    height: 100%;
}

.seurity .content .item .text {
    flex: 1;
    overflow: hidden;
    margin-left: 35px;
    text-align: left;
    color: #333;
}

.seurity .content .item .text h4 {
    font-size: 24px;
}

.seurity .content .item .text p {
    font-size: 16px;
    color: #333;
}

.seurity .content .item:hover h4 {
    color: #333;
}

.process {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f0;
    text-align: center;
}

.process .center {
    padding: 50px 120px;
}

.process .content {
    background: url(../images/pic_annuity_process.png) no-repeat center 56px;
    padding-top: 26px;
}

.process .item_h, .process .item_b {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.process .item_h .sub {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process .item_b .sub {
    flex: 1;
    text-align: center;
}

.process .item_h .sub .inner {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 140px;
    height: 140px;
    background: url(../images/icon_annuity_process_blue.png) no-repeat center center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.process .item_h .sub .inner:hover {
    background: url(../images/icon_annuity_process_orange.png) no-repeat center center;
}

.process .item_b .sub li {
    width: 240px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #4793f7;
    border-radius: 18.5px;
    font-size: 16px;
    margin: 9px auto 0;
}

.process_goAbroad {
    background: #fff;
}

.process_goAbroad .content {
    background: url(../images/pic_service_process.png) no-repeat center 56px;
    padding-top: 26px;
}

.process_goAbroad .item_h .sub .inner {
    background: url(../images/icon_annuity_process_orange.png) no-repeat center center;
}

.process_goAbroad .item_h .sub .inner:hover {
    background: url(../images/icon_annuity_process_blue.png) no-repeat center center;
}

.process_goAbroad .item_b .sub li {
    border: 1px solid #f9bf9c;
}

.postSale {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f5f5f5;
    text-align: center;
}

.postSale .center {
    padding: 50px 0;
}

.postSale .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.postSale .content .pic {
    width: 360px;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.postSale .content .pic img {
    width: 100%;
    height: 100%;
}

.postSale .content .main {
    flex: 1;
    height: 260px;
    overflow: hidden;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.postSale .content .main .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.postSale .content .main .item .icon {
    width: 70px;
    height: 70px;
    background: #e5e5e5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.postSale .content .main .item .text {
    flex: 1;
    margin-left: 20px;
    color: #333;
}

.postSale .content .main .item .text h4 {
    font-size: 20px;
    color: #4793f7;
}

.postSale .content .main .item .text p {
    margin-top: 5px;
    line-height: 24px;
}