@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;
    text-align: center;
    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: #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;
}




.particulars_t {
    padding: 14px 18px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.particulars_swiper {
    width: 398px;
}

.particulars_pagination.swiper-pagination {
    padding-right: 10px;
    text-align: right;
    color: #055ba8;
}

.particulars_next::after,
.particulars_prev::after {
    color: #055ba8;
}

.particulars_ttxt {
    width: 459px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.particulars_ttxt_ct{padding-top: 40px; }
.particulars_ttxt_ct h6 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.particulars_ttxt_ct pre {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
	font-family: "微软雅黑";
	width:459px; height:200px; border:1px solid red;
	
}
.particulars_ttxt_ct  p{ padding:4px; font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
	font-family: "微软雅黑";
	}
	
.particulars_ttxt_tel {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 2px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.particulars_ttxt_telb {
    display: flex;
    align-items: center;
}

.particulars_telb_tx {
    margin-left: 8px;
}

.particulars_telb_tx h6,
.particulars_telb_tx p {
    font-size: 18px;
    font-weight: 700;
    color: #055ba8;
}

.particulars_zx {
    display: flex;
    align-items: center;
}

.particulars_zx>div {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.particulars_zx>div .txtu {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.particulars_zx .particulars_zx_wx {
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.particulars_zx_wxdw {
    display: none;
    position: absolute;
    top: 40px;
    transform: translateX(-30%);
    width: 140px;
}

.particulars_zx .particulars_zx_wx:hover .particulars_zx_wxdw {
    display: block;
}




.particulars_b {
    margin-top: 30px;
}

.particulars_b_title {
    padding-left: 60px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #055ba8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	font-weight: 700;
}

.particulars_b_ct {
    padding: 20px 0;
}
.particulars_b_ct p strong{font-size: 18px; font-weight: 700; color: #055ba8; margin-bottom: 10px; display: block;}
.particulars_b_ct p img{padding: 10px 0;}
.particulars_b_ct table {
    width: 100% !IMPORTANT;
    border: 1px solid #c7c7c7 !IMPORTANT;
    border-collapse: collapse !IMPORTANT;
    font-size: 14PX !IMPORTANT;
    color: #666;
    margin: 0 auto;
    word-break: break-all;
    word-wrap: break-word;
}
.particulars_b_ct table td {
    border: 1px solid #c7c7c7 !IMPORTANT;
    padding: 5px !IMPORTANT;
    text-align: center;
}


.rec {
    margin-top: 30px;
}

.rec_t {
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #dfdfdf;
}

.rec_t1 {
    height: 48px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #fe0629;
}

.rec_t1 img {
    margin-right: 18px;
}

.rec_t1 span {
    font-size: 24px;
    color: #000;
}

.rec_t2 {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}

.rec_b {
    margin-top: 30px;
    display: flex;
}

.rec_b>a {
    width: 220px;
    border: 1px solid #dfdfdf;
    margin-right: 12px;
    transition: all .4s;
}

.rec_b>a:hover {
    border: 1px solid #055ba8;
}

.rec_b_txt {
    padding: 10px 0;
	background: #EEE;
}

.rec_b_txt h6 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    transition: all .4s;
	    text-align: center;
}

.rec_b>a:hover h6 {
    color: #055ba8;
}

.rec_b_txt P {
    width: 100%;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}