@charset "utf-8";
.insidebg {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 搜索 */


/* 
.search {
    background-color: #f2f2f2;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.search_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_box_l {
    display: flex;
    align-items: center;
}

.search_box_l span {
    color: #000000;
    font-size: 14px;
}

.search_box_l a {
    margin: 0 5px;
}

.search_box_r {
    display: flex;
    align-items: center;
}

.search_box_r input {
    width: 170px;
    height: 35px;
    border-radius: 17px 0 0 17px;
    border: 1px solid #cfcfcf;
    color: #7b7b7b;
    padding-left: 20px;
    font-size: 14px;
}

.search_box_r a {
    width: 44px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0 17px 17px 0;
    background-color: #2c3e6f;
    color: #fff;
}

.search_box_r a i {
    font-size: 24px;
} */


/* 面包屑导航 */

.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::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #fe0629;
    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: #2c3e6f;
    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: #2c3e6f;
}

.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: #2c3e6f;
    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: 577px;
    overflow: hidden;
}

.lxfs_b_kf>img {
    width: 100%;
}


/* 地图 */

.map_box {
    margin-top: 20px;
}