@import "base.css";

.widget-header {
    margin-bottom: 50px;
}

.widget-header .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-weight: bold;
    line-height: 1;
    font-size: 32px;
    color: #333;
}

.widget-header .title span {
    color: #ea6522;
    margin-left: 10px;
}

.widget-header .title::after,
.widget-header .title::before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 60px;
    background: #1071d5;
    margin: 0 20px;
    border-radius: 2px;
}

.widget-header .info {
    text-align: center;
    color: #999;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.row1 {
    padding: 80px 0;
}

.row1 .widget-body {
    overflow: hidden;
}

.row1 .widget-body .l {
    float: left;
    width: 430px;
    height: 600px;
    margin-right: 20px;
    background: url("../img/about-pic.jpg") 0 0 no-repeat;
}

.row1 .widget-body .r1 {
    float: left;
    width: 750px;
    height: 290px;
    margin-bottom: 20px;
    background: url("../img/1-200P51U3580-L.jpg") 0 0 no-repeat;
}

.row1 .widget-body .r2 {
    float: left;
    width: 750px;
    height: 290px;
    background: url("../img/1-200P51U5250-L.jpg") 0 0 no-repeat;
}

.row1 .widget-body .box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

.row1 .widget-body .box .info {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 10px;
}

.row1 .widget-body .box .btn {
    text-align: right;
}

.row1 .widget-body .box .more {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 2.5em;
    padding: 0 1.5em;
    margin-top: 20px;
    background: #1393ff;
}

.row1 .widget-body .l .box {
    padding: 35px 35px 0 70px;

}

.row1 .widget-body .l .box .info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: justify;
}

.row1 .widget-body .r1 .box {
    padding: 35px 10px 0 300px;
}

.row1 .widget-body .r2 .box {
    padding: 35px 300px 0 35px;
}

.row1 .widget-body .r2 .box .title,
.row1 .widget-body .r2 .box .btn {
    text-align: left;
}

.row2 img {
    width: 100%;
    /*height: 200px;*/
    /*background: url("../img/fenlan.jpg") center 0 no-repeat;*/
    /*background-size: 100% auto;*/
}

.row3 {
    padding: 80px 0;
}

.row3 .widget-body {
    overflow: hidden;
}

.row3 .widget-body ul {
    display: flex;
    margin: -20px -10px 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.row3 .widget-body ul li {
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
}

.row3 .widget-body ul li a {
    display: block;
    position: relative;
}

.row3 .widget-body ul li a .img {
    padding-bottom: 75%;
    position: relative;
}

.row3 .widget-body ul li a .img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.row3 .widget-body ul li a .img-block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.row3 .widget-body ul li a:hover .img-block img {
    transform: scale(1.1);
}

.row3 .widget-body ul li a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.row4 {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.row4 .widget-body {
    overflow: hidden;
}

.row4 .widget-body ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
}

.row4 .widget-body ul li {
    width: 25%;
    padding: 30px 10px 0;
}

.row4 .widget-body ul li .box {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.row4 .widget-body ul li .box:hover {
    transform: translateY(-15px);
    background-color: #d32e28;
    box-shadow: 0 0 15px #CFCFCF;
}

.row4 .widget-body ul li .box .img {
    padding-bottom: 100%;
    position: relative;
}

.row4 .widget-body ul li .box .img .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.row4 .widget-body ul li .box .img .block img {
    object-fit: cover;
    width: 100%;
}

.row4 .widget-body ul li .box .info {
    padding: 30px 0;
}

.row4 .widget-body ul li .box:hover .info {
    color: #ffffff;
}

.row4 .widget-body ul li .box .info .block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.row4 .widget-body ul li .box .info .title {
    font-size: 24px;
    color: #333333;
}

.row4 .widget-body ul li .box:hover .info .title {
    color: #ffffff;
}

.row4 .widget-body ul li .box .info .sub-title {
    margin-top: 20px;
    color: #999999;
}

.row4 .widget-body ul li .box:hover .info .sub-title {
    color: rgba(255, 255, 255, 0.75);
}


.row4 .widget-body ul li .box .info .icon {
    width: 60px;
    height: 60px;
    fill: #1393ff;
    margin-bottom: 20px;
}

.row4 .widget-body ul li .box:hover .info .icon {
    fill: #ffffff;
}

.row5 {
    padding: 80px 0;
    background: url("../img/80261574.jpg") center 0 no-repeat;
    background-size: cover;
}

.row5 .widget-body {
    overflow: hidden;
}

.row5 .widget-body ul {
    margin: -20px -10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.row5 .widget-body ul li {
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
}

.row5 .widget-body ul li .img {
    padding-bottom: 66%;
    position: relative;
}

.row5 .widget-body ul li .img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.row5 .widget-body ul li .img img {
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.row5 .widget-body ul li .img:hover img {
    transform: scale(1.1);
}

.row6 {
    padding: 80px 0;
}

.row6 .widget-body .flex {
    justify-content: space-between;
}

.row6 .widget-body .l {
    width: 400px;
}

.row6 .widget-body .r {
    width: 770px;
}

.row6 .widget-body .l .box .img {
    display: block;
    padding-bottom: 62%;
    position: relative;
}

.row6 .widget-body .l .box .img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.row6 .widget-body .l .box img {
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.row6 .widget-body .l .box:hover img {
    transform: scale(1.1);
}

.row6 .widget-body .l .box .text {
    background-color: #1393ff;
    padding: 30px;
    /*height: 266px;*/
}

.row6 .widget-body .l .box .text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.row6 .widget-body .l .box .text .info {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    line-height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.row6 .widget-body .l .box .text .btn {
    text-align: right;
}

.row6 .widget-body .l .box .text .more {
    display: inline-block;
    font-size: 14px;
    color: #1393ff;
    line-height: 2.5em;
    padding: 0 1.5em;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
}

.row6 .widget-body .r ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row6 .widget-body .r ul li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
}

.row6 .widget-body .r ul li .icon {
    width: 130px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row6 .widget-body .r ul li .icon img {
    height: 50px;
}

.row6 .widget-body .r ul li .text {
    padding-left: 18px;
    border-left: 1px solid #e8e8e8;
    height: 80px;
    flex: 1;
}

.row6 .widget-body .r ul li .text .title {
    font-size: 18px;
    color: #1071d5;
}

.row6 .widget-body .r ul li .text .info {
    font-size: 14px;
    line-height: 1.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
}