.jdc-rwd {
	min-width: 1200px;
	overflow-x: hidden
}

.jdc-first-screen {
	background: #f5f7fd;
	padding-top: 20px
}

.jdc-first-screen .g-left {
	float: left;
	width: 940px;
	margin-right: 20px
}

.jdc-first-screen .g-right {
	float: left;
	width: 240px;
	height: 440px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff
}

.fs-slide {
	width: 940px;
	height: 320px;
	background: url(https://img1.jcloudcs.com/portal/header/bg-banner.png) no-repeat center
}

.fs-slide .fs-slide-item {
	background: #fff;
	display: block;
	position: relative;
	width: 940px;
	height: 320px;
	color: #212121
}

.fs-slide .fs-slide-item img {
	vertical-align: top;
	width: 100%
}

.fs-slide .fs-slide-item .fs-slide-ct {
	position: absolute;
	top: 66px;
	left: 60px;
	width: 360px
}

.fs-slide .fs-slide-item .fs-slide-ct .fs-slide-txt {
	height: 128px
}

.fs-slide .fs-slide-item .fs-slide-ct .fs-slide-tit {
	font-size: 30px;
	line-height: 40px;
	max-height: 80px;
	overflow: hidden
}

.fs-slide .fs-slide-item .fs-slide-ct .fs-slide-des {
	margin-top: 10px;
	line-height: 20px;
	max-height: 20px;
	overflow: hidden;
	color: #666
}

.jdc-first-screen .jdc-swiper-pagination {
	text-align: left;
	width: auto;
	left: 60px;
	bottom: 16px
}

.fs-slide .jdc-swiper-pagination .swiper-pagination-bullet {
	background-color: #D3D3D3;
	opacity: .4
}

.fs-slide .jdc-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-slide-active .fs-slide-ct {
	-webkit-animation: fadeInUp-s .6s cubic-bezier(0.4,0,.3,1) 0s normal none 1;
	animation: fadeInUp-s .6s cubic-bezier(0.4,0,.3,1) 0s normal none 1
}

@-webkit-keyframes fadeInUp-m {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,80px,0);
		transform: translate3d(0,80px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp-m {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,80px,0);
		transform: translate3d(0,80px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUp-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,30px,0);
		transform: translate3d(0,30px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,30px,0);
		transform: translate3d(0,30px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fs-box-wrap {
	padding-top: 20px;
	margin-left: -20px
}

.fs-box-wrap .col-4 {
	padding-left: 20px
}

.fs-box-wrap .fs-box-item {
	display: block;
	background-color: #fff;
	padding: 18px
}

.fs-box-wrap .fs-box-item:hover {
	box-shadow: 0 0 9px 0 rgba(64,87,219,.1)
}

.fs-box-wrap .fs-box-item:hover .box-item-txt dt {
	color: #4762fe
}

.fs-box-wrap .fs-box-item .box-item-img {
	float: left;
	margin-right: 20px;
	width: 64px;
	height: 64px
}

.fs-box-wrap .fs-box-item .box-item-img img {
	width: 100%
}

.fs-box-wrap .fs-box-item .box-item-txt {
	overflow: hidden;
	line-height: 18px
}

.fs-box-wrap .fs-box-item .box-item-txt dt {
	color: #212121;
	font-size: 14px;
	margin: 2px 0 8px
}

.fs-box-wrap .fs-box-item .box-item-txt dd {
	color: #666;
	font-size: 12px;
	max-height: 36px
}

.fs-tag {
	font-size: 12px;
	color: #e1251b;
	font-weight: 700;
	display: inline-block;
	margin-left: 5px
}

.news-tag {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #dcdfe6;
	color: #999;
	border-radius: 10px;
	padding: 0 8px;
	margin-left: 5px
}

.fs-personal {
	text-align: center;
	border-bottom: 1px solid #eee;
	height: 188px
}

.fs-personal .personal-tit {
	font-size: 0;
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden
}

.fs-personal .personal-tit>* {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle
}

.fs-personal .personal-tit strong {
	font-weight: 400;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis
}

.fs-personal .personal-tit .personal-name {
	max-width: 140px
}

.fs-personal .personal-tit .news-tag {
	font-size: 12px
}

.fs-personal .personal-bd {
	padding-top: 12px
}

.fs-personal .personal-bd img {
	display: block;
	margin: 0 auto 12px;
	width: 64px;
	height: 64px
}

.fs-personal .personal-link {
	height: 20px;
	line-height: 20px;
	padding-top: 8px
}

.fs-personal .text-black-link {
	font-size: 12px
}

.fs-personal .personal-todo {
	padding: 24px 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.fs-personal .personal-todo .m-flex-item a:hover .num {
	color: #4762fe
}

.fs-personal .personal-todo .num {
	font-size: 18px;
	color: #212121
}

.fs-personal .personal-todo .txt {
	display: block;
	font-size: 12px;
	color: #666
}

.fs-personal .personal-control {
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: left;
	position: relative;
	background-color: #f9faff;
	color: #666;
	box-sizing: border-box;
	padding: 0 30px 0 10px;
	font-size: 12px
}

.fs-personal .personal-control:after {
	top: 6px;
	right: 6px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.fs-personal .personal-control:hover .num {
	color: #4762fe
}

.fs-personal .personal-control .num {
	float: right;
	font-size: 18px;
	color: #212121
}

.fs-personal-3 .personal-tit .personal-name {
	max-width: 100px
}

.fs-personal-3 .personal-bd img {
	border-radius: 50%
}

.fs-news {
	padding: 16px 10px
}

.fs-news li {
	line-height: 18px
}

.fs-news li+li {
	margin-top: 12px
}

.fs-news li .news-tag {
	margin-left: 0
}

.fs-news li a {
	height: 36px;
	margin-top: 6px;
	font-size: 12px;
	display: block;
	color: #666
}

.fs-news li a:hover {
	color: #4762fe
}

.fs-pc-img {
	display: block
}

.fs-m-img {
	display: none
}

@media (max-width:1240px) {
	.jdc-rwd {
		overflow-x: auto;
		min-width: 1240px
	}
}

@media (max-width:768px) {
	.jdc-rwd {
		min-width: 320px
	}

	.jdc-rwd .fs-pc-img {
		display: none
	}

	.jdc-rwd .fs-m-img {
		display: block
	}

	.jdc-rwd .jdc-first-screen {
		padding-top: 0
	}

	.jdc-rwd .jdc-first-screen .g-left {
		float: none;
		width: 100%;
		margin-right: 0
	}

	.jdc-rwd .jdc-first-screen .g-right {
		display: none
	}

	.jdc-rwd .fs-slide {
		width: 100%;
		height: auto;
		background: 0 0
	}

	.jdc-rwd .fs-slide .fs-slide-item {
		width: 100%;
		height: auto
	}

	.jdc-rwd .fs-slide .fs-slide-item .fs-slide-ct {
		top: auto;
		left: 0;
		right: 0;
		bottom: 37px;
		width: 75%;
		margin: 0 auto;
		text-align: center
	}

	.jdc-rwd .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-txt {
		height: auto;
		padding-bottom: 15px
	}

	.jdc-rwd .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-tit {
		font-size: 20px;
		line-height: 22px;
		max-height: 44px;
		min-height: 44px
	}

	.jdc-rwd .fs-slide .fs-slide-item .fs-slide-ct .fs-slide-des {
		display: none
	}

	.jdc-rwd .fs-slide .fs-slide-item .fs-slide-ct .jdc-btn-blue {
		min-width: 123px
	}

	.jdc-rwd .jdc-first-screen .jdc-swiper-pagination {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 4px
	}

	.jdc-rwd .fs-box-wrap {
		padding: 10px 10px 0;
		margin-left: -5px
	}

	.jdc-rwd .fs-box-wrap .col-4 {
		padding-left: 5px
	}

	.jdc-rwd .fs-box-wrap .fs-box-item {
		padding: 10px 10px 5px;
		box-shadow: 0 0 9px 0 rgba(64,87,219,.1)
	}

	.jdc-rwd .fs-box-wrap .fs-box-item:hover {
		box-shadow: 0 0 9px 0 rgba(64,87,219,.1)
	}

	.jdc-rwd .fs-box-wrap .fs-box-item:hover .box-item-txt dt {
		color: #4762fe
	}

	.jdc-rwd .fs-box-wrap .fs-box-item .box-item-img {
		float: none;
		width: 32px;
		height: 32px;
		margin: 0 auto
	}

	.jdc-rwd .fs-box-wrap .fs-box-item .box-item-txt {
		overflow: hidden;
		line-height: 18px
	}

	.jdc-rwd .fs-box-wrap .fs-box-item .box-item-txt dt {
		font-size: 12px;
		margin: 20px 0 0;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		height: 36px;
		text-align: center
	}

	.jdc-rwd .fs-box-wrap .fs-box-item .box-item-txt dd {
		display: none
	}
}