@charset "utf-8";
.insidebg {
    height: 435px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}










.breadcrumb {
    padding: 18px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eeeeee;
}

.breadcrumb1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}




.breadcrumb1 i {
    color: #fe0629;
    margin-right: 8px;
}

.breadcrumb2>a {
    font-size: 14px;
    color: #666;
}

.breadcrumb2>a:hover {
    color: #fe0629;
}

.breadcrumb2>a>i {
    font-size: 14px;
    color: #666;
    margin: 0 3px;
}

.breadcrumb2>a:last-child i {
    display: none;
}




.navtab {
    margin-top: 30px;
    display: flex;
}

.navtab>a {
    margin-right: 1px;
    flex: 1;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    font-size: 18px;
    color: #000;
    position: relative;
    transition: all .4s;
}

.navtab>a::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transition: all .4s;
}

.navtab>a:hover {
    background-color: #222b52;
    color: #fff;
}

.navtab>a:hover::before {
    display: block;
}




.lainxi_txt {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lainx_txt_h h3 {
    font-size: 30px;
    color: #222b52;
}

.lainx_txt_h h3 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #fe0629;
}

.lainx_txt_p p {
    font-size: 16px;
    color: #333;
}

.lainx_txt_img {
    margin-top: 10px;
}




.lxfs_top {
    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
    background-color: #f1f1f1;
}

.lxfs_bottom {
    background-color: #f1f1f1;
}

.lxfs_t {
    padding: 45px 0;
    display: flex;
    align-items: center;
}

.lxfs_t_txt {
    margin-left: 50px;
}

.lxfs_t_txt h6 {
    font-size: 24px;
    color: #222b52;
    font-weight: 400;
}

.lxfs_t_txt p {
    font-size: 14px;
    color: #767676;
}

.lxfs_b_box {
    display: flex;
    justify-content: space-between;
}
.lxfs_b_tel{padding: 50px 0;}
.lxfs_b_tel>h6 {
    border-left: 3px solid #fe0629;
    padding-left: 8px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.lxfs_b_tel div {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.lxfs_b_tel div>i {
    width: 34px;
    margin-right: 10px;
}

.lxfs_b_tel div>p {
    font-size: 16px;
    color: #333;
}

.lxfs_b_kf {
    width: 780px;
    overflow: hidden;
}

.lxfs_b_kf>img {
    width: 100%;
}




.map_box {
    margin-top: 20px;
}