.bx-wrapper{max-width:100%!important;}



.banner {
	width: 100%;
	height: 400px;
	
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.imgbox {
	width: 100%;
	height: 400px;
	position: relative;
	
	overflow: hidden;
}
.img {
	position: absolute;
	display: none;
	/* left: 50%; */
	
	width:100%;
	height:100%;
}
.im {
	display: block;
}
.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.change:hover {
	opacity: 1;
}
.pre1 {
width:50px;
height:50px;
display:block;
	left: 1%;
	background:url("../images/翻页按钮01/左翻按钮-默认状态01.png")no-repeat;
}
.next1 {
width:50px;
height:50px;
display:block;
	right: 1%;
	background:url("../images/翻页按钮01/右翻按钮-默认状态01.png")no-repeat;
}
.cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -44px;
	cursor: pointer;
}
.cir {
	width: 12px;
	height: 12px;
	background-color: white;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.cir:hover {
	background-color: cyan;
	transition: 0.8s;
}
.cr {
	opacity: 1;
}
.cr:hover {
	background-color: white;
}


/*公共样式*/
ul ,ol,li{
    list-style: none;
}
a{
   color: #333333;
    text-decoration: none;

}



*{
    padding:0;
    margin: 0;
	font-family:"Microsoft YaHei";
}

.warp{
    width: 100%;
}

.w{
    width: 1120px;
    margin: 0 auto;
}

.fl{
    float: left;
}
.fr{
    float: right;
}




  .pointer{height:4px;position:absolute;bottom:0px;}
        .pointer li{width:42px;height:1px;background:#5a5a5a;float:left;margin:0 5px;cursor: pointer;}
        .pointer li.now{height:4px;background:#c8c8c8;}
        .cut{background:#bdbdbd;position:absolute;font-family:'宋体';color:#fff;text-align:center;cursor:pointer;opacity:0.2;}
        .J_banner{max-width:100%;position:relative;overflow:hidden;margin:0 auto 10px;height:400px;}
        .J_banner .img{width:100%;overflow:hidden;position:absolute;top:0;left:0;height:400px;}
        .J_banner .img li{float:left;position:relative;}
        .J_banner1 .pointer{width:100px;height:15px;position:absolute;bottom:16px;left:50%;}
        .J_banner1 .pointer li{width:15px;height:15px;background:#d0d0d0;border-radius:50%;margin:0 5px;float:left;}
        .J_banner1 .pointer li.now{background:#fff;}
        .J_banner .cut{width:34px;height:58px;left:20px;font-size:18px;line-height:58px;}
        .J_banner .cut.next{left:auto;right:20px;}
/*公共区域样式*/
.txt-col-size{
    color: #555555;
    font-size: 16px !important;
    letter-spacing: 1px;
}


/*1.头部css*/
.header .top{
    height: 80px;
}
header{
    display: none;
}
#cd-lateral-nav{
    display: none;
}

.hanbao{
    display: none;
    z-index: 999999999999999;
}
/*logo*/
.header .top img{
    width: 15%;
    height: 39px;
    margin-top: 20px;
}

/*导航条*/
.header .top .top-nav{

    height: 80px;

}
.header .top .top-nav ul li{
    float: left;
    text-align: center;
    height: 80px;
    position: relative;

}

.header .top .top-nav ul li a{
    font-weight: bold;
    font-size: 14px;
    line-height: 80px;
    height: 80px;
    text-align: center;
    display: block;
    padding-left: 13px;
    padding-right: 13px;


}
.header .top .top-nav ul li a:hover{
    background: red;
    color: #FFFFFF;
}



/*二级菜单*/
.header .top .top-nav ul li .nav-bottom{
    height: 50px;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 80px;
    left: 0;
    padding-left: 600px;
}

.header .top .top-nav ul li .nav-bottom ul li{
    float: left;
    height: 50px;
}

.header .top .top-nav ul li .nav-bottom ul li a{
    height: 50px;
    line-height: 50px;
    color: #cccccc;
    font-size: 14px;
    display: block;
    padding: 0 20px;
}
.header .top .top-nav ul li .nav-bottom ul li a:hover{
    color: #FFFFFF;
    background: none;
}
.header .top . .search{
    /*background: url("../images/");*/
}
.banner-inside-page img{
   width: 100%;
    height: 100%;
}
/*首页轮播图样式*/
#wrapper{
    width:100%;
    margin:50px auto;
    height:400px;
    position:relative;
    color:#fff;

}

#slider-wrap{
    width:600px;
    height:400px;
    position:relative;
    overflow:hidden;
}

#slider-wrap ul#slider{
    width:100%;
    height:100%;

    position:absolute;
    top:0;
    left:0;
}

#slider-wrap ul#slider li{
    float:left;
    position:relative;
    width:600px;
    height:400px;
}

#slider-wrap ul#slider li > div{
    position:absolute;
    top:20px;
    left:35px;
}

#slider-wrap ul#slider li > div h3{
    font-size:36px;
    text-transform:uppercase;
}

#slider-wrap ul#slider li > div span{
    font-family: Neucha, Arial, sans serif;
    font-size:21px;
}

#slider-wrap ul#slider li i{
    text-align:center;
    line-height:400px;
    display:block;
    width:100%;
    font-size:90px;
}


/*btns*/
.btns{
    position:absolute;
    width:50px;
    height:60px;
    top:50%;
    margin-top:-25px;
    line-height:57px;
    text-align:center;
    cursor:pointer;
    background:rgba(0,0,0,0.1);
    z-index:100;


    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover{
    background:rgba(0,0,0,0.3);
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
    top: 30px;
    right:35px;
    width:auto;
    position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
    min-width:20px;
    margin-top:350px;
    margin-left: auto;
    margin-right: auto;
    height:15px;
    position:relative;
    text-align:center;
}

#pagination-wrap ul {
    width:100%;
}

#pagination-wrap ul li{
    margin: 0 4px;
    display: inline-block;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#fff;
    opacity:0.5;
    position:relative;
    top:0;


}

#pagination-wrap ul li.active{
    width:12px;
    height:12px;
    top:3px;
    opacity:1;
    box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;
}

/*Header*/




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
    -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    transition: all 0.3s cubic-bezier(1,.01,.32,1);
}

/*标题导航*/
.bt .bt-main .pc-nav{
    height: ;
}
.bt{
    height: 49px;
    border-bottom: 1px solid #e2e2e2;
    background: #f8f8f8;
    position: relative;
}
.bt .bt-main{
    position: relative;
}
.bt .bt-main i{
    display: none;
}
.bt .icon1{
    background: url("../images/icon1_03.jpg") no-repeat;
    width: 8px;
    height: 30px;
    display: block;
    float: left;
    margin-top: 10px;
}
.bt h3{
    line-height: 49px;
    font-size: 22px;
    color: #e60012;
    margin-left: 10px;
}
.bt p{
    line-height: 49px;
}
.bt p a:hover{
    color:#e60012 ;
}
.bt p .bta-3{
    color: #e60012;
}
/*标题菜单*/
/*.bt .bt-main i{*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*display: none;*/
    /*margin-top: 10px;*/
    /*margin-left: 20px;*/
/*}*/
/*.bt .bt-main i img{*/
    /*width: 30px;*/
    /*height: 30px;*/
/*}*/
.bt .bt-nav{
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: 105px;*/
    /*z-index: 1;*/
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    /*background: orangered;*/

    /*width: 120px;*/
    display: none;

}
/*.bt .bt-main .bt-nav ul li{*/
    /*text-align: center;*/
    /*width: 120px;*/

    /*border-bottom: 1px dashed #ccc;*/
    /*height: 40px;*/
    /*box-sizing: border-box;*/
/*}*/
/*.bt .bt-main .bt-nav ul li a{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*font-size: 14px;*/
    /*color: #ffffff;*/
/*}*/
/*主区域*/
.container{
    padding-top: 40px;
}

/*左边导航条*/
.con-left{
    width: 25%;

    box-sizing: border-box;

}
.con-left li{
    border:1px solid #d8d8d8; ;
    width: 100%;
    line-height: 60px;


}
.con-left li a{

    line-height: 60px;
    display: block;
    position: relative;

    padding-left: 15%;
    padding-right: 15%;
    background: url("../images/左侧导航默认icon.png") no-repeat;
    background-size: 11px 12px ;
    background-position: 88% 50%;
}

.con-left li:not(:last-child){
   border-bottom: 0;
}

.active1{
    background: url("../images/left-nav_03.jpg") no-repeat !important;  ;
    background-size: 100% 100% !important;
    line-height: 60px;
    display: block;
    position: relative;
    color: #ffffff;
    padding-left: 15%;
    padding-right: 15%;


}
/* .left-nav:first-child a{background: url("../images/left-nav_03.jpg") no-repeat !important;  ;
    background-size: 100% 100% !important;
    line-height: 60px;
    display: block;
    position: relative;
    color: #ffffff;
    padding-left: 15%;
    padding-right: 15%;
}
 */
/*右边内容区*/
.con-right{
    margin-left: 5% ;
    width: 70%;

}
.con-right p{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
	color: #555555;
}
.con-right p span{
    margin-right: 15px;
}
.con-right h4{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    line-height: 30px;
    letter-spacing: 3px;
	
}
.con-right .px-page .px-txt h4{
font-size:15px;
font-weight:300;
text-align:left;
}

/*尾部开始*/
.foot{

    background: #58606e;
    text-align: center;
}
.foot .footer {
   padding: 30px 0;
}
.foot .footer p{
    color: #c7cdd8;
    font-size: 12px;
    line-height: 30px;
}

/*走进兴地企业概况*/
.con-right h5 span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e60012;
    border-radius: 50%;
    float: left;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 10px;

}
.con-right h5{
    font-weight: normal;
    line-height: 30px;
    color: #555555;
    letter-spacing: 2px;
    font-size: 14px;

}
.clear-prev::before{
	content:"";
	clear:both;
	display:block;

}

/*大事记*/
.con-right .dsj{
    padding-top: 80px;
    position: relative;
}
.con-right .dsj .dsj-txt .txt-left{
    width: 16.5%;
}
.con-right .dsj .dsj-txt .txt-left .year{
	font-weight:700;
	font-size:20px;
	font-style:normal;
}
.dsj-txt{
	margin-top:30px
}
.con-right .dsj .dsj-txt .txt-left span{
    width: 18px;
    height: 18px;
    display: block;
    border: 2px solid #e60012;
    border-radius: 50%;
    z-index: 1;
}
.con-right .dsj .dsj-txt .txt-right{
    width: 82%;
    margin-left: 3%;
    margin-bottom: 45px;
	position: relative;
}
.con-right .dsj .dsj-txt .txt-right li{
	display: block;
    width: 100%;


}
.con-right .dsj .dsj-txt .txt-right li b{
    width: 20%;
	font-weight:normal;
	line-height:32px;
}
.con-right .dsj .dsj-txt .txt-right li h6{
    width: 70%;
    line-height: 30px;
    font-size: 15px;
    display: block;
    padding-bottom: 15px;
    color: #555555;
    font-weight: normal;
	font-weight:300;
	font-family:微软雅黑, Microsoft YaHei;
}
.dsj .sgz{
    position: absolute;
    left: 12%;
    top: 0px;
    z-index: -1;
  height: 99%;
}


/*手机端大事记*/
/*.phone-dsj{*/
    /*width: 80%;*/
    /*padding: 30px 5%;*/
    /*height: 500px;*/

/*}*/
/*.phone-dsj .*/
/*.phone-dsj .phone-sgz{*/
    /*width: 100%;*/
    /*!*border: 1px solid #d8d8d8;*!*/
    /*box-sizing: border-box;*/



/*}*/
/*.phone-dsj .phone-dsj-txt{*/
    /*width: 80%;*/
    /*background: red;*/
    /*height: 50px;*/
    /*box-sizing: border-box;*/

/*}*/
/*.phone-dsj .phone-sgz ul li{*/
    /*line-height: 40px;*/
    /*border-bottom: 1px solid #d8d8d8;*/
    /*text-align: center;*/
    /*color: #666666;*/
    /*box-sizing: border-box;*/
/*}*/
/*.phone-dsj .phone-sgz ul li:last-child{*/
    /*border-bottom: 0;*/
/*}*/

/*兴地新闻*/
.left-list{
    margin-top: 40px;
    position: relative;

}
.left-list a h3{
    line-height: 40px;
    border-top: 2px solid #e60012;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right:1px solid #d8d8d8 ;
    font-weight: normal;
    padding-left: 10%;
    padding-right: 10%;
}
.left-list a img{
    width: 100%;
}
.left-list a p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
    height: 40px;
    font-size: 16px;
    background: #666666;
    opacity: 0.6;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    line-height: 40px;


}

/*兴地新闻右侧轮播*/

.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
	color:#333333;
}

.ft-carousel .carousel-item img {
    width: 100%;
	height:90%
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 40%;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 4px;
	
    cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
    background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 45px;

    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 3%;
    background: url(../images/翻页按钮01/左翻按钮-默认状态01.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
    right: 3%;
    background: url(../images/翻页按钮01/右翻按钮-默认状态01.png) no-repeat;
}
/*新闻内页*/

.new-main{
    text-align: center;
    border-bottom: 1px solid #666666;
}
.new-main h2 {font-size:20px!important;}
.con-right h4{font-size:15px!important;;font-weight:300!important;}
.con-right h3{
    color: #666666;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}
.con-right h3:last-child{
    border-bottom: 1px solid #666666;
}
.con-right .news-list li{
float: left;
padding-bottom: 30px;
padding-top: 30px;
border-bottom: 1px dashed #666666;
overflow: hidden;
width:100%;
/* height:120px; */

}
.con-right .news-list li a{
width: 100%;
display: block;
overflow: hidden;
}
.con-right .news-list li a img{
width: 25%;
margin-right: 3%;
height:120px;
}

.con-right .news-list li a h2{
font-size: 18px;
color: #333333;
line-height: 25px;
margin-bottom: 15px;
overflow: hidden;
}
.con-right .news-list li a h2:hover{
color: #e60012;
text-decoration: underline;
}

.con-right .news-list li a h3{
font-size: 16px;
color: #747474;
font-weight: normal;
line-height: 20px;
margin-bottom: 15px;
overflow: hidden;
padding: 0 !important;

}
.con-right .time{
font-size: 14px;
color:#747474;
font-weight: normal;
line-height: 45px;}

/*分享*/
.share{

    padding-top: 20px;
    padding-bottom: 60px;
}
.share h4 a{
    width: 16px;
    height: 17px;
display: inline-block;
    line-height: 45px;


}


/*地产开发tab*/


/*楼盘介绍*/
.container .where {
    
}
.wherecity{
    border: 1px solid #666666;
    width: 10%;
    text-align: center;
}

.container .where ul li:first-child{
    background: #e60012;
    color: #ffffff;
    font-size: 20px;
}
.container .where ul li{
    height: 40px;
    font-size: 18px;
   line-height: 40px;
    position: relative;
}

.active2{
    color: #ffffff;
    background: orangered;
}

.container .where .wherecity .city .lp{
    position: absolute;
    left: 0%;
    top: 0;

}

.where ol {
    width: 20%;
    float: left;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background: #f8f8f8;


}

.where ol li{
    line-height: 40px;

}
.where ol li:first-child{
    font-size: 20px;
    background: #e60012;
    padding-left: 40px;
}

.where ol .gc{
    padding-left: 50px;

}




/*物业服务开始*/

/*1.物业服务公司简介*/



/*2.物业服务所获荣誉*/
.con-right .honer-pic li{
    float: left;
    margin-right: 5%;
    width: 20%;
    margin-bottom: 20px;
}



/*4.物业服务服务宗旨*/
#lunbobox {
    width:600px;
    height:230px;
    position:relative;
    margin-left: 15%;
    margin-bottom: 50px;

}
.lunbo {
    width:600px;
    height:230px;
}
.lunbo a{
    width: 200px;

}
.lunbo img {
    width:600px;
    height:230px;
    position: absolute;
    left: 0;
    top: 0;
}
/*#lunbobox ul {*/
    /*width:285px;*/
    /*position:absolute;*/
    /*bottom:10px;*/
    /*right:0;*/
    /*z-index:5;*/
/*}*/
/*#lunbobox ul li {*/
    /*cursor:pointer;*/
    /*width:10px;*/
    /*height:4px;*/
    /*border:1px solid #cccccc;*/
    /*float:left;*/
    /*list-style:none;*/
    /*background:#cccccc;*/
    /*text-align:center;*/
    /*margin:0 5px 0 0;*/
/*}*/
#toleft {
   
    width:30px;
    height:30px;
    border-radius: 5px;
    background: url("../images/翻页按钮01/左翻按钮-默认状态01.png") no-repeat;
    background-size: 100% 100%;
    position:absolute;
    top:45%;
    left:3%;
    cursor:pointer;
    z-index:99;

}
#toleft:hover{
    background: url("../images/翻页按钮01/左翻按钮-鼠标经过01.png") no-repeat;
    background-size: 100% 100%;
}
#toright{
    
    width:30px;
    height:30px;
    border-radius: 5px;
    background: url("../images/翻页按钮01/右翻按钮-默认状态01.png") no-repeat;
    background-size: 100% 100%;
    position:absolute;
    top:45%;
    right:3%;
    cursor:pointer;
    z-index:99;
}
#toright:hover{
    background: url("../images/翻页按钮01/右翻按钮-鼠标经过01.png") no-repeat;
    background-size: 100% 100%;
}


/*企业文化*/

/*企业经营理念*/
.con-right img{max-width:100%;}
.con-right h2{
    line-height: 40px;
    font-size: 18px;
}
.con-right span{
    font-size: 16px;
  
    line-height: 30px;

}
/*培训天地*/
.con-right .pxtd{

}
.con-right .pxtd li{
    border:1px solid #e5e5e5;
    height: 108px;
    margin-bottom: 30px;
    padding: 20px;
}
.con-right .pxtd li a{
    height: 108px;

    width: 100%;
    display: block;
}
.con-right .pxtd li:hover{
    -moz-box-shadow:0  10px #333333; -webkit-box-shadow:0px 0px 10px #333333; box-shadow:0px 0px 10px #333333;
}
.con-right .pxtd li img{
    padding-right: 30px;
}
.con-right .pxtd li h3{
    padding: 0;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.con-right .pxtd li p{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 25px;
}

/*培训内页*/
.con-right .px-page{
    text-align: center;
}
.con-right .px-page h1{
    font-size: 20px;

}

.con-right .px-page .px-txt{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.con-right .px-page p{
    font-size: 16px;
    font-weight: normal;
    color: #555555;
    text-align: left;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: 微软雅黑 Regular;
}

/*物业服务在管物业和企业文化员工风采轮播图样式*/
.box{

    width: 100%;
    height: 400px;
    position: relative;
    background: #ffffff;
    overflow: hidden;

}
.wuye{

   width: 100%;
    height:400px;
    overflow: hidden;
    position: absolute;


}
.btn{
    position: absolute;
    top: 88%;

    width: 40px;
    height: 40px;
    border-radius: 50%;


    cursor: pointer;
}
.next{
    background: url("../images/翻页按钮02/右翻按钮02.png") no-repeat;
    background-size: 100% 100%;
    left: 65%;
}
.prev{
    background: url("../images/翻页按钮02/左翻按钮02.png") no-repeat;
    background-size: 100% 100%;
    left: 30%;
}

.wuye li .wy-img-txt{
    color: #555555;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    text-align: center;
    height: 10%;
   
	font-weight:bold;
	letter-spacing: 5px;


}
.wuye li{
    height: 300px;
    position: absolute;
    top: 0;
    left:0 ;
    list-style: none;
    /*opacity: 0;*/
    transition: all 0.3s ease-out;
    width: 78%;

}
.wuye li a{
    height: 300px;
    position: relative;
    width: 100%;
    display: block;
}
.wuye li a img{
    width: 580px;
    height: 300px;
    border:none;
    float: left;

}



.p1{
    transform:translate3d(-100px,0,0) scale(0.7);
 

}


.p2{
    transform:translate3d(0px,0,0) scale(0.7);
    transform-origin:100% 50%;
    /*opacity: 0.8;*/
    z-index: 2;
   


}

.p3{
    transform:translate3d(100px,0,0) scale(1);
    z-index: 3;
    opacity: 1;
	background-size:100% 90%!important;
    height: 330px;
}

.p4{
    transform:translate3d(200px,0,0) scale(0.7);
    transform-origin:100% 50%;
    /*opacity: 0.8;*/
    z-index: 2;
    


}
.p5{
    transform:translate3d(300px,0,0) scale(0.7);
   
}
.p6{
    transform:translate3d(400px,0,0) scale(0.7);
   
}
.p7{
    transform:translate3d(500px,0,0) scale(0.7);
    
}
.p8{
    transform:translate3d(600px,0,0) scale(0.7);
  
}
.p9{
    transform:translate3d(700px,0,0) scale(0.7);
   
}
.p10{
    transform:translate3d(800px,0,0) scale(0.7);
  
}

.wuye .p3 span{display:block;}
.wuye .p1 span{display:none!important;;}
.wuye .p2 span{display:none!important;;}
.wuye .p4 span{display:none!important;;}

.wuye .p5 span{display:none!important;;}
.wuye .p6 span{display:none!important;;}
.wuye .p7 span{display:none!important;;}
.wuye .p8 span{display:none!important;}
.wuye .p9 span{display:none!important;}
.wuye .p10 span{display:none!important;}




.m1{
    transform:translate3d(-100px,0,0) scale(0.7);
 

}


.m2{
    transform:translate3d(0px,0,0) scale(0.7);
    transform-origin:100% 50%;
    /*opacity: 0.8;*/
    z-index: 2;
   


}

.m3{
    transform:translate3d(100px,0,0) scale(1);
    z-index: 3;
    opacity: 1;
	background-size:100% 90%!important;
    height: 330px;
}

.m4{
    transform:translate3d(200px,0,0) scale(0.7);
    transform-origin:100% 50%;
    /*opacity: 0.8;*/
    z-index: 2;
    


}
.m5{
    transform:translate3d(300px,0,0) scale(0.7);
   
}
.m6{
    transform:translate3d(400px,0,0) scale(0.7);
   
}
.m7{
    transform:translate3d(500px,0,0) scale(0.7);
   
}
.m8{
    transform:translate3d(600px,0,0) scale(0.7);
   
}
.m9{
    transform:translate3d(700px,0,0) scale(0.7);
   
}
.m10{
    transform:translate3d(800px,0,0) scale(0.7);
   
}
.m11{
    transform:translate3d(900px,0,0) scale(0.7);
   
}
.m12{
    transform:translate3d(1000px,0,0) scale(0.7);
   
}
.m13{
    transform:translate3d(1100px,0,0) scale(0.7);
   
}
.m14{
    transform:translate3d(1200px,0,0) scale(0.7);
   
}
.m15{
    transform:translate3d(1300px,0,0) scale(0.7);
   
}

.wuye .m3 span{display:block;}
.wuye .m1 span{display:none!important;;}
.wuye .m2 span{display:none!important;;}
.wuye .m4 span{display:none!important;;}

.wuye .m5 span{display:none!important;;}
.wuye .m6 span{display:none!important;;}
.wuye .m7 span{display:none!important;;}
.wuye .m8 span{display:none!important;;}
.wuye .m9 span{display:none!important;;}
.wuye .m10 span{display:none!important;;}
.wuye .m11 span{display:none!important;;}
.wuye .m12 span{display:none!important;;}
.wuye .m13 span{display:none!important;;}
.wuye .m14 span{display:none!important;;}
.wuye .m15 span{display:none!important;;}

/*.buttons{*/
/*position: absolute;*/
/*width: 1200px;*/
/*height: 30px;*/
/*bottom: 0;*/
/*left: 50%;*/
/*margin-left: -600px;*/
/*text-align: center;*/
/*padding-top: 10px;*/
/*}*/
/*.buttons a{*/
/*display: inline-block;*/
/*width: 35px;*/
/*height: 5px;*/
/*padding-top: 4px;*/
/*cursor: pointer;*/
/*}*/

/*.wuye span{*/
/*display: block;*/
/*width: 35px;*/
/*height: 1px;*/
/*background: red;*/
/*}*/
/*.blue{*/
/*background: blue;*/
/*}*/



/*联系我们*/
.contact{
    margin-top: 30px;
    height: 460px;

}
.contact li:not(:last-child){
	border-right:0;

}
/* .contact li:nth-last-child(3){
	border-right:1px solid #666666;

}
.contact li:nth-last-child(1){
	border-top:0;

}
.contact li:nth-last-child(2){
	border-top:0;
	margin-left:160px;

} */
.contact li{
    width: 33.333333333333333%;
    border: 1px solid #666666;
    float: left;
    box-sizing: border-box;
    height: 630px;
}
.contact h2{
    margin: 30px 50px 30px 50px;
    font-size: 18px;
    color: #e60012;
    line-height: 35px;
}

.contact li h2 span{
    /*background: url("../images/contact1_03.jpg")no-repeat;*/
    float: left;
    width:46px  ;
    height: 36px;
    display: block;
}

.contact li  p{
    color: #666666;
    line-height: 30px;
    margin-left: 50px;
    margin-right: 50px;
	font-size:14px;
}
.contact .dckf p{
    margin-left: 30px ;
    margin-right: 30px;
}
.contact .wykf p{
    margin-left: 20px ;
    margin-right: 20px;
}

/*全局tab选项卡样式*/

.tab{
    border-bottom: 2px solid #e60012;
    color: #e60012;

}

.bt .bt-main .pc-nav li {
    line-height: 49px;
    margin-right: 60px;

}
.bt li a{
    font-weight: bold;
    display: block;

}




/*选项卡内容公共样式*/
.tab-main p{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
	color:#555555;
}
.tab-main h3{
    color: #555555;
    font-size: 14px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: normal;
}
.tab-main h4{
margin-bottom: 30px;
font-size: 15px;
font-weight: normal;
color: #555555;
line-height: 30px;
letter-spacing: 4px;
line-height: 2em;
text-indent: 2em;
margin-top: 30px;
}






/*人才招聘*/
.content .tab-main .hr-pic-left img{
    opacity: 0.5;

}
.content .tab-main .hr-pic-left img:hover{
    opacity: 1;
}
.content .tab-main .hr-pic-right img{
    opacity: 0.5;
}
.content .tab-main .hr-pic-right img:hover{
    opacity: 1;
}
.job{
    text-align: center;
    width: 100%;
}
.job td{
    width: 25%;
}

.job tr {
    height: 60px;
    cursor: pointer;
}

.job tr:nth-child(2n+1){
    background: #eeeeee;
}
.job tr:hover{
    color: #ffffff;!important;
    background: #e60012 ;!important;
}

/*人才招聘内页*/
.gangwei{
    height: 100px;
    padding: 30px 60px;
    background: #eeeeee;
    margin-bottom: 30px;
}
.gangwei .job-name{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 25px;
}
.gangwei .job-left, .gangwei .job-right{
    font-size: 18px;
}
.gangwei .job-right{
	float:right;
  padding-right: 60px;
}
.gwyq{

   
    padding: 30px 60px;
    background: #eeeeee;
}
.gwyq p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.gangwei h2 , .gwyq  h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
}


/*应聘登记表*/
.yp{

    background: #e60012;
    color: #ffffff;

    font-size: 18px;
    width: 150px;
text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
}

/*地产开发*/
.content .tab-cp ul li{
    float: left;
    width: 24%;
    margin-right: 1%;
    text-align: center;
    height: 300px;
    
    margin-bottom: 20px;
}
.content .tab-cp ul li .dichan{
    width: 100% ;
    height: 180px;
}
.content .tab-main ul li .dichan-logo{
    margin-top: 10px;
    width: 150px;
    height: 58px;
}
.content .tab-main ul li h5{
    
}

/*地产开发城市列表*/
.content .tab-map .city p{
    font-size: 18px;
    background: #e60012;
    color: #ffffff;
    line-height: 40px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 0;
    font-weight: normal;
}
.content .tab-map .city ul{
    border-left: 1px solid #cccccc;
    border-right:1px solid #cccccc ;
    border-bottom: 1px solid #cccccc;
    width: 102px;
}
.content .tab-map .city ul li{
    width: 100%;
    text-align: center;
    line-height: 60px;
    position: relative;
    cursor: pointer;
}
/*焦点*/
.col{
    color: red;
}
.con{
    display: block;
}
.content .tab-main .phone-dichan{
    display: none;
}
.content .tab-map .city  .baba{
    width: 234px;
    height: 540px;
    position: absolute;
    top: 40px;
    left: 104px;
    background: #f8f8f8;

}
.content .tab-map .city .address-list{
    width: 234px;
    height: 540px;
}



.content .tab-map .city  .address-list a{
    width: 235px;
    display: block;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
    text-align: left;
}
.content .tab-map .city  .address-list a::before{

    content: "";
    width: 4px;
    height: 4px ;
    border-radius: 50%;
    background:#e60012 ;
    display: block;
    position: absolute;
    top: 17px;
    left: 15px;
}

    /*d地产开发地图*/
.content .tab-map .map{
    height: 500px;

    background: url("../images/jsmap_03(1).jpg") no-repeat center;
    background-position: 77px -30px;
    position: relative;

}
.content .tab-map .map span::before{
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("../images/map-icon_03.jpg") no-repeat;

    margin-left: 7px;
}
.content .tab-map .map span{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    display: block;
}
.content .tab-map .map .ct1{
    left: 232px;
    bottom: 200px;
}
.content .tab-map .map .ct2{
    left: 295px;
    bottom: 150px;
}
.content .tab-map .map .ct3{
    right: 310px;
    bottom: 120px;
}
.content .tab-map .map .ct4{
    right: 220px;
    bottom: 80px;
}
.content .tab-map .map .ct5{
    right: 160px;
    bottom: 160px;
}
.content .tab-map .map .ct6{
    left: 310px;
    bottom: 200px;
}
.content .tab-map .map .ct7{
    left: 385px;
    bottom: 215px;
}
.content .tab-map .map .ct8{
    left: 330px;
    bottom: 260px;
}
.content .tab-map .map .ct9{
    left: 260px;
    top: 270px;
}

.content .tab-map .map .ct10{
    top: 80px;
    right: 300px;
}

.content .tab-map .map .ct11{
    top: 100px;
    left: 180px;
}
.content .tab-map .map .ct12{
    top: 250px;
    right: 220px;
}
.content .tab-map .map .ct13{
    top: 200px;
    left: 255px;
}
.content .tab-map .map .ct14{
    top: 400px;
    left: 120px;
}
.content .tab-map .map .tk{

    border: 1px solid #d8d8d8;
    width: 240px;
    position: absolute;
    bottom: 360px;
    left: -70px;
    z-index: 1111;background: #ffffff;

}
.content .tab-map .map .tk h5{
    background: #efefef;

    width: 220px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}
.content .tab-map .map .tk .address{
    width: 200px;
    height: 45px;
    display: block;
    line-height: 45px;
    font-size: 16px;
   padding-right: 20px;
    padding-left: 30px;
    position: relative;
}
.content .tab-map .map .tk .address:hover{
    text-decoration: underline;
    color: #e60012 ;
}
.content .tab-map .map .tk .address::before{
    content: "";
    width: 4px;
    height: 4px ;
    border-radius: 50%;
    background:#e60012 ;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;

}


/*地产开发内页*/
.content .dichan-bt{
    height: 50px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;

}
.content .dichan-bt span{
    height: 49px;
    line-height: 49px;
    width: 120px;
    display: block;
    border-bottom: 2px solid #e60012 ;
}
/*页码*/
.pages{
    padding: 40px 50px;
    height: 60px;

}
.pages .page li{
    float: left;
    /*line-height: 60px;*/
    margin-left: 10px;
    background: #d8d8d8;

}
.pages .page li a{
   color: #555555;
    font-size: 14px;
    /*width: 100%;*/
    /*height: 100%;*/
    display: block;
}

.pages .page li .index,.pages .page li .end{
    padding: 10px 15px;
}
.pages .page li .number,.pages .page li .up,.pages .page li .down{
    padding: 10px;
}

.active4{
    color: #ffffff;
    background: red;
}

.act{
    -moz-transform:translateX(0px);
    -moz-transition:all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
}


.bottom-nav{
    display: none;
}