@import "en_base.css";

.row1{
    padding: 60px 0;
}

.row1 .l{
    flex: 1;
    margin-right: 40px;
}

.row1 .l .widget-header{
    display: flex;
    align-items: center;
}

.row1 .l .widget-header .title{
    font-size: 34px;
    font-weight: bold;
    color: #000000;
}

.row1 .l .widget-header .info{
    color: #CA444B;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}

.row1 .l .widget-body {
    line-height: 1.8;
    color: #565656;
}

.row1 .l .widget-body .more{
    float: right;
    padding: 5px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #133984;
    color: #FFFFFF;
}

.row1 .l .widget-body .more:hover{
    background-color: #3A5A99;
    color: #FFFFFF;
}

.row1 .r{
    width: 570px;
}

.row1 .r ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row1 .r ul li img{
    width: 100%;
}

.row2 .widget-header{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.row2 .widget-header .title{
    font-size: 24px;
    font-weight: bold;
    color: #003A84;
    padding: 0 70px;
    position: relative;
}

.row2 .widget-header .title::before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 49px;
    height: 17px;
    content: '';
    background: url('../img/en/bed13.png') 0 0 no-repeat;
    margin-top: -8px;
}

.row2 .widget-header .title::after{
    position: absolute;
    right: 0;
    top: 50%;
    width: 49px;
    height: 17px;
    content: '';
    background: url('../img/en/bed13.png') 0 0 no-repeat;
    margin-top: -8px;
    transform: rotate(180deg);
}

.row2 .widget-body{
    position: relative;
    background-color: #f3f3f3;
}

.row2 .widget-body::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    background: url('../img/en/LEFT2.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    content: '';
}

.row2 .widget-body::after{
    position: absolute;
    left: 50%;
    right: 0;
    height: 120px;
    bottom: 0;
    z-index: 1;
    background-color: #46464E;
    content: '';
}

.row2 .widget-body .wrap{
    position: relative;
    z-index: 2;
}

.row2 .widget-body .l,
.row2 .widget-body .r{
    width: 50%;
}

.row2 .widget-body .r{
    padding: 40px 40px 20px 40px;
}

.row2 .widget-body .r .layer-header .t1{
    color: #0C48A8;
    font-size: 14px;
    font-weight: bold;
}

.row2 .widget-body .r .layer-header .t2{
    color: #28156E;
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.row2 .widget-body .r .layer-header .t2::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: '';
    background-color: #0D47A4;
}

.row2 .widget-body .r .layer-body{
    line-height: 1.8;
    padding: 20px 0;
    color: #656565;
}

.row2 .widget-body .r .layer-info{
    padding: 20px;
    background-color: #FB6600;
    border-radius: 6px 6px 6px 0;
    color: #FFFFFF;
    line-height: 1.8;
    position: relative;
}

.row2 .widget-body .r .layer-info::after{
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 12px solid #FB6600;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: '';
}

.row2 .widget-body .r .layer-info p{
    margin: 0;
}

.row2 .widget-body .r .layer-footer{
    color:#FFFFFF;
    line-height: 1.6;
    padding-top: 40px;
    font-size: 15px;
}

.row2 .widget-body .r .layer-footer p{
    margin: 0;
}

.row3{
    padding-top: 40px;
}

.row3 .widget-header{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.row3 .widget-header .title{
    font-size: 24px;
    font-weight: bold;
    color: #003A84;
    padding: 0 70px;
    position: relative;
}

.row3 .widget-header .title::before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 49px;
    height: 17px;
    content: '';
    background: url('../img/en/bed13.png') 0 0 no-repeat;
    margin-top: -8px;
}

.row3 .widget-header .title::after{
    position: absolute;
    right: 0;
    top: 50%;
    width: 49px;
    height: 17px;
    content: '';
    background: url('../img/en/bed13.png') 0 0 no-repeat;
    margin-top: -8px;
    transform: rotate(180deg);
}

.row3 .widget-body .l,
.row3 .widget-body .r{
    width: 50%;
}

.row3 .widget-body .l .t1{
    height: 350px;
    background: url('../img/en/bed10.png') 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 40px;
    padding-left: 100px;
    color: #FFFFFF;
}

.row3 .widget-body .l .t1 h1{
    margin: 0;
}

.row3 .widget-body .l .t1 p{
    text-align: right;
    line-height: 1.6;
}

.row3 .widget-body .l .t2{
    display: block;
    height: 350px;
}

.row3 .widget-body .l .t2 img{
    width: 100%;
    height: 100%;
}

.row3 .widget-body .r .swiper-container{
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.row3 .widget-body .r .swiper-slide img{
    width: 100%;
}

.row4{
    background: url('../img/en/probg.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 60px;
}

.row4 .widget{
    padding-bottom: 40px;
}

.row4 .widget-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.row4 .widget-header .title{
    color: #D92822;
    font-size: 34px;
    font-weight: bold;
}

.row4 .widget-header .more{
    color: #FFFFFF;
}

.row4 .widget-body ul{
    list-style: none;
    margin: -20px -10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row4 .widget-body ul li{
    width: 33.3333%;
    padding: 0 10px;
    margin-top: 20px;
}

.row4 .widget-body ul li a{
    display: block;
    position: relative;
}

.row4 .widget-body ul li a .img{
    padding-bottom: 75%;
    position: relative;
    z-index: 1;
}

.row4 .widget-body ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.row4 .widget-body ul li a .img .block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.row4 .widget-body ul li a .title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    color: #FFFFFF;
}

.row5{
    padding-bottom: 40px;
}

.row5 .widget-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.row5 .widget-header .title{
    color: #D92822;
    font-size: 34px;
    font-weight: bold;
}

.row5 .widget-header .title span{
    color:#000000;
}

.row5 .widget-body ul{
    list-style: none;
    margin: -20px -10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row5 .widget-body ul li{
    width: 33.3333%;
    padding: 0 10px;
    margin-top: 20px;
}

.row5 .widget-body ul li a{
    display: block;
    position: relative;
}

.row5 .widget-body ul li a .img{
    padding-bottom: 75%;
    position: relative;
    z-index: 1;
}

.row5 .widget-body ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.row5 .widget-body ul li a .img .block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}