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;
}

.box-inline {
    display: inline-block;
    vertical-align: top;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.grayscale-level75 {
    opacity: .75;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.bgcolor-f9 {
    background-color: #F9F9F9;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@keyframes animationScale-biger {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}

@keyframes animationScale-smaller {
    0% {transform: scale(1.1);}
    100% {transform: scale(1);}
}



.banner {
    width: 100%;
    height: 400px;
    color: #061828;
    position: relative;
}

.banner-title {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
}

.banner-slogan {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
}

.section {
    width: 100%;
    padding: 70px 0;
    color: #061828;
}

.con1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 28px;
}

.con1-box {
    display: inline-block;
    vertical-align: top;
    width:595px;
    height:386px;
    position: relative;
    overflow: hidden;
}

.con1-box-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width:595px;
    height:386px;
    margin-top: -193px;
    margin-left: -297px;
}

.con1-box-con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width:595px;
    height:386px;
    background-color: rgba(0, 0, 0, .35);
    padding: 55px 70px;
    overflow: hidden;
}

.con1-box-con:hover {
    box-shadow: 0 5px 10px 0 rgba(18, 32, 46, 0.14);
}

.con1-box-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.con1-box-text {
    display: none;
    margin-top: 30px;
    width: 100%;
    text-align: start;
    font-size: 14px;
}

.con2 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 75px;
}

.con2-box {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.con2-box-left {
    justify-content: flex-start;
}

.con2-box-right {
    justify-content: flex-end;
}

.con2-text {
    width: 120px;
    line-height: 20px;
    font-size: 20px;
    color: #5D5D5D;
    text-align: start;
    line-height: 30px;
}

.con2-line {
    height: 1px;
    width: 347px;
    background-color: #929292;
}

.con2-circle {
    height: 11px;
    width: 11px;
    background-color: #5D5D5D;
    border-radius: 50%;
}

.con3 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 38px;
}

.con3-box {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.con3-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 292px;
    min-height: 308px;
    z-index: 1;
    overflow: hidden;
}

.con3-box-con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 292px;
    min-height: 73px;
    z-index: 2;
    padding: 12px 0 22px 0;
}

.con3-box-con-header {
    width: 100%;
    text-align: start;
    overflow: hidden;
}

.vertical-left {
    width: 3px;
    height: 30px;
    margin: 4px 19px 4px 0;
    background-color: #0086F1;
}

.con3-box-con-body {
    display: none;
    width: 100%;
    padding: 0 22px;
    text-align: start;
    color: #0086F1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con3-more-btn {
    display: none;
    position: relative;
    padding: 0 22px;
    text-align: start;
}

.more-btn-img {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    margin-left: 10px;
}
/* @media screen and (min-width: 751px) and (max-width: 1199px) {
    .container,
    .banner-title,
    .banner-slogan,
    .con1-box-con  {
        width: 100%;
    }
    .con1-box {
        width: 49%;
    }
    .con2 {
        padding: 0 10px;
    }
    .con3-box {
        width: 24%;
    }
    .con3-box-bg {
        width: 100%;
    }
} */