body {
    line-height: normal;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}



.banner {
    width: 100%;
    height: 465px;
    position: relative;
}

.banner-center-con {
    width: 395px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    color: #061828;
    text-align: start;
}

.banner-title {
    font-size: 38px;
    font-weight: 500;
}

.banner-btn {
    margin-top: 30px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #0086F1;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.section {
    width: 100%;
    padding: 60px;
    color: #061828;
}

.con-item {
    width: 100%;
    margin: 20px 0;
}

.con-item:hover {
    box-shadow: 0px 2px 45px 0px rgba(43, 43, 43, 0.1);
}

.con-item:hover .con-item-right-title-text1 {
    color: #0086F1;
}

.con-item-left {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    height: 226px;
    position: relative;
}

.con-item-left p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -107px;
    width: 214px;
    height: 110px;
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
    overflow: hidden;
}

.con-item-right {
    display: inline-block;
    vertical-align: top;
    width: 67.5%;
    height: 226px;
    padding: 40px 45px 40px 55px;
}

.con-item-right-title {
    text-align: justify;
    overflow: hidden;
}

.con-item-right-title-text1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    float: left;
}

.con-item-right-title-text2 {
    color: #0086F1;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    float: right;
}

.con-item-right-info {
    margin: 25px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: start;
    opacity: 0.75;
}

.con-item-right-info span {
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
}

.con-item-right-info span img {
    height: 14px;
    margin-right: 5px;
}

.con-item-right-cont {
    text-align: start;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.75;
    overflow: hidden;
}
