﻿
@-webkit-keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0)
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none
            }
        }

@keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-100%,0);
                -ms-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0)
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }
@-webkit-keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none
            }
        }
@keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                -ms-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }

*{
	padding:0;
	margin:0;
}
.hivesOpenPlatformWrap {
	width:100%;
	height:100vh;
}
.swiper-container,.swiper-wrapper,.swiper-slide{
	width:100%;
	height:100%;
}
html{
	font: 12px/1.5 "Microsoft YaHei","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
}
img{
	vertical-align: middle; 
}
a{
	text-decoration:none;
}
.swiper-slide{background-position: center;background-size: cover; position:relative; }
.slide1{background-image:url(../../static/img/open1.jpg);}
.slide2{background-image:url(../../static/img/open2.jpg);}
.slide3{background-image:url(../../static/img/open3.jpg);}
.slide4{background-image:url();}
.slide5{background-image:url(../../static/img/open5.jpg);}
.slide6{background-image:url(../../static/img/open6.jpg);}
.pagination{
	position: fixed;
    z-index: 100;
    margin-top: -81.5px;
    top: 50%;
	right:17px;
}
.swiper-pagination-switch{
	width:11px;
	height:11px;
	border:1px solid #c19e9e;
	border-radius:50%;
	display:block;
	margin:7px 7px 13px;
	cursor:pointer;
}
.swiper-active-switch{
	background:#c19e9e;
}
.logo{
	/* position: absolute;
    left: 60px;
    top: 60px; */
}
.fs16{font-size:16px;}
.fs20{font-size:20px;}
.fs24{font-size:24px;}
.fs36{font-size: 36px}
.fs40{font-size:40px;}
.fs45{font-size:45px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.mt30{margin-top:30px;}
.mb20 {margin-bottom: 20px;}
.mt20 {margin-top: 20px;}
.mt15{margin-top:15px;}
.mt40{margin-top:40px;}
.mr35{margin-right:35px;}
.ml10 {margin-left: 10px;}
.pdl10{padding-left: 10px;}
.line {width: 40px;height: 1px;background: #fff;}
.dividing-line {display: inline-block;vertical-align: middle;border-left: 1px solid #fff;height: 15px;margin: 0 8px;}
.white{color:#fff;}
.btn{
	display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: #f8ac00;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 18px;
	transition: all 1s;   
    -webkit-transition: all 1s;  
}
.btn:hover{
	 background: #ffc555;
}
.slide1 p{
	color: #504f4d;;
}
.ani{
	opacity:0;
}
.ani-slide .ani1-1{
	opacity:1;
	-webkit-animation: fadeInDown 0.5s both;
    animation: fadeInDown 0.5s both;
}
.ani-slide .ani1-2{
	opacity:1;
    -webkit-animation: fadeInDown 1s 0.5s both;
    animation: fadeInDown 1s 0.5s both;
}
.ani-slide .ani1-3{
	opacity:1;
    -webkit-animation: fadeInDown 1s 1s both;
    animation: fadeInDown 1s 1s both;
}
.ani-slide .ani2-1,.ani-slide .ani3-1,.ani-slide .ani4-1,.ani-slide .ani5-1{
    opacity: 1;
    -webkit-animation: fadeInUp 1s both;
    animation: fadeInUp 1s both;
}
.ani-slide .ani2-2,.ani-slide .ani3-2,.ani-slide .ani4-2,.ani-slide .ani5-2{
    opacity: 1;
    -webkit-animation: fadeInUp 1s 0.5s both;
    animation: fadeInUp 1s 0.5s both;
}
.ani-slide .ani5-1-2{
	opacity: 1;
	-webkit-animation: fadeInUp 1s 0.3s both;
    animation: fadeInUp 1s 0.3s both;
}
.ani-slide .ani6-1 {
    opacity: 1;
    -webkit-animation: fadeInDown 0.5s both;
    animation: fadeInDown 0.5s both;
}
.ani-slide .ani6-2 {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 0.5s both;
    animation: fadeInDown 1s 0.5s both;
}
.ani-slide .ani6-3 {
    opacity: 1;
    -webkit-animation: fadeInDown 1s 1s both;
    animation: fadeInDown 1s 1s both;
}
.firstText{position: absolute;left: 50%; top:200px; z-index:10; width: 1180px; margin-left: -590px; }
.firstText .text2{margin: 28px 0; width: 505px; color: rgb(202,133,106);}
.secondText{position: absolute; left: 50%; top:120px; z-index:10;  width: 1180px; margin-left: -590px; }
.secondText .text2{margin: 20px 0;  color: rgb(202,133,106);}
.contentIcon{height: 110px; width: 110px; margin:0 auto; border:2px solid #d49c86; color:#f7be69; border-radius:55px; text-align: center; line-height: 110px;}
.contentIcon .icon{font-size: 3.6em;}
.textItem{ width: 252px; height: 200px; float: left; margin-top: 46px;}
.textItem .title{ font-size: 1.5em; color: #333; text-align: center; line-height: 45px;}
.textItem .introduce{font-size: 1.2em; color:#666; text-align: center; line-height: 25px;}
.mgr300{margin-right: 198px;}
.thirdTextBG{width: 100%; height: 100%; background-color: rgba(255,255,255,.4);}
.thirdText{position: absolute; left: 50%; top:150px; z-index:10; width: 1180px; margin-left: -590px; }
.thirdText .content{width: 1100px;}
.thirdText .content .item{box-shadow: 0 1px 2px rgba(0,0,0,.2); text-align:center; line-height:133px; width: 234px; height: 133px; background-color: #fff; float: left; margin-top: 30px; border-radius: 3px;}
.mgr38{margin-right: 38px;}
.mgr50{margin-right: 50px;}
.mgl38{margin-left: 38px;}
.mgl108{margin-left: 108px;}
.mgr50{margin-right: 50px;}
.thirdText .content .item img{ width: 168px;}
.selectBg{width: 310px;  padding: 10px; border-radius: 3px;}
.fourthText{position: absolute; left: 50%; top:150px; z-index:10; width: 1180px; margin-left: -590px; text-align:center;}
.fourthText .content{width: 1180px; text-align: center; padding-left: 76px;}
.fourthText .content .item{width: 490px; height: 168px; padding:10px;  margin-top:65px; float: left; background-color: #fff; border-radius:5px; border: 1px solid #ccc;; box-shadow: 1px 5px 8px #ccc; padding-top: 20px;}
.fourthText .content .item .text{width: 466px;}
.fourthText .content .item .text .head{ font-size: 1.3em; margin-bottom: 10px; text-align: left; color: #cc8b29;}
.fourthText .content .item .text .wrap{ text-align: left; color: #666;  margin-top: 15px; font-size: 1.1em;}
.hiveHead{height: 66px; width: 100%; background-color:#f90; z-index:18; position: fixed; top:0;}
.headText{width: 1180px; margin: 0 auto; }
.headText a{float: left;}
.headText .content{font-size: 2.3em; float: left; line-height: 70px; display: block; margin-left: 16px; color: #fff;}

.right{float: right;}
.headText .item{color: #fff;  line-height: 70px; font-size: 1.5em; cursor: pointer;}
.addButton{padding: 9px 18px; background-color:#ea2929; color: #fff; border-radius: 5px; font-size: 1.2em;margin-top: 16px; cursor: pointer;}
.addButton a{color: #fff;}

.developerDataPusher{margin-top: 80px;}
#developerDataPusherLogo{height: 65px;}
.forLeaseForm .containerCell.develperDataBody { text-align: left; border: 5px solid #ccc; border-radius:10px; vertical-align: top;}
.develperDataBody .title{line-height: 80px;}
.photoInfo div{line-height: 30px; font-size: 1.2em}
.download{font-size: 1.5em !important;}
.floatLeft{float: left;}
#propertyTypeContent{width: 898px;}
.inputHead{ width: 150px; overflow: hidden; display: block; float: left; text-align: right; font-size: 1.2em; line-height: 35px;}
.businessDropHolder{min-height: 133px !important;}
.downloadTemplate{font-size: 1.2em; padding-left: 15px;}
.forLeaseForm .containerTable {width: 1130px;}
#sendDeveloperDateButton{color: #fff; background-color: red; font-weight: normal;}
#downloadTemplate{font-size: 1.2em; padding-left: 10px;}
.headText a{color: #fff;}
#hives{ width: 1182px; top: 40px; left: 0px; position: absolute;}
#honey{ position: absolute; top: 80px;  width: 139px; right: 545px; z-index: 116; animation:flight 30s infinite; }

@keyframes fly
{
0%   {left:0px; top:80px;transform:rotate(360deg);}
25%  {left:400px; top:80px;transform:rotate(360deg);}
50%  {left:400px; top:180px; transform: rotate(180deg); }
75%  {left:200px; top:130px;transform: rotate(230deg);}
100% {left:0px; top:80px;transform:rotate(360deg);}
}

@keyframes flight {
	100% {
		-webkit-transform: translate(40px, 60px) rotate(-4deg);
		-moz-transform: translate(40px, 60px) rotate(-4deg);
		-ms-transform: translate(40px, 60px) rotate(-4deg);
		-o-transform: translate(40px, 60px) rotate(-4deg);
		transform: translate(40px, 60px)rotate(-4deg)
	}
	66% {
		-webkit-transform: translate(-30px, -50px) rotate(5deg);
		-moz-transform: translate(-30px, -50px) rotate(5deg);
		-ms-transform: translate(-30px, -50px) rotate(5deg);
		-o-transform: translate(-30px, -50px) rotate(5deg);
		transform: translate(-30px, -50px) rotate(5deg)
	}
	36% {
		-webkit-transform: translate(50px, 40px) rotate(-6deg);
		-moz-transform: translate(50px, 40px) rotate(-6deg);
		-ms-transform: translate(50px, 40px) rotate(-6deg);
		-o-transform: translate(50px, 40px) rotate(-6deg);
		transform: translate(50px, 40px) rotate(-6deg)
	}
	0% {
		-webkit-transform: translate(-40px, -30px) rotate(5deg);
		-moz-transform: translate(-40px, -30px) rotate(5deg);
		-ms-transform: translate(-40px, -30px) rotate(5deg);
		-o-transform: translate(-40px, -30px) rotate(5deg);
		transform: translate(-40px, -30px) rotate(5deg)
	}
}

#earth{width: 518px; transform: rotate(0deg);  
            -ms-transform:rotate(0deg);     /* IE 9 */
            -moz-transform:rotate(0deg);     /* Firefox */
            -webkit-transform:rotate(0deg); /* Safari æ½è¥ Chrome */
            -o-transform:rotate(0deg); 
            animation: rotate 120s linear infinite;
            -webkit-animation:rotate 120s linear infinite;
            -moz-animation:rotate 120s linear infinite;
            -o-animation:rotate 120s linear infinite;}
#hiveslogo{height: 65px;}

@keyframes rotate{
            0%{
                transform:rotate(0deg);
                -ms-transform:rotate(0deg);     /* IE 9 */
                -moz-transform:rotate(0deg);     /* Firefox */
                -webkit-transform:rotate(0deg); /* Safari æ½è¥ Chrome */
                -o-transform:rotate(0deg); 
            }
            100%{
                transform:rotate(360deg);
                -ms-transform:rotate(360deg);     /* IE 9 */
                -moz-transform:rotate(360deg);     /* Firefox */
                -webkit-transform:rotate(360deg); /* Safari æ½è¥ Chrome */
                -o-transform:rotate(360deg); 
            }
}


/* çµç¡ç½éå³°ç´¡çµç¡ç½å¦ï¿½ */
.test{
    width: 171px;
    padding: 26px 20px;
    margin-left: 100px;
    background: #fff;
    -webkit-border-top-left-radius: 220px 120px;
    -webkit-border-top-right-radius: 220px 120px;
    -webkit-border-bottom-right-radius: 220px 120px;
    -webkit-border-bottom-left-radius: 220px 120px;
    -moz-border-radius: 220px / 120px;
    border-radius: 220px / 120px;
    position: absolute;
}
.test span{width:0; height:0; font-size:0; background:#fff; overflow:hidden; position:absolute;}
.test span.bot{
    width:22px;
    height:22px;
    -moz-border-radius:22px;
    -webkit-border-radius:22px;
    border-radius:22px;
    left:10px;
    bottom:-20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.test span.top{
    width:15px;
    height:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    left:0px;
    bottom:-40px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.test span.spanRightBot{ width:22px;height:22px;-moz-border-radius:22px; -webkit-border-radius:22px; border-radius:22px;  bottom:-20px; right: 10px;}
.test span.spanRightTop{ width:15px; height:15px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; right: 0px;   bottom:-40px;}

#conversationLeft{top: 110px; left: -80px; box-shadow: 0 1px 2px rgba(0,0,0,.2);}
#conversationMiddle{ top: -30px; left: -50px; box-shadow: 0 1px 2px rgba(0,0,0,.2);}
#conversationRight{ top:-55px; left: -260px; box-shadow: 0 1px 2px rgba(0,0,0,.2);}

#hivesLeft{position: absolute; width: 178px; height: 325px; top: 200px; left: 0px;}
#hivesMiddle{position: absolute; width: 118px; height: 320px; top: 250px; left: 180px;}
#hivesRight{position: absolute; width: 118px; height: 310px; top: 320px; left: 400px;}
.displayNone{display: none;}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 15px 80px;
    font-size: 1.2em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
    color: #fff;
}
.button:active {
    position: relative;
    top: 1px;
}

.phoneNumber{ background-color: rgba(0,255,255,.8); height: 65px; padding-top:25px;}

.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

#btn2Bg{position:absolute;  height:100%; width:100%;  text-align:center;  z-index:10; background-color: rgba(242, 243, 247,.3); overflow: hidden;}
.btn2Wrap{position:absolute; overflow: hidden; margin-top: 575px;  padding: 20px; left: 50%; width: 806px; margin-left:-403px; background-color:rgba(242, 243, 247,.3); border-radius:5px; box-shadow: 0 1px 2px #ccc; }
#phoneNumberByBtn2{ margin:0 auto;  margin-top: 35px; font-size: 1.2em; background-color: rgba(242, 243, 247,.9); width: 299px; padding: 10px; border-radius: 3px;}

.banner ul{height:40px; width:380px; overflow:hidden; margin-top: -89px; margin-left: 305px; }
.banner ul li{float: left; font-size: 40px;list-style: none; line-height: 40px; color:#ff9900;}
.firstBee img{ width: 113px; margin-left: -109px; margin-top: -11px;}
.secondtBee img{width: 133px; position: absolute; left: 43px; top: 517px;}

.selectCooperativeWrap{overflow: hidden;}
.selectCooperativeContentButton{padding: 7px 13px; background-color: #ccc; font-size:16px;  color: #2d2525; border-radius: 5px 5px 0 0; display: block; float: left; margin-right: 5px; cursor: pointer; }
.selectCooperativeContentButton.active{background-color: #f90; color: #fff;}
.selectCooperativeContentWrap{padding: 10px; padding-top:25px; border: 1px solid #f90; box-shadow: 0 2px 2px #ccc; min-height: 108px; border-radius:0 0 5px 5px;  margin-bottom: 10px}
#developer{height: 228px;}
.franchiseForm span{color: #000;}
.franchiseForm .fieldset legend{font-weight:900;font-size:1.6em;line-height:2em; color: #000;}
#propertyTypeContentByDeveloper{width: 800px; margin-bottom: 11px;}

/* å³äºèçª start */
.abouthive{ width: 100%; }
.abouthive .abouthiveHeadNav{width: 1080px; height: 138px; overflow: hidden; border-bottom: 1px solid #ccc;margin: 0 auto;}
.abouthive .logowrap{float: left; width: 280px; line-height: 138px; cursor: pointer;}
.abouthive .linkButton{float: left; overflow: hidden;line-height: 138px;}
.abouthive .linkButton ul li{float: left; list-style: none; font-size: 1.2em; margin-left: 20px;}
.abouthive .linkButtonItem a{color: #fe9b00; cursor: pointer;}
.abouthive .content{width: 1080px; margin: 0 auto; padding-top: 20px;  border-bottom: 1px solid #ccc; padding-bottom: 20px;}
.abouthive .content .aboutusHeadEn{text-align: center; overflow: hidden; font-size: 36px; line-height:36px; font-weight: bold;}
.abouthive .content .aboutusHeadCn{text-align: center; overflow: hidden; font-size: 20px; line-height:36px; font-weight: bold;}
.abouthive .content .cutOffRule{width: 36px; height: 3px; background: #fe9b00; margin: 6px auto;}
.abouthive .content .contentBody{margin-top: 20px; padding-left: 20px;}
.abouthive .aboutus{ background-color:#f4f4f4; background-image: url(../../static/img/aboutHivesplace/3_07.jpg); background-repeat :no-repeat; background-position: right bottom; }
.abouthive .content .contentBody .contentBodyTitle{font-size: 22px; font-weight: bold;}
.abouthive .content .contentBody .contentBodyText{width: 676px; line-height:32px; font-size: 16px; margin-top: 20px;}
.abouthive .content .contentBody .contentBodyText .head{color: #fe9b00;}
.abouthive .synopsisBg{width: 100%; }
.abouthive .culture{background-color:#f4f4f4;}
.abouthive .content .cultureimg{margin: 0 auto; display: block;}
.abouthive .timeline{background-image: url(../../static/img/aboutHivesplace/timeline.jpg); position:relative; background-size:cover; background-repeat :no-repeat; height: 1216px;}
.abouthive .contentBodyItem{position: absolute;}
.abouthive .productService{background-color:#f4f4f4; overflow: hidden;}
.abouthive .productService .contentBody{margin-left: 18px;}
.abouthive .productService .contentBodyItemWrap{width: 282px; float: left; margin-right: 80px; margin-top: 30px;}
.abouthive .productService .contentBodyItemWrapTop{font-size: 16px; font-weight: bold; border-bottom: 5px solid;padding-bottom: 10px; margin-bottom: 10px;}
.abouthive .contentBodyItemWrap.theLast{margin-right: 0;}
.abouthive .partners{background-color:#f4f4f4;}
.abouthive .partners .contentBody img{margin: 0 auto; display: block;}
.abouthive .contact{background-color:#f4f4f4; overflow: hidden;}
.abouthive .contact .contentBody .contactItemRight{float: right; margin-right: 30px;}
.abouthive .contact .contentBody .contactItem{float: left; margin-top: 80px; font-size: 20px; margin-right: 30px;}
.abouthive .contact .contentBody i{color: #f90;}
.abouthive .contact .contentBody .ui i{color: #fff;}
.abouthive .contact .contactItemRightText{text-align: center;}
/* å³äºèçª end */




