/*js代码(www.jsdaima.com)是IT资源下载与IT技能学习平台。我们拒绝滥竽充数，只提供精品IT资源！*/


.mlist .owl-dots .owl-dot.active span, .imagelink .owl-dots .owl-dot.active span, .mlist .owl-dots .owl-dot:hover span, .imagelink .owl-dots .owl-dot:hover span {
	background: #0068bb;
	border: 1px solid #0068bb;
}
.mlist .owl-dots .owl-dot span, .imagelink .owl-dots .owl-dot span {
	border: 1px solid rgba(170, 170, 170, 0.2);
}

.ff_indexPage .mlist .container_header {
	float: left;
}
.ff_indexPage .mlist .container_header .title {
	display: inline-block;
	margin-right: 10px;
}
.ff_indexPage .mlist .container_header .subtitle {
	display: inline-block;
}
.ff_indexPage .mlist .module_container .container_category {
	float: right;
	padding-top: 0;
}

.team .content_list .item_wrapper, .ff_indexPage .ad01.mlist .content_list .item_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}


.mlist:not(.imagelink) .content_list .item_block:hover {
	background-color: transparent;
}
.mlist:not(.imagelink) .content_list .item_block:hover .details {
	border-color: #0068bb;
	background-color: #0068bb;
	color: #fff;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {
	transform: scale(1.08);
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
	color: #0068bb;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
	color: #868585;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .date_wrap {
	color: #868585;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
	color: #868585;
}
.mlist .owl-dots .active.owl-dot span, .ff_topSlider .owl-dots .active.owl-dot span, .imagelink .owl-dots .active.owl-dot span, .mlist .owl-dots .owl-dot:hover span, .ff_topSlider .owl-dots .owl-dot:hover span, .imagelink .owl-dots .owl-dot:hover span {
	background: #ffffff;
}
.mlist .owl-dots .owl-dot span, .ff_topSlider .owl-dots .owl-dot span, .imagelink .owl-dots .owl-dot span {
	border: 1px solid #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	background: none;
	width: 8px;
	height: 8px;
	margin: 5px;
	transition: all 0.2s ease-in;
}


ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}

a {
	color: #666;
}
a.active {
	color: #333;
}
img {
	max-width: 100%;
}
.fa-angle-right, .fa-angle-down {
	color: inherit;
	padding-left: 10px;
}
.item_index {
	display: none;
}

::-webkit-scrollbar-track-piece, ::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
 width: 5px;
}

::-webkit-scrollbar-track-piece {
 background-color: #101012;
}

::-webkit-scrollbar {
 background-color: #0068bb;
}

::-webkit-scrollbar-thumb {
 background-color: #333;
}

::-webkit-scrollbar-thumb:hover {
 background-color: #0068bb;
}
.item_tags {
	clear: both;
	height: 28px;
	border-top: 1px solid rgba(170, 170, 170, 0.2);
}
.item_tags::after {
	content: "";
	display: block;
	clear: both;
}
.item_tags .item_box {
	display: none;
}
.item_tags .fa-tags {
	display: none;
}
.item_tags >a {
	float: left;
	margin-right: 10px;
	padding: 0 14px;
	line-height: 20px;
	border: 1px solid rgba(170, 170, 170, 0.2);
	font-size:0.8rem;
}
.module {
	background: #fff;
}


.container_content {
	clear: both;
}
.mlist:not(.imagelink) .content_list .item_block {
	border: 1px solid rgba(170, 170, 170, 0.2);
	background-color: transparent;
	box-sizing: border-box;
}
.mlist:not(.imagelink) .content_list .item_block .item_tags {
	padding: 15px;
}
.mlist:not(.imagelink) .content_list .item_info .title {
	transition: all 0.36s ease;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.mlist:not(.imagelink) .content_list .item_info .subtitle {
	transition: all 0.36s ease;
	color: #777;
	font-size: 14px;
	line-height: 22px;
}
.mlist:not(.imagelink) .content_list .date_wrap {
	transition: all 0.36s ease;
	font-size: 13px;
	line-height: 26px;
	color: #888;
}
.mlist:not(.imagelink) .content_list .item_des {
	margin-top: 13px;
}
.mlist:not(.imagelink) .content_list .item_des .description {
	transition: all 0.36s ease;
	font-size: 13px;
	line-height: 24px;
	height: 52px;
	overflow: hidden;
	color: #999;
}
.mlist:not(.imagelink) .content_list .item_img {
	position: relative;
	overflow: hidden;
}
.mlist:not(.imagelink) .content_list .item_img img {
	transition: all 0.36s ease;
	display: inline;
}
.mlist:not(.imagelink) .content_list .item_wrapper .details {
	display: none;
}
.mlist:not(.imagelink) .content_list .details {
	transition: all 0.36s ease;
	border: 1px solid rgba(170, 170, 170, 0.2);
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 0 20px;
}


.ff_indexPage .module {
	padding-top: 20px;
	padding-bottom: 2px;
}
.ff_indexPage {
	position: relative;
}
.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.ff_indexPage .mlist .content_wrapper {
	padding-top: 21px;
}


.ff_indexPage .project .content_list::after, .bodyproject .project .content_list::after {
	content: "";
	display: block;
	clear: both;
}
.ff_indexPage .project .content_wrapper, .bodyproject .project .content_wrapper {
	position: relative;
	margin-right: -10px;
}
.ff_indexPage .project .content_wrapper.slider, .bodyproject .project .content_wrapper.slider {
	margin-right: 0;
}
.ff_indexPage .project .content_wrapper.slider .item_block, .bodyproject .project .content_wrapper.slider .item_block {
	margin-bottom: 0;
}
.ff_indexPage .project .owl-item .item_block, .bodyproject .project .owl-item .item_block {
	width: 100%;
}
.ff_indexPage .project .item_block, .bodyproject .project .item_block {
	transition: all 0.36s ease;
	width: calc(100% / 4 - 10px);
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}


.bodyindex .mlistpost.project .content_list .item_block, .bodyindex .mlist.project .content_list .item_block, .bodyproject .mlistpost.project .content_list .item_block, .bodyproject .mlist.project .content_list .item_block {
	border: none;
}
.bodyindex .mlistpost.project .item_tags, .bodyindex .mlist.project .item_tags, .bodyproject .mlistpost.project .item_tags, .bodyproject .mlist.project .item_tags {
	position: relative;
	transition: all 0.36s ease;
}
.bodyindex .mlistpost.project .item_tags:after, .bodyindex .mlist.project .item_tags:after, .bodyproject .mlistpost.project .item_tags:after, .bodyproject .mlist.project .item_tags:after {
	content: "";
	position: absolute;
	top: 0;
	right: 48px;
	height: 48px;
	border-left: 1px solid transparent;
}
.bodyindex .mlistpost.project .item_tags >a, .bodyindex .mlist.project .item_tags >a, .bodyproject .mlistpost.project .item_tags >a, .bodyproject .mlist.project .item_tags >a {
	border: none;
}
.bodyindex .mlistpost.project .date_wrap, .bodyindex .mlist.project .date_wrap, .bodyproject .mlistpost.project .date_wrap, .bodyproject .mlist.project .date_wrap {
	display: none;
}
.bodyindex .mlistpost.project .content_list .item_block .item_tags, .bodyindex .mlist.project .content_list .item_block .item_tags, .bodyproject .mlistpost.project .content_list .item_block .item_tags, .bodyproject .mlist.project .content_list .item_block .item_tags {
	padding: 10px 30px;
}
.bodyindex .mlistpost.project .item_box, .bodyindex .mlist.project .item_box, .bodyproject .mlistpost.project .item_box, .bodyproject .mlist.project .item_box {
	display: block;
}
.bodyindex .mlistpost.project .content_list .item_img .item_mask, .bodyindex .mlist.project .content_list .item_img .item_mask, .bodyproject .mlistpost.project .content_list .item_img .item_mask, .bodyproject .mlist.project .content_list .item_img .item_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-bottom: none;
	transition: all 0.36s ease;
}
.bodyindex .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper, .bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper, .bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper, .bodyproject .mlist.project .content_list .item_block:hover .item_box .item_wrapper {
	background: #0068bb;
}
.bodyindex .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description, .bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description, .bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description, .bodyproject .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
	color: #e4f4e3;
}
.bodyindex .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle, .bodyindex .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title, .bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle, .bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title, .bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle, .bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title, .bodyproject .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle, .bodyproject .mlist.project .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
	color: #fff;
}
.bodyindex .mlistpost.project .content_list .item_block:hover .item_tags, .bodyindex .mlist.project .content_list .item_block:hover .item_tags, .bodyproject .mlistpost.project .content_list .item_block:hover .item_tags, .bodyproject .mlist.project .content_list .item_block:hover .item_tags {
	background: #0068bb;
	border-top-color: rgba(255, 255, 255, 0.2);
}
.bodyindex .mlistpost.project .content_list .item_block:hover .item_tags:after, .bodyindex .mlist.project .content_list .item_block:hover .item_tags:after, .bodyproject .mlistpost.project .content_list .item_block:hover .item_tags:after, .bodyproject .mlist.project .content_list .item_block:hover .item_tags:after {
	border-left-color: rgba(255, 255, 255, 0.2);
}
.bodyindex .mlistpost.project .content_list .item_block:hover .item_tags a, .bodyindex .mlist.project .content_list .item_block:hover .item_tags a, .bodyproject .mlistpost.project .content_list .item_block:hover .item_tags a, .bodyproject .mlist.project .content_list .item_block:hover .item_tags a {
	color: #fff;
}
.bodyindex .mlistpost.project .content_list .item_block:hover .item_img .item_mask, .bodyindex .mlist.project .content_list .item_block:hover .item_img .item_mask, .bodyproject .mlistpost.project .content_list .item_block:hover .item_img .item_mask, .bodyproject .mlist.project .content_list .item_block:hover .item_img .item_mask {
	border-color: #0068bb;
}
.bodyindex .mlistpost.project .item_tags >a, .bodyindex .mlist.project .item_tags >a, .bodyproject .mlistpost.project .item_tags >a, .bodyproject .mlist.project .item_tags >a {
	padding-left: 0;
}
.bodyindex .mlistpost.project .mlist .content_wrapper .more, .bodyindex .mlist.project .mlist .content_wrapper .more, .bodyproject .mlistpost.project .mlist .content_wrapper .more, .bodyproject .mlist.project .mlist .content_wrapper .more {
	display: none;
}
.bodyindex .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyindex .mlist.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlist.project .content_list .item_block .item_box .item_wrapper {
	padding: 30px;
}
.bodyindex .mlistpost.project .content_list .details, .bodyindex .mlist.project .content_list .details, .bodyproject .mlistpost.project .content_list .details, .bodyproject .mlist.project .content_list .details {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	color: transparent;
}
.bodyindex .mlistpost.project .content_list .item_block:hover .details, .bodyindex .mlist.project .content_list .item_block:hover .details, .bodyproject .mlistpost.project .content_list .item_block:hover .details, .bodyproject .mlist.project .content_list .item_block:hover .details {
	background-color: transparent;
}

@media screen  and (max-width:768px) {
.ff_indexPage .project .item_block, .bodyproject .project .item_block {
	transition: all 0.36s ease;
	width: calc(100% / 3 - 10px);
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.bodyindex .mlistpost.project .content_list .item_block .item_tags, .bodyindex .mlist.project .content_list .item_block .item_tags, .bodyproject .mlistpost.project .content_list .item_block .item_tags, .bodyproject .mlist.project .content_list .item_block .item_tags {
	padding: 10px 10px;
}
.bodyindex .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyindex .mlist.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlist.project .content_list .item_block .item_box .item_wrapper {
	padding: 5px;
}
}

@media screen  and (max-width:425px) {
.ff_indexPage .project .item_block, .bodyproject .project .item_block {
	transition: all 0.36s ease;
	width: calc(100% / 2 - 10px);
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
	
}

.bodyindex .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyindex .mlist.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlist.project .content_list .item_block .item_box .item_wrapper {
	padding: 5px;
}
}

@media screen  and (max-width:325px) {
.ff_indexPage .project .item_block, .bodyproject .project .item_block {
	transition: all 0.36s ease;
	width: calc(100% / 1 - 10px);
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
.bodyindex .mlistpost.project .content_list .item_block .item_tags, .bodyindex .mlist.project .content_list .item_block .item_tags, .bodyproject .mlistpost.project .content_list .item_block .item_tags, .bodyproject .mlist.project .content_list .item_block .item_tags {
	padding: 10px 20px;
}
.bodyindex .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyindex .mlist.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlistpost.project .content_list .item_block .item_box .item_wrapper, .bodyproject .mlist.project .content_list .item_block .item_box .item_wrapper {
	padding: 15px;
}
}