* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}

i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.clearfloat {
    clear: both;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear {
    clear: both;
}

img {
    vertical-align: middle;
}

.w1125 {
    width: 1125px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*banenr*/
.oa-banner {
    min-height: 640px;

    background: url("../images/banner-bg.jpg") no-repeat center center #060404;
}

/*crm**/

.crm_item1 {
    height: 338px;
    width: 100%;
    margin-top: 60px
}

.crm_items p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    padding: 40px 0;
    text-indent: 2em;
    text-align: left;
}

.crm_items a {
    display: block;
    width: 120px;
    line-height: 30px;
    color: #1583E2;
    font-size: 14px;
    text-align: center;
    border: 1px solid #1583E2;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.crm_items a:hover {
    background: #1583E2;
    border-color: #1583E2;
    color: #fff
}

.crm_item2 {
    height: 350px;
    width: 100%;
    margin-top: 60px
}

.crm_item2 .fl {
    width: 480px;
    height: 338px;
    float: left
}

.crm_item2 .fr {
    width: 648px;
    text-align: center;
    float: right
}

.crm_item1 .fl {
    width: 644px;
    height: 338px;
    float: left
}

.crm_item1 .fr {
    width: 505px;
    text-align: center;
    float: right
}

/***/

/*server*/
.server-page .server_item .server_item_title {
    height: 35px;
    line-height: 30px;
    background: url(../images/server_line.png) repeat-x center center;
}

.server-page .inner_head {
    height: 276px;
    width: 100%;
    padding-top: 70px;
    background: url(../images/server_banner.jpg) no-repeat center center;
}

.server-page .inner_head h1 {
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 5px
}

.server-page .inner_head_text .line {
    height: 3px;
    width: 123px;
    background: #00b1ee;
    margin-left: 70px
}

.server-page .server_item {
    padding: 60px 0
}

.server-page .server_item1 {
    background: #fff;
    height: 500px;
}

.server-page .server_item .server_item_head {
    height: 65px;
    text-align: center;
}

.server-page .server_item .server_item_title {
    height: 35px;
    line-height: 30px;
    background: url(../images/server_line.png) repeat-x center center;
}

.server-page .server_item .server_item_title span {
    display: inline-block;
    font-size: 30px;
    color: #333;
    padding: 0 48px;
}

.server-page .server_item1 .server_item_title span {
    background: #fff;
}

.server-page .server_item .server_item_head p {
    font-size: 14px;
    color: #888;
    margin-top: 10px
}

.server-page .server_item1 ul {
    margin-top: 65px;
}

.server-page .server_item1 li {
    position: relative;
    height: 228px;
    width: 20%;
    float: left;
    padding: 0 20px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.24s ease, background 0s;
    -webkit-transition: all 0.24s ease, background 0s;
    cursor: pointer;
    overflow: hidden;
}

.server-page .server_item1 li .server_item1_icon {
    height: 72px;
    width: 100%;
    margin: 33px auto
}

.server-page .server_item1 li .server_item1_icon.server_item1_icon1 {
    background: url(../images/server_item1_1.png) no-repeat center top;
}

.server-page .server_item1 li .server_item1_icon.server_item1_icon2 {
    background: url(../images/server_item1_2.png) no-repeat center top;
}

.server-page .server_item1 li .server_item1_icon.server_item1_icon3 {
    background: url(../images/server_item1_3.png) no-repeat center top;
}

.server-page .server_item1 li .server_item1_icon.server_item1_icon4 {
    background: url(../images/server_item1_4.png) no-repeat center top;
}

.server-page .server_item1 li .server_item1_icon.server_item1_icon5 {
    background: url(../images/server_item1_5.png) no-repeat center top;
}

.server-page .server_item1 li h4 {
    font-size: 18px;
    color: #333;
    font-weight: inherit;
}

.server-page .server_item1 li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px
}

.server-page .server_item1 li:hover {
    background: #00b2ec;
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.server-page .server_item1 li:hover h4 {
    color: #fff
}

.server-page .server_item1 li:hover p {
    color: #fff
}

.server-page .server_item1 li:hover .server_item1_icon.server_item1_icon1 {
    background: url(../images/server_item1_1.png) no-repeat center bottom;
}

.server-page .server_item1 li:hover .server_item1_icon.server_item1_icon2 {
    background: url(../images/server_item1_2.png) no-repeat center bottom;
}

.server-page .server_item1 li:hover .server_item1_icon.server_item1_icon3 {
    background: url(../images/server_item1_3.png) no-repeat center bottom;
}

.server-page .server_item1 li:hover .server_item1_icon.server_item1_icon4 {
    background: url(../images/server_item1_4.png) no-repeat center bottom;
}

.server-page .server_item1 li:hover .server_item1_icon.server_item1_icon5 {
    background: url(../images/server_item1_5.png) no-repeat center bottom;
}

.server-page .server_item1 li:after {
    content: "";
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    transition: all 0.24s 0.15s, opacity 0s 0.4s;
    -webkit-transition: all 0.24 0.15s, opacity 0s 0.4s;
}

.server-page .server_item1 li:hover:after {
    left: 100%;
    opacity: 0;
}

.server-page .server_item2 {
    background: url(../images/server_item2_bg.jpg) no-repeat center center;
    height: auto;
    background-size: 100% 100%;
}

.server-page .server_item2 .server_item_title span {
    background: #f8f7f6;
}

.server-page .server_item2 ul:after, .server-page .server_item2 ul:before {
    display: table;
    content: ""
}

.server-page .server_item2 ul:after {
    clear: both
}

.server-page .server_item2 ul {
    margin-right: -30px;
    padding-top: 65px
}

.server-page .server_item2 li {
    width: 378px;
    height: 206px;
    float: left;
    border: 1px solid #e7e7e7;
    margin: 0 30px 30px 0;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 1px
}

.server-page .server_item2 li.more {
    background: #00b2ec;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #00b2ec;
}

.server-page .server_item2 li.more:hover img {
    transform: rotate(180deg);
}

.server-page .server_item2 li.more img {
    margin-top: 42px;
    transition: all 0.3s ease-in-out
}

.server-page .server_item2 li.more a {
    display: block;
    height: 100%;
    width: 100%
}

.server-page .server_item2 li:hover {
    box-shadow: 0 26px 40px -24px rgba(50, 50, 60, .5), 0 0 30px 10px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 26px 40px -24px rgba(50, 50, 60, .5), 0 0 30px 10px rgba(255, 255, 255, 0.4);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.server-page .server_item2 .server_item2_icon {
    float: left;
    height: 60px;
    width: 58px;
    background: url(../images/server_item2_incons.png) no-repeat;
    margin-top: 4px
}

.server-page .server_item2 .server_item2_icon1 {
    background-position: center 0;
}

.server-page .server_item2 .server_item2_icon2 {
    background-position: center -60px;
}

.server-page .server_item2 .server_item2_icon3 {
    background-position: center -120px;
}

.server-page .server_item2 .server_item2_icon4 {
    background-position: center -180px;
}

.server-page .server_item2 .server_item2_icon5 {
    background-position: center -240px;
}

.server-page .server_item2_text {
    float: right;
    width: 254px;
    height: 206px
}

.server-page .server_item2_text h4 {
    font-size: 20px;
    color: #000;
    font-weight: inherit;
    margin-bottom: 10px;
}

.server-page .server_item2_text p {
    font-size: 14px;
    color: #737373;;
    line-height: 24px;
}

.server-page .server_item3 {
    background: #fff;
}

.server-page .server_item3 .server_item_title span {
    background: #fff;
}

.server-page .server_item3_slider {
    position: relative;
    overflow: hidden;
}

.server-page .server_item3_slider .server_item3_control {
    width: 100%;
    height: auto;
    text-align: center;
}

.server-page .server_item3_slider .server_arrow_left, .server-page .server_item3_slider .server_arrow_right {
    height: 38px;
    width: 38px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.server-page .server_item3_slider .server_arrow_left {
    background: url(../images/arrow_l.png) no-repeat center center;
    background-size: 100% 100%
}

.server-page .server_item3_slider .server_arrow_right {
    background: url(../images/arrow_r.png) no-repeat center center;
    background-size: 100% 100%
}

.server-page .server_item3_slider .server_arrow_left.hide {
    display: none;
}

.server-page .server_item3_slider .server_arrow_right.hide {
    display: none;
}

.server-page .server_item3 ul:after, .server-page .server_item3 ul:before {
    display: table;
    content: ""
}

.server-page .server_item3 ul:after {
    clear: both
}

.server-page .server_item3 ul {
    margin-right: -20px;
    padding-top: 60px;
    width: 3000%
}

.server-page .server_item3 li {
    width: 224px;
    height: 376px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 2px
}

.server-page .server_item3 li .more {
    font-size: 14px;
    color: #5c5c5c;
    padding: 0 5px;
    border: 1px solid #e7e7e7;
}

.server-page .server_item3 .server_item3_img {
    height: 160px;
    width: 224px
}

.server-page .server_item3 .server_item3_txt {
    height: 216px;
    width: 100%;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-top: 0
}

.server-page .server_item3 .server_item3_txt h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-weight: inherit;
}

.server-page .server_item3 .server_item3_txt p {
    font-size: 14px;
    text-align: justify;
    color: #737373;
    line-height: 26px;
    text-indent: 2em;
    height: 80px;
    overflow: hidden
}

.server-page .server_item3 .server_item3_txt a.more {
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    color: #5c5c5c;
    border-radius: 12px;
    border: 1px solid #999;
    margin-top: 28px
}

.server-page .server_item3 li:hover {
    background: #00b2ec;
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.server-page .server_item3 li:hover .server_item3_txt {
    background: #00b2ec;
    border-color: #00b2ec
}

.server-page .server_item3 li:hover .server_item3_txt h4 {
    color: #fff
}

.server-page .server_item3 li:hover .server_item3_txt p {
    color: #fff
}

.server-page .server_item3 li:hover .more {
    color: #fff;
    border-color: #fff
}

.server-page .server_item4 {
    padding: 50px 0;
    background: url(../images/server_item4_bg.jpg) no-repeat center center;
    height: auto;
    background-size: 100% 100%;
}

.server-page .server_item4 .server_item_head span {
    background: #F8F7F5;
    padding: 0 30px
}

.server-page .server_item4 ul {
    margin-top: 60px;
    margin-right: -20px
}

.server-page .server_item4 ul:after, .server-page .server_item4 ul:before {
    display: table;
    content: ""
}

.server-page .server_item4 ul:after {
    clear: both
}

.server-page .server_item4 ul li {
    float: left;
    width: 590px;
    height: 300px;
    border: 1px solid #e7e7e7;
    padding: 40px 40px 0 40px;
    margin-bottom: 40px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 20px;
    background: #fff;
}

.server-page .server_item4 li:hover {
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    border-radius: 4px;
}

.server-page .server_item4 li .server_item4_icon {
    height: 70px;
    width: 77px;
    margin: 0 auto;
    background: url(../images/server_item4_icons.png) no-repeat;
}

.server-page .server_item4 li .server_item4_icon.server_item4_icon1 {
    background-position: center top;
}

.server-page .server_item4 li .server_item4_icon.server_item4_icon2 {
    background-position: center bottom;
}

.server-page .server_item4 li h4 {
    font-size: 20px;
    color: #333;
    font-weight: inherit;
    margin: 15px 0
}

.server-page .server_item4 li p {
    font-size: 14px;
    color: #737373;
    text-align: left;
    text-indent: 2em;
    line-height: 26px;
}

.server-page .server_item5 {
    padding: 50px 0;
    background: #fff;
    height: auto;
}

.server-page .server_item5 .server_item_head span {
    background: #fff;
    padding: 0 48px
}

.server-page .server_item5 ul {
    margin-top: 60px;
    margin-right: -20px
}

.server-page .server_item5 ul:after, .server-page .server_item5 ul:before {
    display: table;
    content: ""
}

.server-page .server_item5 ul:after {
    clear: both
}

.server-page .server_item5 ul li {
    float: left;
    width: 380px;
    height: 225px;
    border: 1px solid #e7e7e7;
    padding: 40px 40px 0 40px;
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.server-page .server_item5 li .server_item4_icon {
    height: 71px;
    width: 102px;
    margin: 0 auto;
    line-height: 71px;
}

.server-page .server_item5 li h4 {
    font-size: 20px;
    color: #333;
    font-weight: inherit;
    margin: 20px 0 15px 0
}

.server-page .server_item5 li p {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.server-page .server_item5 li:hover {
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .5);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    border-radius: 4px;
}

/*为什么选择*/
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media only screen and (max-width: 1250px) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 10px
    }
}

@media only screen and (max-width: 1200px) {
    .round-wz li b {
        font-size: 18px
    }

    .title h2 {
        font-size: 30px
    }

    .media-heading {
        font-size: 26px
    }

    .media-con li {
        display: block
    }

    .CooperationList li {
        width: 25%
    }

    .footer-con h1 {
        font-size: 32px
    }

    .footer-con h3 {
        font-size: 22px
    }

    .icon-footer a {
        line-height: 40px;
        padding: 0 2%;
        font-size: 20px
    }

    .icon-footer a img {
        width: 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hidden-992 img {
        width: 102px
    }
}

@media only screen and (max-width: 480px) {
    .hidden-992 img {
        width: 102px
    }
}

@media only screen and (min-width: 769px) {
    .round-wz .title,
    .round-wz li {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .round-wz li {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, 50%)
    }

    .round-wz .title {
        margin-top: -275px
    }

    .round-wz li:nth-child(odd) {
        text-align: right
    }

    .round-wz li:nth-child(even) {
        text-align: left
    }

    .round-wz li:nth-child(1) {
        margin-top: -175px;
        margin-left: -28%
    }

    .round-wz li:nth-child(2) {
        margin-top: -175px;
        margin-left: 29%
    }

    .round-wz li:nth-child(3) {
        margin-top: 0;
        margin-left: -30%
    }

    .round-wz li:nth-child(4) {
        margin-top: 0;
        margin-left: 30%
    }

    .round-wz li:nth-child(5) {
        margin-top: 160px;
        margin-left: -25%
    }

    .round-wz li:nth-child(6) {
        margin-top: 160px;
        margin-left: 28%
    }

    .login-box .login-bar,
    .login-box .logn-main {
        float: none;
        display: table-cell
    }
}

.mod-Advantage {
    position: relative;
    background: #f6fbff
}

.round-wz .title {
    margin-top: -275px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;

}

.round-circle {
    position: relative;
    padding: 230px 0 90px
}

.round-circle .round-circle-body {
    position: relative;
    width: 92%;
    max-width: 422px;
    margin: 0 auto
}

.round-circle a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    line-height: 45px;
    margin: 12% 0 0 -73px;
    text-align: center;
    background: #fff;
    color: #073a77;
    font-size: 24px;
    font-weight: 700;
    border-radius: 15px
}

.round-circle .round-circle-body b {
    display: block;
    margin-bottom: 25px;
    color: #ff6263;
    font-size: 18px;
    font-weight: normal
}

.round-circle .round-circle-body span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    background: #ff6263
}

.title {
    color: #7c7c7c;
    font-size: 16px;
    text-align: center
}

.title h2 {
    position: relative;
    margin-bottom: 40px;
    color: #333;
    font-size: 38px;
    font-weight: bold
}

.title h2:after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    margin-left: -30px;
    background: #01a2ff
}

.round-wz li b {
    display: block;
    max-height: 60px;
    margin-bottom: 10px;
    color: #3a80bd;
    font-size: 22px;
    overflow: hidden
}

.round-wz li {
    width: 30%
}

.round-wz ul {
    margin: 0
}

.round-circle {
    position: relative;
    padding: 230px 0 90px
}

.round-circle .round-circle-body {
    position: relative;
    width: 92%;
    max-width: 422px;
    margin: 0 auto
}

.round-circle a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    line-height: 45px;
    margin: 12% 0 0 -73px;
    text-align: center;
    background: #fff;
    color: #073a77;
    font-size: 24px;
    font-weight: 700;
    border-radius: 15px
}

.round-circle .round-circle-body b {
    display: block;
    margin-bottom: 25px;
    color: #ff6263;
    font-size: 18px;
    font-weight: normal
}

.round-circle .round-circle-body span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    background: #ff6263
}

/*服务流程*/
.wao_all_tit h3 {
    font-weight: normal;
    font-size: 30px;
    color: #212529;
    margin-bottom: 20px;
    height: 30px;
    text-align: center;
}

.wao_p {
    font-size: 14px;
    color: #5a6169;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 1px;
}

.wao_client {
    background: url("../images/fuwuliucheng-bg.png") no-repeat center center;
    background-size: 100%;
}

.wao_client_tit {
    margin-top: 68px;
}

.wao_client_img {
}

.wao-wrapper {
    width: 100%;
    margin: 0 auto;
}

.wao-wrapper ul {
    height: 360px;
    margin: 0 -5px;
}

.wao-wrapper ul li {
    cursor: pointer;
    width: 150px;
    float: left;
    text-align: center;
    border-right: 1px #ddd dotted;
    font-weight: 500
}

.wao-wrapper ul li p {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500
}

.wao-wrapper ul li h5 {
    font-size: 15px;
    line-height: 36px;
    color: #666;
    font-weight: 500
}

.wao-wrapper ul li:nth-last-child(1) {
    border-right: none;
}

.wao-wrapper .wrapper_ul3 li {
    border-bottom: none;
}

.wao-wrapper li:hover img {
    animation: flipInY 1s;
}
