﻿
/**    Description：ECJia专题
*       Author：rookies
*       Time：2016-07-14 12:19:14
*/

/*到家专题公用样式*/
.demo-content ul {
    width: 480px;
}
.demo-content ul li{
    width: 50%;
}
.section-footer{
    background: #333;
}
.section-footer .section-wrapper .title{
    padding: 50px 0;
}
.section-footer .section-wrapper .title h2{
    color: #fff;
}
.overhide{
    overflow: hidden;
}
.ecjia-o2o .section-wrapper .title>h2{
    color: #393939;
    font-size: 36px;
    line-height: 60px;
}
.ecjia-o2o .section-wrapper .title>h2 span{
    color: #36c6fb;
}
.ecjia-o2o .section-wrapper .title>p{
    color: #82939e;
    font-size: 16px;
}
/*首页样式*/

/*==========banner============*/

.ecjia-o2o .banner{
    background: url(../images/b1.jpg) no-repeat center center;
    height: 425px;
    width: 100%;overflow:hidden
}

.ecjia-o2o .banner a{    width: 136px;
    height: 40px; line-height:40px; text-align:center; color:#000142; background:#fff; margin:auto; display:block; font-size:16px; border-radius:100px; margin-top:300px}
.ecjia-o2o .banner a:hover{ background:#0a3066; color:#fff}

/*==========section-1============*/
.ecjia-o2o .section-1 .section-wrapper{
    position: relative;
    height: 100%;
}
.ecjia-o2o .section-1 .section-wrapper ul{
    width: 1000px;
    height: 340px;
    margin: 40px auto 80px;
}
.ecjia-o2o .section-1 .section-wrapper ul li{
    width:500px;
    height:180px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-right: 20px;
    padding-bottom: 20px;
}
.ecjia-o2o .section-1 .section-wrapper ul li .icon{
    background: #da505f;
    width: 110px;
    height: 100%;
    margin: 0;
}
.ecjia-o2o .section-1 .section-wrapper ul li .icon i{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../images/ecjia_icon1.png)no-repeat center center;
    background-position: 0 0;
    margin-top: 50px;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(2) .icon i{
    background-position: -60px 0;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(3) .icon i{
    background-position: -120px 0;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(4) .icon i{
    background-position: -180px 0;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(2) .icon{
    background: #30c293;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(3) .icon{
    background: #ea9213;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(4) .icon{
    background: #17a8de;
}
.ecjia-o2o .section-1 .section-wrapper ul li .text{
    background: #f46372;
    width: 370px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: left;
    box-sizing: border-box;
    padding: 40px;
}
.ecjia-o2o .section-1 .section-wrapper ul li .text h3{
    font-size: 24px;
    padding: 10px 0;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(2) .text{
    background: #4ed6aa;
    padding-left: 140px;
    padding-right: 0
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(3) .text{
    background: #fba934;
}
.ecjia-o2o .section-1 .section-wrapper ul li:nth-child(4) .text{
    background: #36c6fb;
    padding-left: 140px;
    padding-right: 0
}
.ecjia-o2o .section-1 .section-wrapper div.img{
    background: url(../images/pic1_1.png)no-repeat center;
    width: 232px;
    height: 232px;
    position: absolute;
    top: 270px;
    left: 50%;
    margin-left: -127px;
}
/*==========section-2============*/

.ecjia-o2o .section-2{
    background: #3db6ff;
}
.ecjia-o2o .section-2 .section-wrapper ul{
    margin:40px -30px 80px 0;
}
.ecjia-o2o .section-2 .section-wrapper ul li{
    width: 280px;
    height:470px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-right: 30px;
    background: #fff;
}
.ecjia-o2o .section-2 .section-wrapper ul li div{
    background-color:#3db6ff;
    display: inline-block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 40px 0 20px;
}
.ecjia-o2o .section-2 .section-wrapper ul li div i{
    background: url(../images/ecjia_icon2.png)no-repeat center center;
    background-position: 0 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: 50px;
}
.ecjia-o2o .section-2 .section-wrapper ul li:nth-child(2) div i{
    background-position: -80px 0;
}
.ecjia-o2o .section-2 .section-wrapper ul li:nth-child(3) div i{
    background-position: -160px 0;
}
.ecjia-o2o .section-2 .section-wrapper ul li:nth-child(4) div i{
    background-position: -240px 0;
}
.ecjia-o2o .section-2 .section-wrapper ul li span{
    display: inline-block;
    background: url(../images/solution.png) no-repeat center;
    width: 240px;
    height: 16px;
}
.ecjia-o2o .section-2 .section-wrapper ul li p{
    color: #82939e;
    font-size: 16px;
    padding: 20px 25px;
    line-height: 1.8;
}
.ecjia-o2o .section-2 .section-wrapper ul li p.blue{
    color: #3db6ff;
    padding: 0;
    padding-bottom: 20px;
}
/*==========section-3============*/
.ecjia-o2o .section-3 .section-wrapper ul{
    margin-right: -75px;
    margin-top:40px;
}
.ecjia-o2o .section-3 .section-wrapper ul li{
    width: 180px;
    height: 250px;
    float: left;
    margin-right: 77px;
    text-align: center;
}
.ecjia-o2o .section-3 .section-wrapper ul li h3{
    color: #3db6ff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ecjia-o2o .section-3 .section-wrapper ul li p{
    color: #82939e;
    font-size: 14px;
}
.ecjia-o2o .section-3 .section-wrapper ul li i{
    width: 120px;
    height:120px;
    background: url(../images/ecjia_icon3.png)no-repeat center center;
    background-position: 0 0;
    display: inline-block;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(2) i{
    background-position: -120px 0;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(3) i{
    background-position: -240px 0;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(4) i{
    background-position: -360px 0;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(5) i{
    background-position: -480px 0;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(6) i{
    background-position: -0 -120px;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(7) i{
    background-position: -120px -120px;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(8) i{
    background-position: -240px -120px;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(9) i{
    background-position: -360px -120px;
}
.ecjia-o2o .section-3 .section-wrapper ul li:nth-child(10) i{
    background-position: -480px -120px;
}

/*==========section-4============*/
.ecjia-o2o .section-4 .section-wrapper{
    background: url(../images/pic4.png) no-repeat right 90px;
    height: 620px;
}
.ecjia-o2o .section-4 .section-wrapper .title{
    width: 580px;
    text-align: left;
    margin-left: 0;
    padding-top: 100px;
}
.ecjia-o2o .section-4 .section-wrapper .title p.pad{
    padding: 20px 0;
}
/*==========section-5============*/
.ecjia-o2o .section-5{
    background: #344551;
    height: 997px;
}
.ecjia-o2o .section-5  div.section-wrapper{
    background: url(../images/pic5_bg.png) no-repeat center bottom;
    height: 917px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.ecjia-o2o .section-5  div.section-wrapper ul li{
    background: url(../images/pic5_star.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
.star1 {
	position: absolute;
	top: 450px;
	left: 126px;
	animation: eleshow 1s 0s linear infinite;
	-moz-animation: eleshow 1s 0s linear infinite;
	-webkit-animation: eleshow 1s 0s linear infinite;
	-o-animation: eleshow 1s 0s linear infinite;
}

.star2 {
	position: absolute;
	top: 700px;
	left: 126px;
	animation: eleshow2 1s 0s linear infinite;
	-moz-animation: eleshow2 1s 0s linear infinite;
	-webkit-animation: eleshow2 1s 0s linear infinite;
	-o-animation: eleshow2 1s 0s linear infinite;
}

@keyframes eleshow {
	0% {
		top: 450px;
		left: 126px;
	}
	100% {
		top: 370px;
		left: 126px;
	}
}

@-webkit-keyframes eleshow {
	0% {
		top: 450px;
		left: 126px;
	}
	100% {
		top: 370px;
		left: 126px;
	}
}

@-moz-keyframes eleshow {
	0% {
		top: 450px;
		left: 126px;
	}
	100% {
		top: 370px;
		left: 126px;
	}
}

@-o-keyframes eleshow {
	0% {
		top: 450px;
		left: 126px;
	}
	100% {
		top: 370px;
		left: 126px;
	}
}

@keyframes eleshow2 {
	0% {
		top: 700px;
		left: 126px;
	}
	100% {
		top: 777px;
		left: 126px;
	}
}

@-webkit-keyframes eleshow2 {
	0% {
		top: 700px;
		left: 126px;
	}
	100% {
		top: 777px;
		left: 126px;
	}
}

@-moz-keyframes eleshow2 {
	0% {
		top: 700px;
		left: 126px;
	}
	100% {
		top: 777px;
		left: 126px;
	}
}

@-o-keyframes eleshow2 {
	0% {
		top: 700px;
		left: 126px;
	}
	100% {
		top: 777px;
		left: 126px;
	}
}

.star3 {
	position: absolute;
	top: 321px;
	left: 229px;
	animation: eleshow3 1s 0s linear infinite;
	-moz-animation: eleshow3 1s 0s linear infinite;
	-webkit-animation: eleshow3 1s 0s linear infinite;
	-o-animation: eleshow3 1s 0s linear infinite;
}

.star4 {
	position: absolute;
	top: 805px;
	left: 229px;
	animation: eleshow4 1s 0s linear infinite;
	-moz-animation: eleshow4 1s 0s linear infinite;
	-webkit-animation: eleshow4 1s 0s linear infinite;
	-o-animation: eleshow4 1s 0s linear infinite;
}

@keyframes eleshow3 {
	0% {
		top: 321px;
		left: 229px;
	}
	20% {
		top: 321px;
		left: 268px;
	}
	40% {
		top: 343px;
		left: 290px;
	}
	60% {
		top: 440px;
		left: 290px;
	}
	80% {
		top: 462px;
		left: 311px;
	}
	100% {
		top: 462px;
		left: 394px;
	}
}

@-webkit-keyframes eleshow3 {
	0% {
		top: 321px;
		left: 229px;
	}
	20% {
		top: 321px;
		left: 268px;
	}
	40% {
		top: 343px;
		left: 290px;
	}
	60% {
		top: 440px;
		left: 290px;
	}
	80% {
		top: 462px;
		left: 311px;
	}
	100% {
		top: 462px;
		left: 394px;
	}
}

@-moz-keyframes eleshow3 {
	0% {
		top: 321px;
		left: 229px;
	}
	20% {
		top: 321px;
		left: 268px;
	}
	40% {
		top: 343px;
		left: 290px;
	}
	60% {
		top: 440px;
		left: 290px;
	}
	80% {
		top: 462px;
		left: 311px;
	}
	100% {
		top: 462px;
		left: 394px;
	}
}

@-o-keyframes eleshow3 {
	0% {
		top: 321px;
		left: 229px;
	}
	20% {
		top: 321px;
		left: 268px;
	}
	40% {
		top: 343px;
		left: 290px;
	}
	60% {
		top: 440px;
		left: 290px;
	}
	80% {
		top: 462px;
		left: 311px;
	}
	100% {
		top: 462px;
		left: 394px;
	}
}

@keyframes eleshow4 {
	0% {
		top: 805px;
		left: 229px;
	}
	20% {
		top: 805px;
		left: 268px;
	}
	40% {
		top: 782px;
		left: 290px;
	}
	60% {
		top: 675px;
		left: 290px;
	}
	80% {
		top: 652px;
		left: 311px;
	}
	100% {
		top: 652px;
		left: 394px;
	}
}

@-webkit-keyframes eleshow4 {
	0% {
		top: 805px;
		left: 229px;
	}
	20% {
		top: 805px;
		left: 268px;
	}
	40% {
		top: 782px;
		left: 290px;
	}
	60% {
		top: 675px;
		left: 290px;
	}
	80% {
		top: 652px;
		left: 311px;
	}
	100% {
		top: 652px;
		left: 394px;
	}
}

@-moz-keyframes eleshow4 {
	0% {
		top: 805px;
		left: 229px;
	}
	20% {
		top: 805px;
		left: 268px;
	}
	40% {
		top: 782px;
		left: 290px;
	}
	60% {
		top: 675px;
		left: 290px;
	}
	80% {
		top: 652px;
		left: 311px;
	}
	100% {
		top: 652px;
		left: 394px;
	}
}

@-o-keyframes eleshow4 {
	0% {
		top: 805px;
		left: 229px;
	}
	20% {
		top: 805px;
		left: 268px;
	}
	40% {
		top: 782px;
		left: 290px;
	}
	60% {
		top: 675px;
		left: 290px;
	}
	80% {
		top: 652px;
		left: 311px;
	}
	100% {
		top: 652px;
		left: 394px;
	}
}

.star5 {
	position: absolute;
	top: 567px;
	left: 222px;
	animation: eleshow5 1s 0s linear infinite;
	-moz-animation: eleshow5 1s 0s linear infinite;
	-webkit-animation: eleshow5 1s 0s linear infinite;
	-o-animation: eleshow5 1s 0s linear infinite;
}

.star6 {
	position: absolute;
	top: 460px;
	left: 716px;
	animation: eleshow6 1s 0s linear infinite;
	-moz-animation: eleshow6 1s 0s linear infinite;
	-webkit-animation: eleshow6 1s 0s linear infinite;
	-o-animation: eleshow6 1s 0s linear infinite;
}

.star7 {
	position: absolute;
	top: 545px;
	left: 716px;
	animation: eleshow7 1s 0s linear infinite;
	-moz-animation: eleshow7 1s 0s linear infinite;
	-webkit-animation: eleshow7 1s 0s linear infinite;
	-o-animation: eleshow7 1s 0s linear infinite;
}

.star8 {
	position: absolute;
	top: 632px;
	left: 716px;
	animation: eleshow8 1s 0s linear infinite;
	-moz-animation: eleshow8 1s 0s linear infinite;
	-webkit-animation: eleshow8 1s 0s linear infinite;
	-o-animation: eleshow8 1s 0s linear infinite;
}

.star9 {
	position: absolute;
	top: 717px;
	left: 716px;
	animation: eleshow9 1s 0s linear infinite;
	-moz-animation: eleshow9 1s 0s linear infinite;
	-webkit-animation: eleshow9 1s 0s linear infinite;
	-o-animation: eleshow9 1s 0s linear infinite;
}

@keyframes eleshow5 {
	0% {
		top: 567px;
		left: 222px;
	}
	100% {
		top: 567px;
		left: 392px;
	}
}

@-webkit-keyframes eleshow5 {
	0% {
		top: 567px;
		left: 222px;
	}
	100% {
		top: 567px;
		left: 392px;
	}
}

@-moz-keyframes eleshow5 {
	0% {
		top: 567px;
		left: 222px;
	}
	100% {
		top: 567px;
		left: 392px;
	}
}

@-o-keyframes eleshow5 {
	0% {
		top: 567px;
		left: 222px;
	}
	100% {
		top: 567px;
		left: 392px;
	}
}

@keyframes eleshow6 {
	0% {
		top: 460px;
		left: 716px;
	}
	100% {
		top: 460px;
		left: 785px;
	}
}

@-webkit-keyframes eleshow6 {
	0% {
		top: 460px;
		left: 716px;
	}
	100% {
		top: 460px;
		left: 785px;
	}
}

@-moz-keyframes eleshow6 {
	0% {
		top: 460px;
		left: 716px;
	}
	100% {
		top: 460px;
		left: 785px;
	}
}

@-o-keyframes eleshow6 {
	0% {
		top: 460px;
		left: 716px;
	}
	100% {
		top: 460px;
		left: 785px;
	}
}

@keyframes eleshow7 {
	0% {
		top: 545px;
		left: 716px;
	}
	100% {
		top: 545px;
		left: 785px;
	}
}

@-webkit-keyframes eleshow7 {
	0% {
		top: 545px;
		left: 716px;
	}
	100% {
		top: 545px;
		left: 785px;
	}
}

@-moz-keyframes eleshow7 {
	0% {
		top: 545px;
		left: 716px;
	}
	100% {
		top: 545px;
		left: 785px;
	}
}

@-o-keyframes eleshow7 {
	0% {
		top: 545px;
		left: 716px;
	}
	100% {
		top: 545px;
		left: 785px;
	}
}

@keyframes eleshow8 {
	0% {
		top: 632px;
		left: 716px;
	}
	100% {
		top: 632px;
		left: 785px;
	}
}

@-webkit-keyframes eleshow8 {
	0% {
		top: 632px;
		left: 716px;
	}
	100% {
		top: 632px;
		left: 785px;
	}
}

@-moz-keyframes eleshow8 {
	0% {
		top: 632px;
		left: 716px;
	}
	100% {
		top: 632px;
		left: 785px;
	}
}

@-o-keyframes eleshow8 {
	0% {
		top: 632px;
		left: 716px;
	}
	100% {
		top: 632px;
		left: 785px;
	}
}

@keyframes eleshow9 {
	0% {
		top: 717px;
		left: 716px;
	}
	100% {
		top: 717px;
		left: 785px;
	}
}

@-webkit-keyframes eleshow9 {
	0% {
		top: 717px;
		left: 716px;
	}
	100% {
		top: 717px;
		left: 785px;
	}
}

@-moz-keyframes eleshow9 {
	0% {
		top: 717px;
		left: 716px;
	}
	100% {
		top: 717px;
		left: 785px;
	}
}

@-o-keyframes eleshow9 {
	0% {
		top: 717px;
		left: 716px;
	}
	100% {
		top: 717px;
		left: 785px;
	}
}

.star10 {
	position: absolute;
	top: 325px;
	left: 724px;
	animation: eleshow10 1s 0s linear infinite;
	-moz-animation: eleshow10 1s 0s linear infinite;
	-webkit-animation: eleshow10 1s 0s linear infinite;
	-o-animation: eleshow10 1s 0s linear infinite;
}

.star11 {
	position: absolute;
	top: 820px;
	left: 727px;
	animation: eleshow11 1s 0s linear infinite;
	-moz-animation: eleshow11 1s 0s linear infinite;
	-webkit-animation: eleshow11 1s 0s linear infinite;
	-o-animation: eleshow11 1s 0s linear infinite;
}

@keyframes eleshow10 {
	0% {
		top: 325px;
		left: 724px;
	}
	25% {
		top: 325px;
		left: 855px;
	}
	75% {
		top: 343px;
		left: 876px;
	}
	100% {
		top: 382px;
		left: 878px;
	}
}

@-webkit-keyframes eleshow10 {
	0% {
		top: 325px;
		left: 724px;
	}
	25% {
		top: 325px;
		left: 855px;
	}
	75% {
		top: 343px;
		left: 876px;
	}
	100% {
		top: 382px;
		left: 878px;
	}
}

@-moz-keyframes eleshow10 {
	0% {
		top: 325px;
		left: 724px;
	}
	25% {
		top: 325px;
		left: 855px;
	}
	75% {
		top: 343px;
		left: 876px;
	}
	100% {
		top: 382px;
		left: 878px;
	}
}

@-o-keyframes eleshow10 {
	0% {
		top: 325px;
		left: 724px;
	}
	25% {
		top: 325px;
		left: 855px;
	}
	75% {
		top: 343px;
		left: 876px;
	}
	100% {
		top: 382px;
		left: 878px;
	}
}

@keyframes eleshow11 {
	0% {
		top: 820px;
		left: 727px;
	}
	25% {
		top: 820px;
		left: 855px;
	}
	75% {
		top: 805px;
		left: 880px;
	}
	100% {
		top: 762px;
		left: 880px;
	}
}

@-webkit-keyframes eleshow11 {
	0% {
		top: 820px;
		left: 727px;
	}
	25% {
		top: 820px;
		left: 855px;
	}
	75% {
		top: 805px;
		left: 880px;
	}
	100% {
		top: 762px;
		left: 880px;
	}
}

@-moz-keyframes eleshow11 {
	0% {
		top: 820px;
		left: 727px;
	}
	25% {
		top: 820px;
		left: 855px;
	}
	75% {
		top: 805px;
		left: 880px;
	}
	100% {
		top: 762px;
		left: 880px;
	}
}

@-o-keyframes eleshow11 {
	0% {
		top: 820px;
		left: 727px;
	}
	25% {
		top: 820px;
		left: 855px;
	}
	75% {
		top: 805px;
		left: 880px;
	}
	100% {
		top: 762px;
		left: 880px;
	}
}

.star12 {
	position: absolute;
	top: 565px;
	left: 975px;
	animation: eleshow12 1s 0s linear infinite;
	-moz-animation: eleshow12 1s 0s linear infinite;
	-webkit-animation: eleshow12 1s 0s linear infinite;
	-o-animation: eleshow12 1s 0s linear infinite;
}

.star13 {
	position: absolute;
	top: 466px;
	left: 1137px;
	animation: eleshow13 2s 0s linear infinite;
	-moz-animation: eleshow13 2s 0s linear infinite;
	-webkit-animation: eleshow13 2s 0s linear infinite;
	-o-animation: eleshow13 2s 0s linear infinite;
}

.star14 {
	position: absolute;
	top: 660px;
	left: 1137px;
	animation: eleshow14 2s 0s linear infinite;
	-moz-animation: eleshow14 2s 0s linear infinite;
	-webkit-animation: eleshow14 2s 0s linear infinite;
	-o-animation: eleshow14 2s 0s linear infinite;
}

@keyframes eleshow12 {
	0% {
		top: 565px;
		left: 975px;
	}
	100% {
		top: 565px;
		left: 1046px;
	}
}

@-webkit-keyframes eleshow12 {
	0% {
		top: 565px;
		left: 975px;
	}
	100% {
		top: 565px;
		left: 1046px;
	}
}

@-moz-keyframes eleshow12 {
	0% {
		top: 565px;
		left: 975px;
	}
	100% {
		top: 565px;
		left: 1046px;
	}
}

@-o-keyframes eleshow12 {
	0% {
		top: 565px;
		left: 975px;
	}
	100% {
		top: 565px;
		left: 1046px;
	}
}

@keyframes eleshow13 {
	0% {
		top: 466px;
		left: 1137px;
	}
	20% {
		top: 255px;
		left: 1137px;
	}
	40% {
		top: 230px;
		left: 1112px;
	}
    60% {
		top: 230px;
		left: 152px;
	}
	80% {
		top: 250px;
		left: 127px;
	}
	100% {
		top: 282px;
		left: 127px;
	}
}

@-webkit-keyframes eleshow13 {
	0% {
		top: 466px;
		left: 1137px;
	}
	20% {
		top: 255px;
		left: 1137px;
	}
	40% {
		top: 230px;
		left: 1112px;
	}
    60% {
		top: 230px;
		left: 152px;
	}
	80% {
		top: 250px;
		left: 127px;
	}
	100% {
		top: 282px;
		left: 127px;
	}
}

@-moz-keyframes eleshow13 {
	0% {
		top: 466px;
		left: 1137px;
	}
	20% {
		top: 255px;
		left: 1137px;
	}
	40% {
		top: 230px;
		left: 1112px;
	}
    60% {
		top: 230px;
		left: 152px;
	}
	80% {
		top: 250px;
		left: 127px;
	}
	100% {
		top: 282px;
		left: 127px;
	}
}

@-o-keyframes eleshow13 {
	0% {
		top: 466px;
		left: 1137px;
	}
	20% {
		top: 255px;
		left: 1137px;
	}
	40% {
		top: 230px;
		left: 1112px;
	}
	60% {
		top: 230px;
		left: 152px;
	}
	80% {
		top: 250px;
		left: 127px;
	}
	100% {
		top: 282px;
		left: 127px;
	}
}

@keyframes eleshow14 {
	0% {
		top: 660px;
		left: 1137px;
	}
	20% {
		top: 884px;
		left: 1137px;
	}
	40% {
		top: 910px;
		left: 1112px;
	}
    60% {
		top: 910px;
		left: 152px;
	}
	80% {
		top: 889px;
		left: 127px;
	}
	100% {
		top: 862px;
		left: 127px;
	}
	}
}

@-webkit-keyframes eleshow14 {
	0% {
		top: 660px;
		left: 1137px;
	}
	20% {
		top: 884px;
		left: 1137px;
	}
	40% {
		top: 910px;
		left: 1112px;
	}
    60% {
		top: 910px;
		left: 152px;
	}
	80% {
		top: 889px;
		left: 127px;
	}
	100% {
		top: 862px;
		left: 127px;
	}
}

@-moz-keyframes eleshow14 {
	0% {
		top: 660px;
		left: 1137px;
	}
	20% {
		top: 884px;
		left: 1137px;
	}
	40% {
		top: 910px;
		left: 1112px;
	}
    60% {
		top: 910px;
		left: 152px;
	}
	80% {
		top: 889px;
		left: 127px;
	}
	100% {
		top: 862px;
		left: 127px;
	}
}

@-o-keyframes eleshow14 {
	0% {
		top: 660px;
		left: 1137px;
	}
	20% {
		top: 884px;
		left: 1137px;
	}
	40% {
		top: 910px;
		left: 1112px;
	}
	60% {
		top: 910px;
		left: 152px;
	}
	80% {
		top: 889px;
		left: 127px;
	}
	100% {
		top: 862px;
		left: 127px;
	}
}
/*==========section-6============*/
.ecjia-o2o .section-6 .box{
    background: #344551;
    width: 1210px;
    height: 530px;
    margin: 40px auto 80px;
    position: relative;
}
.ecjia-o2o .section-6 .box .left{
    float: left;
    height: 100%;
}
.ecjia-o2o .section-6 .box .left>div{
    height: 50%;
    width: 330px;
    background: url(../images/pic6_1.png)no-repeat center center;
    background-color: transparent;
}
.ecjia-o2o .section-6 .box .left>div.slide{
    background: url(../images/pic6_2.png)no-repeat center center;
}
.ecjia-o2o .section-6 .box .left>div.active{
    background-color: #3db6ff;
    cursor: pointer;
}
.ecjia-o2o .section-6 .box .right{
    width: 880px;
    height: 100%;
    background: url(../images/pic6_3.png)no-repeat center center;
    position: absolute;
    right:0;
    top: 0;
}
.ecjia-o2o .section-6 .box .right.img1{
    background: url(../images/pic6_4.png)no-repeat center center;
    opacity: 0;
}

/*==========section-8============*/
.ecjia-o2o .section-8{
    margin-bottom: 70px;
}
.ecjia-o2o .section-8 .section-wrapper ul li{
    width:16.6666666667%;
    float: left;
}
.ecjia-o2o .section-8 .section-wrapper ul li i{
    width: 120px;
    height: 120px;
    display: block;
    background: url(../images/pic6_icon.png) no-repeat center;
    margin: 40px auto 20px;
    background-position: 0 0;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(2) i{
    background-position: -120px 0;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(3) i{
    background-position: -240px 0;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(4) i{
    background-position: -360px 0;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(5) i{
    background-position: -480px 0;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(6) i{
    background-position: -600px 0;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(7) i{
    background-position: 0 -120px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(8) i{
    background-position: -120px -120px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(9) i{
    background-position: -240px -120px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(10) i{
    background-position: -360px -120px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(11) i{
    background-position: -480px -120px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(12) i{
    background-position: -600px -120px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(13) i{
    background-position: 0 -240px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(14) i{
    background-position: -120px -240px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(15) i{
    background-position: -240px -240px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(16) i{
    background-position: -360px -240px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(17) i{
    background-position: -480px -240px;
}
.ecjia-o2o .section-8 .section-wrapper ul li:nth-child(18) i{
    background-position: -600px -240px;
}
/*==========section-7============*/
.ecjia-o2o .section-7{
    background: #f6f9fc;
}

.ecjia-o2o .section-7 .section-wrapper ul li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
    background: url(../images/pic7_1.jpg)no-repeat top center;
    height: 520px;
    margin-top: 40px;
}
.ecjia-o2o .section-7 .section-wrapper ul li:nth-child(2){
    background: url(../images/pic7_2.jpg)no-repeat top center;
}
.ecjia-o2o .section-7 .section-wrapper ul li>div{
    margin-top: 280px;
    background: #3db6ff;
    width: 210px;
    height: 50px;
    border-radius: 100px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
}

.ecjia-o2o .section-7 .section-wrapper ul li>div>a
{
	
	 width: 210px;
    height: 50px;
    border-radius: 100px;
	 font-size: 18px;
    line-height: 50px;
    color: #fff;
	display:block
	
}

.ecjia-o2o .section-7 .section-wrapper ul li>div.red{
    background: #ee756c;
}
.ecjia-o2o .section-7 .section-wrapper ul li>p{
    font-size: 14px;
    line-height: 1.5;
}
/*==========section-add============*/
.ecjia-o2o .section-add{
    height: 700px;
    background: url(../images/add_bg.jpg) repeat-x center;
    position: relative;
}
.ecjia-o2o .section-add>canvas{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
/*==========section-9============*/
.ecjia-o2o .section-9 .section-wrapper{
    background: url(../images/pic8_phone.png)no-repeat left bottom;
    height: 690px;
}
.ecjia-o2o .section-9 .section-wrapper div.f_r{
    height: 340px;
    width: 480px;
    margin: 60px 60px 0 0;
}
.ecjia-o2o .section-9 .section-wrapper div.text>p span.fsize-48{
    color: #eb2525;
    padding-right: 10px;
}
.ecjia-o2o .section-9 .section-wrapper div.text ul{
    margin-top: 30px;
}
.ecjia-o2o .section-9 .section-wrapper div.text ul li{
    float: left;
    margin-right: 35px;
    font-size: 18px;
    line-height: 1.8;
}
.ecjia-o2o .section-9 .section-wrapper div.text ul li i{
    background: url(../images/erweima.jpg)no-repeat center;
    width: 190px;
    height: 190px;
    background-size: cover;
    display: inline-block;
}
.ecjia-o2o .section-9 .section-wrapper div.text ul li:nth-child(2) i{
    background: url(../images/erweima_mobile.jpg)no-repeat center;
    background-size: cover;
}

/*界面样式*/
.ecjia-o2o-view .banner{
    background: url(../images/banner.jpg) no-repeat center center;
    height: 700px;
    width: 100%;
}
/*==========section-1============*/
.ecjia-o2o-view .section-1 .section-wrapper{
    position: relative;
    background: url(../images/pic1.jpg) no-repeat bottom center;
    height: 780px;
}
.ecjia-o2o-view .section-1 .section-wrapper div.img{
    position: absolute;
    background: url(../images/pic1_guid.png) no-repeat center;
    height: 202px;
    width: 95%;
    left: 0;
    top: 250px;
}
/*==========section-2============*/
.ecjia-o2o-view .section-2{
    background: #63B769 url(../images/pic2_bg.jpg) no-repeat center center;
    height: 855px;
}
.ecjia-o2o-view .section-2 .section-wrapper{
    position: relative;
    height:100%;
}
.ecjia-o2o-view .section-2 .section-wrapper div.img{
    position: absolute;
    background: url(../images/pic2_guid.png) no-repeat center center;
    height: 549px;
    width: 689px;
    top: 66px;
    right: 130px;
}
.ecjia-o2o-view .section-2 .section-wrapper div.title{
    position: absolute;
    text-align: left;
    height: 140px;
    width: 600px;
    right: 0;
    top: 70px;
    padding: 0;
}
/*==========section-3============*/
.ecjia-o2o-view .section-3 .section-wrapper{
    background: url(../images/pic3.jpg) no-repeat 100% 0;
    height: 700px;
}
.ecjia-o2o-view .section-3 .section-wrapper div.title{
    width: 440px;
    text-align: left;
    float: left;
    padding-top: 20px;
}
/*==========section-4============*/
.ecjia-o2o-view .section-4{
    background: #333;
}
.ecjia-o2o-view .section-4 .section-wrapper{
    background: url(../images/pic4_1.jpg) no-repeat 50px 0;
    height: 689px;
    position: relative;
}
.ecjia-o2o-view .section-4 .section-wrapper div.img>h3{
    color: #61b566;
    font-size: 14px;
}
.ecjia-o2o-view .section-4 .section-wrapper div.title{
    float: right;
    text-align: left;
    width: 560px;
    margin-right: 150px;
    padding-top: 60px;
}
.ecjia-o2o-view .section-4 .section-wrapper div.img{
    position: absolute;
    bottom: 0;
    height: 450px;
    width: 300px;
    text-align: left;
}
.ecjia-o2o-view .section-4 .section-wrapper div.img1{
    background: url(../images/pic4_2.jpg) no-repeat bottom;
    right: 410px;
}
.ecjia-o2o-view .section-4 .section-wrapper div.img2{
    background: url(../images/pic4_3.jpg) no-repeat bottom;
    right: 60px;
}

/*==========section-5============*/

.ecjia-o2o-view .section-5 .desp{width: 420px;overflow: hidden;margin: 40px auto;}
.ecjia-o2o-view .section-5 .desp dl{display: none;}
.ecjia-o2o-view .section-5 .desp dl:nth-of-type(3){display: block;}
.ecjia-o2o-view .section-5 .desp dl dt{font-size: 24px;color: #61b566;}
.ecjia-o2o-view .section-5 .desp dl dd{font-size: 18px;line-height: 30px;}
.ecjia-o2o-view .section-5 ul{width: 1090px; height:700px; position: relative; margin: 30px auto 0;}
.ecjia-o2o-view .section-5 .btns{width: 620px;height: 100px;overflow: hidden;position: absolute; left: 50%; margin-left: -310px; top: 530px;z-index: 7;}
.ecjia-o2o-view .section-5 .btns .l-btn{float: left;cursor: pointer;}
.ecjia-o2o-view .section-5 .btns .r-btn{ float: right; cursor: pointer;}
.ecjia-o2o-view .section-5 ul li{position: absolute;}
.ecjia-o2o-view .section-5 ul .before:before{content:'';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #000;opacity: 0.5;}
.ecjia-o2o-view .section-5 ul li img{width: 100%;}
/*==========section-6============*/
.ecjia-o2o-view .section-6{
    background: url(../images/pic6_bg.jpg) no-repeat top center;
}
.ecjia-o2o-view .section-6 .section-wrapper{
    height: 850px;
    position: relative;
}
.ecjia-o2o-view .section-6 .section-wrapper div.img{
    background: url(../images/pic6.png) no-repeat bottom;
    height: 796px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

}
/*==========section-7============*/
.ecjia-o2o-view .section-7{
    background: url(../images/pic7.jpg) no-repeat bottom center;
}
.ecjia-o2o-view .section-7 .section-wrapper{
    height: 920px;
    position: relative;
}
.ecjia-o2o-view .section-7 .section-wrapper div.img{
    background: url(../images/pic7_guid.png) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 192px;
    left: 50px;
    top: 220px;
}

/*==========section-8============*/

.ecjia-o2o-view .section-8{
    background: #62b767 url(../images/pic8_bg.png) no-repeat center center;
    height: 630px;
}
.ecjia-o2o-view .section-8 .section-wrapper{
    height: 100%;
    position: relative;
}
.ecjia-o2o-view .section-8 .section-wrapper div.title{
    width: 530px;
    text-align: left;
    float: right;
    margin-right: 70px;
}
.ecjia-o2o-view .section-8 .section-wrapper div.img1{
    background:url(../images/pic8_1.jpg) no-repeat bottom center;
    height: 598px;
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 126px;
}
.ecjia-o2o-view .section-8 .section-wrapper div.img2{
    background: url(../images/pic8_serch.png) no-repeat top center;
    height: 198px;
    width: 384px;
    position: absolute;
    bottom: 100px;
    right: 230px;
}
.ecjia-o2o-view .section-8 .section-wrapper div.img2>p{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 20px;
    color: #fff;
    text-align: left;
}

/*核心亮点样式*/


/*==========section-1============*/
.ecjia-o2o-core .banner{
    background: url(../images/banner_bg.png) no-repeat center center;
    height: 700px;
    width: 100%;
}
.ecjia-o2o-core .banner .section-wrapper{
    height: 100%;
}
.ecjia-o2o-core .banner .section-wrapper>div{
    position: absolute;
}
.ecjia-o2o-core .banner div.img1{
    background: url(../images/banner_man01.png) no-repeat center center;
    width: 164px;
    height: 290px;
    z-index: 2;
    bottom: 180px;
    left: 50%;
    margin-left: -160px;
}
.ecjia-o2o-core .banner div.img2{
    background: url(../images/banner_phone01.png) no-repeat center center;
    width: 289px;
    height: 407px;
    z-index: 1;
    left: 50%;
    top: 90px;
    margin-left: -70px;
}
.ecjia-o2o-core .banner div.img3{
    background: url(../images/banner_plane.png) no-repeat center center;
    width: 161px;
    height: 82px;
    top: 220px;
    right: 200px;
}
.ecjia-o2o-core .banner div.img4{
    background: url(../images/banner_ad.png) no-repeat center center;
    width: 542px;
    height: 233px;
    z-index: 3;
    bottom: 150px;
    left: 50%;
    margin-left: -100px;
}
.ecjia-o2o-core .section-1 .section-wrapper ul{
    margin: 60px auto;
}
.ecjia-o2o-core .section-1 .section-wrapper ul li{
    width: 33.33333334%;
    float: left;
    box-sizing: border-box;
    padding: 0 60px;
}
.ecjia-o2o-core .section-1 .section-wrapper ul li i{
    background: url(../images/pic1_1.jpg) no-repeat bottom center;
    width: 100%;
    height: 325px;
    display: block;
}
.ecjia-o2o-core .section-1 .section-wrapper ul li:nth-child(2) i{
    background: url(../images/pic1_2.jpg) no-repeat bottom center;
}
.ecjia-o2o-core .section-1 .section-wrapper ul li:nth-child(3) i{
    background: url(../images/pic1_3.jpg) no-repeat bottom center;
}
.ecjia-o2o-core .section-1 .section-wrapper ul li h3,
.ecjia-o2o-core .section-3 .section-wrapper ul li h3{
    color: #56bc5d;
    font-size: 18px;
    padding: 15px 0 5px;
}
.ecjia-o2o-core .section-1 .section-wrapper ul li p,
.ecjia-o2o-core .section-3 .section-wrapper ul li p{
    line-height: 2
}
/*==========section-2============*/
.ecjia-o2o-core .section-2{
    background: #51add8;
}
.ecjia-o2o-core .section-2 .section-wrapper{
    height: 740px;
}
.ecjia-o2o-core .section-2 .section-wrapper div.img{
    background: url(../images/pic2.jpg) no-repeat bottom center;
    height: 531px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*==========section-3============*/
.ecjia-o2o-core .section-3 .section-wrapper ul{
    margin: 60px auto;
}
.ecjia-o2o-core .section-3 .section-wrapper ul li{
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 36px;
}
.ecjia-o2o-core .section-3 .section-wrapper ul li i{
    background: url(../images/pic3_icon.png) no-repeat center;
    width: 100px;
    height: 190px;
    margin: 0 auto;
    display: block;
    background-position: 0 0;
}
.ecjia-o2o-core .section-3 .section-wrapper ul li:nth-child(2) i{
    background-position: -100px 0;
}
.ecjia-o2o-core .section-3 .section-wrapper ul li:nth-child(3) i{
    background-position: -200px 0;
}
.ecjia-o2o-core .section-3 .section-wrapper ul li:nth-child(4) i{
    background-position: -300px 0;
}
.ecjia-o2o-core .section-3 .section-wrapper ul li:nth-child(5) i{
    background-position: -400px 0;
}
/*==========section-4============*/
.ecjia-o2o-core .section-4{
    background: #f5f5f5 url(../images/pic4_bg.png) repeat-x bottom;
}
.ecjia-o2o-core .section-4 .section-wrapper{
    padding: 60px 0;
    height: 520px;
    width: 1120px;
}
.ecjia-o2o-core .section-4 .section-wrapper div.title{
    background: url(../images/pic4_title.png) no-repeat bottom center;
    float: left;
    width: 461px;
    height: 380px;
    text-align: left;
    padding: 0;
}
.ecjia-o2o-core .section-4 .section-wrapper div.img{
    background: url(../images/pic4_man.png) no-repeat center center;
    float: right;
    width: 568px;
    height: 478px;
}
/*==========section-5============*/
.ecjia-o2o-core .section-5{
    background: #f53c45 url(../images/pic5_bg.jpg) repeat-x bottom center;
}
.ecjia-o2o-core .section-5 .section-wrapper{
    background: #f53c45 url(../images/pic5.jpg) no-repeat bottom center;
    height: 720px;
    width: 880px;
}
/*功能列表样式*/
.ecjia-o2o-func {background-color: #e0f4ff;}
.ecjia-o2o-func .section-wrapper{padding: 100px 0 60px;width: 1210px;}
.ecjia-o2o-func .section-footer .section-wrapper{padding:0;}
.ecjia-o2o-func .banner{background: url(../images/featurelist_banner.jpg) no-repeat center; height: 625px;}
.ecjia-o2o-func table {width: 1210px;text-align: left;border-collapse:collapse;font-size: 18px;background-color: #fff;}
.ecjia-o2o-func table .tr-head{text-align: center;background: #ebf5ff;font-size: 20px;font-weight: bold;border-top: 2px solid #9adeff;color: #555;}
.ecjia-o2o-func table tr th {font-size: 24px;font-weight: normal;}
.ecjia-o2o-func table{border: 1px solid #ddd;}
.ecjia-o2o-func table tr th,
.ecjia-o2o-func table tr td {padding: 20px 35px;border: 1px solid #ddd;position: relative;}
.ecjia-o2o-func table tr td>a {color: #888;font-size: 16px;}
.ecjia-o2o-func table tr td.pad-l-85 {padding-left: 85px;}
.ecjia-o2o-func table tr td img {position: absolute;top: 50%;left:35px; margin-top: -15px;}
.ecjia-o2o-func table tr td.td-one {text-align: center;}
.ecjia-o2o-func table tr td.td-bgc {background:  #f2fbff;}
.ecjia-o2o-func table tr th.th-one {background-color: #f2fbff;}
.ecjia-o2o-func table tr th.th-two {background-color: #fff7ec;}
.ecjia-o2o-func table tr th.th-three {background-color: #fff5f5;}
.ecjia-o2o-func table tr th.th-four {background-color: #f4fce8;}
.ecjia-o2o-func table tr.whole-row-parent {background-color: #f6faff;}
.ecjia-o2o-func table tr th.whole-row {font-size: 24px;position: relative;padding-left: 85px;}
.ecjia-o2o-func table tr th.whole-row img {position: absolute;top: 0;left: 35px;top: 50%;margin-top: -15px;}
.ecjia-o2o-func table tr td.y-support {background: url(../images/gou.png) no-repeat 35px center;padding-left: 68px;}
.ecjia-o2o-func .tab-wechat table  tr td.y-support {background: url(../images/gou.png) no-repeat center;padding-left: 68px;}
.ecjia-o2o-func table tr td.n-support {background: url(../images/cha.png) no-repeat 35px center;padding-left: 68px;}
.ecjia-o2o-func table tr td.r-support {background: url(../images/yuan.png) no-repeat 35px center;padding-left: 68px;}
.ecjia-o2o-func .tab4-bottom .tab-box p.attention {color: #fc8080;}
.ecjia-o2o-func table tr.application td.td-one {position: relative;padding-left: 135px;}
.ecjia-o2o-func table tr.application td img {position: absolute;top: 50%;left: 85px;margin-top: -15px;}
.ecjia-o2o-func table tr.app-application td img {position: absolute;top: 50%;left: 35px;margin-top: -15px;}
.ecjia-o2o-func tr.diff td.td-four.add,
.ecjia-o2o-func tr.diff td.td-five{background: url(../images/gou.png) no-repeat 35px 22px;font-size: 14px;line-height: 20px;color:#888;}
.ecjia-o2o-func tr.diff td.td-four.add p,
.ecjia-o2o-func tr.diff td.td-five p{padding-left: 32px;color: #333;font-size:18px;margin-bottom: 10px;}
.ecjia-o2o-func tr.r-diff td.td-four{background: url(../images/yuan.png) no-repeat 35px 22px;}
.ecjia-o2o-func tr.r-diff td.td-four a{margin-left: 32px;height: 20px;line-height: 20px;}
/*ECJiaO2O F&Q*/

/*===========常见问题封装模块 start============*/
.section-faq {
    margin: 80px 0;
}
.section-faq .section-wrapper .title>h2{
    background: url(../images/12-bj.png)no-repeat center;
}
.section-faq div.box{
    text-align: left;
}
.section-faq div.box p.question{
    color: #54c1ff;
    margin: 20px 0 10px;
}
.section-faq div.box p.answer{
    background: #eee;
    padding:15px 20px;
}
.section-faq div.box p.answer a{
    color: #54c1ff;
    text-decoration: underline;
}
.section-faq .section-wrapper>a{
    display: block;
    color: #54c1ff;
    font-size: 18px;
    margin: 20px 0 50px;
}
/*===========常见问题封装模块 end============*/
/*===========O2O动画模块 start============*/

@-webkit-keyframes movemode{
    50%{transform: translateY(-20px);}
}
@-moz-keyframes movemode{
    50%{transform: translateY(-20px);}
}
@-ms-keyframes movemode{
    50%{transform: translateY(-20px);}
}
@keyframes movemode{
    50%{transform: translateY(-20px);}
}
/*===========O2O动画模块 end============*/



/*
*Description: ECJia O2O Mobile
*Author:cding
*Time:2016-7-18 16:38:43
*/
/*===========ECJiaTV 手机H5动画 start============*/
@media screen and (max-width:640px)
.swiper-slide>h2{
    margin-top: 5% !important;
}
.swiper-slide>p{
    line-height: 1.5 !important;
}
/*===========slide-1============*/
.swiper-slide1{
    background: url(../images/banner_bg.png) no-repeat center;
    background-size: cover;
}
.swiper-slide1>div.ani{
    position: absolute;
}
.swiper-slide1>div.img2{
    bottom: 0;
    width: 50%;
    right: 5%;
    z-index: 1;
}
.swiper-slide1>div.img3{
    width: 50%;
    bottom: 0;
    left: 10%;
}
.swiper-slide1>div.img4{
    top: 10%;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 10%;
}
/*===========slide-2============*/
.swiper-slide2>h2{
    margin-bottom: .8em !important;
}
.swiper-slide2{
    background: #fff2d2;
    box-sizing: border-box;
    padding: .6em;
}
.swiper-slide2>div{
    margin-top: .4em;
}
/*===========slide-3============*/
.swiper-slide3>div{
    position: absolute;
}
.swiper-slide3>div.img1{
    background: url(../images/pic2_online.png) no-repeat top center;
    padding: 32%;
    background-size: contain;
    left: -21%;
    bottom: 10%;
}
.swiper-slide3>div.img2{
    background: url(../images/pic2_offline.png) no-repeat top center;
    background-size: contain;
    padding: 32%;
    right: -21%;
    bottom: 10%;
}
.swiper-slide3>div.img{
    background: url(../images/ecjia3.png)no-repeat center;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    background-size: contain;
    padding:100% 40% 0;
}
/*===========slide-4============*/
.swiper-slide4{
    background: #56bc5d;
}
.swiper-slide4 ul *{
    box-sizing: border-box;
}
.swiper-slide4 ul{
    padding: 2%;
}
.swiper-slide4 ul li{
    color: #56bc5d;
    float: left;
    padding: 2%;
    height: 6em;
    width: 50%;
}
.swiper-slide4 ul li>div{
    background: #fff;
    height: 100%;
    font-size: .6em;
    text-align: center;
}
.swiper-slide4 ul li i{
    display: inline-block;
    height: 5.8em;
    width: 6em;
    background: url(../images/ecjia4_icon.png)no-repeat center;
    background-position: 0 0;
    background-size: 36em;
    margin: .8em auto 0;
}
.swiper-slide4 ul li:nth-child(2) i{
    background-position: -6em 0;
}
.swiper-slide4 ul li:nth-child(3) i{
    background-position: -12em 0;
}
.swiper-slide4 ul li:nth-child(4) i{
    background-position: -18em 0;
}
.swiper-slide4 ul li:nth-child(5) i{
    background-position: -24em 0;
}
.swiper-slide4 ul li:nth-child(6) i{
    background-position: -30em 0;
}


/*===========slide-5============*/
.swiper-slide5{
    background: #e82e38;
}
.swiper-slide5 ul{
    box-sizing: border-box;
    padding: 2%;
}
.swiper-slide5 ul li{
    float: left;
    width: 33.333334%;
    text-align: center;
    box-sizing: border-box;
    padding: 2%;
}
.swiper-slide5 ul li>div{
    width: 100%;
    border-radius: 50%;
    background: #fff;
}
.swiper-slide5 ul li i{
    width: 2em;
    height: 2em;
    display: inline-block;
    margin: 0 auto;
    background: url(../images/ecjia5_icon.png)no-repeat center center;
    background-position: 0 0;
    background-size: 24em;
    margin-top: 1em;
}
.swiper-slide5 ul li:nth-child(2) i{
    background-position: -2em 0;
}
.swiper-slide5 ul li:nth-child(3) i{
    background-position: -4em 0;
}
.swiper-slide5 ul li:nth-child(4) i{
    background-position: -6em 0;
}
.swiper-slide5 ul li:nth-child(5) i{
    background-position: -8em 0;
}
.swiper-slide5 ul li:nth-child(6) i{
    background-position: -10em 0;
}
.swiper-slide5 ul li:nth-child(7) i{
    background-position: -12em 0;
}
.swiper-slide5 ul li:nth-child(8) i{
    background-position: -14em 0;
}
.swiper-slide5 ul li:nth-child(9) i{
    background-position: -16em 0;
}
.swiper-slide5 ul li:nth-child(10) i{
    background-position: -18em 0;
}
.swiper-slide5 ul li:nth-child(11) i{
    background-position: -20em 0;
}
.swiper-slide5 ul li:nth-child(12) i{
    background-position: -22em 0;
}
.swiper-slide5 ul li p{
    color: #e82e38;
    font-size: .55em;
    width: 90%;
    margin: 0 auto;
}
/*===========slide-6============*/
.swiper-slide6>h2{
    margin-top: 1em !important;
}
.swiper-slide6 ul{
    width: 97%;
    margin: 0 auto;
}
.swiper-slide6 ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.swiper-slide6 ul li p{
    font-size: .6em;
}
.swiper-slide6 ul li i{
    width: 3.64em;
    height: 3.64em;
    display: block;
    background: url(../images/pic6_icon.png) no-repeat center;
    margin: 20px auto 10px;
    background-position: 0 0;
    background-size: 22em;
}
.swiper-slide6 ul li:nth-child(2) i{
    background-position: -3.66em 0;
}
.swiper-slide6 ul li:nth-child(3) i{
    background-position: -7.32em 0;
}
.swiper-slide6 ul li:nth-child(4) i{
    background-position: -11em 0;
}
.swiper-slide6 ul li:nth-child(5) i{
    background-position: -14.7em 0;
}
.swiper-slide6 ul li:nth-child(6) i{
    background-position: -18.35em 0;
}
.swiper-slide6 ul li:nth-child(7) i{
    background-position: 0 -3.66em;
}
.swiper-slide6 ul li:nth-child(8) i{
    background-position: -3.66em -3.66em;
}
.swiper-slide6 ul li:nth-child(9) i{
    background-position: -7.32em -3.66em;
}
.swiper-slide6 ul li:nth-child(10) i{
    background-position: -11em -3.66em;
}
.swiper-slide6 ul li:nth-child(11) i{
    background-position: -14.7em -3.66em;
}
.swiper-slide6 ul li:nth-child(12) i{
    background-position: -18.35em -3.66em;
}
/*===========slide-7============*/
.swiper-slide7 ul{
    width: 96%;
    margin: 0 auto;
    height: 80%;
}
.swiper-slide7 ul li{
    float: left;
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    padding: 2%;
}
.swiper-slide7 ul li>div{
    border-radius: 10px;
    height: 98%;
    color: #fff;
    text-align: left;
    font-size: .6em;
    line-height: 2;
    box-sizing: border-box;
    padding: 1em 0 0 1em;
}
.swiper-slide7 ul li:nth-child(1)>div{
    background: #f96576;
}
.swiper-slide7 ul li:nth-child(2)>div{
    background: #56bc5d;
}
.swiper-slide7 ul li:nth-child(3)>div{
    background: #ff9f22;
}
.swiper-slide7 ul li:nth-child(4)>div{
    background: #555555;
}
/*===========slide-8============*/
.swiper-slide8{
    background: -moz-linear-gradient(top,#040926 0%, #141831 20%,#303346 40%,#585b66  100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#040926),color-stop(20%, #141831),color-stop(40%, #303346) ,color-stop(100%,#585b66));
    background: -webkit-linear-gradient(top,#040926 0%,  #141831 20%,#303346 40%,#585b66  100%);
    background: -o-linear-gradient(top,#040926 0%,  #141831 20%,#303346 40%,#585b66  100%);
    background: -ms-linear-gradient(top,#040926 0%,  #141831 20%,#303346 40%,#585b66  100%);
    background`: linear-gradient(to top,#040926 0%,  #141831 20%,#303346 40%,#585b66   100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040926', endColorstr='#585b66',GradientType=0 );
}
.swiper-slide8>h2{
    margin: 1em auto !important;
}
.swiper-slide8 ul{
    width: 96%;
    margin: 0 auto;
    height: 90%;
}
.swiper-slide8 ul li{
    float: left;
    width: 50%;
    height:10em;
    box-sizing: border-box;
    padding: 2%;
}
.swiper-slide8 ul li i{
    background: url(../images/ecjia8_icon.png)no-repeat center;
    background-position: 0 0;
    display: block;
    width: 10.6em;
    height: 12em;
    background-size: 42em;
    margin: 0 auto;
}
.swiper-slide8 ul li:nth-child(2) i{
    background-position: -10.5em 0;
}
.swiper-slide8 ul li:nth-child(3) i{
    background-position: -21em 0;
}
.swiper-slide8 ul li:nth-child(4) i{
    background-position: -31.5em;
}
.swiper-slide8 ul li>div{
    height: 90%;
    color: #fff;
    text-align: center;
    font-size: .6em;
    line-height: 2;
    box-sizing: border-box;
}
/*===========slide-9============*/
.swiper-slide9>h2{
    font-size: 1.4em !important
}
.swiper-slide9>h2 span{
    color: #ff3232;
}
.swiper-slide9>p{
    color: #888;
    font-size: .8em !important;
}
.swiper-slide9>p span{
    color: #43a24c;
}
.swiper-slide9 div.clearfix{
    width: 80%;
    margin: 0 auto;
}
.swiper-slide9 div.clearfix>div{
    width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding: .4em;
}
.swiper-slide9 div.clearfix>div a{
    color: #fff;
    background: #43a24c;
    width: 90%;
    height: 2.8em;
    line-height: 2.8em;
    font-size: .6em;
    display: block;
    margin: 1em auto;
    border-radius: 6px;
}
.swiper-slide9 div.clearfix>div a.black{
    background: #333 !important;
}
.swiper-slide9 div.img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*===========mob footer============*/

 .ecjia-footer{background: #222;}
 .ecjia-footer div.ewm{width: 50%; margin: 1em auto 0;}
 .ecjia-footer div.btn2{
  margin: 0 auto;
  width: 84%;
  text-align: center;
}
 .ecjia-footer div.btn2 a{
  background: #44bcf8;
  color: #fff;
  display: inline-block;
  width: 6em;
  height: 2.2em;
  border-radius: 8px;
  text-align: center;
  line-height: 2.2em;
  margin: 1em 1em 0 0;
}
 .ecjia-footer div.btn2 a:nth-child(2){
  background: #45d05c;
  margin-right: 0;
}
 div.btn{
  width: 80%;margin: 2em auto;
}
 div.btn a{
  display: block;
  background: #3cbbfb;
  width: 11em;
  height: 3em;
  text-align: center;
  line-height: 3;
  color: #fff;
  border-radius: 10px;
  margin: 1em auto 0;
  font-size: .8em;
}
 .mob_b2c div.btn a:nth-child(2){background: #eb4f51;}
 .mob_ecjia_copyright .mob {text-align: center;color: #fff; font-size: .8em; padding-top:1em;}
 .mob_ecjia_copyright .mob .img {padding-bottom: 1em;}
 .mob_ecjia_copyright .mob .img img{width: 40%;margin: 0 auto; padding-top:.5em;}
 .mob_ecjia_copyright .mob span img{width: 4%; margin-right: .4em;display: inline-block;vertical-align: middle;}
 .mob_ecjia_copyright{width: 100%;background-color: #222;color: #fff;text-align: center;}
 .mob_ecjia_copyright .row{overflow: hidden;background: #111;padding: 1em 0;font-size: .5em;width: 100%; position: absolute;bottom: 0;}
}
/*=====手机端兼容处理======*/
@media (min-width: 414px) and (max-width:640px) {
    body{font-size: 24px;}
}
@media (max-width: 321px) {
    body{font-size: 18px;}
}
/*===========ECJiaTV 手机H5动画 end============*/
