.main_visual { height: 627px; border-top: 1px solid #d7d7d7; overflow: hidden; position: relative; }
.main_image { height: 627px; overflow: hidden; position: relative; }
.main_image ul { width: 9999px; height: 627px; overflow: hidden; position: absolute; top: 0; left: 0 }
.main_image li { float: left; width: 100%; height: 627px; }
.main_image li span.img { display: block; width: 100%; height: 627px; }
.main_image li a { display: block; width: 100%;}
/*.main_image li img {  height: 460px }*/

.main_img { width: 300px; height: 150px; background-color: #eee; padding-top: 50px; border: #000 1px solid; }
.main_img img { display: block; margin: 0 auto; }
div.flicking_con { position: absolute; top: 360px; left: 50%; z-index: 999; width: 300px; height: 21px; margin: 0 0 0 -50px; }
div.flicking_con a { float: left; width: 21px; height: 21px; margin: 0; padding: 0; background: url('../images/banner/btn_main_img.png') 0 0 no-repeat; display: block; text-indent: -1000px }
div.flicking_con a.on { background-position: 0 -21px }
#btn_prev, #btn_next { z-index: 11111; position: absolute; display: block; width: 73px !important; height: 74px !important; top: 50%; margin-top: -37px; }
#btn_prev { background: url('../images/banner/hover_left.png') no-repeat left top; left: 100px; }
#btn_next { background: url('../images/banner/hover_right.png') no-repeat right top; right: 18%;    background-size: 100%;
}
.cfg_home_banner_text_main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cfg_home_banner_text{
    width: 1200px;
    /* display: inline-block; */
    height: 100%;
    margin: 0 auto;
    margin-top: 131px;
    text-align: left;
}
.cfg_home_banner_text_title{
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 84px;
    letter-spacing: 3px;
    font-size: 50px;
    margin-bottom: 30px;
}
.cfg_home_banner_text_content{
    font-weight: bold;
    color: rgba(255,255,255,1);
    font-size: 22px;
    margin-bottom: 77px;
}


/*城市选择*/
html body{
    background-color: rgba(16, 14, 4, 0.03);
    min-width: 1200px;
}
.search{
    width:250px;
    height:44px;
    margin:100px auto;
    background-color: white;
}
.citySelect{
    width:100px;
    height:42px;
    position: relative;
    cursor: pointer;
    /*padding-left: 15px;*/

}
.cityName{
    display: block;
    /* padding-top: 10px; */
    padding-left: 10px;
    width:70px;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer;
}
.iconDown{
    width:16px;
    height:16px;
    position:absolute;
    top:15px;
    right:7px;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -2044px;
    cursor:pointer;
    display: inline-block;
}
.dropUl{
    display: flex;
    list-style: none;
    /*height:457px;*/
    /*overflow: scroll;*/
    padding:0;
}
.dropProv{
    font-weight: 700;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    height:50px;
    border-radius: 4px;
    color:rgba(30,30,30,1);
    line-height: 50px;
    background-color: white;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #E6E6E6;
    width: 103px;
    font-size: 20px;
}
/*.dropProvUl li:hover{*/
/*    !*background-color: #FBB400;*!*/
/*    !*color: #FFFFFF;*!*/
/*}*/
.active-city{
    background-color: #FBB400 !important;
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: 0 4px 12px 0 rgba(251, 180, 0, 0.44);
}
.dropCityUl{
    display: flex;
    margin-left: 5px;
}
.dropCityUl a{
    /*width: 120px;*/
    /*height:50px;*/
    /*padding-left: 20px;*/
    margin-right: 30px;
    color: #1E1E1E;
    line-height: 50px;
    cursor: pointer;

}
.dropCityUl a:hover{
   color: #FBAE00
}
.dropDown{
    /*position: absolute;*/
    /*top: -350px;*/
    /*width: 308px;*/
    /*display: none;*/
    /*height: 457px;*/
    /*background: rgba(255,255,255,1);*/
    display: block;
    border-radius: 4px;
}
.dropDown div{
    display: block;
    /*width:154px;*/
    /*height:457px;*/
    /*float: left;*/
    /*display: none;*/
}

/*选择城市*/
.select-city-main{
    position: relative;
    top: -70px;
    z-index: 1;
    height: 230px;
}
.swiper-pagination-bullet-active{
    background: #FFFFFF !important;
}
.select-city-main-content{
    width: 1200px;
    height: 200px;
    background: rgba(255, 255, 255,1);
    box-shadow: 0 4px 8px 0 rgba(108, 108, 108, 0.26);
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    padding: 0 42px;
}
.select-city-main-content-title{
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    /*margin-bottom: 20px;*/
    padding: 27px 0;
    color: rgba(30,30,30,1);
}
.select-city-main-content-text{
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(100,100,100,1);
}

.city-select-img{
    width: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.city-select{
    width: 922px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    border: 1px solid rgba(230,230,230,1);
}
.cityName{
    width: 500px;
    border: none;
    font-size:16px;
    font-family:'Microsoft YaHei';
    font-weight:400;
}
.cityNameBtn{
    display: inline-block;
    width: 175px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    vertical-align: top;
    margin-left: 15px;
    background: rgba(30,30,30,1);
    border-radius: 2px;
    font-size: 22px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    font-weight: bold;
    color: rgba(255,255,255,1);
}
.cfg_index_content{
    position: relative;
    top: -55px;
}
/*品质空间*/
.quality-space{
    width: 1200px;
    margin: 0 auto;
}
.quality-space-title{
    height: 62px;
    line-height: 62px;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(30,30,30,1);
}
.quality-space-text{
    height: 28px;
    margin-bottom: 40px;
    line-height: 28px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(30,30,30,1);
}
.quality-space-content-item{
    display: inline-block;
    width: 385px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(230,230,230,1);
}
.quality-space-content-item-img{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 386px;
    height: 250px;
    margin-bottom: 16px; */
}
.quality-space-content-item-title{
    height: 33px;
    font-size: 20px;
    margin: 0 auto;
    width: 338px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin-bottom: 10px;
    color: rgba(30,30,30,1);
    line-height: 33px;
}
.quality-space-content-item-text{
    width: 338px;
    height: 43px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(30,30,30,1);
    line-height: normal;
    /* margin: 0 auto; */
    overflow: hidden;
    margin-left: 24px;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.quality-space-content-item-btn{
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #fbae00;
    width: 338px;
    margin: 10px auto;
    margin-bottom: 16px;
}
/*专业服务*/
.professional-services{
    width: 287px;
    height: 320px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.professional-services-img{
    /* width: 288px;
    height: 250px; */
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(216,216,216,1);
    border-radius: 4px;
}
.professional-services-content{
    position: absolute;
    width: 248px;
    height: 113px;
    background: rgba(255,255,255,1);
    padding: 16px;
    box-shadow: 0px 4px 7px 0px rgba(123,123,123,0.21);
    border-radius: 4px;
    left: 20px;
    top: 200px;
}
.professional-services-title{
    font-size: 20px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(30,30,30,1);
}
.professional-services-text{
    height: 45px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 13px;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: rgba(100,100,100,1);
}
.margin_right_div{
    margin-right: 12px;
}
.margin_right_div_node{
    display: none;
}
.quality-space-right-img{
    top: 250px;
    position: absolute;
    z-index: 10;
    right: -40px;
    height: 68px;
    cursor: pointer;
    width: 68px;
    border-radius: 68px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.32);
}
.quality-space-left-img{
    top: 250px;
    position: absolute;
    z-index: 10;
    left: -40px;
    height: 68px;
    cursor: pointer;
    width: 68px;
    border-radius: 65px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.32);
}
.community{
    width: 386px;
    display: inline-block;
    height: 386px;
    position: relative;
}
.community-img{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 386px;
    height: 386px; */
}
.community-content{
    position: absolute;
    bottom: 0px;
    height: 104px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
    border-radius: 4px;
    width: 100%;
    line-height: 20px;
    padding-left: 23px;
    padding-top: 28px;
    color: rgba(255,255,255,1);
}
.community-titlr{
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin-bottom: 11px;
}
.community-text{
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}
.community-margin-right{
    margin-right: 15px;
}
.quality-space-title-show-list{
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    cursor: pointer;
    color: rgba(100,100,100,1);
    float: right;
}
.max_shijian{
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    cursor: pointer;
    color: rgba(100,100,100,1);
    float: right;
}
/*社群*/
.community-margin_shequn{
    position: relative;
}
.community-margin_shequn_background{
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    line-height: 386px;
    background: rgba(0,0,0,0.3);
    height: 100%;
    text-align: center;
}
.community-margin_shequn:hover .community-margin_shequn_background{
    display: block
}
.community-margin_shequn_background>img{
    width: 200px;
    border-radius: 6px
}
.community-margin_shequn_background>p{
    font-size: 16px;
    color: #fff;
}
.community-margin_fyj{
    position: relative;
    cursor: pointer;
}
.community-margin_fyj:hover .community-margin_fyj_background{
    display: block
    
}
.community-margin_fyj_background{
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 386px;
}
/*视屏*/
.show-content{
    position: relative;
    height: 565px;
    margin-top: 40px;
}
.show-left-img{
    /* position: absolute; */
    /* top: 258px;
    left: -36px; */
    z-index: 1000;
    /* cursor: pointer; */
    width: 78px;
}
.show-right-img{
    /* position: absolute;
    top: 258px;
    right: -36px;
    cursor: pointer; */
    z-index: 1000;
    width: 78px;
}
.show-content-div1{
    position: absolute;
    height: 508px;
    top: 29px;
    width: 50%;
    overflow: hidden;
}
.show-content-div1-img{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.show-content-div1-video{
    /* display: none; */
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 29px;
    left: 0;
    height: 508px;
    cursor: pointer;
    transition: all .5s;
    background: black;
}
.show-content-div2{
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
}
.show_home_video_title{
    position: absolute;
    bottom: 0px;
    line-height: 111px;
    height: 111px;
    width: 100%;
    z-index: 2;
    padding-left: 45px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(255,255,255,1);
    background: linear-gradient(180deg,rgba(143,143,143,0) 0%,rgba(38,38,38,0.5) 100%);
}
.show-content-cent-div1{
    position: relative;
    height: 100%;
}
.swiper-button-div{
    position: absolute;
    top: 242.5px;
    width: 100%;
    height: 78px;
    z-index: 100;
}
.swiper-button-div-cent{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.show-content-cent-div2{
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.show-content-div2-img{
    /* display: none; */
}
.show-content-div2-video{
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    height: 563px;
    cursor: pointer;
    transition: all .5s;
    background: black;
}
/* .show-content-div2-video:hover .show_home_video_title{
    z-index: 1;
    display: none;
} */
.show-content-div3{
    position: absolute;
    top: 29px;
    width: 50%;
    text-align: right;
    height: 508px;
    right: 0;
    overflow: hidden;
}
.show-content-div3-img{
    height: 100%;
    /* height: 100%; */
    /* position: absolute;
    right: 0;
    top: 0; */
    z-index: 1;
}
.show-content-div3-video{
    /* display: none; */
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 29px;
    right: 0;
    height: 508px;
    cursor: pointer;
    transition: all .5s;
    background: black;
}
/*大事件*/
.big-event{
    position: relative;
}
.big-event-img{
    /* position: absolute;
    top: 0;
    left: 0; */
    max-width: 100%;
    max-height: 100%;
}
.big-event-content{
    display: inline-block;
    margin-left: 65px;
    width: 650px;
    position: absolute;
    top: 50px;
    right: 0;
    vertical-align: middle;
}
.big-event-img-div{
    width: 473px;
    height: 430px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.big-event-titlr{
    font-size: 130px;
    font-family: Helvetica;
    color: rgba(30,30,30,1);
}
.big-event-text{
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    height: 100px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: rgba(100,100,100,1);
    line-height: 45px;
    cursor: pointer;
}
.big-event-more{
    display: inline-block;
    line-height: 62px;
    width: 202px;
    cursor: pointer;
    text-align: center;
    height: 62px;
    margin-top: 94px;                                                                                                                                                                                                                         
    font-size: 24px;
    margin-bottom: 83px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(30,30,30,1);
    border-radius: 4px;
    border: 1px solid rgba(30,30,30,1);
}
.chuang_xiang_bang_btn{
    cursor: pointer;
}
.big-event-btn-right{
    width: 28px;
    cursor: pointer;
}
.big-event-btn-cent{
    display: inline-block;
    width: 108px;
    height: 3px;
    background: rgba(21,21,21,1);
    border-radius: 2p;
    margin-left: 15px;
    margin-right: 15px;
}
.big-event-img-a{
    position: relative;
    width: 473px;
    height: 430px;
    overflow: hidden;
    vertical-align: middle;
    /* display: inline-block; */
    display: table-cell;
}
.big-event-btn-left{
    width: 28px;
    cursor: pointer;
}
.iphone_body_content{
    min-height: 1800px;
}
.cfg_home_banner_text_btn{
    width: 181px;
    height: 68px;
    background: rgba(251,174,0,1);
    border-radius: 4px;
    display: inline-block;
    line-height: 68px;
    font-weight: bold;
    color: rgba(30,30,30,1);
    /* line-height: 36px; */
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
}

/*
视屏轮播
*/
/* .banner {
	padding-top:80px;
} */
.banner h1 {
	font-size:36px;
	text-align:center;
	font-weight:normal;
}
.banner h2 {
	font-size:18px;
	color:#535353;
	text-align:center;
	font-weight:normal;
	margin:20px 0 60px;
}
.banner .swiper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* .current-swiper {
	width:1000px;
	height:563px;
	
	margin:0 auto;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
	position:relative;
	z-index:99;
} */
.left-swiper {
	position:absolute;
	left:0px;
	top:29px;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:0;
	left:auto;
	top:29px;
	z-index:1;
}
.nocurrent-swiper {
	width:50%;
	height:508px;
	/* border-radius:8px; */
	box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/* background:rgba(237,240,240,0.9); */
	z-index:99;
}
/* .slide1,slide2,slide3{
    width: 1000px !important;
} */

.title {
	padding-top:70px;
	margin-left:45px;
	height:29px;
	line-height:29px;
	font-size:18px;
	color:#666;
}
.nocurrent-swiper .title {
	padding-top:44px;
	margin-left:30px;
	font-size:16px;
	height:25px;
	line-height:25px;
}

.nocurrent-swiper .name {
	height:46px;
	line-height:46px;
	font-size:30px;
	padding-right:46px;
	margin-left:30px;
}

.nocurrent-swiper .name:before {
	width:26px;
	height:26px;
	background-size:100% 100%;
}
.detail {
	margin-left:45px;
	width:275px;
	margin-top:30px;
	padding-right:5px;
	line-height:24px;
	color:#bbb;
	font-size:14px;
}
.nocurrent-swiper .detail {
	font-size:12px;
	line-height:20px;
	width:235px;
	margin-left:30px;
}
.swiper-button-prev {
	width:78px;
    height:78px;
    border-radius: 78px;
    left: -50px;
    top: 0;
    margin-top: 0;
    /* background-size:100%; */
	background:url('') ;
}
.swiper-button-next {
	width:78px;
    height:78px;
    right: -50px;
    top: 0;
    margin-top: 0;
    border-radius: 78px;
	/* background-size:100%; */
	background-image:url('');
}
.left-swiper .swiper-wrapper .swiper-slide{
    width: 100% !important;
    position: relative;
}
.swiper-wrapper{
    height: 100%;
}
.swiper-slide1{
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*height: 627px;*/
}
.swiper-button-next1{
    position: absolute;
    top: 180px;
    right: 7.5%;
    z-index: 10;
}
.swiper-slide1-img{
    position: absolute;
    /*height: 460px;*/
    width: 100%;
    object-fit: cover;
    height: 100%;
    /*max-width: 100%;*/
    /*height: auto !important;*/
    top: 0;
    left: 0;
}



.container{
    max-width: 100%;
    margin: 0 auto;
}
.slide{
    width: 100%;
    min-height: 180px;
    overflow: hidden;
    position: relative;

}
.slide .img{
    overflow: hidden;
    z-index: 99;
    position: absolute;
    transition: width 0.8s,height 0.8s,top 0.8s,left 0.8s,z-index 0.8s;
}

/* .slide .img img{
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    margin: 7px;
} */
.slide .img1{
    width: 40%;
    height: 40%;
    top: 30%;
    left: -50%;
    z-index: 1;
}
.slide .img2{
    width: 50%;
    height: 508px;
    top: 25px;
    left: 0%;
    z-index: 2;
}
.slide .img3{
    width: 80%;
    height: 563px;
    top: 0;
    left: 10%;
    z-index: 3;
}
.slide .img4{
    width: 50%;
    height: 508px;
    top: 25px;
    right: 0;
    z-index: 2;
}
    .slide .img5{
        width: 40%;
        height: 40%;
        top: 30%;
        left: 110%;
        z-index: 1;
    }
.slide-bt{
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}
.slide-bt span{
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}
.slide .slide-bt .on{
    background: #ffd200;
}
button{
    width: 50px;
    margin: 20px;
}
.swiper_juzhong{
    width: 100%;
    height: 508px;
    margin: 0 auto;
    position: relative;
}
.slide .img3>.swiper_juzhong{
    height: 563px;
    width: 1000px;
}
.img4>.swiper_juzhong>.show-content-div3-img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.img2>.swiper_juzhong>.show-content-div3-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.quality-space-content-item-img-div{
    width: 386px;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.professional-services-img-div{
    width: 288px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.community-img-div{
    width: 386px;
    height: 386px;
    position: relative;
    overflow: hidden;
}
.max_display_none{
    display: none
    /* opacity: 0; */
}
.news_content_right_item_title{font-size: 16px;font-family: 'Microsoft YaHei';font-weight: 400;color: rgba(30,30,30,1);margin-right: 30px;width: 430px;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;vertical-align: bottom;}
.news_content_right_item_detaile{font-size: 14px;font-family: 'Microsoft YaHei';font-weight: 400;color: rgba(100,100,100,1);float: right;}