.product_type.swiper_tit {
    left: 40%;
}
.container {
    color: #000;
}
.e_title {
    color: rgba(167, 214, 254, .6);
}
.c_title {
    font-size: 24px;
    padding-top: 5px;
}
.pro_line {
    width: 48px;
    height: 6px;
    margin: 5px auto 40px;
    border-radius: 2px;
    background-color: #a7d6fe;
}
.pro_seach {
    background-color: #e8f1f8;
    
}
.search_area {
    padding-left: 30px;
    padding-bottom: 20px;
}
.search_tit {
    background-color: #4088c8;
    color: #fff;
    line-height: 30px;
    padding-left: 30px;
    font-size: 12px;
}
.search_tips {
    line-height: 30px;
    font-size: 12px;
}
.search_case input {
    width: 40%;
    height: 24px;
    border: none;
    font-size: 12px;
}
.search_case button {
    border: none;
    color: #fff;
    border-radius: 2px;
    background-color: #4088c8;
    font-size: 12px;
    width: 70px;
    height: 24px;
}
.category_tit {
    font-size: 12px;
}

.pro_name {
    font-weight: 700;
    color: #0257aa;
}

.pro_list .pro_item {
    margin-bottom: 20px;
}
.pro_item a {
    color: #afc9df;
}
.pro_item a:hover {
    color: #0056b3;
}
.category-item a::before {
    border: none;
}

.category-item a {
    padding: 0 !important;
    border: none !important;
}
.line-left {
    position: absolute;
    width: 1px;
    height: 100%;
    left: -7.5px;
    background-color: #dbdbdd;
}
.line-right {
    position: absolute;
    width: 1px;
    height: 100%;
    right: -7.5px;
    background-color: #dbdbdd;
}
.pro_swiper_box.swiper {
    /* width: 100px; */
    height: auto;
    margin-bottom: 60px;
}
.pro_swiper_item.swiper-slide .content_box{
    border: 3px solid #c9c9c9;
    margin: 12px;
}
.pro_swiper_item.swiper-slide img {
    /* width: 582px;
    height: 400px; */
}
.pro_next {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.pro_prev {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 999;
}
.pro_next img,
.pro_prev img {
    width: 50%;
    cursor: pointer;
}
.pro_detail_item {
    display: flex;
    /* align-items: center; */
    align-items:stretch;
    border: 1px solid #c9e5fd;
    background-color: #c9e5fd;
    margin-bottom: 10px;
}
.pro_detail_title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 20%;
    font-weight: 400;
    text-align: center;
    padding: 40px 20px;
}
.lianxi {
    justify-content: space-between;
}
.lianxi span {
    display: inline-block;
    margin-bottom: 10px;
}
.pro_detail_content{
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 40px;
    background-color: #fff;
    white-space:pre-wrap;
}