/* banner样式 */

.banner_one {
    background: url(/template/home/default/img/pic_banner1.png) no-repeat center center;
    width: 100%;
    height: 440px;
    margin: 0 auto;
    /* padding-top: 152px; */
}

.banner_two {
    background: url(/template/home/default/img/pic_banner2.png) no-repeat center center;
}

.banner_three {
    background: url(/template/home/default/img/pic_banner3.png) no-repeat center center;
}

.banner_one_content {
    width: 624px;
}

.banner_one_text {
    background: url(/template/home/default/img/label.png) no-repeat;
    width: 300px;
    height: 63px;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    font-size: 29px;
}

.banner_one_title {
    margin-top: 151px;
    font-size: 32px;
    color: #333;
}

.banner_one_line {
    width: 90px;
    height: 5px;
    margin-top: 20px;
    background-color: #2E65FF;
}

.banner_one_tip {
    width: 500px;
    margin-top: 20px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}


/* 首页我们的产品样式 */

.our_product {
    margin: 100px 0 89px;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.our_product_list {
    width: 1100px;
    margin-bottom: 79px;
    overflow: hidden;
}

.our_product_tab {
    width: 1280px;
    border-bottom: 1px solid #F0F4FF;
    padding-bottom: -1px;
}

.our_product_tab ul li:hover {
    color: #1A71FF;
}

.our_product_tab ul li.actived {
    color: #1A71FF;
    border-bottom: 4px solid #3776FD;
    padding-bottom: 25px;
}

.our_product_tabcon ul li {
    display: none;
}


/* 我们的荣誉样式 */


/* 联系我们样式 */

.contact_us_title {
    color: #333;
}

.contact_us_list {
    margin: 80px auto;
    overflow: hidden;
}

.contact_us_list ul li {
    /* float: left;
    margin: 0 28px; */
    padding: 41px 30px 41px 22px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.contact_us_list ul li:last-child {
    margin-right: 0;
}

.contact_us_list ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.contact_us_title {
    margin-top: 20px;
    color: #333;
    font-size: 30px;
}

.contacuus_text_default {
    display: inline-block;
    width: 130px;
    white-space: wrap;
    color: #333;
    font-size: 18px;
}

.contacuus_text_default a {
    color: #333;
}

.contacuus_text_default a:hover {
    color: #2568F1;
}

.contacuus_text_actived {
    color: #2568F1;
}

.contacu_us_mt30,
.contacu_us_address {
    margin-top: 30px;
}

.contacu_us_mt15 {
    margin-top: 15px;
}


.newindex_icon {
    display: inline-block;
    width: 26px;
}

.newindex_icon img {
    width: 100%;
}

/* 合作伙伴样式 */

.partner_wrap {
    width: 100%;
    background-color: #F4F5FA;
    padding-bottom: 100px;
    overflow: hidden;
}

.partner_list {
    margin-top: 80px;
    display: flex;
    flex-flow: row wrap;
}

.partner_list ul li {
    float: left;
    width: 184px;
    height: 106px;
}

.partner_list ul li img {
    border: 1px solid #ECECEC;
    border-bottom: 0;
}

.partner_list ul li:nth-child(1) img,
.partner_list ul li:nth-child(2) img,
.partner_list ul li:nth-child(3) img,
.partner_list ul li:nth-child(4) img,
.partner_list ul li:nth-child(5) img,
.partner_list ul li:nth-child(6) img {
    border-top: 0;
}

.partner_list ul li:nth-child(1) img,
.partner_list ul li:nth-child(7) img {
    border-left: 0;
}

.partner_list ul li:nth-child(6) img,
.partner_list ul li:nth-child(12) img {
    border-right: 0;
}

.partner_list ul li:last-child {
    margin-right: 0;
}

.partner_hover {
    width: 230px;
    height: 100px;
    box-shadow: 0px 0px 10px #888;
}


/* 20211020新增样式 */

.our_product_tab ul li {
    float: left;
    /* margin: 0 110px 0 70px; */
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.f_wrap_new {
    width: 1100px;
    margin: 0 auto;
}

.safenumber_wrap {
    margin-top: 110px;
    overflow: hidden;
    /* display: flex; */
}

.safenumber_right {
    float: left;
    width: 450px;
    margin-right: 90px;
}

.safenumber_left {
    float: left;
}

.safenumber_title {
    margin-top: 10px;
    color: #333;
    font-size: 28px;
}

.safenumber_text {
    width: 560px;
    margin-top: 25px;
    color: #333;
    font-size: 14px;
    line-height: 32px;
}

.index_circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #2E65FF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

.index_circle_text {
    font-size: 14px;
    color: #333;
}

.our_honour_wrap {
    background-color: #F5F7FB;
    overflow: hidden;
}

.our_honour_title {
    padding-top: 80px;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.our_honour_list {
    width: 1000px;
    margin: 80px auto;
    padding: 30px 50px 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.our_honour_list ul li {
    float: left;
    margin: 0 67px 30px;
    text-align: center;
}

.our_honour_list ul li:nth-last-child {
    margin-right: 0;
}

.our_honour_list ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.our_honour_text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

.our_honour_list ul li.our_honour_line {
    height: 75px;
    width: 1px;
    background-color: #ECECEC;
}

.index_swhz {
    color: #333;
    font-size: 18px;
}

.index_telphone {
    margin-top: 23px;
    color: #666;
    font-size: 14px;
}

.new_our_honourimg {
    width: 60px;
    margin: 0 auto;
}

.new_our_honourimg img {
    width: 100%;
}



/* .footer_phone_img {
    display: inline-block;
    width: 30px;
}

.footer_phone_img img {
    width: 100%;
}

.footer_mail_img {
    display: inline-block;
    width: 16px;
}

.footer_mail_img img {
    width: 100%;
} */
.online_recharge{
    width: 122px;
    height: 40px;
    background: #2E65FF;
    border-radius: 29px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.online_recharge div{
    width: 55%;
    font-size: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin: auto;
}
.online_recharge img{
    width: 19px;
    margin: auto;
    margin-right: -13px;
}