﻿.wrap {
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 75%;
    margin: 0 auto;
}

.wrap1 {
    width: 1620px;
    margin: 0 auto;
}

/*去掉苹果短的样式*/

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/*banner*/

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

.banner .owl-nav {
    display: none;
}

.banner .owl-dots {
    position: absolute;
    bottom: 36px;
    width: 100%;
    text-align: center;
}

.banner.owl-theme .owl-dots .owl-dot {
    padding: 0 18px 0 0;
}

.banner.owl-theme .owl-dots .owl-dot:last-child {
    padding: 0 0 0 0;
}

.banner.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #a0a7b5;
    margin: 0;
}

.banner.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.banner .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.banner .item .title {
    position: absolute;
    left: 19%;
    top: 36%;
    z-index: 999;
    width: 60%;
    text-align: center;
}

.banner .item .title1 {
    color: #fff;
    font-size: 54px;
    display: block;
    font-weight: normal;
    width: 100%;
    position: absolute;
    transition: all 1.6s;
}

.banner .item .title2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    display: block;
    width: 100%;
    position: absolute;
    transition: all 1.6s;
}

.banner .item .more {
    color: #fff;
    font-size: 16px;
    width: 174px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    background: url(../images/index1.png) no-repeat center center;
    position: absolute;
    transition: all 1.6s;
}

.banner .item .title_s {
    left: 0;
    text-align: center;
    width: 100%;
}

.banner .title_li {
    text-align: center;
    position: absolute;
    transition: all 1.6s;
}

.banner .title_li li {
    display: inline-block;
    width: 112px;
    height: 112px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    background: url(../images/index2.png) no-repeat center center;
    margin: 0 21px;
}

.banner .title_li li em {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;
}

.banner .item1 .title1 {
    left: 0;
    top: 80px;
    opacity: 0;
    transition-delay: 0.3s;
}

.banner .item1 .title2 {
    left: 0;
    top: 212px;
    opacity: 0;
    transition-delay: 0.6s;
}

.banner .item1 .more {
    left: 0;
    top: 310px;
    opacity: 0;
    transition-delay: 0.9s;
}

.banner .item2 .title1 {
    left: 0;
    top: 120px;
    opacity: 0;
    transition-delay: 0.3s;
}

.banner .item2 .title2 {
    left: 0px;
    top: 232px;
    opacity: 0;
    transition-delay: 0.6s;
}

.banner .item2 .title_li {
    left: 50%;
    margin-left: -392px;
    top: 310px;
    opacity: 0;
    transition-delay: 0.9s;
}

.banner .item3 .title1 {
    left: 0;
    top: -80px;
    opacity: 0;
    transition-delay: 0.3s;
}

.banner .item3 .title2 {
    left: 0;
    top: 212px;
    opacity: 0;
    transition-delay: 0.6s;
}

.banner .item3 .more {
    left: 50%;
    margin-left: -115px;
    top: 310px;
    opacity: 0;
    transition-delay: 0.9s;
}

.banner .active .item1 .title1 {
    left: 0;
    top: 0;
    opacity: 1;
}

.banner .active .item1 .title2 {
    left: 0;
    top: 80px;
    opacity: 1;
}

.banner .active .item1 .more {
    left: 50%;
    top: 180px;
    opacity: 1;
    margin-left: -87px;
}

.banner .active .item2 .title1 {
    left: 0;
    top: 0;
    opacity: 1;
    animation-delay: 0.3s;
}

.banner .active .item2 .title2 {
    left: 0;
    top: 80px;
    opacity: 1;
    animation-delay: 0.6s;
}

.banner .active .item2 .title_li {
    left: 50%;
    margin-left: -392px;
    top: 180px;
    opacity: 1;
    animation-delay: 0.9s;
}

.banner .active .item3 .title1 {
    left: 0;
    top: 0;
    opacity: 1;
    animation-delay: 0.3s;
}

.banner .active .item3 .title2 {
    left: 0;
    top: 80px;
    opacity: 1;
    animation-delay: 0.6s;
}

.banner .active .item3 .more {
    left: 50%;
    margin-left: -115px;
    top: 180px;
    opacity: 1;
    animation-delay: 0.9s;
}


/**我们的优势**/

.wmdys {
    background: #f2f5fa;
    margin-top: 0;
    padding-bottom: 58px;
}

.wmdys_s {
    margin-top: 62px;
}

.wmdys_s ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.wmzmz {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 0;
    
}

.wmzmz ul li {
    width: 31%;
}

.wmdys_s ul li .kj {
    padding: 40px 46px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
.wmdys_s ul li .ky{
    height: 230px;
}

.wmdys_s ul li .kh {
    height: 202px;
}

.wmdys_s ul li .img {
    width: 88px;
    height: 88px;
    margin-right: 24px;
}

.wmdys_s ul li .title1 {
    font-size: 22px;
    line-height: 22px;
    display: block;
}

.wmdys_s ul li .title2 {
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
    display: block;
    margin-top: 16px;
    color: #878f92;
}

.wmdys_s ul li:hover .kj {
    -webkit-box-shadow: 0 0px 20px 5px #dedede;
    -moz-box-shadow: 0 0px 20px 5px #dedede;
    box-shadow: 0 0px 20px 5px #dedede;
}

/**合作流程**/

.hz {
    background-color: #f2f5fa;
    padding-top:3rem;
    padding-bottom: 3rem;
}

.hezuo_s {
    margin-top: 60px;
}

.hezuo_s ul li {
    float: left;
    width: 20%;
}

.hezuo_s ul li .kj {
    padding: 0 56px;
    background: url(../images/index21.png) no-repeat right center;
}

.hzlc ul li {
    width: 12.5%;
}

.hzlc ul li .kj {
    padding: 0 50px;
}

.hezuo_s ul li .title {
    text-align: center;
}

.hezuo_s ul li .title1 {
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin-top: 5px;
}

.hezuo_s ul li .title2 {
    font-size: 16px;
    line-height: 26px;
    min-height: 78px;
    display: block;
    margin-top: 16px;
    color: #878f92;
}

/**2000+家企业选择**/
.xzytb {
    background: #f9f9f9;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.xzytb_s_w {
    width: 76%;
    margin: 0 auto;
}

.xzytb_s {
    margin-top: 62px;
}

.xzytb_s span {
    display: block;
}

.xzytb .owl-dots {
    display: none;
}

.xzytb .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 0;
    height: 72px;
    width: 100%;
}

.xzytb .owl-prev,
.xzytb .owl-next {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    font-size: 0;
}

.xzytb .owl-prev {
    left: -122px;
    background-image: url(../images/index23.png);
}

.xzytb .owl-next {
    right: -122px;
    background-image: url(../images/index24.png);
}

.xzytb .owl-prev:hover {
    background-image: url(../images/index23_s.png);
}

.xzytb .owl-next:hover {
    background-image: url(../images/index24_s.png);
}

/**合作客户**/

.partner {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.partner_s {
    margin: 60px 12.5% 0;
}

.partner_s ul li {
    width: 11.11%;
    float: left;
    padding: 0 0;
    text-align: center;
    transition: 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.partner_s ul li .img_w {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.partner_s ul li img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.partner_s ul li img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 110px;
    transition: all 0.5s;
}

.partner_s ul li:hover img:nth-child(1) {
    top: -110px;
}

.partner_s ul li:hover img:nth-child(2) {
    top: 0px;
}

/**新闻中心**/

.news {
    background-color: #f9f9f9;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news_s {
    margin-top: 70px;
}

.news_s ul li {
    float: left;
    margin-bottom: 1%;
    margin-right: 2%;
    width: 49%;
}
.news_s ul li:nth-child(2n){
   margin-right: 0;
}

.news_s ul li:nth-child(n+11) {
    display: none;
}

.news_s ul li .kj {
    padding: 0px 0px 0;
}

.news_s ul li .time {
    width: 200px;
    margin-right: 15px;
    text-align: right;
}

.news_s ul li .time img {
    width: 200px;
    height: 133px;
}

.news_s ul li .time em {
    font-size: 26px;
    line-height: 26px;
    display: block;
    font-family: 'Helvetica';
}

.news_s ul li .time i {
    font-size: 14px;
    color: #878f92;
    line-height: 14px;
    display: block;
    font-family: 'Helvetica';
    margin-top: 18px;
}

.news_s ul li .title {
    width: calc(100% - 215px);
}

.news_s ul li .title1 {
    color:#000;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_s ul li .title2 {
    font-size: 14px;
    color: #878f92;
    overflow: hidden;
}

.news_s ul li:hover .time em {
    color: var(--c);
}

.news_s ul li:hover .title1 {
    color: var(--c);
}

@media only screen and (max-width:1660px) {
    .banner .item .title1 {
        font-size: 72px;
        line-height: 92px;
    }
    .banner .item .title2 {
        font-size: 32px;
        line-height: 42px;
    }
    .banner .item .more {
        font-size: 16px;
        width: 174px;
        border-radius: 50px;
        line-height: 50px;
    }
    .banner .item .more {
        font-size: 16px;
        width: 174px;
        border-radius: 50px;
        line-height: 50px;
    }
    .banner .title_li {
        text-align: center;
        position: absolute;
        transition: all 1.6s;
    }
    .banner .title_li li {
        width: 112px;
        height: 112px;
    }
    .banner .title_li li em {
        font-size: 20px;
        line-height: 28px;
        margin-top: -28px;
    }
    .banner .item1 .title1 {
        top: 80px;
    }
    .banner .item1 .title2 {
        top: 212px;
    }
    .banner .item1 .more {
        top: 310px;
    }
    .banner .active .item1 .title1 {
        top: 0;
    }
    .banner .active .item1 .title2 {
        top: 112px;
    }
    .banner .active .item1 .more {
        top: 200px;
    }
    .banner .item2 .title1 {
        top: 80px;
    }
    .banner .item2 .title2 {
        left: 0px;
        top: 142px;
    }
    .banner .item2 .title_li {
        margin-left: -392px;
        top: 310px;
    }
    .banner .active .item2 .title1 {
        top: 0;
    }
    .banner .active .item2 .title2 {
        top: 112px;
    }
    .banner .active .item2 .title_li {
        margin-left: -392px;
        top: 200px;
    }
    .banner .item3 .title1 {
        top: -80px;
    }
    .banner .item3 .title2 {
        top: 212px;
    }
    .banner .item3 .more {
        margin-left: -87px;
        top: 310px;
    }
    .banner .active .item3 .title1 {
        top: 0;
    }
    .banner .active .item3 .title2 {
        top: 112px;
    }
    .banner .active .item3 .more {
        margin-left: -87px;
        top: 200px;
    }
 
    .wmdys_s ul li .kj {
        padding: 34px 30px;
    }
    .wmdys_s ul li .img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    .wmdys_s ul li .title1 {
        font-size: 18px;
        line-height: 18px;
        display: block;
    }
    .wmdys_s ul li .title2 {
        font-size: 14px;
        line-height: 24px;
        min-height: 48px;
        margin-top: 14px;
    }
    .news_s ul li .kj {
        padding: 0px 50px 0;
    }
    .news_s ul li .time {
        margin-right: 10px;
        width: 90px;
        height: 56px;
    }
    .news_s ul li .title1 {
        font-size: 14px;
    }
    .news_s ul li .title2 {
        font-size: 13px;
    }
    .news_s ul li .time img {
        width: 90px;
        height: 56px;
    }
    .news_s ul li .title {
        width: 70%;
    }
    /*******************/
    .wrap1,
    .position {
        width: 90%;
        margin: 0 auto;
    }
    .hezuo_s ul li .title1 {
        font-size: 18px;
    }
}

@media only screen and (max-width:1440px) {
    .wmdys_s ul li .kj {
        padding: 34px 20px;
    }
    .wmdys_s ul li .img {
        width: 70px;
        height: 70px;
        margin-right: 16px;
    }
    .wmdys_s ul li .title1 {
        font-size: 17px;
        line-height: 17px;
        display: block;
    }
    .wmdys_s ul li .title2 {
        font-size: 15px;
        line-height: 22px;
        min-height: 44px;
        margin-top: 12px;
    }

}

@media only screen and (max-width:1366px) {
    .wmdys_s ul li .kj {
        padding: 28px 16px;
    }
    .wmdys_s ul li .img {
        width: 60px;
        height: 60px;
        margin-right: 12px;
    }
    .wmdys_s ul li .title1 {
        font-size: 15px;
        line-height: 15px;
        display: block;
    }
    .wmdys_s ul li .title2 {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
        margin-top: 8px;
    }
    .news_s ul li .kj {
        padding: 0px 40px 0;
    }
    .news_s ul li .time {
        width: 68px;
        margin-right: 20px;
    }
    .news_s ul li .time em {
        font-size: 20px;
        line-height: 20px;
    }
    .news_s ul li .time i {
        font-size: 13px;
        line-height: 14px;
        margin-top: 12px;
    }
    .news_s ul li .title {
        width: 75%;
    }
    .news_s ul li .title1 {
        font-size: 16px;
        line-height: 16px;
        height: 16px;
    }
    .news_s ul li .title2 {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin-top: 0px;
    }
    .banner .owl-dots {
        bottom: 46px;
    }
}

@media only screen and (max-width:1280px) {

    .wmdys_s ul li .title2 {
        font-size: 13px;
    }
    .news_s ul li .title {
        width: 72%;
    }
    .news_s ul li {
        margin-bottom: 40px;
    }
    .banner .owl-dots {
        bottom: 32px;
    }
}

.pc {
    display: block !important;
}

.wap {
    display: none !important;
}

@media only screen and (max-width:1024px) {
    .pc {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .banner .item .title1 {
        font-size: 52px;
        line-height: 52px;
    }
    .banner .item .title2 {
        font-size: 22px;
        line-height: 22px;
    }
    .banner .item .more {
        font-size: 14px;
        width: 124px;
        border-radius: 36px;
        line-height: 36px;
    }
    .banner .item .more {
        font-size: 14px;
        width: 124px;
        border-radius: 36px;
        line-height: 36px;
    }
    .banner .title_li li {
        width: 82px;
        height: 82px;
        margin: 0 10px;
    }
    .banner .title_li li em {
        font-size: 15px;
        line-height: 22px;
        margin-top: -22px;
    }
    .banner .item1 .title1 {
        top: 60px;
    }
    .banner .item1 .title2 {
        top: 140px;
    }
    .banner .item1 .more {
        top: 200px;
    }
    .banner .active .item1 .title1 {
        top: 0;
    }
    .banner .active .item1 .title2 {
        top: 80px;
    }
    .banner .active .item1 .more {
        top: 140px;
    }
    .banner .item2 .title1 {
        top: 60px;
    }
    .banner .item2 .title2 {
        left: 0px;
        top: 120px;
    }
    .banner .item2 .title_li {
        margin-left: -262px;
        top: 200px;
    }
    .banner .active .item2 .title1 {
        top: 0;
    }
    .banner .active .item2 .title2 {
        top: 80px;
    }
    .banner .active .item2 .title_li {
        margin-left: -262px;
        top: 130px;
    }
    .banner .item3 .title1 {
        top: -80px;
    }
    .banner .item3 .title2 {
        top: 212px;
    }
    .banner .item3 .more {
        margin-left: -62px;
        top: 310px;
    }
    .banner .active .item3 .title1 {
        top: 0;
    }
    .banner .active .item3 .title2 {
        top: 80px;
    }
    .banner .active .item3 .more {
        margin-left: -62px;
        top: 140px;
    }
    /**我们的优势**/
    .wmdys {
        background: #f2f5fa;
        margin-top: 74px;
        padding-bottom: 68px;
    }
    .wmdys_s {
        width: 680px;
        margin: 0 auto;
        margin-top: 42px;
    }
    .wmdys_s ul li {
        width: 48%;
    }
    /**万词霸屏**/
    .hezuo_s {
        margin-top: 40px;
        text-align: center;
    }
    .hezuo_s ul li {
        float: none;
        display: inline-block;
        width: 31%;
    }
    .hezuo_s ul li .kj {
        padding: 0 36px;
        background: url(../images/index21.png) no-repeat right center;
    }
    .hezuo_s ul li .kj .img {
        width: 80px;
        height: 80px;
    }
    .hezuo_s ul li .title1 {
        font-size: 18px;
        line-height: 18px;
        display: block;
        margin-top: 5px;
    }
    .hezuo_s ul li .title2 {
        font-size: 14px;
        line-height: 22px;
        min-height: 66px;
        display: block;
        margin-top: 16px;
        color: #878f92;
    }
    /**666家企业选择我们**/
    .xzytb {
        background: #f9f9f9;
        margin-top: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .xzytb .owl-prev {
        left: -100px;
    }
    .xzytb .owl-next {
        right: -100px;
    }
    .news_s ul li .time {
        width: 100%;
        float: none;
        margin-right: 0px;
        padding-bottom: 100px;
        margin-bottom: 10px;
    }
    .news_s ul li .time em {
        float: left;
    }
    .news_s ul li .time i {
        float: left;
        margin-top: 4px;
        margin-left: 10px;
        margin-top: 6px;
    }
    .news_s ul li .title {
        width: 100%;
    }
    .hezuo_s_wrap.owl-theme .owl-nav {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .banner{padding-top: 60px;}
    .news{padding-top: 2rem; padding-bottom: 2rem;}
    .news_s ul li .kj {
        padding: 0px 0px 0;
    }
    .news_s {
        margin-top: 70px;
        margin-bottom: 46px;
    }
    .news_s ul li .time img {
        width: 100%;
        height:100px;
    }

    .hezuo_s {
        margin-top: 40px;
        text-align: center;
    }
    .hezuo_s ul li {
        float: left;
        display: block;
        width: 100%;
    }
    .hzlc ul li {
        width: 50%;
    }
    .hz {
        padding-bottom: 0;
    }
    .partner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .hezuo_s ul li .kj {
        padding: 0 36px;
        background: none !important;
    }
    .hezuo_s ul li .kj .img {
        width: 80px;
        height: 80px;
    }
    .hezuo_s ul li .title1 {
        font-size: 18px;
        line-height: 18px;
        display: block;
        margin-top: 5px;
    }
    .hezuo_s ul li .title2 {
        font-size: 0.9rem;
        line-height: 1.5;
        min-height: 66px;
        display: block;
        margin-top: 16px;
        color: #878f92;
    }
    .hzlc ul li .title2 {
        min-height: 36px;
        margin-top: 0;
    }
    .hezuo_s_wrap.owl-theme .owl-dots {
        display: block;
        width: 100%;
        margin-top: 12px;
    }
    .hezuo_s_wrap.owl-theme .owl-controls {
        position: absolute;
        bottom: -30px;
        width: 100%;
        text-align: center;
    }
    .hezuo_s_wrap.owl-theme .owl-dots .owl-dot {
        width: 10px;
        margin: 0 1%;
    }
    .hezuo_s_wrap.owl-theme .owl-dots .owl-dot span {
        width: 100%;
        height: 10px;
        background: #999;
    }
    .hezuo_s_wrap.owl-theme .owl-dots .owl-dot.active span {
        background: #394f83;
    }
    .hezuo_s_wrap.owl-theme .owl-nav {
        display: none !important;
    }
    /**我们的优势**/
    .wmdys {
        background: #f2f5fa;
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .wmdys_s {
        width: 98%;
        margin: 0 auto;
        margin-top: 42px;
    }
    .wmdys_s ul li {
        width: 48%;
    }
    .xzytb .owl-nav {
        margin-top: -26px;
        height: 52px;
    }
    .xzytb .owl-prev,
    .xzytb .owl-next {
        width: 52px;
        height: 52px;
        position: absolute;
        top: 0;
        font-size: 0;
        background-size: 100% 100%;
    }
    .xzytb .owl-prev {
        left: -60px;
    }
    .xzytb .owl-next {
        right: -60px;
    }
    .partner_s ul li {
        width: 100%;
        float: left;
        padding: 0 0;
    }
    .partner_s_wap.owl-theme .owl-dots {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .partner_s_wap.owl-theme .owl-controls {
        position: absolute;
        bottom: -30px;
        width: 100%;
        text-align: center;
    }
    .partner_s_wap.owl-theme .owl-dots .owl-dot {
        width: 10px;
        margin: 0 1%;
    }
    .partner_s_wap.owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        background: #999;
    }
    .partner_s_wap.owl-theme .owl-dots .owl-dot.active span {
        background: #394f83;
    }
    .partner_s_wap.owl-theme .owl-nav {
        display: none !important;
    }
    /**新闻中心**/
    .news_s {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .news_s ul li {
        float: left;
        margin-bottom: 40px;
        width: 49%;
    }
    .news_s ul li:nth-child(n+5) {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .banner .item .title1 {
        font-size: 42px;
        line-height: 42px;
    }
    .banner .item .title2 {
        font-size: 18px;
        line-height: 18px;
    }
    .banner .item .more {
        font-size: 13px;
        width: 100px;
        border-radius: 30px;
        line-height: 30px;
    }
    .banner .item .more {
        font-size: 13px;
        width: 100px;
        border-radius: 30px;
        line-height: 30px;
    }
    .banner .title_li li {
        width: 62px;
        height: 62px;
        margin: 0 5px;
    }
    .banner .title_li li em {
        font-size: 13px;
        line-height: 18px;
        margin-top: -18px;
    }
    .banner .item1 .title1 {
        top: 60px;
    }
    .banner .item1 .title2 {
        top: 140px;
    }
    .banner .item1 .more {
        top: 200px;
    }
    .banner .active .item1 .title1 {
        top: 0;
    }
    .banner .active .item1 .title2 {
        top: 60px;
    }
    .banner .active .item1 .more {
        top: 100px;
        margin-left: -40px;
    }
    .banner .item2 .title1 {
        top: 60px;
    }
    .banner .item2 .title2 {
        left: 0px;
        top: 90px;
    }
    .banner .item2 .title_li {
        margin-left: -187px;
        top: 160px;
    }
    .banner .active .item2 .title1 {
        top: 0;
    }
    .banner .active .item2 .title2 {
        top: 60px;
    }
    .banner .active .item2 .title_li {
        margin-left: -187px;
        top: 90px;
    }
    .banner .item3 .title1 {
        top: -80px;
    }
    .banner .item3 .title2 {
        top: 160px;
    }
    .banner .item3 .more {
        margin-left: -50px;
        top: 260px;
    }
    .banner .active .item3 .title1 {
        top: 0;
    }
    .banner .active .item3 .title2 {
        top: 60px;
    }
    .banner .active .item3 .more {
        margin-left: -50px;
        top: 100px;
    }
    .list_banner {
        width: 100%;
        height: 300px;
    }
    .list_banner_title {
        line-height: 300px;
        font-size: 34px;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width:450px) {
    .banner .item .title {
        position: absolute;
        left: 10%;
        top: 30%;
        z-index: 999;
        width: 80%;
    }
    .banner .item .title1 {
        font-size: 22px;
        line-height: 22px;
    }
    .banner .item .title2 {
        font-size: 12px;
        line-height: 14px;
    }
    .banner .item .more {
        font-size: 12px;
        width: 100px;
        border-radius: 30px;
        line-height: 30px;
    }
    .banner .item .more {
        font-size: 12px;
        width: 100px;
        border-radius: 30px;
        line-height: 30px;
    }
    .banner .title_li li {
        width: 48px;
        height: 48px;
        margin: 0 3px;
    }
    .banner .title_li li em {
        font-size: 12px;
        line-height: 16px;
        margin-top: -16px;
    }
    .banner .item1 .title1 {
        top: 60px;
    }
    .banner .item1 .title2 {
        top: 140px;
    }
    .banner .item1 .more {
        top: 200px;
    }
    .banner .active .item1 .title1 {
        top: 0;
    }
    .banner .active .item1 .title2 {
        top: 34px;
    }
    .banner .active .item1 .more {
        top: 66px;
    }
    .banner .item2 .title1 {
        top: 60px;
    }
    .banner .item2 .title2 {
        left: 0px;
        top: 64px;
    }
    .banner .item2 .title_li {
        margin-left: -142px;
        top: 90px;
    }
    .banner .active .item2 .title1 {
        top: 0;
    }
    .banner .active .item2 .title2 {
        top: 34px;
    }
    .banner .active .item2 .title_li {
        margin-left: -142px;
        top: 60px;
    }
    .banner .item3 .title1 {
        top: -80px;
    }
    .banner .item3 .title2 {
        top: 160px;
    }
    .banner .item3 .more {
        margin-left: -40px;
        top: 260px;
    }
    .banner .active .item3 .title1 {
        top: 0;
    }
    .banner .active .item3 .title2 {
        top: 34px;
    }
    .banner .active .item3 .more {
        margin-left: -40px;
        top: 66px;
    }
    .banner .owl-dots {
        bottom: 10px;
    }
    .banner.owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        background: #a0a7b5;
        margin: 0;
    }
    .banner .item .more {
        font-size: 12px;
        width: 80px;
        border-radius: 24px;
        line-height: 24px;
    }
    /**我们的优势**/
    .wmdys {
        background: #f2f5fa;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .wmdys_s {
        width: 98%;
        margin: 0 auto;
        margin-top: 42px;
    }
    .wmdys_s ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .wmdys_s ul li .kj {
        padding: 18px 5px;
    }
    .wmdys_s ul li .kh {
        height: 262px;
    }
    .wmdys_s ul li .img {
        width: 60px;
        height: 60px;
        margin-right: 12px;
        float: none;
        margin: 0 auto;
    }
    .wmdys_s ul li .title {
        text-align: center;
        margin-top: 14px;
    }
    .wmdys_s ul li .title1 {
        font-size: 15px;
        line-height: 15px;
        display: block;
    }
    .wmdys_s ul li .title2 {
        font-size: 0.9rem;
        line-height: 1.5;
        min-height: 60px;
        margin-top: 8px;
    }
    /**666家企业选择易企优**/
    .xzytb {
        background: #f9f9f9;
        margin-top: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .xzytb .owl-nav {
        margin-top: -16px;
        height: 32px;
    }
    .xzytb .owl-prev,
    .xzytb .owl-next {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        font-size: 0;
        background-size: 100% 100%;
    }
    .xzytb .owl-prev {
        left: -40px;
    }
    .xzytb .owl-next {
        right: -40px;
    }
    /**合作客户**/
    .partner_s {
        margin: 30px 3% 0;
    }
    .partner_s_wap.owl-theme .owl-dots {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .news_s {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .news_s ul li {
        float: left;
        margin-bottom: 10px;
        width: 49%;
    }
    .news_s ul li .kj {
        padding: 0px 0px 0;
    }
}
/*关于geo公司*/
:root {
    --c: #000;
}

.typebar {
    margin-bottom: 2.5rem;
    position: relative;
}

.typebar.center {
    text-align: center;
}

.typebar h2 {
    font-size: 1.5rem;
    color: var(--c);
    line-height: 2;
    position: relative;
    padding-bottom: 6px;
    font-weight: bold;
}

.typebar h2:after {
    position: absolute;
    left: 0;
    margin-left: 4px;
    bottom: 0;
    width: 3.5rem;
    height: 0.15rem;
    background: #ababab;
    content: "";
}

.typebar.center h2:after {
    left: 50%;
    margin-left: -1.75rem;
}

.typebar .desc {
    font-size: 0.8rem;
    color: #444;
    line-height: 1.8;
    margin-top: 0.8rem;
}

.typebar2 {
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.typebar2.textleft {
    text-align: left;
}

.typebar2 h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #272727;
}

.typebar2 .dixian {
    width: 3rem;
    height: 0.15rem;
    background-color: var(--c);
    border-radius: 5px;
    margin-top: 0.5rem;
}

.typebar2 .desc {
    margin-top: 0.75rem;
    font-size: 1rem;
    color: #777;
}

.typebar2 .enname {
    font-size: 4.8rem;
    line-height: 1.6;
    color: rgba(226, 226, 226);
    text-transform: uppercase;
    font-weight: bold;
}

.index_about {
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-top: 0rem;
    background-color: #f9f9f9;
}

.index_about .content {
    display: flex;
    flex-wrap: wrap;
    -ms-display: flex;
    -ms-flex-wrap: wrap;
    padding-top: 3.8rem;
}

.index_about .container {}

.index_about .imgcon {
    flex: 1;
    position: relative;
    z-index: 1;
    background: url(../images/index_about.jpg) center no-repeat;
    background-size: cover;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.index_about .imgcon img {
    display: none;
}

.index_about .textcon {
    width: 50%;
    margin-right: 2.0rem;
    padding: 4rem 2rem;
    padding-left: calc(12.5% + 2rem);
    position: relative;
}

.index_about .textcon:after {
    position: absolute;
    left: 25%;
    top: -3.8rem;
    width: 100%;
    height: calc(100% + 7.6rem);
    background-color: #fff;
    content: "";
    border-radius: 1.5rem;
}

.index_about .text {
    text-align: justify;
    padding-right: 2rem;
    position: relative;
    z-index: 1;
    padding-bottom: 0rem;
    overflow: hidden;
}

.index_about .text p {
    line-height: 2;
    font-size: 0.9rem;
    color: #333333;
    margin-bottom: 1rem;
}

.index_about .more {
    display: block;
    width: 8.4rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: var(--c);
    color: #fff;
    border-radius: 0px;
    text-align: center;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-radius: 2.2rem;
}

.index_about .more:after {
    position: absolute;
    top: 50%;
    left: -500%;
    width: 490%;
    height: 1px;
    background-color: #ccc;
    content: "";
    display: none;
}

.index_about .data {
    margin-top: 1.2rem;
    max-width: 680px;
}

.index_about .data .item {
    width: 25%;
    text-align: center;
    float: left;
    text-align: center;
    background: url(../images/icon_xian.png) right center no-repeat;
}

/*我们的优势*/
.line1{width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 2;      
  line-clamp: 2;          
  -webkit-box-orient: vertical; 
}
.line3{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 3;      
  line-clamp: 3;          
  -webkit-box-orient: vertical; 
}
.index_pro{padding-top: 3rem;padding-bottom: 3rem;background-color: #ffffff;}
.product_list{display: flex;flex-wrap: wrap;}
.product_list .item{width: 23.5%;margin-right: 2%; margin-bottom: 2%;border-bottom: 1px solid #ccc;display: flex;flex-wrap: wrap;-ms-display: flex;-ms-flex-wrap: wrap;box-shadow: 3px 3px 6px rgba(0,0,0,0.1),-3px -3px 6px rgba(0,0,0,0.1);border-radius: 0.5rem;overflow: hidden;}
.product_list .item:nth-child(4n){margin-right: 0;}
.product_list .item .imgcon{width: 100%;background-image: linear-gradient(#a157e7, #1f54f3);padding: 20px;overflow: hidden;}
.product_list .item .img{width: 33%;padding-top: 40%;height: 0;box-sizing: content-box;position: relative;}
.product_list .item .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: contain;transition: all 0.5s;}
.product_list .item .textcon{width: 100%; padding: 1rem;background-color: #fff;}
.product_list .item .textcon .title{margin-top: 0rem;font-size: 1rem;font-weight: bold;display: block;transition: all 0.4s;text-align: center; color:#000;}
.product_list .item .textcon .desc{max-width: 340px;margin: 0 auto;font-size: 16px;}
.product_list .item .textcon .more{margin: 15px auto;width: 128px;height: 34px;line-height: 32px;background: #fff;color: #333;border: 1px solid #ccc; display: block;text-align: center;border-radius: 10px;transition: all 0.4s;}
.product_list .item .textcon .more:hover{background: var(--c);color: #fff;border-color: var(--c);}
.product_list .item:hover img{transform: scale(1.05);}
.product_list .item:hover .title{color: var(--c);}

@media (max-width: 767px) {
    html{font-size: 16px;}
    body{line-height: 1.5;}
    .container,.wrap{width: 100%; padding: 0 10px;}
    .typebar h2,.typebar2 h2,.typebar3 h3{font-size: 1.4rem;}
	.typebar .enname{line-height: 1.4;font-size: 1.5rem;margin-top: 5px;}
	.typebar,.typebar2,.typebar3{margin-bottom: 2rem;}
	.typebar .subtitle{font-size: 1.2rem;}
	.typebar .desc{font-size: 14px;}
    .index_about{margin-top: 0;padding-top: 2rem; background-color: #fff;padding-bottom: 0rem;}
	.index_about .content{padding-top: 0;}
	.index_about .textcon{width: 100%;margin-right: 0;padding-top: 2rem;padding-bottom: 2rem;padding-left: 10px; padding-right: 10px;}
    .index_about .textcon:after{display: none;}
    .index_about .text{padding-right: 0;}
    .index_about .text p{line-height: 1.5;}
	.index_about .imgcon{height: 240px;width: 100%;flex: 0 0 auto;margin-top: 20px;}
	.index_about .imgcon img{display: none;}
	.index_about .imgcon img{max-width: 100%;}
	.index_about .textcon{margin-right: 0;}
	.index_about .more{margin-top: 1rem;}
	.index_about .more img{width: 15px;margin-left: 5px;}
	.index_about .imgcon{order: -1;margin-top: 0;margin-bottom: 20px;}

    .index_pro {margin-top: 0;padding-top: 2rem;padding-bottom: 2rem;}
    .line3{-webkit-line-clamp: 5;line-clamp: 5;}
    .product_list .item{width: 49%;margin-right:2%;}
	.product_list .item:nth-child(3n){margin-right: 2%;}
	.product_list .item:nth-child(2n){margin-right: 0;}
	.product_list .item .imgcon{width: 100%;margin-right: 0;padding: 0.3rem;}
	.product_list .item .textcon{width: 100%;margin-left: 0;padding: 0.5rem;}
    .product_list .item .textcon .desc{font-size: 0.9rem;}
	.product_list .item .textcon .title{margin-top: 0rem;font-size: 1rem;}
	.product_list .item .textcon .more{margin-bottom: 0;width: 6.4rem;font-size: 14px;}
}