.title {
    height: 32px;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 12px;
}

.bar {
    margin: 0 auto;
    width: 48px;
    height: 2px;
    background: #3c7ee5;
    border-radius: 2px;
}

.info {
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    text-align: center;
    margin-bottom: 60px;
}

.banner {
    width: 100%;
    height: 340px;
    background: url("/statics/epower/img/mina_01.png") no-repeat 50% 50%;
    background-size: cover;
}

.program {
    height: 902px;
    background: #fff;
}

.program .content li {
    float: left;
    width: 385px;
    height: 322px;
    background: #fff;
    border-radius: 4px 4px 0px 0px;
    margin-right: 22px;
    margin-bottom: 30px;
}

.program .content li:nth-child(3n) {
    margin-right: 0;
}

.program .content li:nth-child(1) .li-top {
    background: linear-gradient(270deg, #70B3FF 0%, #3593FF 100%);
}

.program .content li:nth-child(2) .li-top {
    background: linear-gradient(270deg, #73D9FF 0%, #2BC5FE 100%);
}

.program .content li:nth-child(3) .li-top {
    background: linear-gradient(270deg, #A099FF 0%, #7066FF 100%);
}

.program .content li:nth-child(4) .li-top {
    background: linear-gradient(270deg, #A099FF 0%, #7066FF 100%);
}

.program .content li:nth-child(5) .li-top {
    background: linear-gradient(270deg, #70B3FF 0%, #3593FF 100%);
}

.program .content li:nth-child(6) .li-top {
    background: linear-gradient(270deg, #73D9FF 0%, #2BC5FE 100%);
}

.program .content li .li-top {
    height: 68px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
}

.program .content li .li-top h3 {
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    margin-bottom: 7px;
}

.program .content li .li-top p {
    height: 12px;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}

.program .content li .li-top .lt-left {
    width: 65%;
}

.program .content li .li-top .lt-right {
    width: 34%;
    padding-top: 21px;
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
}

.program .content li .li-top .lt-right b {
    font-weight: bold;
    font-size: 22px;
}

.program .content li .li-top .lt-right span {
    font-size: 14px;
}

.program .content li .li-list {
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.program .content li .li-list a {
    display: block;
    width: 305px;
    height: 32px;
    background: #F1F6FE;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

.program .content li .li-list a:last-child {
    margin-bottom: 0;
}

.program .content li .li-more {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding-bottom: 40px;
}

.program .content li .li-more a {
    display: block;
    width: 92px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 14px;
    color: #999;
}

.program .content li .li-more a:hover {
    color: #3c7ee5;
}

.program .content li .li-more a i {
    display: inline-block;
    vertical-align: -1px;
}

.program .content li .li-btns a {
    float: left;
    width: 192px;
    height: 44px;
    background: #fff;
    /* border: 1px solid #E5E5E5; */
    text-align: center;
    padding-top: 14px;
    line-height: 14px;
    border-left: 1px solid #E5E5E5;
}

.program .content li .li-btns a:first-child {
    margin-right: -1px;
    border-left: 0;
}

.program .content li .li-btns a:hover {
    background: #f85252;
    color: #fff;
    border-color: #f85252;
}

.advantage {
    height: 625px;
    background: url("/statics/epower/img/xcx-bg3.png") no-repeat center center;
    background-size: cover;
}

.advantage li {
    width: 300px;
    height: 200px;
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-right: -1px;
    margin-bottom: -1px;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.advantage li .li-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 42px;
    line-height: 70px;
}

.advantage li h3 {
    height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 14px;
    margin-bottom: 10px;
}

.advantage li p {
    height: 12px;
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.advantage li:nth-child(1) .li-icon {
    background: #4da3fb;
}

.advantage li:nth-child(2) .li-icon {
    background: #668ffe;
}

.advantage li:nth-child(3) .li-icon {
    background: #9873fe;
}

.advantage li:nth-child(4) .li-icon {
    background: #4acdfe;
}

.advantage li:nth-child(5) .li-icon {
    background: #9873fe;
}

.advantage li:nth-child(6) .li-icon {
    background: #4acdfe;
}

.advantage li:nth-child(7) .li-icon {
    background: #4da3fb;
}

.advantage li:nth-child(8) .li-icon {
    background: #517ef8;
}

.advantage li:hover .li-icon {
    background: #fff;
    color: #3c7ee5;
}

.advantage li:hover h3 {
    color: #3c7ee5;
}

.advantage li:hover {
    background: #f4f8ff no-repeat center center;
}

.features {
    height: 557px;
    background: url("/statics/epower/img/mina_05.png") no-repeat center center;
    background-size: cover;
}

.features .title {
    color: #fff;
}

.features .bar {
    background-color: #fff;
}

.features li {
    float: left;
    width: 198px;
    height: 330px;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding-top: 30px;
    text-align: center;
    margin-right: 2px;
}

.features li:last-child {
    margin-right: 0;
}

.features li .li-icon {
    width: 72px;
    height: 72px;
    background: #E6EDFF;
    border: 1px solid #3c7ee5;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 50%;
    color: #3c7ee5;
    padding-top: 22px;
}

.features li:hover {
    background: linear-gradient(225deg, #008dff 0%, #5281ff 100%);
    border-color: transparent;
}

.features li:hover .li-icon {
    background: #fff;
    border-color: #fff;
}

.features li:hover h3,
.features li:hover p {
    color: #fff;
}

.features li:hover .li-bar {
    background: #fff;
}

.features li h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 14px;
}

.features li .li-bar {
    margin: 0 auto;
    margin-top: 20px;
    width: 24px;
    height: 4px;
    background: #3c7ee5;
    border-radius: 2px;
    margin-bottom: 20px;
}

.features li p {
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    margin-bottom: 15px;
}

.process {
    padding-bottom: 60px;
    background: #fff;
}

.process li {
    float: left;
    overflow: hidden;
    text-align: center;
}

.process li .li-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 80px;
    color: #3c7ee5;
}

.process li h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.process li p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
}

.process li:nth-child(odd) {
    width: 191px;
    height: 228px;
    border-radius: 4px;
}

.process li:nth-child(even) {
    padding-top: 99px;
    color: #dfe3f1;
    padding-left: 10px;
    padding-right: 10px;
}

.process li:nth-child(1) {
    background: linear-gradient(180deg, #8eadff 0%, #4c7cff 100%);
}

.process li:nth-child(3) {
    background: linear-gradient(180deg, #73D9FF 0%, #2BC5FE 100%);
}

.process li:nth-child(5) {
    background: linear-gradient(180deg, #A099FF 0%, #7066FF 100%);
}

.process li:nth-child(7) {
    background: linear-gradient(180deg, #8eadff 0%, #4c7cff 100%);
}

.process li:nth-child(9) {
    background: linear-gradient(180deg, #70B3FF 0%, #3593FF 100%);
}

.example {
    height: 834px;
    background: url("/statics/epower/img/xcx-bg4.png") no-repeat center center;
    background-size: cover;
}

.el-carousel__item--card {
    padding-top: 132px;
    padding-left: 62px;
    padding-right: 62px;
}

.el-carousel__item--card .carousel-wrap {
    position: relative;
    width: 200px;
    height: 355px;
    margin: 0 auto;
}

.el-carousel__item--card .carousel-wrap>img {
    width: 200px;
    height: 355px;
    display: block;
}

.el-carousel__item--card .carousel-wrap .li-ewm {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.el-carousel__item--card .carousel-wrap:hover .li-ewm {
    display: block;
}

.el-carousel__item--card .carousel-wrap .desc {
    font-size: 14px;
    color: #666;
}

.el-carousel__item--card.is-in-stage {
    padding: 0;
    padding-top: 82px;
}

.el-carousel__item--card.is-in-stage .carousel-wrap {
    width: 256px;
    height: 455px;
}

.el-carousel__item--card.is-in-stage .carousel-wrap>img {
    width: 256px;
    height: 455px;
}

.el-carousel__item--card.is-in-stage .carousel-wrap .li-ewm {
    padding-top: 82px;
}
.el-carousel__item--card.is-in-stage .carousel-wrap .li-ewm > img {
    max-width: 220px; max-height: 220px;
}

.el-carousel__item--card.is-active {
    background: url("/statics/epower/img/xcx-bitmap.png") no-repeat center center;
    background-size: contain;
}

.el-carousel__arrow {
    width: 44px;
    height: 140px;
    background: #B6C0DB;
    border-radius: 0;
    font-size: 32px;
    font-weight: lighter;
}

.el-carousel__arrow:hover {
    background: #B6C0DB;
}

.el-carousel__mask {
    background: transparent;
}

.li-btns {
    border: 1px solid #E5E5E5;
    overflow: hidden;
}
