@import "base.css";

.pic-list{
    overflow: hidden;
}

.pic-list ul{
    list-style: none;
    margin: 0 -1rem;
    padding: 0;
    display: flex;
}

.pic-list ul li{
    width: 33.3333%;
    padding: 0 1rem;
}

.pic-list ul li a{
    display: block;
}

.pic-list ul li a .img{
    padding-bottom: 75%;
    position: relative;
}

.pic-list ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pic-list ul li a .img .block img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s ease-in-out;
}

.pic-list ul li a:hover .img .block img{
    transform: scale(1.1);
}

.pic-list ul li a .title{
    line-height: 40px;
    text-align: center;
}

.row1 .widget-header .title{
    font-size: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
}

.row1 .widget-header .sub-title{
    color:#999;
    margin: 15px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}

.row1 .widget-body .more{
    padding-top: 4rem;
}

.row1 .widget-body .more .title{
    font-size: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.row1 .widget-body .more .sub-title{
    color: #999;
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}

.row1 .widget-body .more a{
    padding: 0 6rem;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    color: #666666;
}

.row1 .widget-body .more a:hover{
    background-color: #196DC5;
    border-color: #196DC5;
    color: #ffffff;
}

.row1 .widget-body .icons{
    padding: 3rem 0;
    overflow: hidden;
}

.row1 .widget-body .icons ul{
    list-style: none;
    margin: 0 -0.5rem;
    padding: 0;
    display: flex;
}

.row1 .widget-body .icons ul li{
    width: 20%;
    padding: 0 0.5rem;
}

.row1 .widget-body .icons ul li .info{
    padding-bottom: 100%;
    position: relative;
}

.row1 .widget-body .icons ul li .info .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row1 .widget-body .icons ul li .info .block::before{
    position: absolute;
    top: 1%;
    left: 1%;
    right: 1%;
    bottom: 1%;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #196DC5;
    content: "";
    background-color: #F2F7FC;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.row1 .widget-body .icons ul li .info:hover .block::before{
    top: 7%;
    left: 7%;
    right: 7%;
    bottom: 7%;
    opacity: 0;
}

.row1 .widget-body .icons ul li .info .block::after{
    position: absolute;
    top: 7%;
    left: 7%;
    right: 7%;
    bottom: 7%;
    border-radius: 100%;
    z-index: 2;
    border: 5px solid #196DC5;
    content: "";
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.row1 .widget-body .icons ul li .info:hover .block::after{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.row1 .widget-body .icons ul li .info .block .title{
    position: relative;
    z-index: 3;
    font-size: 34px;
    font-weight: bold;
    color:#196DC5;
}

.row1 .widget-body .icons ul li .info .block .en{
    position: relative;
    z-index: 3;
    font-size: 12px;
    color:#196DC5;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.row2{
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.row2 .widget-header .title{
    font-size: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
}

.row2 .widget-header .sub-title{
    color:#999;
    margin: 15px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}

.row2 .scroll-left {
    padding-top: 20px;
    overflow: hidden;
}

.row2 .scroll-left .bd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
    overflow: hidden;
    height: 240px;
}

.row2 .scroll-left .bd ul li {
    float: left;
    width: 300px;
}

.row2 .scroll-left .bd ul li a {
    margin: 0 10px;
    display: block;
}

.row2 .scroll-left .bd ul li a .img {
    padding-bottom: 75%;
    position: relative;
}

.row2 .scroll-left .bd ul li a .img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row2 .scroll-left .bd ul li a .img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.row2 .scroll-left .bd ul li a .title {
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    text-align: center;
    background-color: #cf1919;
    color: #fff;
}

.row2 .scroll-left .bd ul li a:hover .title {
    background-color: #D81817;
}

.row3 .flex .l{
    width: 594px;
}

.row3 .flex .r{
    flex: 1;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 3rem;
}

.row3 .flex .r h1{
    color:#000000;
    font-size: 40px;
    line-height: 1;
    margin-top: 0;
}

.row3 .flex .r .info{
    line-height: 1.8;
    color: #666666;
}

.row3 .flex .r .btn{
    display: flex;

}

.row3 .flex .r .btn a{
    line-height: 46px;
    padding: 0 2rem;
    border-radius: 23px;
    background-color: #cf1919;
    color: #ffffff;
    margin-top: 10px;
}

.row4{
    position: relative;
    padding: 3rem 0;
}

.row4::before{
    background-color: #f5f5f5;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    height: 300px;
    content: "";
    z-index: 1;
}

.row4 .wrap{
    position: relative;
    z-index: 2;
}

.row4 .widget-header .title{
    font-size: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
}

.row4 .widget-header .sub-title{
    color:#999;
    margin: 15px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}

.row4 .flex{
    margin: 0 -1rem;
}

.row4 .l,
.row4 .r{
    width: 50%;
    padding: 0 1rem;
}

.row4 .layer{
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
}

.row4 .layer-header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.row4 .layer-header .title{
    background-color: #196DC5;
    border-radius: 8px;
    color:#ffffff;
    padding: 1rem 2rem;
    /*border: 1px solid #196DC5;*/
}

.row4 .layer-body ul{
    list-style: none;
    margin: 0;
    padding: 0 2rem;
}

.row4 .layer-body ul li .w{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.row4 .layer-body ul li .w em{
    font-style: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    background-color: #ffdad6;
    color: #e6322e;
    border-radius: 5px;
    text-align: center;
    margin-right: 1rem;
}
.row4 .layer-body ul li .w span{
    font-size: 22px;
    font-weight: bold;
    color:#000000;
    flex: 1;
}

.row4 .layer-body ul li .d{
    display: flex;
    margin-bottom: 2rem;
}

.row4 .layer-body ul li .d em{
    font-style: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    background-color: #e6322e;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    margin-right: 1rem;
}

.row4 .layer-body ul li .d span{
    flex: 1;
    line-height: 1.8;
}

.row4 .layer-body ul li .title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
}

.row4 .layer-body ul li .title a{
    color: #000000;
}

.row4 .layer-body ul li .title a:hover{
    color: #196DC5;
}

.row4 .layer-body ul li .info{
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3.6em;
    margin-bottom: 1.5rem;
    font-size: 15px;
}