.se_main{
    background: url(../images/eeBg.jpg) 0 0 no-repeat;
    padding-bottom: 227px;
    overflow: hidden;
    background-size: cover;
}
.seCon{
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
    height: 350px;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -moz-box-pack:space-around;
    -webkit--moz-box-pack:space-around;
    box-pack:space-around;
    align-content: space-around;
    margin-top: 77px;
    flex-wrap: wrap; 
    width:100%;   
}
.seConBox{
    width:33.3%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;  
    text-align: center;  
}
.seConBox p{
    width: 100%;
    margin-top: 24px;
    font-size:20px;
    font-weight: 500;
}
.eeBoxL2 > p{
    width:80%;
    padding: 0;
    margin: auto;
}
.seTop{
    min-height: 612px;
    background: #fff;
}
.eeBoxL1, .eeBoxL2{
    background: #4c87c9;
    background-size:cover;
}
.seBox1{
    background:  url(../images/seBox1.jpg) 0 0 no-repeat;
    background-size:cover;
    
}
.seBox2{
    background:  url(../images/seBox2.jpg) 0 0 no-repeat;
    background-size:cover;
    
}
.seBox3{
    background:  url(../images/seBox3.jpg) 0 0 no-repeat;
    background-size:cover;
    
}
.seTit1,.seTit2{
    width: 592px;
    height: 37px;
    background: url(../images/seTit.png) 0 0 no-repeat;
    line-height: 35px;
    text-indent: 0;
}
.seTit2{
    background: url(../images/seTit1.png) center no-repeat;    
}
.seTit3{
    margin: 75px auto 47px;
}
.se2{
    width: 62.25%;
}
.se1{
    width: 36.25%;
}
.eeBottomTop .seBoxRight ,.eeBottomTop .seBoxRight .eeBoxL1,.eeBottomTop .seBoxRight .eeBoxL2,.eeBottomBottom .seBoxLeft,.eeBottomBottom .seBoxLeft .eeBoxL1,.eeBottomBottom .seBoxLeft .eeBoxL2{
    /*width: 747px;*/
    width: 100%;
}
.eeBottomTop .seBoxLeft,.eeBottomTop .eeBoxL1,.eeBottomTop .eeBoxL2,.eeBottomBottom .seBoxRight,.eeBottomBottom .seBoxRight .eeBoxL1,.eeBottomBottom .seBoxRight .eeBoxL2{
    /*width: 435px;*/
    width: 100%;
}
.proTop .seImgWrap{
    /*width: 1200px;
    */height: 395px;
    background-color: #eee;
    border-radius: 10px;
    text-align: center;
    line-height: 395px;
    box-shadow: #dadee1 1px 1px 3px 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media (max-width: 991px){
    .seConBox p{
        font-size:16px;
    }
}
@media (max-width: 768px){
 .artGroup,.artGroup .artwork{
        float: none;
        width: 80%;
        margin:0 auto 2%;
    }
    .ee_main .proTop {
        height: 700px;
    }
    .product_main1 {
        height: 2600px;
    }
}