.banner-swiper .swiper-button-next,.banner-swiper .swiper-button-prev{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.banner-swiper .swiper-button-next:after,.banner-swiper .swiper-button-prev:after{
	font-size: 20px;
	font-weight: bolder;
}
.banner-swiper:hover .swiper-button-next{
	display: flex;
}
.banner-swiper:hover .swiper-button-prev{
	display: flex;
}
.banner-swiper .swiper-pagination-fraction{
	color: #fff;
	font-size: 20px;
}
.banner-pagination .swiper-pagination-fraction{
	color: #fff;
	font-size: 20px;
}
.news-first-pic {
    background-size: 100% 100% !important;
}

.album-control-group {
    display: flex !important;
}

.album-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    position: relative;
    background: #fff;
    opacity: 1;
}

.album-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #868686;
    position: absolute;
    top: 4px;
    left: 4px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #009da0;
}

.album-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 157, 160, .25);
}

.xiangce-item {
    background-size: cover !important;
    background-position: 50% !important;
}

.vricon {
    position: absolute;
    width: 10%;
    top: 20px;
    right: 15px;
    z-index: 99999;
}

/* 项目详情样式修改 */
.huxing .album-control{
	width: 988px;
}
.xiangce .album-control{
	width: 988px;
}
.huxing .album-control .album-tab,.xiangce .album-control .album-tab{
	flex: 1;
}
.huxing .album-control-group .album-pagination,
.xiangce .album-control-group .album-pagination{
	font-size: 20px;
	color: #868686;
}
.huxing .album-control-group .album-pagination .swiper-pagination-current,
.xiangce .album-control-group .album-pagination .swiper-pagination-current{
	color: #009da0;
}

/* 户型弹窗 */

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.huxing_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    overflow-y: auto;
    display: none;
}

.hx-popup {
    width: 1000px;
    background: #fff;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}

.hx-popup-head {
    position: absolute;
    background: #f2f6f7;
    padding: 40px 60px;
    top: 0;
    z-index: 11;
    width: 1000px;
    border-top: 3px solid #009da0;
    transition: .3s;
}

.hx-popup-head::after {
    content: '';
    display: block;
    border: 12px solid;
    border-color: #f2f6f7 transparent transparent transparent;
    position: absolute;
    left: 65px;
    top: 100%;
}

.head-title {
    transition: .3s;
    margin-bottom: 20px;
}

.hx-name {
    transition: .3s;
    font-size: 40px;
    font-weight: bold;
    float: left;
}

.hx-popup-close {
    transition: .3s;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #009da0;
    color: #fff;
    border-radius: 50%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hx-popup-close .iconfont {
    font-size: 24px;
}

.hx-popup-head ul li {
    width: 33.33%;
    float: left;
    font-size: 16px;
    color: #868686;
}

.hx-popup-head ul li div {
    display: block;
    font-size: 22px;
    color: #009da0;
    margin-top: 10px;
}

.hx-popup .hx-popup-head.fixed {
    padding: 15px 60px;
    position: fixed;
}

.huxing_mask .hx-popup .hx-popup-head.fixed .head-title {
    margin-bottom: 10px;
}

.huxing_mask .hx-popup .hx-popup-head.fixed .hx-name {
    font-size: 30px;
}

.huxing_mask .hx-popup .hx-popup-head.fixed .hx-popup-close {
    transform: scale(0.7);
    margin-top: -10px;
}

.huxing_mask .hx-popup .hx-popup-head.fixed ul li {
    font-size: 14px;
}

.huxing_mask .hx-popup .hx-popup-head.fixed ul li div {
    font-size: 18px;
    margin-top: 5px;
}

.hx-popup-cont {
    padding: 40px 50px 80px 50px;
}

.hx-popup-cont::before {
    content: '';
    display: block;
    height: 200px;
}

.hx-cont-title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 40px;
}

.cont1 ul li {
    font-size: 18px;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    color: #868686;
}

.cont1 ul li span:nth-child(1) {
    display: inline-block;
    width: 80px;
    text-align: justify;
    text-align-last: justify;
}

.cont1 ul li span:nth-child(2) {
    color: #333;
}

.cont2 .vr-swiper {
    position: relative;
}

.vr-swiper .swiper-container {
    width: 680px;
    margin: 0 auto;
}

.vr-swiper .hx-vr-item-pic {
    position: relative;
    width: 100%;
    height: 440px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vr-swiper .hx-vr-item-pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.vr-swiper .hx-vr-item-pic.vr::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/product-detail-vr-icon.png) no-repeat center center rgba(0, 0, 0, 0.2);
}

.vr-swiper .hx-vr-item-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.vr-swiper .hx-vr-item-desc {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.vr-swiper .prev,
.vr-swiper .next {
    position: absolute;
    top: -50px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #868686;
    color: #868686;
    cursor: pointer;
    outline: none;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
}

.vr-swiper .prev:hover,
.vr-swiper .next:hover {
    border-color: #009da0;
    background-color: #009da0;
    color: #fff;
}

.vr-swiper .prev {
    right: 85px;
}

.vr-swiper .next {
    right: 30px;
}

.vr-swiper .swiper-pagination {
    top: -58px;
    right: 150px;
}

.vr-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin-left: 15px;
    background: #fff;
    position: relative;
}

.vr-swiper .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #868686;
    position: absolute;
    top: 4px;
    left: 4px;
}

.vr-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 157, 160, .2);
}

.vr-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: #009da0;
}

.cont3 p {
    display: inline-block;
    padding-left: 35px;
    background: url(../image/product-detail-yes-icon.png) no-repeat left 3px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 18px;
    min-width: 49%;
    /* width: 50%;
	float: left;
	padding-right: 20px; */
}

.cont4 .video-swiper {
    position: relative;
}

.cont4 .video-swiper .swiper-slide {
    width: 280px;
    /* height: 190px; */
    /* overflow: hidden; */
}

.video-swiper .hx-vd-item-pic {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.video-swiper .hx-vd-item-pic video {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.video-swiper .hx-vd-item-pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/product-detail-video-icon.png) no-repeat center rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.video-swiper .hx-vd-item-desc {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}

.video-swiper .prev,
.video-swiper .next {
    position: absolute;
    top: -50px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #868686;
    color: #868686;
    cursor: pointer;
    outline: none;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
}

.video-swiper .prev:hover,
.video-swiper .next:hover {
    border-color: #009da0;
    background-color: #009da0;
    color: #fff;
}

.video-swiper .prev {
    right: 85px;
}

.video-swiper .next {
    right: 30px;
}

.video-swiper .swiper-pagination {
    top: -58px;
    right: 150px;
}

.video-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin-left: 15px;
    background: #fff;
    position: relative;
}

.video-swiper .swiper-pagination-bullet::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #868686;
    position: absolute;
    top: 4px;
    left: 4px;
}

.video-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 157, 160, .2);
}

.video-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background: #009da0;
}

.comp-article-media-inner {
    background-size: cover !important;
    background-position: 50% !important;
}
.comp-article-media img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	/* object-fit: cover; */
}

.comp-banner-nav-wrapper .navActive {
    border-bottom: 2px solid #009da0;
}

.swal-overlay {
    z-index: 99999999999;
}

.comp-project-media-pic {
    background-size: cover !important;
    background-position: 50% !important;
}

.page li {
    margin-right: 20px;
}

.news2-pic-item b {
    background-size: cover !important;
    background-position: 50% !important;
}

.news2-pic-swiper .comp-control-pagination {
    position: absolute;
    right: 0;
}

.news2-pic-swiper .comp-control-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin-right: 20px;
    position: relative;
}

.news2-pic-swiper .comp-control-pagination .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.comp-project-title {
    font-size: 26px;
}

[v-cloak] {
    display: none;
}

.banner-swiper{
	position: relative !important;
	z-index: 9 !important;
}
.banner-swiper .swiper-pagination{
	width: 550px;
	max-width: 550px;
	position: absolute;
	text-align: left;
	bottom: 30px !important;
	left: 30px !important;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin: 0 15px 0 0 !important;
	background:none;
	opacity: 1 !important;
	position: relative;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet::after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
}
.banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 16px;
	height: 16px;
	background: #fff;
	background:rgba(255,255,255,0.3);
}
.news2-pic-item .news2-item{
	padding: 0;
}
.news2-pic-item .news2-item img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.index_search{
	/* margin: -90px 0 0 0 !important; */
	/* position: absolute !important;
	right: 0 !important; */
    margin: 0;
    margin-bottom: 50px;
	z-index: 10 !important;
}
.banner-bg {
	background-size: cover !important;
	background-position: 50% !important;
}
.news2-item-time{
    font-size: 16px !important;
}

@media (max-width:1260px){
    .comp-footer-contact-body{
        font-size: 14px;
    }
}