﻿.content {
    width: 100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.navigation_list{
    height:80px;
    line-height:80px;
    width:100%;
    text-align:right;
    border-bottom:1px solid #000;
}
.navigation_div{
    width:1529px;
    margin:0 auto;
}

.navigation_item {
    margin-left: 40px;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 5px;
    cursor: pointer;
}
.whyselect{
    width:1529px;
    margin-top:175px;
}
.big_title {
    display: flex;
    align-items: center;
}
.hx {
    height: 12px;
    width: 125px;
    background: #0F3469;
    margin-right: 35px;
}
.wz{
    font-size:50px;
    font-weight:bold;
}
.subtitle{
    margin-top:65px;
    font-size:24px;
    margin-left:160px;
}
.answerlist {
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    align-items: flex-start;
}
.answeritem {
    width:32%;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}
.answerimg{
    width:240px;
    height:240px;
}
.answerimg img{
    width:100%;
    height:100%;
}
.answertitle{
    margin-top:60px;
    font-size:30px;
    font-weight:bold;
}
.answercontent {
    margin-top: 60px;
    font-size:18px;
    line-height:34px;
}
.CorporateCulture {
    margin: 0 auto;
    margin-top: 150px;
    width: 98%;
}
.CorporateCulture_item {
    display: flex;
    flex-direction: row;
}
.firstdiv {
    width: 33%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position:relative;
}

.thirddiv {
    width: 33%;
    position:relative;
}
.scenddiv {
    width: 33%;
    overflow:hidden;
}
.scenddiv img{
    transition: transform 0.5s ease;
    width:100%;
    height:100%;
}
.CorporateCulture_title {
    font-size: 28px;
    font-weight: bold;
    text-indent: 30px;
    color: #18529C;
    margin-top: 20px;
}
.CorporateCulture_info {
    font-size: 22px;
    color: #969696;
    text-indent: 30px;
    margin: 20px 0;
}
.cz_img {
    width: 95%;
    margin: 140px auto 0;
}
.cz_img img{
    width:100%;
    height:100%;
}


.proType_top {
    position: relative;
}
.toptext{
    position:absolute;
    top:55%;
    left:200px;
}
.top_title{
    font-size:50px;
    color:#fff;
}
.bottom_button{
    margin-top:50px;
}
.bottom_button div {
    color: #fff;
    font-size: 26px;
    padding: 10px 25px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 40px;
    font-weight:300;
    cursor:pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0F3469 !important;
    color: #fff;
    z-index: -1;
}

.oneImg{
    width:100%;
}
.oneImg img{
    width:100%;
}

.Learnmore{
    text-align:center;
    margin:100px 0;
    cursor:pointer;
}
.Learnmore span {
    border: 1px solid #CCCCCC;
    font-size: 24px;
    padding: 10px 60px;
}