.prod-head .main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}

.prod-main a {
    text-decoration: none;
}

.prod-head .main {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.prod-head .main .left {
    width: 844px;
    line-height: 2;
    margin-right: 10px;

}

.prod-head .main h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
}

.prod-head .main .left .cate_summary {
    font-size: 16px;
    color: #333333;
}

.prod-head .main .img-container {
    width: 346px;
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-head .main .img-container img {
    height: 100%;
}

.prod-tab {
    background: #f0f0f0;
    /* background: #FFFFFF; */
    /* border-bottom: 1px solid #d9d9d9; */
    box-shadow: 2px 0px 4px 0px rgba(171, 193, 255, 0.63);
    padding-top: 20px;
}

.prod-tab a {
    color: #333333;
    /* color: #fff; */
}

.prod-tab .main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* border: 1px solid #efefef; */
    /* border: 1px solid #B9C4DB; */
    background: #FAFAFA;
    /* background: #FFFFFF; */
}

.prod-tab .main a {
    width: 100%;
    /* padding: 25px 0; */
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    /* border: 2px solid #d9d9d9; */
    border: 1px solid #35586C;
    /* border-bottom: none; */
    background-color: #f0f0f0;
    /* box-shadow: 2px -2px 4px 0px rgba(171, 193, 255, 0.63); */
}

/* .prod-tab .main a:nth-of-type(1) {
    border-right: none;
} */

.prod-tab .main .act {
    /* background: #144B9C; */
    /* background: #35586C; */
    /* background: #FAFAFA; */
    background: #fff;
    /* color: white; */
    color: #333333;
    /* border-bottom: none; */
    /* box-shadow: none; */
    transform: scale(1.08);
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); */
}

.prod-tab .main #left {
    /* text-align: right; */
    /* padding-right: 300px; */
    text-align: center;
}

.prod-tab .main #right {
    /* text-align: left; */
    /* padding-left: 300px; */
    text-align: center;
}

.prod-tab .main .tab-item img {
    width: 40px;
    height: 34px;
    margin-right: 16px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #35586C;
}

.prod-main {
    background-color: #FAFAFA;
}

.prod-main .main {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.prod-main .list {
    display: flex;
}

.prod-main .list .left {
    width: 240px;
    margin-right: 47px;
    color: #0a0a0a;
}

.prod-main .list .left .first {
    width: 240px;
    margin-right: 47px;
    /* padding: 20px; */
    padding: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #35586C;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.prod-main .list .first a {
    color: #fff;
    text-decoration: none;
}

.prod-main .list .left .first span {
    float: right;
}

.prod-main .list .left .first .labe {
    display: inline-block;
    width: 168px;
    white-space: nowrap;
}

.prod-main .list .left .second {
    display: none;
}

.prod-main .list .second a {
    color: #333333;
    text-decoration: none;
}

.prod-main .list .left .second .item {
    cursor: pointer;
    width: 240px;
    margin-right: 47px;
    padding: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
}

.prod-main .list .left .second .act a {
    color: #35586C;
}

.card-box {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.card {
    padding: 46px;
    display: flex;
    align-items: center;
    background-color: #35586C;
    border-radius: 10px;
    width: 390px;
}

.card img {
    margin-right: 39px;
    width: 67px;
    height: 67px;
    background: #FFFFFF;
    border-radius: 50%;
}

.card .name {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.card .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}



.right .table .head {
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #35586C;
    border-radius: 10px 10px 0px 0px;
    /* padding: 22px; */
    padding: 12px;
}

.right .table .body .tr {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    background: white;
  padding: 12px;
}

.right .table .body .tr a {
    color: #333333;
}

.right .table .body .tr img {
    height: 150px;
}


.right .table .body .tr:nth-of-type(2n+2) {
    background: #ECF1FF;
}

.right .table .head .head-item {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.right .table .head .head-item.small {
    width: 25%;
}

.right .table .head .head-item.middle {
    width: 35%;
}

.right .table .head .head-item.long {
    width: 40%;
}

.right .table .body .tr .td {
    padding: 12px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.right .table .body .tr .td.small {
    width: 25%;
}

.right .table .body .tr .td.middle {
    width: 35%;
}
.right .table .body .tr .td.long {
    width: 40%;
}