.solution_tab {
    width: 100%;
	overflow: hidden;
}
.solution_tab_container {
	width: 1420px;
	padding: 26px 0;
    display: flex;
    margin: 0 auto;
}
.solution_tab_container .solution_tab_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution_tab_container .solution_tab_item a {
    display: flex;
    align-items: center;
}
.solution_tab_container .solution_tab_item .solution_tab_itemimg {
    min-width: 50px;
    max-width: 50px;
    margin-right: 20px;
}
.solution_tab_container .solution_tab_item .solution_tab_itemmsg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.solution_tab_container .solution_tab_item .solution_tab_itemtitle {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}
.solution_tab_container .solution_tab_item .solution_tab_itemsubtitle {
    font-weight: 400;
    font-size: 14px;
    color: #9B9FA5;
}

.smartagriculture {
    width: 100%;
    background-image: url('../images/smartagriculture_bg.png');
	background-size: 100% 100%;
    padding: 65px 0;
    height: 697px;
}
.smartagriculture_title {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 45px;
}
.smartagriculture_container {
    width: 1420px;
    height: 602px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.smartagriculture_container_title {
    text-align: center;
    padding: 26px 0;
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    position: relative;
}
.smartagriculture_container_titleright {
    position: absolute;
    top: 38px;
    right: 25px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    color: #065DC8;
    cursor: pointer;
}
.smartagriculture_container_titleright:hover {
    color: #065DC8;
}
.smartagriculture_container_titlerightimg {
    width: 18px;
    height: 14px;
    background-image: url('../images/toright_active.png');
	background-size: 100% 100%;
}
.smartagriculture_container_top {
    width: 100%;
    height: 276px;
    background-image: url('../images/smartagriculture_itembg.png');
	background-size: 100% 100%;
    padding: 0 0 0 60px;
}
.smartagriculture_container_top_msg {
    width: 644px;
    height: 100%;
}
.smartagriculture_container_top_msgtitle {
    font-weight: bold;
    font-size: 26px;
    color: #323232;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 46px 0 35px;
}
.smartagriculture_container_top_msgsubtitle {
    font-weight: 400;
    font-size: 16px;
    color: #646464;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.smartagriculture_container_top_msgbtn {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #065DC8;
    margin-top: 43px;
}
.smartagriculture_container_top_msgbtn:hover {
    color: #065DC8;
}
.smartagriculture_container_bottom {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 54px 0 40px;
}
.smartagriculture_container_bottomitem {
    width: 33.33%;
    flex: 1;
    padding: 0 60px; 
    border-right: 1px solid #EEEEEE;
}
.smartagriculture_container_bottomitem a {
    width: 100%;
}
.smartagriculture_container_bottomitem:last-child {
    border-right: none;
}
.smartagriculture_container_bottomitem_title {
    font-weight: bold;
    font-size: 20px;
    color: #323232;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.smartagriculture_containe_bottomitem_subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.smartforestry {
    width: 100%;
    background-image: url('../images/smartforestry_bg.png');
	background-size: 100% 100%;
    padding: 100px 0 0;
    height: 706px;
}
.smartforestry_container {
    width: 1420px;
    margin: 0 auto;
}
.smartforestry_container_title {
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
.smartforestry_list {
    display: flex;
    margin: 40px auto 0;
    width: max-content;
}
.smartforestry_item {
    width: 372px;
    height: 414px;
    margin: 0 38px;
}
.smartforestry_item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 38px 1px rgba(193,201,218,0.28);
    border-radius: 10px;
    padding: 0 35px;
}
.smartforestry_itemimg {
    width: 86px;
    margin-top: 40px;
}
.smartforestry_itemtitle {
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 40px 0 30px 0;
}
.smartforestry_itemsubtitle {
    font-weight: normal;
    font-size: 14px;
    color: #7C7F8E;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.smartforestry_item.active a{
    animation: 0.5s moveshow forwards;
    background-image: url('../images/smartforestry_itembg.png');
	background-size: 100% 100%;
}
.smartforestry_item.active .smartforestry_itemtitle {
    color: #FFFFFF;
}
.smartforestry_item.active .smartforestry_itemsubtitle {
    color: #FFFFFF;
}
@keyframes moveshow {
    from {
        margin-top: 0px;
    }

    to {
        margin-top: -30px;
    }
}
.smartforestry_item.noactive a{
    animation: 0.5s movehide forwards;
}
@keyframes movehide {
    from {
        margin-top: -30px;
    }

    to {
        margin-top: 0;
    }
}
.smartforestry_button {
    display: block;
    width: 90px;
    height: 40px;
    border: 1px solid #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin: 34px auto 0;
}
.smartforestry_button:hover {
    color: #FFFFFF;
}

.smartpark {
    width: 100%;
    background-image: url('../images/smartpark_bg.png');
	background-size: 100% 100%;
    height: 606px;
}
.smartpark_container {
    width: 1420px;
    margin: 0 auto;
}
.smartpark_container_title {
    text-align: center;
    padding: 26px 0;
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    position: relative;
}
.smartpark_content {
    display: flex;
    align-items: center;
}
.smartpark_container_left {
    min-width: 442px;
    max-width: 442px;
    height: 424px;
    margin-top: 62px;
    margin-right: 89px;
}
.smartpark_container_left img {
    max-width: 100%;
}
.smartpark_container_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.smartpark_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.smartpark_item {
    width: 503px;
    height: 95px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    padding: 0 35px;
    cursor: pointer;
    overflow: hidden;
}
.smartpark_itemimg {
    min-width: 37px;
    max-width: 37px;
}
.smartpark_itemmsg {
    flex: 1;
    width: 100%;
    padding-left: 27px;
}
.smartpark_itemtitle {
    font-weight: bold;
    font-size: 18px;
    color: #484A52;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.smartpark_itemsubtitle {
    font-weight: 400;
    font-size: 14px;
    color: #737686;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.smartpark_itembutton {
    width: 90px;
    height: 30px;
    border: 1px solid #065DC8;
    font-weight: 400;
    font-size: 14px;
    color: #065DC8;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    display: none;
}
.smartpark_item.active {
    animation: 0.5s parkshow forwards;
}
@keyframes parkshow {
    from {
        width: 503px;
        height: 95px;
    }

    to {
        width: 859px;
        height: 172px;
    }
}
.smartpark_item.active .smartpark_itemimg {
    min-width: 68px;
    max-width: 68px;
}
.smartpark_item.active .smartpark_itemsubtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.smartpark_item.active .smartpark_itembutton {
    display: block;
}
.smartpark_button {
    width: 90px;
    height: 40px;
    border: 1px solid #065DC8;
    font-weight: normal;
    font-size: 14px;
    color: #065DC8;
    text-align: center;
    line-height: 40px;
    margin-top: 4px;
    cursor: pointer;
}
.smartpark_button:hover {
    color: #065DC8;
}

.mobilesmartagriculture {
    width: 100%;
    background-image: url('../images/smartagriculture_mobilebg.png');
	background-size: 100% 100%;
    padding: 0 20px;
}
.mobilesmartagriculture_container {
    width: 100%;
}
.mobilesmartagriculture_container_title {
    text-align: center;
    padding: 30px 0 20px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    position: relative;
}
.mobilesmartagriculture_container_titleright {
    position: absolute;
    top: 36px;
    right: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    color: #065DC8;
    cursor: pointer;
}
.mobilesmartagriculture_container_titleright:hover {
    color: #065DC8;
}
.mobilesmartagriculture_container_titlerightimg {
    width: 18px;
    height: 14px;
    background-image: url('../images/toright_active.png');
	background-size: 100% 100%;
}
.mobilesmartagriculture_container_top {
    background-image: url('../images/smartagriculture_mobileitembg.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}
.mobilesmartagriculture_container_bottom {
    width: 100%;
    margin-top: -110px;
}
.mobilesmartagriculture_container_bottomitem {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}
.mobilesmartagriculture_container_bottomitem:last-child {
    border-bottom: none;
}
.mobilesmartagriculture_container_bottomitem_title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 20px 0 10px 0;
}
.mobilesmartagriculture_containe_bottomitem_subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mobilesmartagriculture_containe_bottomitem_button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.mobilesmartagriculture_containe_bottomitem_button a {
    width: 100px;
    height: 30px;
    border: 1px solid #065DC8;
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #065DC8;
    text-align: center;
    line-height: 30px;
}

.mobilesmartforestry {
    width: 100%;
    background-image: url('../images/smartforestry_mobilebg.png');
	background-size: 100% 100%;
    padding: 30px 20px 20px;
}
.mobilesmartforestry_container {
    width: 100%;
}
.mobilesmartforestry_container_title {
    text-align: center;
    padding: 0 0 20px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.mobilesmartforestry_list {
    width: 100%;
}
.mobilesmartforestry_item {
    width: 100%;
    background-image: url('../images/smartforestry_mobileitembg.png');
	background-size: 100% 100%;
    margin-bottom: 20px;
}
.mobilesmartforestry_item a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.mobilesmartforestry_itemimg {
    min-width: 40px;
    max-width: 40px;
}
.mobilesmartforestry_itemmsg {
    flex: 1;
    padding: 12px 0 12px 26px;
}
.mobilesmartforestry_itemtitle {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 0 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mobilesmartforestry_itemsubtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mobilesmartforestry_button {
    display: block;
    width: 90px;
    height: 40px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin: 10px auto 0;
}
.mobilesmartforestry_button:hover {
    color: #FFFFFF;
}

.mobilesmartpark {
    width: 100%;
    background-image: url('../images/smartpark_mobilebg.png');
	background-size: 100% 100%;
    padding: 30px 20px 20px;
}
.mobilesmartpark_container {
    width: 100%;
}
.mobilesmartpark_container_title {
    text-align: center;
    padding: 0 0 20px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    position: relative;
}
.mobilesmartpark_content {
    width: 100%;
}
.mobilesmartpark_container_top {
    width: 100%;
    display: flex;
    justify-content: center;
}
.mobilesmartpark_container_top img {
    width: 300px;
}
.mobilesmartpark_list {
    width: 100%;
}
.mobilesmartpark_item {
    width: 100%;
    background: linear-gradient( 90deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 10px 1px rgba(0,60,128,0.11);
    padding: 18px 16px;
    margin-bottom: 20px;
}
.mobilesmartpark_item a{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.mobilesmartpark_itemimg {
    min-width: 34px;
    max-width: 34px;
}
.mobilesmartpark_itemmsg {
    flex: 1;
    padding-left: 16px;
}
.mobilesmartpark_itemtitle {
    font-weight: bold;
    font-size: 14px;
    color: #484A52;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mobilesmartpark_itemsubtitle {
    font-weight: normal;
    font-size: 12px;
    color: #737686;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mobilesmartpark_button {
    display: block;
    width: 90px;
    height: 40px;
    border: 1px solid #065DC8;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    color: #065DC8;
    cursor: pointer;
    margin: 10px auto 0;
}
.mobilesmartpark_button:hover {
    color: #065DC8;
}
