/* 导航barren */
.banner {
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    box-sizing: border-box;
}
.swiper_index_banner {
    width: 100%;
    height: 400px;
}
.swiper_index_banner img {
    width: 100%;
    height: 100%;
}
.banner_cont {
    position: absolute;
    padding: 10px;
    text-align: left;
    height: 420px;
    top: 90px;
    left: 16%;
    z-index: 1000;
}
.banner_title {
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.1em;
    color: #333333;
}
.banner_cont_blue_size {
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 2.2em;
    color: #3476fe;
    margin: 16px 0px 26px 0px;
}
.banner_info p {
    font-family: MiSans;
    font-weight: 400;
    color: #505050;
    line-height: 26px;
}
.banner_cont_btn {
    margin-top: 20px;
    line-height: 20px;
    border-radius: 30px;
    width: 50%;
    line-height: 30px;
    cursor: pointer;
}

/* 将指示点的形状改为方形 */
.swiper-pagination {
    width: 240px !important;
    height: 10px !important;
    bottom: 110px !important;
    left: 16% !important;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 36px; /* 设置宽度 */
    height: 3px; /* 设置高度 */
    display: inline-block;
    background: #ccc; /* 设置背景颜色 */
    margin: 0 5px; /* 设置外边距 */
    border-radius: 0;
}
/* 当指示点被激活时改变其样式 */
.swiper-pagination .swiper-pagination-bullet-active {
    background: #195ffe; /* 设置激活状态下的背景颜色 */
}

.index_card_box {
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    overflow: hidden;
    position: relative;
    top: -40px;
    display: flex;
}

.index_card {
    width: 30%;
    background: linear-gradient(to bottom, #e5f1ff, #ffffff);
    border-radius: 6px;
    margin-left: 10px;
    text-align: left;
    padding: 4px 4px 4px 10px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    padding: 10px;
}
.index_card h3 {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.3em;
    color: #0f0f0f;
    line-height: 2.1em;
}
.index_card p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1em;
    color: #666666;
}
.more_gd {
    width: 36px !important;
    text-align: center !important;
    color: #666666;
    font-family: MiSans;
    font-weight: 400;
}
.business_container {
    width: 100%;
    background: url(../images/business_back.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.business_back {
    width: 70%;
    margin: 0 auto;
    background-size: 100% 100%;
    text-align: center;
}
.business_box {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}
.business_box h2 {
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 2em;
    color: #333333;
}
.business_box p {
    margin: 20px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.4em;
    color: #525252;
    text-align: center;
}
.card_box {
    display: flex;
    justify-content: center; /* 水平居中 */
}
.card_right_img {
    width: 36px;
    height: 36px;
    margin-top: 24px;
}
.business_box img:nth-child(odd) {
    width: 80%;
}

.strength_container {
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}
.strength_cont {
    width: 70%;
    font-size: 1.3em;
    padding: 30px 0px;
    margin: 0 auto;
}
.strength_cont h2 {
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 2em;
    color: #333333;
    margin: 30px 0px 20px 0px;
}
.strength_cont p {
    margin: 20px 0px;
}
.index_img_box {
    position: relative;
    width: 500px;
    height: 330px;
    margin: 0 auto;
}
.index_img {
    width: 100%;
}
.strength_icon {
    position: absolute;
    width: 50px;
    z-index: 100;
}
.position_icon1 {
    left: 8px;
    top: 120px;
}
.position_icon2 {
    left: 136px;
    top: 4px;
}
.position_icon3 {
    left: 306px;
    top: 4px;
}
.position_icon4 {
    left: 442px;
    top: 120px;
}
.pos_text1 {
    left: -232px;
    top: 188px;
}
.pos_text2 {
    left: -140px;
    top: 50px;
}
.pos_text3 {
    left: 424px;
    top: 50px;
}
.pos_text4 {
    left: 490px;
    top: 188px;
}
.huan_text {
    width: 240px;
    position: absolute;
    z-index: 100;
    font-family: MiSans;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}
.strength_img_info {
    width: 100%;
    padding: 30px 20% 10px 20%;
    background: #e1efff;
    border-radius: 2px;
    box-sizing: border-box;
}
.strength_img_info_line {
    height: 0;
    border-top: 1px dashed #333;
    text-align: center;
}
.strength_img_info_text {
    position: relative;
    top: -8px;
    background-color: #e1efff;
    padding: 3px 14px;
}
.strength_img_info_btn {
    width: 30%;
    padding: 5px;
    background-color: #195ffe;
    border-radius: 30px 30px;
    color: #ffffff;
    font-size: 1.1em;
    margin: 30px auto;
    cursor: pointer;
}
.strength_box_card {
    font-size: 1.2em;
    margin-top: 40px;
    overflow: hidden;
}
.strength_box_card ul {
    display: flex;
}
.strength_box_card ul li {
    width: 30%;
    float: left;
    margin-left: 3%;
    padding: 10px 8px;
    box-sizing: border-box;
}
.strength_box_card h3 {
    margin: 10px;
}
.strength_box_card p {
    font-size: 0.9em;
    line-height: 26px;
    text-align: left;
}
.strength_box_back1 {
    margin-left: 0px;
    background: url(../images/strength_box_back1.png) no-repeat;
    background-size: 100% 100%;
}
.strength_box_back2 {
    background: url(../images/strength_box_back2.png) no-repeat;
    background-size: 100% 100%;
}
.strength_box_back3 {
    background: url(../images/strength_box_back3.png) no-repeat;
    background-size: 100% 100%;
}
.give_service_back {
    width: 100%;
    background: url(../images/give_back.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    box-sizing: border-box;
}
.give_service_cont {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.give_service_cont h2 {
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin: 30px;
}
.give_service_cont p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.4em;
    color: #525252;
}
.give_title_list_box {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #e5f1ff 0%, #ffffff 50%, #e5f1ff 100%);
    border-radius: 2px;
    margin: 30px 0px;
}
.give_title_list_box ul li {
    width: 14%;
    height: 40px;
    float: left;
    line-height: 40px;
    cursor: pointer;
}
.give_li_back {
    background: linear-gradient(-88deg, #3b97ff 0%, #1c69ff 48%, #33ceff 100%);
    border-radius: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.list_img_box {
    position: relative;
}
.list_img_box img {
    position: absolute;
    width: 22px;
}
.list_img_box img:nth-child(1) {
    left: 10px;
    top: 10px;
}
.list_img_box img:nth-child(2) {
    left: 10px;
    top: 10px;
}
.give_title_list_box_cont {
    width: 100%;
    overflow: hidden;
}
.give_title_list_box_cont ul {
    display: flex;
}
.give_title_list_box_cont ul li {
    width: 30%;
    background: linear-gradient(0deg, #e5efff 0%, #ffffff 100%);
    border-radius: 10px;
    font-size: 0.9em;
    border: 2px solid #fefeff;
    float: left;
    margin-left: 3%;
}
.give_title_list_box_cont ul li:first-child {
    margin-left: 0px;
}
.give_title_list_box_cont img {
    margin: 20px;
}
.give_title_list_box_cont h3 {
    margin-bottom: 20px;
}
.give_title_list_box_cont p {
    font-family: MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    padding: 10px;
}
.give_title_btn {
    width: 33%;
    background: #f5f9ff;
    border-radius: 10px;
    border: 2px solid #ffffff;
    color: #3476fe;
    margin: 40px auto;
    cursor: pointer;
    padding: 10px;
}
.evaluate_back {
    width: 100%;
    overflow: hidden;
}
.evaluate_cont {
    width: 70%;
    height: 500px;
    margin: 0 auto;
    background: url(../images/evaluate_back.png) no-repeat;
    background-size: 100%;
}
.evaluate_cont img {
    margin-top: 60px;
}
.evaluate_cont h2 {
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 2em;
    color: #333333;
    margin: 50px 0px 20px 0px;
}
.evaluate_cont p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.6em;
    color: #525252;
    margin: 20px;
}
.evaluate_cont h3 {
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.9em;
    margin: 30px 0px;
    color: #3476fe;
}

.evaluate_cont ul li {
    width: 24%;
    float: left;
}
.evaluate_cont ul li:nth-child(2) {
    width: 50%;
    float: left;
}

.delay0 {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s; /* Safari 和 Chrome */
}
.delay1 {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s; /* Safari 和 Chrome */
}
.delay2 {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s; /* Safari 和 Chrome */
}
