@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;
}

.annuityIntro {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f6f8fb;
    text-align: center;
    padding: 50px 0;
}

.annuityIntro p {
    line-height: 2;
    padding: 0 145px;
}

.transact {
    width: 100%;
    background: #fff;
}

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

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

.transact .content .item {
    flex: 1;
    height: 349px;
    padding: 30px 30px 0;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.transact .content .item:hover {
    box-shadow: 0 0 5px #91befa;
}

.transact .content .item h4 {
    font-size: 20px;
    font-weight: bold;
}

.transact .content .item .time {
    display: inline-block;
    line-height: 1.6;
}

.transact .content .item .btns {
    display: none;
}

.transact .content .item .btns a {
    display: inline-block;
    width: 116px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 3px;
}

.transact .content .item .resBtn {
    background: -webkit-linear-gradient(top, #589cf5, #1560c2);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #589cf5, #1560c2);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #589cf5, #1560c2);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #589cf5, #1560c2);
    /* IE 10 */
    background: linear-gradient(top, #589cf5, #1560c2);
    /* 标准语法 */
}

.transact .content .item .consulBtn {
    background: -webkit-linear-gradient(top, #f58b4d, #e36820);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #f58b4d, #e36820);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #f58b4d, #e36820);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #f58b4d, #e36820);
    /* IE 10 */
    background: linear-gradient(top, #f58b4d, #e36820);
    /* 标准语法 */
}

.transInfo {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f6f8fb;
}

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

.transInfo .transInfo_l {
    width: 800px;
    height: 456px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transInfo .info {
    width: 100%;
    height: 300px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 40px;
}

.transInfo .info .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.transInfo .info .item {
    width: 220px;
    height: 84px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 18px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.transInfo .info .item:hover {
    border: none;
    box-shadow: 0 0 5px #91befa;
}

.transInfo .chance {
    width: 100%;
    height: 130px;
}

.transInfo .counter {
    width: 350px;
    height: 456px;
    background: #fff;
    box-shadow: 2px 2px 5px #d3d3d3;
    padding: 45px 35px 0;
    text-align: center;
}

.transInfo .counter .inside_title_s h2 {
    background: url(../images/icon_annuity_transInfo_counter.png) no-repeat left center/22px;
    line-height: 29px;
}

.transInfo .counter .layui-form-item {
    margin-bottom: 12px;
    position: relative;
}

.transInfo .counter .star {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 16px;
    line-height: 45px;
    color: #e31e1e;
}

.transInfo .counter .yuan {
    position: absolute;
    z-index: 2;
    right: 20px;
    line-height: 40px;
    color: #666;
}

.transInfo .counter .layui-form-select dl dd.layui-this {
    background-color: #ccc;
}

.transInfo .counter .layui-input, .layui-select {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 50px;
}

input::-webkit-input-placeholder {
    color: #808080;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
}

.transInfo .counter .layui-btn {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    background: -webkit-linear-gradient(top, #f58b4d, #e36820);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #f58b4d, #e36820);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #f58b4d, #e36820);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #f58b4d, #e36820);
    /* IE 10 */
    background: linear-gradient(top, #f58b4d, #e36820);
    /* 标准语法 */
}

.transInfo .counter .explain {
    color: #666;
    line-height: 1.6;
}

.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 .item_b .sub li a {
    color: #333;
}

.process .item_b .sub li a:hover {
    color: #333;
}

.seurity {
    width: 100%;
    background: #fff;
}

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

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

.seurity .content .item {
    width: 210px;
    height: 353px;
    padding: 40px 30px 0;
    text-align: center;
    color: #333;
    box-shadow: 0 2px 5px #d1d1d1;
    cursor: pointer;
}

.seurity .content .item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

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

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

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

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

.seurity .content .item:nth-child(5) .icon {
    background: url(../images/icon_annuity_seurity_5.png) no-repeat center center;
}

.seurity .content .item h3 {
    font-size: 20px;
    color: #000;
}

.seurity .content .item hr {
    width: 90px;
    height: 1px;
    background: #2577e3;
    border: none;
    margin: auto;
}

.seurity .content .item p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.seurity .content .item:hover {
    background: -webkit-linear-gradient(to top, #3086f8, #1661c4);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, #3086f8, #1661c4);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, #3086f8, #1661c4);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(to top, #3086f8, #1661c4);
    /* IE 10 */
    background: linear-gradient(to top, #3086f8, #1661c4);
    /* 标准语法 */
    box-shadow: 0 2px 5px #91befa;
}

.seurity .content .item:hover h3, .seurity .content .item:hover p {
    color: #fff;
}

.seurity .content .item:hover hr {
    background: #fff;
}

.seurity .content .item:first-child:hover .icon {
    background: url(../images/icon_annuity_seurity_1_hover.png) no-repeat center center;
}

.seurity .content .item:nth-child(2):hover .icon {
    background: url(../images/icon_annuity_seurity_2_hover.png) no-repeat center center;
}

.seurity .content .item:nth-child(3):hover .icon {
    background: url(../images/icon_annuity_seurity_3_hover.png) no-repeat center center;
}

.seurity .content .item:nth-child(4):hover .icon {
    background: url(../images/icon_annuity_seurity_4_hover.png) no-repeat center center;
}

.seurity .content .item:nth-child(5):hover .icon {
    background: url(../images/icon_annuity_seurity_5_hover.png) no-repeat center center;
}

.wiki {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #f0f0f0;
}

.wiki .center {
    padding: 50px 0 70px;
}

.wiki .content .path_l {
    width: 580px;
    height: 294px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.wiki .content .path_l img {
    width: 286px;
    height: 294px;
}

.wiki .content .path_l .main {
    flex: 1;
    padding: 35px 20px;
    color: #333;
    overflow: hidden;
}

.wiki .content .path_l .main h3 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wiki .content .path_l .main .date {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.wiki .content .path_l .main .desc {
    margin-top: 25px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.wiki .content .path_l .main .layui-btn {
    width: 97px;
    height: 30px;
    line-height: 30px;
    background: #2577e3;
    box-shadow: 0 2px 7px #91befa;
    margin-top: 25px;
}

.wiki .content .path_r {
    width: 580px;
    height: 294px;
}

.wiki .content .path_r .item {
    width: 580px;
    height: 66px;
    margin-bottom: 10px;
}

.wiki .content .path_r .item a {
    display: flex;
    align-items: center;
    height: 100%;
    background: #fff;
    padding: 0 30px;
}

.wiki .content .path_r .item a .date {
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666;
}

.wiki .content .path_r .item a .day {
    font-size: 28px;
    line-height: 28px;
}

.wiki .content .path_r .item a .month {
    font-size: 12px;
    margin-top: 2px;
}

.wiki .content .path_r .item a .text {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    color: #333;
}

.wiki .content .path_r .item a h4 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wiki .content .path_r .item a .more {
    color: #999;
    margin-top: 8px;
}

.wiki .content .path_r .item a:hover {
    box-shadow: 0 3px 10px #91befa;
}

.wiki .content .path_r .item a:hover .day, .wiki .content .path_r .item a:hover h4, .wiki .content .path_r .item a:hover .more {
    color: #2577e3;
}