
.jjhy-banner {
    height: 600px;
    background: url(../img/jjhy/banner.png) no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.jjhy-banner .jjhy-banner-fl img {
    width: 500PX;
    margin-top: 190px;
    margin-bottom: 45px;
}
.jjhy-banner .jjhy-banner-fl a {
    display: block;
    width:160px;
    height:50px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    text-align: center;
    line-height: 50px;
    color: #FF5B29;
    font-size: 18px;
}
.jjhy-banner .jjhy-banner-fl a:hover {
    background: #FF5B29;
    color: #fff;
}
.jjhy-banner .jjhy-banner-fr {
    margin-top: 165px;
    width:350px;
    height:465px;
    background: url(../img/banner-video-house.png) no-repeat 50% 50%;
    background-size: cover;
}
.jjhy-banner .jjhy-banner-fr video {
    margin-left: 20px;
    margin-top: 13px;
    border-radius: 18px 18px 0 0;
}
/* 数字 */
.container.household-num {
	height: 493px;
	background: url(../img/household-num-bg.png?size=1200x490) no-repeat 50% 50%;
	background-size: cover;
	margin-top: 70px;
	border-radius: 20px;
	position: relative;
}
.household-num-tip {
	height: 50px;
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	text-align: center;
    padding-top: 92px;
    padding-bottom: 40px;
}
.household-num-list {
	height: 168px;
	font-size: 120px;
	font-weight: 600;
	color: #fff;
	line-height: 168px;
	margin: 0 auto;
	text-align: center;
}
.household-num-list span,
.household-num-list p {
	height: 168px;
	font-size: 120px;
	font-weight: 600;
	color: #fff;
	line-height: 168px;
	display: inline-block;
}
.household-num-list>div {
	display: inline-block;
}
.household-num-name {
	height: 84px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
.household-num-p {
	position: absolute;
	bottom: 70px;
	text-align: center;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}
.house-num-p {
	position: absolute;
	bottom: 50px;
	text-align: center;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}
.house-num-name {
	height: 88px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	bottom: 70px;
}
.household-num-name .animation .text {
	display: block;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.house-num-name .house-animation .text {
	color: #fff;
	font-size: 20px;
	height: 28px;
    text-align: center;
    line-height: 28px;
	display: block;
}

.market-point {
    background: #F0F2F5;
    height: 580px;
    padding-top: 70px;
    margin-top: 70px;
}
.market-point .tit {
    width: 486px;
    height: 76px;
    text-align: center;
    margin: 0 auto;
}
.market-point .tit img {
    width: 100%;
}
.market-point .point-item {
    width:228px;
    height:373px;
    text-align: center;
    margin: 50px 33px 70px 33px;
    transition: all 1s;
}
.market-point .point-item:hover {
    transform: scale(1.1);
}
.market-point .point-item img {
    width:228px;
    height:228px;
}
.market-point .item-words {
    width: 100%;
    height: 154px;
    background: #FF522C url(../img/jjhy/item_bg.png) no-repeat right bottom;
    color: #fff;
    margin-top: -6px;
}
.market-point .item-words.bg {
    background: #64626E url(../img/jjhy/item_bg.png) no-repeat right bottom;
}
.market-point p {
    font-size: 30px;
    padding: 10px 0 6px 0;
}
.market-point span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-left: 40px;
    text-align: left;
}
.jjhy-solve-container .tit {
    width: 784px;
}
.solve-inner {
    position: relative;
    padding-top: 60px;
}
.tit {
    margin: 70px auto 50px auto;
}
.tit img {
    width: 100%;
}
.position-rel {
    position: relative;
}
.jjhy-solve-container .sec-title {
    width: 497px;
    left: 0px;
    position:absolute;
    opacity: 0.1;
}
.jjhy-solve-container .sec-title.tit-cur {
    animation: left-to-center 2s forwards;

}
.jjhy-solve-container .sec-title img{
    width: 100%;
}
.jjhy-solve-container .item {
    width: 406px;
    height: 128px;
    background: url(../img/jjhy/solve_04.png) no-repeat;
    background-size: cover;
}
.jjhy-solve-container .item.online {
    width: 406px;
    height: 128px;
    background: url(../img/jjhy/solve_03.png) no-repeat;
    background-size: cover;
}
.jjhy-solve-container .item p {
    padding-top: 75px;
    padding-left: 65px;
    font-size: 14px;
    color: #595757;
}
.sove-item-3 {
    margin-left: 73px;
    margin-right: 45px;
}
.solve_bg {
    position: absolute;
    bottom: -63px;
    right: 0;
    z-index: -1;
}
.container-form {
    height: 460px;
    background: #ff6600 url(../img/jjhy/container-form.png) no-repeat;
    background-size:cover;
    text-align: center;
    margin-top: 65px;
}
.container-form .form-item {
    width:400px;
    height:42px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    margin: 0 auto 20px auto;
    overflow: hidden;
}
.container-form .form-item:nth-child(3) {
    margin-bottom: 30px;
}
.container-form .form-item span {
    display: inline-block;
    width:42px;
    height:42px;
    border-right: 1px solid #F0F2F5;
    float: left;
}
.container-form .form-item span img {
    margin: 10px auto;
}
.container-form .form-item .form-input {
    padding-left: 10px;
    width: 345px;
    font-size: 14px;
    color: #BFBFBF;
    height: 42px;
}
.container-form .join-us {
    display: block;
    width:400px;
    height:42px;
    background:rgba(255,91,41,1);
    border-radius:2px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin: 10px auto 22px auto;
}
.container-form .join-us:hover {
    background:#fff;
    color: rgba(255,91,41,1);
}
.container-form p {
    text-align: center;
    font-size: 14px;
    color: #ffff;
    background: url(../img/jjhy/join_num.png) no-repeat 20px center;
    width: 370px;
    margin: 0 auto;
}
h3.title {
    text-align: center;
    font-size: 36px;
    color: #030303;
    padding: 70px 0 50px 0;
    line-height: 50px;
}
h3.title.white {
    color: #fff;
}
.choose-mz-container {
    text-align: center;
}
.choose-mz-container .tit {
    width: 486px;
}
.choose-mz-container .mz-item {
    position: relative;
    padding-top: 50px;
}
.choose-mz-first {
    width: 415px;
    height: 180px;
    position: absolute;
    right: 0px;
}
.choose-mz-first.first-cur {
    animation: right-to-left 2s forwards;
}
.choose-mz-two.two-cur {
    animation: left-to-right 2s forwards;
}
.choose-mz-three.three-cur {
    animation: right-to-left 2s forwards;
}
.choose-mz-two {
    width: 415px;
    height: 180px;
    position: absolute;
    left: 0px;
    top: 65px;
}
.choose-mz-three {
    width: 415px;
    height: 180px;
    position: absolute;
    right: 0px;
}
.container-data .tit {
    width: 494px;
}
.container-data .data-item {
    width: 357px;
    padding: 97px 0 0 243px;
    overflow: hidden;
    margin-bottom: 50px;
}
.container-data .data-item .name {
    color: #030303;
    font-size: 16px;
    margin-bottom: 28px;
}
.container-data .data-item .item {
    color: #8F8E94;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 34px;
}
.container-data .data-item .item span {
    color: #FF5B29;
    font-size: 24px;
    margin-right: 4px;
}
.container-data .data-item .item.order:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/jjhy/order.png) no-repeat;
    top: 6px;
    left: 0;
}
.container-data .data-item .item.pv:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/jjhy/pv.png) no-repeat;
    top: 6px;
    left: 0;
}
.container-data .data-item .item.sales:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/jjhy/sales.png) no-repeat;
    top: 6px;
    left: 0;
}
.container-data .data-item-1 {
    background: url(../img/jjhy/data-item-1.png) no-repeat;
}
.container-data .data-item-2 {
    background: url(../img/jjhy/data-item-2.png) no-repeat;
}
.container-data .data-item-3 {
    background: url(../img/jjhy/data-item-3.png) no-repeat;
}
.container-data .data-item-4 {
    background: url(../img/jjhy/data-item-4.png) no-repeat;
}
.container-data .data-item-5 {
    background: url(../img/jjhy/data-item-5.png) no-repeat;
}
.container-data .data-item-5 .name,
.container-data .data-item-7 .name {
    padding-bottom: 66px;
    margin-bottom: 0;
}
.container-data .data-item-6 {
    padding-top: 77px;
    background: url(../img/jjhy/data-item-6.png) no-repeat;
}
.container-data .data-item-6 i {
    font-size: 14px;
    color: #FF5B29;
}
.container-data .data-item-6 .item span {
    margin-right: 0;
}
.container-data .data-item-7 {
    padding-top: 107px;
    background: url(../img/jjhy/data-item-7.png) no-repeat;
    margin-bottom: 70px;
}
.container-data .data-item-8 {
    background: url(../img/jjhy/data-item-8.png) no-repeat;
}
.container-user {
    background: #F0F2F5;
    padding-bottom: 70px;
    text-align: center;
}
.container-honor .honor-item {
    padding: 20px;
    margin-bottom: 40px;
    margin-right: 16px;
    position: relative;
}
.container-honor .honor-item-1 {
    width: 384px;
    height: 166px;
    background: url(../img/jjhy/honor-item-1.png) no-repeat;
    padding-left: 185px;
    padding-top: 70px;
}
.container-honor .honor-item-2 {
    width: 117px;
    height: 166px;
    background: url(../img/jjhy/honor-item-2.png) no-repeat;
    padding-left: 144px;
    padding-top: 72px
}
.container-honor .honor-item-3 {
    width: 116px;
    height: 166px;
    background: url(../img/jjhy/honor-item-3.png) no-repeat;
    padding-left: 144px;
    padding-top: 72px;
    margin-right:0
}
.container-honor .honor-item p {
    color: #fff;
    font-size: 16px
}
.container-honor .honor-item p span {
    color: #FF5B29;
    font-size: 14px;

}
.container-honor .honor-item p:nth-child(2) {
    color: #FF5B29;
    font-size: 14px;
    position: absolute;
    bottom: 46px;
    right: 20px;
    width: 120px;
    text-align: right;
}
.container-honor .honor-item-4 {
    width: 93px;
    height: 180px;
    background: url(../img/jjhy/honor-item-4.png) no-repeat;
    padding-left: 144px;
    padding-top: 72px
}
.container-honor .honor-item-5 {
    width: 93px;
    height: 180px;
    background: url(../img/jjhy/honor-item-15.png) no-repeat;
    padding-left: 144px;
    padding-top: 72px
}
.container-honor .honor-item-6 {
    width: 93px;
    height: 180px;
    background: url(../img/jjhy/honor-item-6.png) no-repeat;
    padding-left: 144px;
    padding-top: 72px
}
.container-honor .honor-item-7 {
    width: 93px;
    height: 180px;
    background: url(../img/jjhy/honor-item-17.png) no-repeat;
    padding-left: 144px;
    padding-top: 72px;
    margin-right: 0;
    margin-bottom: 70px;
}
.container-honor .honor-item.white {
    padding-top: 58px;
    padding-left: 175px;
}
.container-honor .honor-item.white p:nth-child(2) {
    color: #fff;
    bottom: 50px;
}
.alert-msg {
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background: rgba(51, 38, 38, 0.8);
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -30px;
}

@-webkit-keyframes left-to-center { 
    0% { 
     left:0px;
     opacity: 0.1;
    } 
    100% { 
        left: 400px;
        opacity: 1;
    } 
} 

@keyframes left-to-center { 
    0% {
        left:0px;
        opacity: 0.1;
       }
       100% { 
           left: 400px;
           opacity: 1;
       }
}
@-webkit-keyframes right-to-left { 
    0% { 
     right:0px;
     opacity: 0.1;
    } 
    100% { 
        right: 40px;
        opacity: 1;
    } 
} 

@keyframes right-to-left { 
    0% { 
     right:0px;
     opacity: 0.1;
    } 
    100% { 
        right: 40px;
        opacity: 1;
    } 
} 
@-webkit-keyframes left-to-right { 
    0% { 
     left:0px;
     opacity: 0.1;
    } 
    100% { 
        left: 40px;
        opacity: 1;
    } 
} 

@keyframes left-to-right { 
    0% { 
     left:0px;
     opacity: 0.1;
    } 
    100% { 
        left: 40px;
        opacity: 1;
    } 
}
