﻿

.mycon{
	margin: -130px auto 0 auto;
	height: 130px;
	position: relative;
}
.ab_tittle{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	border-left: 5px solid #007AFF;
	padding-left: 15px;
}
.ab_tittle span{
	font-size: 40px;
	color: #fff;
}
.ab_tittle p{
	padding-top: 10px;
	color: #fff;
}

.mydh_bar{
	padding: 10px;
	font-size: 12px;
	color: #999999;
}
.mydh_bar span{
	padding: 0 10px;
}

.largetit{
	width: 100%;
	padding: 50px 0 60px 0;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin: 0;
	color: #333;
}
.jjpage{
	width: 100%;

	padding: 30px 0 80px 0;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.myimgbox{
	width: 23%;
	margin: 0 1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.jjpage .myimgbox .zhutu{
	width: 100%;
	height: auto;
	display: block;
}
.jjpage .myimgbox .tbbox{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.jjpage .theblakbj{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.2);
	left:0;
	top: 0;
	z-index: 50;
}
.jjpage .myimgbox .tbbox img{
	width: 50px;
	height: 50px;
}
.jjpage .myimgbox .tbbox span{
	display: block;
	width: 80%;
	height: 40px;
	margin: 0 10%;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	font-size: 18px;
}
.jjpage .myimgbox:hover{
	cursor: pointer;
}
.jjpage .myimgbox img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.jjpage .myimgbox .theblakbj:before {
	display: block;
	background:  rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	content: " ";
	opacity: 0.3;
	top: 0;
	visibility: visible
}

.jjpage .myimgbox .theblakbj:after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(72,109,248,0.8);
	opacity: 0;
	top: 0;
	visibility: hidden;
	z-index: 98;
}

.jjpage .myimgbox:hover .zhutu {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.jjpage .myimgbox:hover .theblakbj:after {
	opacity: 0.8;
	visibility: visible
}

.jjpage .myimgbox:hover .theblakbj:before {
	visibility: hidden;
	opacity: 0
}
@media (max-width:640px) {
	.ab_tittle span{font-size:20px}
	.mycon{padding-left:2%}
	.ab_tittle{padding-left:5px}
	.myimgbox{width: 32% !important;margin:0 0 2% 0}
	.jjpage .myimgbox .tbbox span{font-size:14px}
	.jjpage{justify-content: space-around;}
.largetit{padding:3% 0;font-size:20px}
	}