@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;
}




.prolist {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.prolist_l {
    width: 930px;
}

.prolist_list_title {
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    font-size: 24px;
    color: #fff;
    background-color: #055ba8;
    margin-bottom: 2px;
}

.prolist_list_ct .prolist_list_item {
    margin-bottom: 2px;
    background-color: #ececeb;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.prolist_list_item>span {
    height: 100%;
    width: 160px;
    font-size: 16px;
    color: #000;
    transition: all .4s;
}

.prolist_list_item>i {
    height: 100%;
    width: 40px;
    text-align: center;
    font-size: 20px;
    color: #666;
}

.prolist_list_ct>a:hover {
    background-color: #055ba8;
}

.prolist_list_ct>a:hover span {
    color: #666;
}

.prolist_tel_txt {
    background-color: #055ba8;
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    align-items: center;
}

.prolist_tel_t {
    display: flex;
    align-items: center;
}

.prolist_tel_t>i {
    font-size: 30px;
    color: #fff;
    margin-right: 8px;
}

.prolist_tel_t>span {
    font-size: 14px;
    color: #fff;
}

.prolist_tel_b {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.prolist_r {
    width: 240px;
}




.newct_tltle_h {
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
    font-size: 28px;
    color: #000;
}

.newct_tltle_sj {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fe0629;
}

.newct_tltle_sj div {
    font-size: 12px;
    color: #909090;
}

.newct_tltle_sj a {
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #fe0629;
}

.newct_ct {
    margin-top: 15px;
}

.tuijian {
    margin-top: 30px;
    padding: 15px;
    background-color: #f5f5f5;
}

.tuijian_title {
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    color: #4b4a4a;
}

.tuijian_ct>a {
    border-top: 1px dashed #dbdbdb;
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tuijian_ct>a>h6,
.tuijian_ct>a>span {
    font-weight: 400;
    font-size: 14px;
    color: #4b4a4a;
}




.xiaoxi {
    margin-top: 20px;
}

.xiaoxi_shang {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.xiapoxi_tu {
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #a2a2a2;
    font-size: 14px;
    color: #fff;
}

.xiapoxi_zi {
    margin-left: 8px;
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #b5b5b5;
    padding: 5px 0;
}

.xiapoxi_zi>p,
.xiapoxi_zi>span {
    font-size: 14px;
    color: #4b4a4a;
}

.wq {
    margin-top: 25px;
    border-top: 1px solid #fe0629;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wq_link>a {
    margin: 0 5px;
}

.wq>a {
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #fe0629;
}