.gywm_banner .swiper-button-next,
.gywm_banner .swiper-button-prev{
    color: #f0f0f0;
}

.login_top{
    width: 1200px;
}
.logo2{
    margin: 5px 0 0 0;
    height: auto;
}
.login_lx{
    margin: 20px 7px 20px 0;
}

.menu-hd b{
    top: 12px;
    border-left: 4px solid #f7f7f7;
    border-right: 4px solid #f7f7f7;
    border-bottom: 4px solid #f7f7f7;
}
.menutop:hover .menu-hd b{
    top: 12px;
}
.logo2 img{
    width: 100%;
    margin-top: 8px;
}
.topNavBox{
    width: 100%;
    background-color: #000;
}
.topNav ul{
    width: 100%;
    display: flex;
}
.topNav ul li{
    width: 16.66%;
    height: 50px;
    font-size: 18px;
    text-align: center;
}
.topNav ul li a{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9bcba;
}
.topNav ul li:hover{
    background: #424242;
}

.topBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.top_l{
    width: 100%;
    color: #333;
}
.top_l h3{
    font-size: 20px;
    margin-bottom: 25px;
}
.top_l p{
    color: #4c4d4c;
    font-size: 15px;
    text-indent: 30px;
    line-height: 30px;
}

.conFieldBox{
    width: 100%;
    background: #f8f9f9;
    margin-top: 35px;
    padding: 40px 0;
}
.title{
    padding-top: unset;
    margin-bottom: unset;
}
.title>span{
    color: #999;
    display: block;
    margin-top: 6px;
    text-transform: uppercase;
}
.title_line{
    background-color: #06b3b9;
    margin: 10px auto 0;
}
.title p{
    width: 100%;
    color: #4c4d4c;
    font-size: 15px;
    text-indent: 30px;
    line-height: 30px;
    text-align: left;
    margin-top: 20px;
}
.fieldNr{
    width: 100%;
    margin-top: 35px;
}
.fieldNr ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fieldNr ul li:first-child{
    width: 49.2%;
}
.fieldNr ul li{
    width: 23.8%;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}
.fieldNr ul li img{
    transition: transform 0.3s ease;
}
.fieldNr ul li:hover img{
    transform: scale(1.1);
}

.fieldNr ul li p{
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-size: 16px;
    color: #fff;
}
.fwxm{
    padding-top: 50px;
    margin-bottom: 0;
}
.fwxm ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.fwxm ul li{
    width: 25% !important;
    float: unset;
    height: auto;
    border: unset;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 0 30px 0 !important;
    border-radius: unset;
    cursor: pointer;
}
.fwxm ul li ol{
    width: 170px;
    height: 170px;
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: #06b3b9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.fwxm ul li ol img{
    transition: transform 0.3s ease;
}
.fwxm ul li:hover ol img{
    transform: scale(1.2);
}
.fwxm ul li:hover h4,
.fwxm ul li:hover p{
    color: #06b3b9;
}
.fwxm ul li img{
    display: unset;
    margin: 0;
}
.fwxm ul li h4{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    transition: color 0.3s ease;
}
.fwxm ul li p{
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

.conFruitBox{
    width: 100%;
    background-color: #f8f9f9;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}
.fruitNr{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.fruitList{
    width: 48%;
    margin-bottom: 40px;
    background-color: #fff;
    /*cursor: pointer;*/
}
.fruitListCon{
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.fruitList_l{
    width: 15%;
    padding-bottom: 98px;
    border-bottom: 1px solid #999;
}
.fruitList_l h3{
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.fruitList_l p{
    font-size: 14px;
    color: #999;
    font-weight: bold;
    margin-top: 10px;
}
.fruitList_r{
    width: 75%;
}
.fruitList_r h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fruitList_r p{
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.maskHover{
    width: 100%;
    position: relative;
}
.maskHover img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.fruitTeam{
    padding-top: 100px;
    margin-bottom: 100px;
}
.fruitTeamCon{
    width: 100%;
    margin-top: 60px;
}
.fruitTeamCon li{
    width: 200px;
}
.fruitTeamCon li p{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.contactUsBox{
    width: 100%;
    background: #f8f9f9;
    padding: 30px 0;
}
.contactUs{
    display: flex;
    justify-content: space-between;
}
.contact_l{
    width: 30%;
}
.contact_l h3{
    font-size: 24px;
    color: #06b3b9;
}
.contact_l p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 30px;
}
.contact_c{
    width: 32%;
}
.contact_c h3{
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}
.contact_c p{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.contact_r{
    width: 15%;
}
.contact_r p{
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}
.contact_r img{
    width: 100px;
}

.energyDataBox{
    margin: 30px auto 50px auto;
}
.eneData{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eneData li{
    width: 31%;
    border: 1px solid #bfbfbf;
    padding: 10px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 40px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}
.eneData li:hover{
    border: 1px solid #028be5;
    box-shadow: 0px 1px 8px -3px #028be5;
}
.eneData li:hover p{
    color: #028be5;
}
.eneData li a{
    display: inline-block;
    height: 100%;
}
.eneData li h4{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #028be5;
    text-align: center;
}
.eneData li p{
    color: #4c4d4c;
    font-size: 15px;
    line-height: 30px;
    margin-top: 12px;
    transition: color 0.3s ease;
}

.ourAdvBox{
    width: 1200px;
    margin: 40px auto 0 auto;
    padding-bottom: 30px;
}
.ourAdvCon{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.ourAdvCon ul{
    width: 25%;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.ourAdvCon ul:first-child{
    width: 50%;
}
.ourAdvCon ul:nth-child(3),
.ourAdvCon ul:last-child{
    padding-left: 50px;
    box-sizing: border-box;
}
.ourAdvCon ul li{
    color: #F4A132;
    font-size: 16px;
    font-weight: bold;
    transform: skewX(-10deg);
    /*will-change: transform; !* 提示浏览器提前准备 *!*/
}
.ourAdvCon ul li i{
    font-size: 30px;
}
.ourAdvCon ul li i{
    transition: all 0.3s ease;
    display: inline-block;
}
.ourAdvCon ul p{
    font-size: 16px;
    color: #929293;
}
.ourAdvCon ul:hover li i{
    transform: scale(1.2);
}