﻿.container {
    width: 100%;
    height: 100%;
}

.container .banner {
    width: 100%;
    height: 530px;
}

.container .banner .swiper-container {
    width: 100%;
    height: 100%;
}

.container .banner .swiper-container .swiper-slide {
    background-image: url('../static/images/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.container .banner .swiper-container .swiper-slide .bannerBox {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding-top: 145px;
}

.container .banner .swiper-container .swiper-slide .bannerBox h3 {
    font-size: 55px;
}

.container .banner .swiper-container .swiper-slide .bannerBox p {
    margin-top: 30px;
    margin-bottom: 92px;
    font-size: 22px;
}

.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    background-color: #4481ff;
    cursor: pointer;
    border: 1px solid #fff;
}

.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a:hover {
    background-color: #09dcb2;
    border: none;
}

.container .banner .swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}

.container .banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}

.container .banner .system {
    width: 100%;
    padding-top: 75px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.container .banner .system h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.container .banner .system p {
    width: 869px;
    height: 51px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #666666;
}

.container .system {
    width: 100%;
    height: 750px;
    box-sizing: border-box;
    padding-top: 75px;
    background-color: #f5f5f5;
}

.container .system h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.container .system > p {
    width: 869px;
    height: 51px;
    font-family: MicrosoftYaHei;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.container .system > p span {
    color: #4481ff;
}

.container .system ul {
    width: 1180px;
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
    flex-flow: row nowrap;
}

.container .system ul li {
    margin-right: 36px;
    width: 171px;
}

.container .system ul li img {
    display: block;
    width: 171px;
    height: 171px;
    border-radius: 50%;
}

.container .system ul li p {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.container .system ul li:last-of-type {
    margin-right: 0;
}

.container .special {
    width: 100%;
    height: 710px;
    box-sizing: border-box;
    margin: 75px 0 -30px 0;
}

.container .special h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.container .special > p {
    width: 1000px;
    height: 17px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    color: #6e6e6e;
    text-align: center;
    margin-top: 15px;
}

.container .special ul {
    width: 1201px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    margin-top: 25px;
}

.container .special ul li {
    width: 389px;
    height: 220px;
    margin-right: 16px;
    margin-top: 20px;
    color: #fff;
}

.container .special ul li h4 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    height: 24px;
    margin-top: 76px;
}

.container .special ul li p {
    height: 17px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.container .special ul li span.detail {
    display: none;
}

.container .special ul li.current {
    background: #4481ff !important;
}

.container .special ul li.current h4 {
    margin-top: 55px;
}

.container .special ul li.current span.detail {
    display: block;
    width: 101px;
    border-radius: 17px;
    border: solid 1px #a8ccf6;
    text-align: center;
    padding: 5px 0;
    margin: 31px auto 0;
    cursor: pointer;
}

.container .special ul li.list1 h4, .container .special ul li.list2 h4, .container .special ul li.list3 h4, .container .special ul li.list4 h4, .container .special ul li.list5 h4, .container .special ul li.list6 h4 {
    margin-top: 55px;
}

.container .special ul li.list1 p, .container .special ul li.list2 p, .container .special ul li.list3 p, .container .special ul li.list4 p, .container .special ul li.list5 p, .container .special ul li.list6 p {
    width: 280px;
    height: 45px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 25px auto 0;
}

.container .special ul li.list1 span.detail {
    display: none;
}

.container .special ul li.list1.current h4 {
    margin-top: 40px;
}

.container .special ul li.list1.current p {
    width: 280px;
    height: 45px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 25px auto 0;
}

.container .special ul li.list1.current span.detail {
    display: block;
    width: 101px;
    border-radius: 17px;
    border: solid 1px #a8ccf6;
    text-align: center;
    padding: 5px 0;
    margin: 31px auto 0;
}

.container .special ul li.list1 {
    background: url('/static/picture/administration/spec01.png') no-repeat;
    background-size: 100%;
}

.container .special ul li.list2 {
    background: url('/static/picture/cost/spec02.png') no-repeat;
    background-size: 100%;
}

.container .special ul li.list3 {
    background: url('/static/picture/administration/spec03.png') no-repeat;
    background-size: 100%;
}

.container .special ul li.list4 {
    background: url('/static/picture/administration/spec04.png') no-repeat;
    background-size: 100%;
}

.container .special ul li.list5 {
    background: url('/static/picture/cost/spec05.png') no-repeat;
    background-size: 100%;
}

.container .special ul li.list6 {
    background: url('/static/picture/administration/spec06.png') no-repeat;
    background-size: 100%;
}

.container .special ul li:nth-of-type(3n+0) {
    margin-right: 0;
}

.container .platform {
    width: 100%;
    padding-top: 75px;
    background-color: #f5f5f5;
    height: 830px;
    box-sizing: border-box;
}

.container .platform h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.container .platform .tabList {
    margin: 25px auto;
    width: 706px;
    display: flex;
    flex-flow: row nowrap;
}

.container .platform .tabList span {
    display: block;
    margin: 17px;
    width: 107px;
    height: 43px;
    padding-top: 14px;
    box-sizing: border-box;
    background-color: #4481ff;
    color: #fff;
    opacity: 0.7;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.container .platform .tabList .active {
    opacity: 1;
}

.container .platform .imgList {
    width: calc(100% - 40px);
    min-width: 1200px;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    height: 550px;
}

.container .platform .imgList .slider {
    height: 510px;
    position: absolute;
    left: 0;
    top: 0;
}

.container .platform .imgList .slider > li {
    height: 510px;
    padding-right: 20px;
    float: left;
    opacity: 0.5;
}

.container .platform .imgList .slider > li > .img {
    width: 100%;
    height: 215px;
}

.container .platform .imgList .slider > li > .img img {
    width: 100%;
    height: 100%;
}

.container .platform .imgList .slider > li .txt {
    width: 100%;
    height: 295px;
    background-color: #fff;
    padding-left: 24px;
    padding-top: 25px;
}

.container .platform .imgList .slider > li .txt h4 {
    font-size: 24px;
    color: #333;
}

.container .platform .imgList .slider > li .txt .txtCon {
    margin-top: 20px;
}

.container .platform .imgList .slider > li .txt .txtCon > div > p {
    font-size: 18px;
    color: #4493f3;
}

.container .platform .imgList .slider > li .txt .txtCon > div span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    line-height: 22px;
}

.container .platform .imgList .slider > li .txt .txtCon > div.left {
    float: left;
    width: 50%;
}

.container .platform .imgList .slider > li .txt .txtCon > div.right {
    float: right;
    width: 50%;
}

.container .platform .imgList .slider > li:last-of-type {
    padding-right: 0;
}

.container .platform .imgList .slider > li.show {
    opacity: 1;
}

.container .platform .imgList .circle {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container .platform .imgList .circle li {
    margin-top: 1050px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.container .platform .imgList .circle li.cyan {
    background-color: #dae7f6;
}

.container .func {
    width: 100%;
    height: 540px;
    background-color: #4481ff;
    color: #fff;
    padding-top: 75px;
}

.container .func h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.container .func > p {
    width: 416px;
    height: 17px;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
}

.container .func ul {
    width: 1135px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    flex-flow: row wrap;
}

.container .func ul li {
    width: 188px;
    height: 112px;
    border-left: 1px solid #74a0fc;
    box-sizing: border-box;
    cursor: pointer;
}

.container .func ul li img {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left: 64px;
    margin-top: 20px;
}

.container .func ul li p {
    text-align: center;
    height: 16px;
    line-height: 32px;
    font-size: 16px;
}

.container .func ul li:nth-of-type(-n+6) {
    border-bottom: 1px solid #74a0fc;
}

.container .func ul li:nth-of-type(-n+6) img {
    margin-top: 5px;
}

.container .func ul li:nth-of-type(6n+0) {
    border-right: 1px solid #74a0fc;
}

.container .func span.more {
    display: block;
    background-color: #2360df;
    width: 131px;
    padding: 13px 0;
    border-radius: 25px;
    text-align: center;
    margin: 78px auto 0;
    font-size: 16px;
}

.container .case {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 75px;
    box-sizing: border-box;
    height: 532px;
}

.container .case h3 {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.container .case p {
    font-size: 16px;
    text-align: center;
    color: #666;
}

.container .case ul {
    width: 1128px;
    margin: 20px auto 0;
}

.container .case ul li {
    float: left;
    width: 269px;
    height: 277px;
    margin-right: 17px;
    padding-top: 20px;
    cursor: pointer;
}

.container .case ul li:last-of-type {
    margin-right: 0;
}

.container .case ul li.current {
    box-shadow: 5px 5px 8px #dedede;
}

.newsInfo {
    width: 100%;
    padding: 60px 0;
    height: 450px;
}

@media -sass-debug-info {
    line {
        font-family: \00003134
    }
}

.newsInfo .newsInfo_box {
    width: 1200px;
    margin: 0 auto
}

@media -sass-debug-info {
    line {
        font-family: \00003137
    }
}

.newsInfo .newsInfo_box h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    color: #333;
    margin-bottom: 38px
}

@media -sass-debug-info {
    line {
        font-family: \00003144
    }
}

.newsInfo .newsInfo_box .newsInfo_img {
    max-width: 100%;
    width: 446px;
    height: 340px
}

@media -sass-debug-info {
    line {
        font-family: \00003148
    }
}

.newsInfo .newsInfo_box .newsInfo_img img {
    max-width: 100%;
    width: 100%
}

@media -sass-debug-info {
    line {
        font-family: \00003153
    }
}

.newsInfo .newsInfo_box .newsInfo_lists {
    width: 59%;
    margin-left: 38px
}

@media -sass-debug-info {
    line {
        font-family: \00003156
    }
}

.newsInfo .newsInfo_box .newsInfo_lists li {
    margin-bottom: 8px;
    height: 62px;
}

@media -sass-debug-info {
    line {
        font-family: \00003158
    }
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_time {
    font-size: 14px;
    color: #4382ff;
    text-align: center;
    padding: 10px 14px;
    border: 1px solid #4382ff;
    height: 36px;
    line-height: 18px;
}

@media -sass-debug-info {
    line {
        font-family: \00003165
    }
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_text {
    width: 87%;
    margin-left: 18px
}

@media -sass-debug-info {
    line {
        font-family: \00003168
    }
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_text p {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    font-weight: 500;
}

@media -sass-debug-info {
    line {
        font-family: \00003173
    }
}

.newsInfo .newsInfo_box .newsInfo_lists li .lists_text p.brief {
    font-size: 12px;
    color: #636262;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    height: 36px
}

@media -sass-debug-info {
    line {
        font-family: \00003187
    }
}

.newsInfo .newsInfo_box .newsInfo_lists li:last-child {
    margin-bottom: 0
}

@media -sass-debug-info {
    line {
        font-family: \00003194
    }
}

.example {
    color: #333;
    padding: 50px 0 20px;
    background: rgba(45, 134, 255, 0.3) url(/images/productsys/recruitmentBg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.example .clearfix {
    display: inline-block;
    width: 100%;
    height: 600px;
    clear: both;
}

.example .clearfix .menu_div {
    display: inline-block;
    width: 28%;
    position: relative;
    left: 60px;
}

.example .clearfix .information {
    display: inline-block;
    width: 70%;
    text-align: left;
}

.example h3 {
    color: #333;
    font-size: 32px;
    text-align: center;
}

.example .sub {
    font-size: 16px;
    color: #333;
    padding: 32px 0;
    text-align: center;
}

.example .menu {
    width: 200px;
}

.example .menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 0, 0, .5);
}

.example .menu li:first-child {
    background-color: #337CE6;
    color: #ffffff;
}

.example .menu li:last-child {
    border-bottom: 0;
}

.example .menu li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.example .menu li i {
    display: inline-block;
    width: 26px;
    height: 25px;
    margin-right: 18px;
    margin-bottom: -6px;
    background: url(/images/productsys/i_icons.png) no-repeat;
}

.example .menu li .medical {
    background-position: 0 0;
}

.example .menu li .photograph {
    background-position: 0 -29px;
}

.example .menu li .supermarket {
    background-position: 0 -58px;
}

.example .menu li .clothes {
    background-position: 0 -87px;
}

.example .menu li .milk_tea {
    background-position: 0 -116px;
}

.example .menu li .beauty {
    background-position: 0 -145px;
}

.example .menu li .yoga {
    background-position: -30px 0;
}

.example .menu li .ktv {
    background-position: -30px -29px;
}

.example .menu li .fruit {
    background-position: -30px -58px;
}

.example .menu li .bread {
    background-position: -30px -87px;
}

.example .menu li .bar {
    background-position: -30px -116px;
}

.example .menu li .pedicure {
    background-position: -60px 0;
}

.example .menu li .takeout {
    background-position: -60px -29px;
}

.example .menu li .cleaners {
    background-position: -60px -58px;
}

.example .menu li .food {
    background-position: -60px -87px;
}

.example .menu li .travel {
    background-position: -60px -116px;
}

.example .menu li .jewel {
    background-position: -90px 0;
}

.example .menu li .trading_area {
    background-position: -90px -29px;
}

.example .menu li .qinzi_edu {
    background-position: -90px -58px;
}

.example .menu li .housekeeping {
    background: url("/images/business/xin.png") no-repeat center;
}

.example .menu li .jixiao {
    background: url("/images/business/ji.png") no-repeat center;
}

.example .menu li .exercise {
    background-position: -90px -116px;
}

.example .menu li .house {
    background-position: -120px 0;
}

.example .menu li .flower {
    background-position: -120px -29px;
}

.example .menu li .animal {
    background-position: -120px -58px;
}

.example .menu li .company {
    background-position: -120px -87px;
}

.example .menu li .edu {
    background-position: -120px -116px;
}

.example .menu li .mall {
    background: url("/images/business/zhao.png") no-repeat center;
}

.example .menu li .furniture {
    background-position: -150px -29px;
}

.example .menu li .other {
    background: url("/images/business/kao.png") no-repeat center;
}

.example .menu li .car {
    background-position: -150px -87px;
}

.example .menu li .hotel {
    background-position: -150px -116px;
}

.example .information {
    position: relative;
    width: 946px;
    background-color: #333;
}

.example .information .info_con {
    display: none;
    position: absolute;
    top: 0;
}

.example .information .image_div {
    width: 70%;
    margin-bottom: 30px;
}

.example .information .image_div img {
    width: 100%;
    border-radius: 0.3em;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);

}

.example .information ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.example .information ul li {
    height: 350px;
}

.example .information ul li .wx {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.example .information ul li .wx img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.example .information ul li p {
    padding-top: 22px;
}

.example .information .txt {
    padding: 0 10px;
    text-align: left;
}

.example .information .txt .title {
    font-size: 20px;
}

.example .information .txt .intro {
    padding: 20px 0;
}

.example .information .txt .intro .modular {
    height: 100px;
    line-height: 100px;
    padding: 10px 20px;
    width: 600px;
    border-bottom: 1px gainsboro solid;
}

.example .information .txt .intro span {
    color: #333;
    font-weight: bold;
}

.example .information .txt .more {
    display: inline-block;
    margin: 12px 0;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #333;
}

.example .information .txt .more i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/images/productsys/icon.png) -347px 131px;
}
