﻿.wrap {
    width: 100%;
    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: 10%;
    top: 36%;
    z-index: 999;
    width: 80%;
}

.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: 42px;
    line-height: 42px;
    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: 0;
    top: 180px;
    opacity: 1;
}

.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;
}

/**首页标题**/

.index_bt {
    text-align: center;
}

.index_bt .title {
    display: block;
    font-size: 48px;
    color: #323232;
    line-height: 48px;
    padding: 62px 58px 0;
}

.index_bt .title1 {
    display: block;
    font-size: 16px;
    color: #969696;
    line-height: 2;
    margin-top: 10px;
}

/**新一代**/

.xinyd_s {
    margin-top: 54px;
}

.xinyd_s ul li {
    width: 23%;
    height: 325px;
    margin: 0 1%;
    float: left;
    padding: 46px 20px;
    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;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #f2f5fa;
}

.xinyd_s ul li .img_w {
    width: 70px;
    height: 81px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.xinyd_s ul li .img1 {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.xinyd_s ul li .img2 {
    position: absolute;
    left: 0;
    top: 81px;
    transition: all 0.5s;
}

.xinyd_s ul li:hover .img1 {
    top: -81px;
}

.xinyd_s ul li:hover .img2 {
    top: 0px;
}

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

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

.xinyd_s ul li:hover {
    -webkit-box-shadow: 0 0px 20px 5px #f9f9f9;
    -moz-box-shadow: 0 0px 20px 5px #f9f9f9;
    box-shadow: 0 0px 20px 5px #f9f9f9;
}

/**我们的优势**/

.wmdys {
    background: #f2f5fa;
    margin-top: 104px;
    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 {
    margin-top: 52px;
    padding-bottom: 58px;
}

.wmzmz ul li {
    width: 31%;
}

.wmdys_s ul li .kj {
    padding: 40px 46px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
.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-bottom: 48px;
}

.wcbp_s {
    margin-top: 60px;
}

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

.wcbp_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;
}

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

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

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

/**666家企业选择易企优**/

.xzytb {
    background: #fff;
    padding-bottom: 88px;
}

.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);
}

/**合作客户**/

.hzkh {
    padding-bottom: 98px;
}

.hzkh_s {
    margin: 60px 3% 0;
}

.hzkh_s ul li {
    width: 11.111%;
    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;
}

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

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

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

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

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

/**新闻中心**/

.xwzx {
    background-color: #f2f5fa;
}

.xwzx_s {
    margin-top: 70px;
}

.xwzx_s ul li {
    float: left;
    margin-bottom: 1%;
    width: 33.33%;
}

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

.xwzx_s ul li .kj {
    padding: 0px 60px 0;
}

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

.xwzx_s ul li .time img {
    width: 145px;
    height: 90px;
}

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

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

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

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

.xwzx_s ul li .title2 {
    font-size: 14px;
    color: #878f92;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwzx_s ul li:hover .time em {
    color: #394f83;
}

.xwzx_s ul li:hover .title1 {
    color: #394f83;
}

@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;
    }
    /**首页标题**/
    .index_bt {
        text-align: center;
    }
    .index_bt .title {
        display: block;
        font-size: 42px;
        color: #323232;
        line-height: 42px;
        padding: 85px 52px 0;
    }
    .index_bt .title1 {
        display: block;
        font-size: 15px;
        color: #969696;
        line-height: 30px;
        margin-top: 36px;
    }
    .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;
    }
    .xwzx_s ul li .kj {
        padding: 0px 50px 0;
    }
    .xwzx_s ul li .time {
        margin-right: 10px;
        width: 90px;
        height: 56px;
    }
    .xwzx_s ul li .title1 {
        font-size: 14px;
    }
    .xwzx_s ul li .title2 {
        font-size: 13px;
    }
    .xwzx_s ul li .time img {
        width: 90px;
        height: 56px;
    }
    .xwzx_s ul li .title {
        width: 70%;
    }
    /*******************/
    .wrap1,
    .position {
        width: 90%;
        margin: 0 auto;
    }
    .wcbp_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;
    }
    .xinyd_s ul li .title2 {
        font-size: 16px;
        line-height: 26px;
        min-height: 104px;
        color: #878f92;
        margin-top: 18px;
        display: block;
    }
}

@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;
    }
    .xwzx_s ul li .kj {
        padding: 0px 40px 0;
    }
    .xwzx_s ul li .time {
        width: 68px;
        margin-right: 20px;
    }
    .xwzx_s ul li .time em {
        font-size: 20px;
        line-height: 20px;
    }
    .xwzx_s ul li .time i {
        font-size: 13px;
        line-height: 14px;
        margin-top: 12px;
    }
    .xwzx_s ul li .title {
        width: 75%;
    }
    .xwzx_s ul li .title1 {
        font-size: 16px;
        line-height: 16px;
        height: 16px;
    }
    .xwzx_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) {
    .xinyd_s ul li .title1 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 30px;
    }
    .xinyd_s ul li .title2 {
        font-size: 13px;
        line-height: 22px;
        min-height: 44px;
        margin-top: 14px;
    }
    .wmdys_s ul li .title2 {
        font-size: 13px;
    }
    .xwzx_s ul li .title {
        width: 72%;
    }
    .xwzx_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;
    }
    /**首页标题**/
    .index_bt {
        text-align: center;
    }
    .index_bt .title {
        display: block;
        font-size: 32px;
        line-height: 32px;
        padding: 65px 22px 0;
    }
    .index_bt .title1 {
        font-size: 13px;
        line-height: 22px;
        margin-top: 22px;
    }
    .xinyd_s {
        margin-top: 34px;
    }
    .xinyd_s ul li {
        width: 50%;
        padding: 36px 0;
    }
    .xinyd_s ul li .img_w {
        width: 48px;
        height: 48px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .xinyd_s ul li:hover .img1 {
        top: -48px;
    }
    .xinyd_s ul li .title1 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 24px;
    }
    .xinyd_s ul li .title2 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 14px;
    }
    /**我们的优势**/
    .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%;
    }
    /**万词霸屏**/
    .wcbp_s {
        margin-top: 40px;
        text-align: center;
    }
    .wcbp_s ul li {
        float: none;
        display: inline-block;
        width: 31%;
    }
    .wcbp_s ul li .kj {
        padding: 0 36px;
        background: url(../images/index21.png) no-repeat right center;
    }
    .wcbp_s ul li .kj .img {
        width: 80px;
        height: 80px;
    }
    .wcbp_s ul li .title1 {
        font-size: 18px;
        line-height: 18px;
        display: block;
        margin-top: 5px;
    }
    .wcbp_s ul li .title2 {
        font-size: 14px;
        line-height: 22px;
        min-height: 66px;
        display: block;
        margin-top: 16px;
        color: #878f92;
    }
    /**666家企业选择我们**/
    .xzytb {
        background: #f2f5fa;
        margin-top: 64px;
        padding-bottom: 80px;
    }
    .xzytb .owl-prev {
        left: -100px;
    }
    .xzytb .owl-next {
        right: -100px;
    }
    .xwzx_s ul li .time {
        width: 100%;
        float: none;
        margin-right: 20px;
        padding-bottom: 70px;
    }
    .xwzx_s ul li .time em {
        float: left;
    }
    .xwzx_s ul li .time i {
        float: left;
        margin-top: 4px;
        margin-left: 10px;
        margin-top: 6px;
    }
    .xwzx_s ul li .title {
        width: 100%;
    }
    .wcbp_s_wrap.owl-theme .owl-nav {
        display: none !important;
    }
}

@media only screen and (max-width:800px) {
    /**首页标题**/
    .index_bt {
        text-align: center;
    }
    .index_bt .title {
        display: block;
        font-size: 26px;
        line-height: 26px;
        padding: 55px 10% 0;
    }
    .index_bt .title1 {
        font-size: 13px;
        line-height: 22px;
        margin-top: 22px;
        padding: 0 10%;
    }
    .xwzx_s ul li .kj {
        padding: 0px 20px 0;
    }
    .xwzx_s {
        margin-top: 70px;
        margin-bottom: 46px;
    }
    .xwzx_s ul li .time img {
        width: 100%;
        height:120px;
    }
    /**万词霸屏**/
    .wcbp_s {
        margin-top: 40px;
        text-align: center;
    }
    .wcbp_s ul li {
        float: left;
        display: block;
        width: 100%;
    }
    .hzlc ul li {
        width: 50%;
    }
    .hz {
        padding-bottom: 0;
    }
    .hzkh {
        padding-bottom: 50px;
    }
    .wcbp_s ul li .kj {
        padding: 0 36px;
        background: none !important;
    }
    .wcbp_s ul li .kj .img {
        width: 80px;
        height: 80px;
    }
    .wcbp_s ul li .title1 {
        font-size: 18px;
        line-height: 18px;
        display: block;
        margin-top: 5px;
    }
    .wcbp_s ul li .title2 {
        font-size: 14px;
        line-height: 22px;
        min-height: 66px;
        display: block;
        margin-top: 16px;
        color: #878f92;
    }
    .hzlc ul li .title2 {
        min-height: 36px;
        margin-top: 0;
    }
    .wcbp_s_wrap.owl-theme .owl-dots {
        display: block;
        width: 100%;
        margin-top: 12px;
    }
    .wcbp_s_wrap.owl-theme .owl-controls {
        position: absolute;
        bottom: -30px;
        width: 100%;
        text-align: center;
    }
    .wcbp_s_wrap.owl-theme .owl-dots .owl-dot {
        width: 10px;
        margin: 0 1%;
    }
    .wcbp_s_wrap.owl-theme .owl-dots .owl-dot span {
        width: 100%;
        height: 10px;
        background: #999;
    }
    .wcbp_s_wrap.owl-theme .owl-dots .owl-dot.active span {
        background: #394f83;
    }
    .wcbp_s_wrap.owl-theme .owl-nav {
        display: none !important;
    }
    /**我们的优势**/
    .wmdys {
        background: #f2f5fa;
        margin-top: 74px;
        padding-bottom: 68px;
    }
    .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;
    }
    .hzkh_s ul li {
        width: 100%;
        float: left;
        padding: 0 0;
    }
    .hzkh_s_wap.owl-theme .owl-dots {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .hzkh_s_wap.owl-theme .owl-controls {
        position: absolute;
        bottom: -30px;
        width: 100%;
        text-align: center;
    }
    .hzkh_s_wap.owl-theme .owl-dots .owl-dot {
        width: 10px;
        margin: 0 1%;
    }
    .hzkh_s_wap.owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        background: #999;
    }
    .hzkh_s_wap.owl-theme .owl-dots .owl-dot.active span {
        background: #394f83;
    }
    .hzkh_s_wap.owl-theme .owl-nav {
        display: none !important;
    }
    /**新闻中心**/
    .xwzx_s {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .xwzx_s ul li {
        float: left;
        margin-bottom: 40px;
        width: 50%;
    }
    .xwzx_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;
    }
    .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;
    }
    /**首页标题**/
    .index_bt {
        text-align: center;
    }
    .index_bt .title {
        display: block;
        font-size: 20px;
        line-height: 20px;
        padding: 30px 10% 0;
    }
    .index_bt .title1 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        padding: 0 10%;
    }
}

@media only screen and (max-width:450px) {
    .banner .item .title {
        position: absolute;
        left: 10%;
        top: 40%;
        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;
    }
    /**新一代**/
    .xinyd_s {
        margin-top: 24px;
    }
    .xinyd_s ul li {
        width: 48%;
        height: auto;
        padding: 16px 2%;
        margin-bottom: 1%;
    }
    .xinyd_s ul li .img_w {
        width: 38px;
        height: 44px;
    }
    .xinyd_s ul li:hover .img1 {
        top: -44px;
    }
    .xinyd_s ul li .title1 {
        font-size: 16px;
        line-height: 18px;
        margin-top: 20px;
    }
    .xinyd_s ul li .title2 {
        font-size: 12px;
        line-height: 20px;
        min-height: 80px;
        margin-top: 12px;
    }
    /**我们的优势**/
    .wmdys {
        background: #f2f5fa;
        margin-top: 14px;
        padding-bottom: 18px;
    }
    .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: 14px;
        line-height: 20px;
        min-height: 60px;
        margin-top: 8px;
    }
    /**666家企业选择易企优**/
    .xzytb {
        background: #fff;
        margin-top: 0;
        padding-bottom: 50px;
    }
    .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;
    }
    /**合作客户**/
    .hzkh_s {
        margin: 30px 3% 0;
    }
    .hzkh_s_wap.owl-theme .owl-dots {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .xwzx_s {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .xwzx_s ul li {
        float: left;
        margin-bottom: 10px;
        width: 50%;
    }
    .xwzx_s ul li .kj {
        padding: 0px 10px 0;
    }
}