.pageTitle{
    width: 600px;
}
.itemsTitle{
    width: 100%;
    margin-bottom: 36px;
}
.itemsTitle_cn{
    font-size: 28px;
    line-height: 30px;
    font-weight: 800;
    color: #333333;
    text-align: center;
}
.itemsTitle_en{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.itemsLists{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.itemsLists_item{
    width: calc(50% - 10px);
    margin-bottom: 80px;
}
.itemsLists_itemText{
    background: rgba(119, 109, 103, .1);
    position: relative;
    padding: 40px;
}
.itemsLists_item_icon{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
    background: #E9E9E9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itemsLists_item_icon2{
    display: none;
}
.itemsLists_itemText h4{
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    font-weight: bold;
}
.itemsLists_itemText p{
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin-top: 30px;
}
.itemsLists_itemText:hover{
    background: #0C60B8;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    color: #fff!important;
    cursor: pointer;
}
.itemsLists_itemText:hover h4,
.itemsLists_itemText:hover p{
    color: #fff!important;
}
.itemsLists_itemText:hover .itemsLists_item_icon{
    background-color: #1890FF ;
}
.itemsLists_itemText:hover .itemsLists_item_icon1{
    display: none;
}
.itemsLists_itemText:hover .itemsLists_item_icon2{
    display: block;
}
.itemsLists_itemImg{
    position: relative;
}
.itemsLists_itemImg .img{
    width: 100%;
    height: 300px;
    display: block;
}
.itemsLists_itemImg .imgIcon{
    position: absolute;
    /* width: 120px;
    height: 120px; */
    right: -50px;
    top: 120px;
}

.typesList{
    display: flex;
    flex-direction: column;
    margin-bottom: 106px;
}
.typesList_item{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.typesList_item_items{
    width: 25%;
    border: 1px solid #f2f2f2;
    padding: 58px 30px;
    background: #FDFDFD;
}
.typesList_item_items .titles{
    display: flex;
    justify-content: start;
    align-items: center;
}
.typesList_item_items .titles .num{
    font-size: 50px;
    color: rgba(24, 144, 255, .3);
    margin-right: 20px;
}
.typesList_item_items .titles .type h3{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
}
.typesList_item_items .titles .type p{
    font-size: 14px;
    color: rgb(24, 144, 255);
    line-height: 20px;
    margin-top: 4px;
	text-transform: uppercase;
}
.typesList_item_items .text{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
    margin-top: 36px;
}
.typesList_img{
    width: 100%;
}

.typesList_item_items:hover{
    cursor: pointer;
    padding: 40px 30px;
    background: #1890FF;
    color: #fff!important;
}
.typesList_item_items:hover .titles .type h3{
    color: #fff!important;
}
.typesList_item_items:hover .titles .type p{
    color: #fff!important;
}
.typesList_item_items:hover .num{
    color: #fff!important;
}
.typesList_item_items:hover .text{
    color: #fff!important;
}

@media (max-width: 992px) {
    .pageTitle{
        padding-top: 0.1px;
        margin-bottom: 40px;
    }
    .container{
        max-width: 100%!important;
    }
    .itemsTitle{
        display: none;
    }
    .itemsTitle_last{
        display: block;
    }
    .itemsTitle_last{
        margin-top: 30px;
    }
    .itemsTitle_last .itemsTitle_cn{
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
    }
    .itemsTitle_last .itemsTitle_en{
        font-size: 28px;
        line-height: 28px;
    }
    .itemsLists{
        padding: 0 25px;
        flex-direction: column;
    }
    .itemsLists2{
        flex-direction: column-reverse;
    }
    .itemsLists_item{
        width: 100%;
        margin-bottom: 10px;
    }
    .itemsLists_itemText{
        min-height: 395px;
    }
    .itemsLists_itemText h4{
        font-size: 28px;
    }
    
    .itemsLists_itemText p{
        font-size: 24px;
        line-height: 40px;
    }
    .itemsLists_itemImg .img {
        height: auto;
       
    }
    .typesList{
        margin-bottom: 46px;
    }
    .typesList_item{
       flex-wrap: wrap;
       padding:0 20px;
       justify-content: space-between;
    }
    .typesList_item_items{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .typesList_item_items .titles .num{
        font-size: 60px;
    }
    .typesList_item_items .titles .type h3{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .typesList_item_items .titles .type p{
       color: #1890ff;
       font-size: 24px;
       line-height: 24px;
    }
    .typesList_item_items .text{
        font-size: 24px;
        line-height: 40px;
    }
    .typesList .typesList_img{
        min-height: 400px;
        width: calc(100% - 40px);
        margin: 0 auto 20px;
    }
}