
body{
    min-width: 1200px;
}
#root{
    width:100%;
    min-height:400px;
    overflow: hidden;
}
#app{
    width:100%;
    overflow: hidden;
}
/**标题 */
.columnModel{
    width:100%;
    overflow: hidden;
}
.columnModelBG{
    background-image: url(../assets/img/top.png);
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    border-radius:10px;
}
.columnOtherModel{
    background-color: #f0faff;
}
.columnWrapper{
    width:1180px;
    margin:0 auto;
    padding: 50px 0 60px 0;
}
.columnModelTitle{
    width:100%;
    margin-top: 48px;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    color: #000;
}
.columnModelBrief{
    width:100%;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #666;
}
.columnBoxWrapper{
    width:50%;
    float:left;
    position:relative;
}

.columnTitle{
    margin-top:20px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #333;
}
.columnContent{
    display: block;
    color: #888;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Microsoft Yahei';
}
.productItem{
    width:168px;
    text-align: center;
    float:left;
    border-radius:5px;
    padding-top:10px;
}
.productFirstItem{
    width:168px;
    text-align: center;
    border-radius:5px;
    padding-top:10px;
}
.productItemModel{
    width:160px;
    padding-top:10px;
    margin-right:8.5px;
    border-radius:5px;
    background:#fff;
    border:solid #dcdee2 1px;
}
.productItemModel:hover{
    cursor: pointer;
}
.productIconWrapper{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#3e92e8;
    text-align: center;
    margin:0 auto;
    color:#fff;
}
.productIcon{
    font-size:30px;
    line-height:70px;
}
.productsDetail{
    width:100%;
    height:95px;
}
.productsFirstDetail{
    width:100%;
    height:282px;
}
.productsDetailTitle{
    width:100%;
    line-height: 38px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.productsDetailContent{
    width:98%;
    margin:0 auto;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}
.bzsjzxIcon{
    font-size:80px;
    color:#19be6b;
}
.bzsjzxIconTitle{
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    width:100%;
    text-align:center;
}
.bzsjzxIconBrief{
    line-height: 26px;
    font-size: 16px;
    color: #666;
}
.cpysItemTitle{
    line-height: 38px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.cpysItemBrief{
    line-height: 26px;
    font-size: 16px;
    color: #666;
}
.cpgnItemTitle{
    width:90%;margin:0 auto;
    line-height: 30px;
    margin-top: 12px;
    font-size: 20px;
    font-weight: normal;
    text-align:center;
}
.cpgnItemBrief{
    width:90%;margin:0 auto;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    text-align: left;
    color: #666;
    padding: 0 18px;
    vertical-align: top;
    height:130px;
}
.cpgnItemImg{
    width:90px;
    height:90px;
    margin:0 auto;
}

.cpysItemWrapper{
    width:100%;
    margin-bottom:10px;
}
.cpysIconWrapper{
    width:40px;
    height:40px;
    text-align:center;
    float:left;
    margin-top:10px;
}

.cpysIcon{
    font-size:20px;
    line-height: 40px;
}
.cpysContentWrapper{
    width:500px;
    float:left;
    margin-left:20px;
}

.titleLine{
    width: 172px;
    height: 15px;
    margin: 10px auto;
}