.view{
    color: #595757;
    font-family:"Microsoft YaHei", "微软雅黑", "Arial Narrow", "HELVETICA", "serif";
    font-size:18px;
    line-height:1.75;
}
.view img{
    max-width: 100%;
}
.view h2{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    text-align: left;
    margin: 0 0 20px 0;
}
.view h6{
    color: #484848;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 15px;
}
.view h5{
    color: #484848;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin:0;
}
.view p{
    line-height: 1.75;
    color:#666;
    margin:10px 0;
}
.view table{
    text-align: center;
    border-collapse: collapse;
    width:100%;
}
.view table td{
    border: 1px solid #ededed;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    padding: 8px 0;
    vertical-align:top;
}
.view table>thead>tr>td{
    background-color: #1f57b5;
    color: #ffffff;
    font-weight: 500;
}
.view table>tbody>tr:nth-of-type(even){
    background-color: #f7f7f7;
}
.view .width255{
    width: 255px;
}
.view .padding-horizontal{
    padding:0 30px;
}
.view .padding-8-40{
    padding:8px 40px;
}
.view>.block-p{
    background-color: #f4f4f4;
    padding: 30px 40px;
}
.view .join-item{
    padding:20px 8px 6px;
    box-shadow:#cccccc 0 0 3px;
    margin: 6px;
    aspect-ratio: 1;
}
.view .join-item.white{
    box-shadow:#cccccc 0 0 3px;
    border: 1px solid #FFF;
    color: #FFF;
}
.view .join-item h4{
    font-size: 24px;
    font-weight: bold;
    color:#846b60;
    margin: 15px 0 12px;
}
.view .join-item img{
    height:100px;
}
.view .join-item p{
    font-size: 16px;
    line-height: 1.75;
    color:#9a9a9a;
    text-indent:2em;
}
.view .join-item.white img{
    width: 100px;
}
.view .join-item.line{
    position:relative;
    padding-left:130px;
    aspect-ratio:auto;
    min-height:120px;
    text-align:left;
}
.view .join-item.line>div{
    position:absolute;
    left:20px;
    top:20px;
}
.view .join-item.line>p{
    text-indent:0;
}
@media screen and (max-width:640px) {
    .view table tr{
        display: block;
    }
    .view table td{
        padding: 6px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }
    .view table td img{
        display: block;
        margin: 0 auto;
    }
    .view .join-item{
        aspect-ratio: auto;
    }
}
.block{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.block-inner{
    margin: 0 auto;
    position: relative;
}
.home-product{
    color: #FFF;
    width: 100%;
    height: 655px;
    text-align: center;
    background: url("../images/bg-1.png") no-repeat center center;
    background-size: cover;
}
.home-product h4{
    padding-top: 88px;
    line-height:1;
    font-size:29px;
    padding-bottom:40px;
}
.home-product-inner>.product-desc-text{
    color: #FFF;
    font-size:25px;
    padding-bottom: 38px;
}
.home-product-inner>.product-cats{
    text-align: center;
    font-size: 0;
}
.home-product-inner .product-cats>.cat-item{
    display: inline-block;
    margin: 0 16px;
    width: calc(calc(100% / 4) - 32px);
    position: relative;
    cursor: pointer;
}
.home-product-inner .product-cats>.cat-item:hover{
    background: #3e66a4;
}
.home-product-inner>.product-cats>.cat-item>a{
    display: block;
    color: #FFF;
}
.home-product-inner>.product-cats>.cat-item img{
    width: 100%;
}
.home-product-inner>.product-cats>.cat-item .cat-name{
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}