.owner .swiper-slide div.ms span{
	font-size: 16px;
	line-height: 22px;
    display: inline-block;
    margin-top: 10px;
}
.owner .titleH2{
	margin-top: 50px;
	padding-bottom: 0px;
}
.swiperBox{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}
.swiper-container2 {
	width: 600px;
	margin: 0 auto;
	height: 156px;
	overflow: hidden;
	padding-right: 4px;
}
.swiperBox img{
	cursor: pointer;
	height: 100%;
}
.swiper-container2 .swiper-slide>div{
	top: 0px;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.swiper-container2 .swiper-slide>div p{
	margin-top: 50px;
    line-height: 26px;
}
.swiper-container2 .swiper-slide>div:hover{
	width: 99%;
    height: 96%;
	opacity: 1;
	border:1px solid #ffa076;
    border: 3px solid #ffa076;
}


.ownerBox{
	padding-bottom: 30px;
}
.ownerBox>div{
	display: none;
}
.ownerBox a{
	color:#000;
}
.ownerBox a:hover{
	color:#337ab7;
}
.bbcon{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.bbcon .hong{
	width: 2px;
    height: 78px;
    background: #78c5ff;
    position: absolute;
    left: 50%;
    top: 78px;
    z-index: 2;
}
.bbcon ul{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bbcon ul:after{
	content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #cfcfcf;
    position: absolute;
    left: 50%;
    top: 0;
}
.bbcon ul li{
	width: 0;
	height: 78px;
	position: relative;
}
.bbcon ul li span{
	display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a6a6a6;
    z-index: 2;
    left: -2px;
}
.bbcon ul li>div{
	width: 450px;
	height: 130px;
	float: left;
	position: absolute;
	top: -26px;
}
.bbcon ul li>div:hover{
	background: #e5e5e5;
	box-shadow: 5px 5px 15px #e9e9e9;
}
.bbcon ul li div>div{
	width: 450px;
	height: 100%;
}
.bbcon ul li div>div{
	display: table;
	float: right;
	width: 220px;
	overflow: hidden;
	cursor: pointer;
}
.bbcon ul li div>div:nth-child(odd){
	width: 200px;
}
.bbcon ul li div>div p{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.bbcon ul li div img{
	width: 200px;
	height: 120px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.bbcon ul li div:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.bbcon ul li:nth-child(even)>div{
	left: 30px;
}
.bbcon ul li:nth-child(odd)>div{
	right: 30px;
}
.bbcon ul li:nth-child(even)>div img{
	margin-left: 0px;
}
.bbcon ul li:nth-child(even)>div>div{
	margin-right: 15px;
	float: left;
}
.bbcon ul li:nth-child(odd)>div>div{
	margin-left: 15px;
}
.bbcon ul li:nth-child(even)>div p{
	text-align: left;
}


#details {
    background: #fff;
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.detailsCon {
    width: 80%;
    overflow: hidden;
    padding: 50px;
    position: relative;
    margin: 0 auto;
}
.detailsCon>img{
	width: 20px;
	position: absolute;
	right: 20px;
	top: 0px;
	cursor: pointer;
}
.detailsCon .left{
	width: 75%;
	float: left;
}
.detailsCon .right{
	width: 25%;
	margin-top: 100px;
	float: right;
}

.detailsCon .left .title{
	overflow: hidden;
}
.detailsCon .left .title img{
	float: left;
	width: 200px;
	margin-right: 20px;
}
.detailsCon .left .title h4{
	float: left;
	width: 68%;
	font-size: 18px;
	color: #333;
	margin-top: 38px;
	font-weight: bold;
}
.detailsCon .left .title span{
	font-size: 12px;
	color: #333;
}

.detailsCon .left .ms{
	font-size: 14px;
	color: #333;
	margin-top: 30px;
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
}
.detailsCon .left .ms h5{
	font-weight: initial;
}
.detailsCon .left .ms p{
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}

.load{
	width: 1024px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	position: absolute;
}
.load span{
	cursor: pointer;
}
.detailsCon .left .ms img{
	width: 350px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.detailsCon .left .ms img:nth-child(even){
	margin-right: 0px;
}


.detailsCon .right h2{
	text-align: left;
    font-size: 16px;
    color: #333;
    margin-left: 20px;
	font-weight: bold;
}

.swiper-container3{
	height: 840px;
	overflow: hidden;
	margin-left: 50px;
}
.swiper-container3 img{
	width: 100%;
}
.swiper-container3 p{
	font-size: 14px;
	color: #333;
}