.cpys{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpys>div{
    width: 596px;
    height: 108px;
    box-sizing: border-box;
    display: flex;
    padding-top:15px;
    padding-left: 28px;
    border:1px solid #f9f9f9;
    margin-bottom:10px;
    transition: 0.3s;
    background:white;
}
.cpys>div:hover{
    box-shadow: 0px 5px 12px 0px rgba(213, 213, 213, 0.25);
}
.cpys>div>div{
    margin-left: 25px;
}
.cpys>div>div>div:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.cpys>div>div>div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top:13px;
}
.pzBox{
    width: 1200px;
    height: 216px;
    box-sizing: border-box;
    border:1px solid #f9f9f9;
    transition: 0.3s;
    margin-bottom:20px;
}
.pzBox:hover{
    box-shadow: 0px 5px 10px 0px rgba(213, 213, 213, 0.15);
}
.pzTitle{
    background:url("../../images/gpu/cbh_title.png") no-repeat center;
    background-size: cover;
    width: 1200px;
    height: 78px;
    box-sizing: border-box;
    padding-top:20px;
    padding-left:23px;
}
.pzTitle>div:first-child{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    display: flex;
    align-items: center;
}
.pzTitle>div:first-child span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-left:20px;
}
.pzTitle>div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.pzBody{
    box-sizing: border-box;
    padding:28px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jgSymbol{
    font-size: 12px;
    color:#C7000B;
}
.jgZs{
    color:#C7000B;
    font-size: 30px;
    margin-left:-8px;
}
.jgXs{
    font-size: 14px;
    color:#C7000B;
    margin-left:-6px;
}
.jgDw{
    font-size: 12px;
    color:#444444;
    margin-left:-4px;
}
.pzBody>div:first-child{
    display: flex;
}
.pzBody>div:first-child>div{
    margin-right: 40px;
}
.pzBody>div:first-child>div:last-child{
    margin-right: 0;
}
.pzType{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom:20px;
}
.pzDesc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    line-height: 24px;
    /*width: 150px;*/
}
.jgBox{
    display: flex;
    align-items: center;
}
.jgBox>div{
    margin-right: 26px;
}
.tjtc{
    display: flex;
}
.tjtc>div{
    width: 400px;
    height: 259px;
    background: white;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 5px #f3f3f3;
    padding-top:34px;
    padding-left:25px;
    padding-right:25px;
}
.tjtc>div:hover{
    background-image: url("../../images/gpu/tjtc_hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 20px #acacac;
}
.tjtc>div:hover .yfwqBtn{
    background:#C7000B;
}
.yfwqBtn a{
    font-weight: bold;
}
.tjtc>div:hover .yfwqBtn>a{
    color:white;
}
a{
    text-decoration: none;
}
.viewDetail{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}
.tjTit{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.tjDesc{
    height: 70px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    margin-top:24px;
}
.yfwqBtn {
    bottom: 0;
    position: absolute;
    height: 54px;
    width: 100%;
    box-shadow: 0 0px 10px #efefef;
    left: 0;
}
.tjjgA{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gnmsTitle{
    display: flex;
    justify-content: space-between;
}
.gnmsTitle>div{
    box-sizing: border-box;
    padding-left:24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 395px;
    height: 102px;
    border:1px solid #F5F5F5;
    background:white;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    cursor: pointer;
}
.gnmsTitle>div>div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top:10px;
}
.gnmsTitle>div.active{
    box-shadow: 0px 4px 10px 0px rgba(213, 213, 213, 0.15);
}
.gnmsTitle>div.active>div:first-child{
    color:#C7000B;
}
.gnmsBody{
    display: flex;
    justify-content: space-between;
    margin-top:26px;
}
.gnmsBody>div{
    box-sizing: border-box;
    padding:0 24px;
}
.gnmsBody>div>div:first-child{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.gnmsBody>div>div>span{
    font-weight: normal;
    color:#C7000B;
    margin-right:6px;
}
.gnmsBody>div>div:last-child{
    margin-top:16px;
    width: 355px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.cjHead{
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
.cjHead>div{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2D3241;
    cursor: pointer;
    padding-bottom:15px;
    z-index: 2333;
}
.cjHead>div:nth-child(2){
    margin-left:40px;
}
.cjHead>div.on{
    border-bottom:3px solid #C7000B;
}
.cjHead>div:hover{
    color:#C7000B;
}
.bottomLine{
    position: absolute;
    height: 1px;
    width: 100%;
    background: #D8DBE4;
    bottom:1px;
}
.yycjBox{
    display: none;
    justify-content: center;
    align-items: center;
    margin-top:36px;

}
.yycjBox>img{
    width: calc(100% - 477px);
    height: 520px;
}
.yycjBox>div{
    width: 467px;
    height: 537px;
    box-sizing: border-box;
    padding:28px 32px;
    background:#F8F9FB;
    margin-left:10px;
}
.cjTitle{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.cjDesc{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 22px;
}
.cjSubTitle{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}
.productList{
    margin-top:12px;
}
.productList>a{
    display: inline-block;
    width: 180px;
    height: 30px;
    background:#FEFEFE;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    border:1px solid white;
    transition: 0.3s;
    margin-bottom:5px;
}
.productList>a:hover{
    border:1px solid #c7000b;
    color:#C7000B;
}
