.home_head_li {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    line-height: 54px;
}

.home_head {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25%;
    width: 100%;
}

.home_head div {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.home_head div,
.home_head div:visited {
    color: #000000;
    font-weight: normal;
    width: 100px;
    position: relative;
    line-height: 40px;
}

.home_head div::before,
.home_head div:visited::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.home_head div:hover::before,
.home_head div:visited:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.cndns-right {
    /*position: absolute;*/
    /*right: 8%;*/
    /*top: 200px;*/
    /*z-index: 100;*/
    margin-left: 6%;
    width: 466px;
    height: 304px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 23px;
    text-align: center;
}

.shop_login_title {
    font-size: 25px;
    font-weight: bold;
    color: #1C5CDE;
}

.shop_login_form {
    padding: 0 50px;
}

.shop_login_ul {
    margin-top: 30px;
}

.shop_login_li {
    height: 44px;
    background-color: #EEEEEE;
    border-radius: 12px;
}

.home_content_banner_li {
    width: 298px;
    text-align: center;
    color: #FFFFFF
}

.home_content_banner_li_img {
    width: 65px;
    height: 65px;
}

.home_content_banner_li_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.home_content_banner_li_fu_title {
    width: 200px;
    height: 34px;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
}

.home_content_pain_spot {
    background: url(../image/index/tongdianbackground.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow: auto;
    height: 743px
}

.home_content_yizhan {
    height: 1022px;
    background-color: #FFFFFF;
}

.home_content_title_ul {
    display: flex;
    justify-content: center;
    font-size: 52px;
    margin-top: 48px;
    margin-bottom: 30px;
    font-weight: bold
}

.home_index_content_qiye_li {
    padding: 0 20px;
}

.home_content_title_li_l {
    color: #1C5CDE;
    padding-left: 10px;
}

.home_xitong {
    height: 935px;
    width: 100%;
}

.home_content_heyue {
    height: 895px;
}

.home_content_heyuefu_ul {
    width: 207px;
    height: 175px;
    background: #FFFFFF;
    border: 1px solid #1C5CDE;
}

.home_content_heyuefu_li_img {
    width: 70px;
    height: 70px;
    margin: 24px 66px 21px 66px;
}

.home_content_heyuefu_li_text {
    height: 39px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    padding: 0 25px 0 25px;
    text-align: center;
}

.home_content_heyuefu_ul_b {
    width: 207px;
    height: 46px;
    background: #1C5CDE;
    line-height: 46px;
    margin-top: 9px;
    color: #FFFFFF;
    font-size: 21px;
    text-align: center;
}

.home_content_qiye {
    background: url(../image/index/qiyebackground.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow: auto;
    /* height: 931px; */
}

.home_content_qiye_img {
    width: 160px;
    height: 160px;
    margin-top: 50px;
}

.home_content_qiye_text {
    margin-top: 27px;
    text-align: center;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #1C5CDE;
    line-height: 24px;
}

.footer {
    height: 300px;
    background-color: #1C5CDE;
    width: 100%;
}

.footer_dizhi {
    font-size: 23px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 43px;
}

.footer_phone {
    font-size: 33px;
    font-weight: normal;
}

.home_yizhan_text {
    font-size: 17px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 26px;
    margin-top: 20px;
}

.home_yizhan_title {
    width: 251px;
    font-size: 24px;
    font-weight: bold;
    color: #1C5CDE;
    line-height: 26px;
}

.hone_content_pinpai {
    width: 100%;
}