@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: 240px;
}

.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_item>i:hover{color: #fff;}
.prolist_list_ct>a:hover {
    background-color: #055ba8;
}

.prolist_list_ct>a:hover span {
    color: #fff;
}

.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: 930px;
}

.prolist_r_tlele {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}

.prolist_r_tlele>h6 {
    height: 100%;
    border-bottom: 3px solid #fe0629;
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.prolist_r_item {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.prolist_r_item>.prolist_ritem {
    width: 298px;
    margin-right: 12px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    transition: all .4s;
}

.prolist_ritem_txt {
    padding: 12px 20px;
	 background: #eee;
}

.prolist_ritem_txt h6 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    transition: all .4s;
	text-align: center;
}

.prolist_ritem_txt p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.prolist_r_item>.prolist_ritem:hover {
    border: 1px solid #055ba8;
}

.prolist_r_item>.prolist_ritem:hover .prolist_ritem_txt>h6 {
    color: #055ba8;
}




.page {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}