@charset 'UTF-8';
.public_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.public_title > h3 > span {
    margin-left: 25PX;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    .public_title > h3 {
        font-size: 1rem
    }

    .public_title a, .public_title span {
        font-size: .7rem
    }

    .public_title > h3 > span {
        display: block;
        margin: .25rem 0 0;
        font-weight: 400
    }
}

.banner {
    position: relative
}

.banner .swiper-pagination {
    bottom: 30PX
}

.banner .swiper-pagination-bullet {
    width: 16PX;
    height: 16PX;
    background-color: #fff;
    opacity: 1
}

.banner .swiper-pagination-bullet-active {
    background-color: #669ACC
}

.banner div[class^=swiper-button] {
    height: 60PX;
    width: 60PX;
    outline: 0
}

.banner div[class^=swiper-button]:hover::after {
    border-color: #6DAD19
}

.banner div[class^=swiper-button]::after {
    border-left: 1PX solid #000;
    border-bottom: 1PX solid #000;
    content: " ";
    display: block;
    height: 20PX;
    width: 20PX;
    position: absolute;
    top: 50%;
    margin-top: -10PX
}

.banner .swiper-button-prev::after {
    transform: rotate(45deg)
}

.banner .swiper-button-next::after {
    transform: rotate(-135deg)
}

.banner img {
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.banner .banner_describe {
    position: absolute;
    top: 0;
    left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%
}

.banner .banner_describe > h3, .banner .banner_describe > p {
    line-height: 1.3
}

.banner .banner_describe > p {
    margin-top: 24PX
}

.banner .banner_describe a {
    display: block;
    width: 200PX;
    height: 48PX;
    margin-top: 100PX;
    background-color: #59A00D;
    text-align: center;
    line-height: 48PX
}

.recommend .recent-swiper .recommend_item > .list_info > p, .serve .serve_info, .serve h3 {
    line-height: 1.5
}

.banner .banner_describe a > span {
    margin-left: 30PX;
    font-size: 24PX
}


.serve {
    padding: 100PX 0;
    background-color: #fff;
    text-align: center
}

.serve .serve_info {
    width: 80%;
    margin: 12PX auto 0
}

.serve #serve_position {
    position: relative
}

.serve #serve_position #pstac {
    position: absolute;
    top: 63%;
    left: 30%
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .serve #serve_position #pstac {
        width: 85PX;
        top: 68%;
        left: 39%;
    }
}

.serve #serve_position #pstaf {
    position: absolute;
    top: 30%;
    left: 54%
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .serve #serve_position #pstaf {
        width: 85PX;
    }
}

.serve #serve_position #pstzjm {
    position: absolute;
    top: 35%;
    left: 23%
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .serve #serve_position #pstzjm {
        width: 85PX;
        left: 31%;
    }
}

.serve #serve_position #psthci {
    position: absolute;
    top: 56%;
    left: 66%
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .serve #serve_position #psthci {
        width: 85PX;
        top: 55%;
        left: 60%;
    }
}

.serve .serve_img {
    width: 70%;
    margin-top: 56PX;
    border-radius: 50%
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .serve .serve_img {
        width: 50%;
    }
}


.serve .serve_list {
    display: flex;
    justify-content: space-between;
    margin-top: 100PX
}

.serve .serve_list > li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc((100% - 30PX * 3) / 4);
    padding: 40PX 40PX 30PX;
    background-color: #fff;
    box-shadow: 5PX 10PX 17PX 8PX rgba(0, 0, 0, .05);
    box-sizing: border-box
}

.serve .serve_list > li > img {
    width: 90PX
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .serve .serve_list > li > img{
        width: 70PX;
    }
}

.serve .serve_list > li > strong {
    margin-top: 15PX
}

.serve .serve_list > li > span {
    margin-top: 8PX
}

.serve .serve_list > li > p {
    margin-top: 18PX;
    line-height: 1.5;
    text-align: justify;
    width:100%;
}

.recommend {
    overflow: hidden;
    padding: 70PX 0 88PX;
    background-color: rgba(0, 0, 0, .03)
}

.recommend .recent-swiper {
    position: relative;
    width: 90%;
    margin-top: 100PX
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .recommend .recent-swiper{
        width: 68%;
        margin-left: 100PX;
    }
}

.recommend .recent-swiper .swiper-wrapper {
    z-index: 3
}

.recommend .recent-swiper .recommend_item {
    display: flex
}

.recommend .recent-swiper .recommend_item > img {
    width: 55%
}

.recommend .recent-swiper .recommend_item > .list_info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 45%;
    padding: 0 55PX;
    background-color: #fff;
    text-align: center;
    box-shadow: 5PX 10PX 15PX 8PX rgba(0, 0, 0, .05)
}

.recommend .recent-swiper .recommend_item > .list_info > a {
    display: block;
    width: 112PX;
    height: 36PX;
    margin: 0 auto;
    background-color: #59A00D;
    line-height: 36PX
}

.recommend .recent-swiper > .swiper-button-next, .recommend .recent-swiper > .swiper-button-prev {
    z-index: 5;
    width: 60PX;
    height: 60PX;
    background-color: #59A00D;
    border-radius: 50%;
    outline: 0;
    opacity: 1
}

.recommend .recent-swiper > div[class^=swiper-button-].swiper-button-disabled {
    display: none
}

.recommend .recent-swiper > .swiper-button-next {
    right: -8.5%
}

.recommend .recent-swiper > .swiper-button-prev {
    left: -8.5%
}

.recommend .recent-swiper > .swiper-button-prev::after {
    transform: rotate(180deg)
}

.recommend .sem {
    margin-top: 10px;
    line-height: 40px;
    margin-bottom: 10px;
}
.client {
    padding: 100PX 0 60PX;
    background-color: #fff
}

.client .client_list {
    display: flex;
    justify-content: space-between;
    margin-top: 120PX
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .client .client_list{
        justify-content: space-around;
    }
}

.client .client_list > li {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc((100% - 50PX * 2) / 3);
    padding: 54PX 50PX 68PX;
    background-color: #fff;
    box-shadow: 5PX 10PX 15PX 8PX rgba(0, 0, 0, .05);
    box-sizing: border-box
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .client .client_list > li{
        width: calc((90% - 45PX * 2) / 3);
    }
}

.client .client_list > li > .list_serial {
    position: absolute;
    top: -39PX;
    left: 0;
    height: 78PX
}

.client .client_list > li > .list_scenery {
    width: 100%
}

.client .client_list > li .list_agc {
    width: 100PX;
    margin: 30PX 0 25PX
}

.client .client_list > li > p {
    line-height: 1.5;
    width: 100%;
    text-align: center;
}

.partner {
    padding: 60PX 0 50PX;
    background: url(../images/home/img_bg.png) center center no-repeat
}

.partner .partner_title {
    text-align: center
}

.partner .partner_title > p {
    margin-top: 12PX
}

.partner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 70PX
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .partner ul{
        justify-content: space-around;
    }
}

.partner ul > li {
    width: 220PX;
    margin-bottom: 50PX;
    box-shadow: 0 0 31PX 0 rgba(0, 0, 0, .1)
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .partner ul > li{
        width: 170PX;
    }
}

.partner ul img {
    width: 100%;
    vertical-align: middle
}

#tools {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    position: fixed;
    z-index: 11;
    right: 20PX;
    top: 25%;
    width: 80PX;
    height: 460PX;
    background-color: #fff;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem 0 rgba(130, 130, 130, .24)
}

#tools .tools_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 25%
}

#tools .tools_item > span {
    font-size: 12PX;
    text-align: center;
    color: #979797
}

#tools .tools_item > span:first-child {
    font-size: 30PX;
    margin-bottom: 5PX
}

#tools .tools_item:hover span {
    color: #6DAD19
}

.phone:hover > .phone_num {
    display: block;
}

.phone_num {
    display: none;
    position: absolute;
    right: 84PX;
    top: 250px;
    bottom: 0;
    width: 150PX;
    height: 50PX;
    padding: 10PX 15PX;
    margin: auto;
    border-radius: 10PX;
    font-size: 20PX;
    line-height: 50PX;
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    .banner .banner_describe > h3 {
        font-size: 42PX
    }

    .banner .banner_describe > p {
        font-size: 20PX
    }

    .banner .banner_describe a {
        width: 180PX;
        height: 40PX;
        margin-top: 50PX;
        font-size: 16PX;
        line-height: 40PX
    }

    .banner .banner_describe a > span {
        font-size: 18PX
    }

    .serve .serve_list {
        flex-wrap: wrap;
        justify-content: space-around
    }

    .serve .serve_list > li {
        width: 36%;
        margin-bottom: 40PX
    }

    .serve #serve_position {
        position: relative
    }

    .serve #serve_position #pstac, .serve #serve_position #pstaf, .serve #serve_position #psthci, .serve #serve_position #pstzjm {
        width: 2.5rem
    }

    .client .client_list {
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .client .client_list > li {
        width: 40%;
        margin-bottom: 60PX
    }
}

@media screen and (max-width: 768px) {
    #tools, .banner div[class^=swiper-button], .recommend .recent-swiper > .swiper-button-next, .recommend .recent-swiper > .swiper-button-prev {
        display: none
    }

    .banner .swiper-pagination {
        bottom: .75rem
    }

    .banner .swiper-pagination-bullet {
        width: .4rem;
        height: .4rem
    }

    .banner .banner_describe {
        left: 5%;
        width: 90%
    }

    .banner .banner_describe > h3 {
        font-size: 1rem
    }

    .banner .banner_describe > p {
        margin-top: .6rem;
        font-size: .7rem
    }

    .banner .banner_describe a {
        width: 6rem;
        height: 1.25rem;
        margin-top: 1.25rem;
        font-size: .7rem;
        line-height: 1.25rem
    }

    .banner .banner_describe a > span {
        margin-left: .75rem;
        font-size: .7rem
    }

    .serve {
        padding: 2.5rem .5rem
    }

    .serve .container > h3 {
        font-size: 1rem
    }

    .serve .container > p {
        font-size: .7rem
    }

    .serve .serve_info {
        width: 100%;
        margin: .3rem 0 0
    }

    .serve .serve_img {
        width: 100%;
        margin-top: 1.4rem
    }

    .serve .serve_list {
        margin-top: 2.5rem
    }

    .serve .serve_list > li {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1rem 1rem .75rem;
        background-color: #fff;
        box-shadow: .125rem .25rem .425rem .2rem rgba(0, 0, 0, .05)
    }

    .serve .serve_list > li > img {
        width: 3rem
    }

    .serve .serve_list > li > strong {
        font-size: 1rem
    }

    .serve .serve_list > li > p, .serve .serve_list > li > span, .serve .serve_list > li > strong {
        margin-top: .45rem
    }

    .serve .serve_list > li > p, .serve .serve_list > li > span {
        font-size: .7rem
    }

    .recommend {
        padding: 1.75rem .5rem 2.2rem
    }

    .recommend .recent-swiper {
        width: 68%;
        margin-top: 2.5rem
    }

    .recommend .recent-swiper .recommend_item {
        flex-direction: column
    }

    .recommend .recent-swiper .recommend_item > img {
        width: 100%
    }

    .recommend .recent-swiper .recommend_item > .list_info {
        width: 100%;
        padding: .5rem;
        box-sizing: border-box;
        box-shadow: .125rem .25rem .375rem .2rem rgba(0, 0, 0, .05)
    }

    .recommend .recent-swiper .recommend_item > .list_info > h4 {
        font-size: 1rem;
        line-height: 1.5
    }

    .recommend .recent-swiper .recommend_item > .list_info > p {
        margin-top: .45rem;
        font-size: .7rem
    }

    .recommend .recent-swiper .recommend_item > .list_info > p > a {
        font-size: .7rem
    }

    .recommend .recent-swiper .recommend_item > .list_info > a {
        width: 3.75rem;
        height: 1.15rem;
        margin: .45rem auto;
        font-size: .7rem;
        line-height: 1.15rem
    }

    .client {
        padding: 2.5rem .5rem 1.5rem
    }

    .client .client_list {
        margin-top: 3rem
    }

    .client .client_list > li {
        width: 100%;
        margin-bottom: 60PX;
        padding: 50PX;
        box-shadow: .125rem .25rem .375rem .2rem rgba(0, 0, 0, .05)
    }

    .client .client_list > li > .list_serial {
        top: -1.25rem;
        height: 2.5rem
    }

    .client .client_list > li .list_agc {
        width: 4rem;
        margin: .75rem 0
    }

    .client .client_list > li > p {
        font-size: .7rem
    }

    .partner {
        padding: 1.5rem .5rem 1.25rem
    }

    .partner .partner_title > h3 {
        font-size: 1rem
    }

    .partner .partner_title > p {
        margin-top: .45rem;
        font-size: .7rem
    }

    .partner ul {
        margin-top: 1.75rem
    }

    .partner ul > li {
        width: 48%;
        margin-bottom: 1.25rem;
        box-shadow: 0 0 .775rem 0 rgba(0, 0, 0, .1)
    }
}
