.container .main .banner {
    margin-top: 100px;
    height: 400px;
    width: 100%;
}

.container .main .banner img {
    width: 100%;
    height: 100%;
}

.container .main .banner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -310px;
    margin-left: -300px;
    width: 600px;
    color: #fff;
    text-align: center;
}

.container .main .banner-box .title {
    font-size: 48px;
}

.container .main .banner-box .memo {
    margin: 25px 0;
    font-size: 24px;
}
.container .main .banner-box .btn{
    margin: 0 auto;
    width: 100px;
    height: 38px;
    line-height: 38px;
    background: #1363FF;
    border-radius: 5px 5px 5px 5px;
}
.container  .content{
    height: 100%;
    background-color: #F5F5F5;
}
.container  .content h2{
    padding: 30px 0;
    font-size: 44px;
    text-align: center;
}
.container  .content .cont-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.container  .content .cont-box .box1{
    display: flex;
}
.container  .content .cont-box .box1 .left{
    width: 590px;
    position: relative;
    overflow: hidden;
    transition: 0.2s;
}
.container  .content .cont-box .box1 .left .op{
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #fff;
    z-index: 9999;
    line-height: 2;
}
.container  .content .cont-box .box1 .left .op .t1{
    color: #ffffff;
    font-size: 24px;
}
.container  .content .cont-box .box1 .left .op a{
    color: #FFFFFF;
}
.container  .content .cont-box .box1 .left:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.container  .content .cont-box .box1 .left img{
    width: 100%;
    border-radius: 10px;
}
.container  .content .cont-box .box1 .right{
    margin-left: 20px;
    display: flex;
}
.container  .content .cont-box .box1 .right .img{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.2s;
}
.container  .content .cont-box .box1 .right .img:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.container  .content .cont-box .box1 .right .img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.container  .content .cont-box .box1 .right .img:nth-child(1){
    margin-right: 20px;
}
.container  .content .cont-box .box1 .right .img .op{
    width: 285px;
    height: 156px;
    background: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.container  .content .cont-box .box1 .right .img .op .t1{
    color: #212121;
    font-size: 24px;
    padding: 34px 0 0 26px;
    margin-bottom: 10px;
}
.container  .content .cont-box .box1 .right .img .op .memo{
    font-size: 16px;
    padding-left: 26px;
}
.container  .content .cont-box  .box2{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.container  .content .cont-box .box2 .img{
    display: flex;
    flex-direction: column;
    transition: 0.2s;
}
.container  .content .cont-box .box2 .img:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.container  .content .cont-box .box2  .img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.container  .content .cont-box .box2  .img .op{
    width: 285px;
    height: 156px;
    background: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.container  .content .cont-box .box2  .img .op .t1{
    color: #212121;
    font-size: 24px;
    padding: 34px 0 0 26px;
    margin-bottom: 10px;
}
.container  .content .cont-box .box2 .img .op .memo{
    font-size: 16px;
    padding-left: 26px;
}
.container  .content .cont-box .h2{
    margin: 38px 0 0 20px;
    color: #1363FF;
    text-align: center;
}
.container  .content .cont-box .box3{
    width: 100%;
    height: 280px;
    margin-bottom: 78px;
    background-color: #FFFFFF;
}
.container  .content .cont-box .box3 .about{
    padding: 54px 89px 48px 89px;
    font-size: 24px;
    text-align: center;
}
.container  .content .cont-box .box3 .btn{
    margin: 0 auto;
    cursor: pointer;
    width: 144px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    color: #1363FF;
    border: 1px solid #1363FF;
}
.layui-form-select dl dd.layui-this{
    color: #5fb878 !important;
}
.layui-form-label{
    width: 100px;
}