/************************************* banner *************************************/

.banner .titleSet {
    padding-top: 74px;
    padding-bottom: 83px;
}




/************************************* section *************************************/

.section .container {
    margin-top: 400px;
    height: 600px;
    margin-bottom: 400px;
}


.section1 .container{
    margin-top: 0px;
}


/*
.section.section4 .container {
    margin-top: 0px;
    height: 600px;
    margin-bottom: 0px;
}
*/


/************************************* slider *************************************/



.marquee .oneCase {
    margin-left: 15px;
    margin-right: 15px;

    width: 469px;
    height: 312px;
}


.marquee .oneCase .content .textArea{
    padding: 45px;
}


.marquee .oneCase .content .textArea p {
    -webkit-line-clamp: 6;
}