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;
}

.grayscale-level8 {
    opacity: .8;
}

.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;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}




.banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.banner-center-con {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    color: #061828;
    font-weight: 400;
    text-align: start;
}

.banner-title {
    font-size: 42px;
}

.banner-slogan {
    margin: 15px 0;
    width: 580px;
    font-size: 16px;
    line-height: 32px;
}

.con1-nav {
    width: 100%;
    height: 60px;
    text-align: start;
}

.con1-nav-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 90px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #061828;
    opacity: .9;
}

.section {
    width: 100%;
    padding: 70px 0;
    color: #061828;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
}

.section-subtitle {
    font-size: 14px;
    font-weight: 400;
    opacity: .75;
}

.con1-main {
    margin: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.con1-main-box {
    width: 595px;
    height: 467px;
    position: relative;
}

.main-box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 595px;
    height: 370px;
}

.main-box-content {
    width: 550px;
    background: #FFF;
    box-shadow: 0px 3px 62px 0px rgba(30, 28, 28, 0.05);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 28px 35px;
}

.con1-main-box:hover > .main-box-content > .main-box-content-text {
    display: block;
}

.main-box-content-title {
    text-align: start;
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
}

.main-box-content-text {
    display: none;
    text-align: start;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.75;
}

.main-box-more {
    text-align: start;
    margin: 22px 0 13px;
}

.main-box-more p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: PingFang;
    font-weight: 400;
    line-height: 20px;
    color: #0186F2;
}

.main-box-more img {
    height: 10px;
    margin: 5px 10px;
}

.con1-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.con1-list-box {
    width: 393px;
    height: 340px;
    text-align: start;
    margin-bottom: 20px;
    margin-right: 10px;
    overflow: hidden;
}

.con1-list > .con1-list-box:nth-child(3n+0) {
    margin-right: 0;
}

.con1-box-img {
    width: 393px;
    height: 245px;
}

.list-box-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 58px;
    white-space: nowrap;
}

.list-box-text {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.75;
    white-space: nowrap;
}

.con2-main {
    width: 100%;
}

.con2-main-box {
    width: 100%;
    height: 356px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.con2-main-box-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 356px;
}

.con2-main-box-content {
    width: 38%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
    text-align: start;
}

.con2-main-content-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}

.con2-main-content-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 25px 0 38px;
}

.con2-main-content-icon {
    width: 37px;
    height: 18px;
}

.con2-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 36px;
}

.con2-list-box {
    width: 595px;
    height: 356px;
    margin-bottom: 10px;
    position: relative;
}

.con2-list-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.con2-list-box-content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    padding: 30px 24px;
    color: #FFFFFF;
    text-align: start;
}

.con2-list-content-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
}

.con2-list-content-text {
    display: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}

.con2-list-box:hover > .con2-list-box-content > .con2-list-content-text {
    display: block;
}
