/*领域服务页面*/
* {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', '微软雅黑';
}
.field-service-wrap>.container{
	padding: 0 58px 5px;
	box-sizing: border-box;
}
.ffsv-side-wrap{
	width: 240px;
	min-height: 1400px;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 2px 
		rgba(121, 121, 121, 0.07);
	border-radius: 3px;
	padding: 20px 0;
}
.ffsv-title{
	font-size: 16px;
	color: #222080;
	line-height: 16px;
	padding-left: 19px;
}
.ffsv-dot{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background:#222080;
	margin-right: 3px;
}
.ffsv-tip{
	font-size: 12px;
	color: #fe8416;
	padding-left: 19px;
	height: 16px;
    display: flex;
    align-items: center;
}
.ffsv-side-list>li{
	font-size: 16px;
	padding-left: 19px;
	line-height: 34px;
	cursor: pointer;
}
.ffsv-side-list>li:hover{
	background: #f9f9f9;
}
.ffsv-side-list>li.active{
	font-weight: bold;
	color: #222080;
}
.ffsv-side-list>li.active a{
	color: #222080;
}
.ffsv-side-list>li a{
	display: block;
}
.ffsv-content{
	/*width: 900px;*/
	min-height: 1400px;
}
.center-introduce-title{
	height: 37px;
	line-height: 37px;
	background-color: #f7f7f7;
	padding: 0 20px;
	color: #222080;
	font-weight: 400;
	font-size: 14px;
}
.center-introduce-title span{
	border-bottom: 2px solid #222080;
	position: relative;
	line-height: 35px;
    display: inline-block;
}
.center-introduce-title span:before{
	content: "";
    width: 0;
    height: 0;
    border-bottom: 3px solid #222080;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.center-introduce-text{
	line-height: 24px;
	font-size: 14px;
}
.center-introduce-text>p,.center-introduce-text>div{
	margin-top: 20px;
}
.center-introduce-text.english{
	color: #999999;
}
.show-videos-img{
	position: relative;
	width: 851px;
	height: 241px;
	cursor: pointer;
	margin: 35px auto 0;
}
.show-play-icon{
	display: inline-block;
	width:56px;
	height:56px;
	background: url(/entry/img/zlive-play-a7a039e6266b15d3.png) no-repeat;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.fs-pdf-bar{
	width: 851px;
	height: 64px;
	line-height: 64px;
	color: #222080;
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 0 17px;
	margin: 17px auto;
	cursor: pointer;
}
.subCenter-img{
	text-align: center;
}
.subCenter-img img{
	max-width: 90%;
}
.go-subCenter-btn{
	font-size: 14px;
	margin-top: 10px;
}
.go-subCenter-btn a{
	color: #222080;
	text-decoration: underline;
}
/*旋转木马*/
.poster-main{ position:relative;width:942px;height:338px;margin:0 auto;}
.poster-main a,.poster-main img{display:block;}
.poster-main .poster-list{width:620px;height:338px;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:50%;margin-top:-16px;width: 32px;height: 32px; z-index:10; cursor:pointer;}
.poster-main .poster-prev-btn{left:10px; background: url(/entry/img/ks-btn-left-250190d746b9a39e.png) no-repeat  center;background-size: 100% 100%;}
.poster-main .poster-next-btn{right:10px; background: url(/entry/img/ks-btn-right-fb417840d5c4a524.png) no-repeat  center;background-size: 100% 100%;}
.poster-main .poster-btn:hover{opacity: .8;}
