.top {
    overflow: hidden;
}


.Intelligent_nav {
    background-color: #ffffff;
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.I_n_content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .I_n_content p:hover {
    color: #4F9EDC;
} */

.I_n_content p {
    font-family: '';
    font-weight: 290;
    font-style: normal;
    color: #777777;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

.I_n_c_middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.I_n_c_middle img {
    width: 22.3%;
	max-width: 225px;
	max-height: 480px;
}

.I_n_c_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.I_n_c_right p {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    color: #666666;
}

.I_n_c_r_boxs {
    padding-top: 25px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.I_n_c_r_box {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.I_n_c_r_box img {
    width: 50px;
	
}

.I_n_c_r_box span {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #444444;
    text-align: center;
    line-height: 28px;
    padding-top: 20px;
}

.I_n_c_r_box span:hover {
    color: #4F9EDC;
}

.visual_management {
    background-color: #EAF5FF;
    width: 100%;
    height: 613px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v_m_content {
    width: 60%;
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.v_m_c_left {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.v_m_c_left p {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    color: #666666;
}

.v_m_c_boxs {
    padding-top: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.v_m_c_box {
    margin-top: 15px;
    padding-top: 12px;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.v_m_c_box img {
	 width: 50px;
}

.v_m_c_box span {
    padding-top: 18px;
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #444444;
    text-align: center;
    line-height: 28px;
}

.v_m_c_box span:hover {
    color: #4F9EDC;
}

.v_m_c_right {
    width: 76%;
    overflow: hidden;
}

.v_m_c_right img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.v_m_c_right img:hover {
    transform: scale(1.1);
}

.application_scenarios {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.a_s_content {
    width: 65%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.a_s_content p {
    text-align: center;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    color: #666666;
}

.a_s_boxs {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.a_s_box {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.a_s_box img {
  /*  width: 20%; */
  width: 35px;
  height: 35px;
}

.a_s_box span {
    padding-top: 10px;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
}

.a_s_content1 {
    width: 100%;
    height: 400px;
    border: 1px solid #CDCDCD;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px rgba(174, 174, 174, 0.349019607843137);
}

.a_s_content1:hover{
    background-color: rgb(247, 248, 252);
}

.a_s_con1 {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.a_s_con1_left {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.a_s_con1 p {
    font-family: '';
    font-weight: 290;
    font-style: normal;
    font-size: 14px;
    color: #777777;
    text-align: left;
    line-height: 28px;
}

.a_s_con1_left:hover p{
    color: #4F9EE3;
}

.a_s_con1_lefts:hover span{
    color: #4F9EE3;
}

.a_s_con1_lefts {
    width: 48.5%;
}

.a_s_con1_lefts img {
    height: 10px;
    width: 10px;
}

.a_s_con1_lefts span {
    font-family: '';
    font-weight: 290;
    font-style: normal;
    font-size: 14px;
    color: #777777;
    text-align: left;
    line-height: 28px;
}

.a_s_con1_right {
    width: 50%;
    overflow: hidden;
}
.a_s_con1_right img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.a_s_con1_right img:hover {
    transform: scale(1.1);
}

.Implementation_case {
    background-color: #EAF5FF;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.I_c_content {
    width: 60%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.I_c_content p {
    text-align: center;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    color: #666666;
}

.I_c_c_boxs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.I_c_c_box {
    display: flex;
    flex-direction: column;
    width: 23.5%;
    height: 200px;
}

.I_c_c_pic {
    width: 100%;
    overflow: hidden;
}

.I_c_c_pic img {
    width: 100%;
}
.I_c_c_text {
    background-color: #FFFFFF;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.I_c_c_text span {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666666;
}

.I_c_c_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 50px;
    border-radius: 5px;
    background-color: #429ad0;
}

.I_c_c_more span {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
}


.I_c_c_more a {
    text-decoration: none;
}