.swiper-pagination-bullet {
	background: #fff !important;
	opacity: .3 !important;
	width:10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.small-tit {
	background: rgb(222, 222, 222, .2);
	margin: 24px auto 0 auto;
	border-radius: 24px;
	height: 48px;
	width:350px;
	line-height: 48px;
	display: flex;
	justify-content: center;
	font-size: 16px;
}

.small-tit li.st-right {
	color: #333;
}
.small-tit li.st-left {
	margin-left:50px;
}
.small-tit li {
	position: relative;
	color: #4766A7;
	margin:0 25px;
}

.small-tit li:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #4766A7;
	position: absolute;
	top: 16px;
	left: -24px;

}

.small-tit li.st-right:before {
	background: #999;
}

.account-con img {
	width: 100%
}

.characteristic {
	background: #F5F9FC;
	overflow: hidden;
	margin-top:80px;
	padding-bottom: 50px;
}

.tabindexList {
	margin: 30px 0;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
}

.tabindexList dl {
	display: inline-block;
	float: left;
	width:20%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.tabindexList dl img{
	display: inline-block;
}
.tabindexList dd{
	margin-top:20px;
}
.tabindexList dl.active {
	color: #4B6BB2;   
}
.tabindexList dl:nth-child(1) dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon1.png') center center no-repeat;
	height: 80px;
	/*width:80px;*/
}
.tabindexList dl:nth-child(2) dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon2.png') center center no-repeat;
	height: 80px;
	/*width:80px;*/
}
.tabindexList dl:nth-child(3) dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon3.png') center center no-repeat;
	height: 80px;
	/*width:80px;*/
}
.tabindexList dl:nth-child(4) dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon4.png') center center no-repeat;
	height: 80px;
	/*width:80px;*/
}
.tabindexList dl:nth-child(5) dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon5.png') center center no-repeat;
	height: 80px;
	/*width:80px;*/
}
.tabindexList dl:nth-child(1).active dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon1h.png') center center no-repeat;
}
.tabindexList dl:nth-child(2).active dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon2h.png') center center no-repeat;
}
.tabindexList dl:nth-child(3).active dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon3h.png') center center no-repeat;
}
.tabindexList dl:nth-child(4).active dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon4h.png') center center no-repeat;
}
.tabindexList dl:nth-child(5).active dt{
	background: url('https://zikuaiji.bj.bcebos.com/pc/index/icon5h.png') center center no-repeat;
}
.cateList li{
	float: left;
	width:20%;
	box-sizing: border-box;
	text-align: center;
	color: #999;
	cursor: pointer;
	height: 50px;
	line-height: 48px;
	border-bottom: 2px solid #fff;
	border-right: 1px solid rgba(153,153,153,.3);
}
.cateList li:nth-last-child(1){
	border-right: 0;
}
.cateList li.active span{
	color: #4766A7;
	display: inline-block;
	border-bottom: 2px solid #4766A7;
	font-weight: 500;
}
.contentTab{
	margin-top:50px;
	display: flex;
	justify-content: center;
}
.contentTab li{
	width:108px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border:1px solid rgba(153,153,153,.5);
	color: #999;
}
.contentTab li.cur{
	background: #4D6BA9;
	color: #FFF;
	border:1px solid #4D6BA9;
}
.tabUl{
	display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.tabUl li{
	background: rgba(244, 244, 244, 0.5);
	width: 243px;
	height: 225px;
	border-radius: 10px;
	text-align: center;
	padding:15px;
	margin:30px 36px 0 0;
}
.tabUl li:nth-child(4n){
	margin-right:0;
}
.tabUl li img{
	width:100%;
}
.tabUl li span{
	margin-top:18px;
	display: block;
	font-size: 16px;
}
.moreBox{
	margin-top:20px;
	display: none;
	text-align: center;
}
.noData{
	margin-top:40px;
	text-align: center;
}
.partner {
	background: #F5F9FC;
	padding: 60px 0;
}
.partTit h4{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
.partTit p{
	text-align: center;
	font-size: 20px;
	margin-top:10px;
}
.partner ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top:30px;
}

.partner ul li img {
	width: 200px;
}

.swiper-cases .swiper-slide {
	width: 800px !important;
}

.swiper-cases {
	margin-top: 50px;
}

.cases {
	margin-bottom: 50px;
}
.swiper-cases .swiper-slide{	
  transform: scale(0.8);
  opacity: 0.4;
}
.swiper-cases .swiper-slide.swiper-slide-active{	
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}
.swiper-cases .swiper-button-prev:after, .swiper-cases .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
.swiper-cases .swiper-button-next:after, .swiper-cases .swiper-container-rtl .swiper-button-prev:after{
	content: '';
}
.swiper-cases .swiper-button-prev {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.3;
	background-size: 15px;
	cursor: pointer;
	top:61%;
}

.swiper-cases .swiper-button-next {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.3;
	background-size: 15px;
	cursor: pointer;
	top:61%;
}
.modal{
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.4);
	left: 0;
	top:0;
	z-index: 1000;
}
.modal-dialog{
	background:#fff;
	width:1008px;
	margin:100px auto;
	border-radius: 10px;
	padding:0 12px 12px 12px;
	text-align: center;
}
.modal-header{
	height: 50px;
	line-height: 50px;
	padding:0 12px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 12px;
}
.videoTitle{
	float: left;
}
.videoClose{
	float: right;
	font-size: 30px;
	color: #999999;
}