/* CSS Document */
body{ background:#230754;}
.tqedu-head {
    height: 66px;
}
.s_banner , .s_banner .s-pic{display: block;}
.s_banner .m-pic{display: none;}
*,*:before,*:after{box-sizing:border-box;}
.s-pic img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

.A-box{ display:block; overflow:hidden; margin:50px auto;}
.B-box{ margin:0 auto; width:1400px;}
.Area-title{ display:block;overflow:hidden; margin-bottom:20px;}
.title-box{ margin:0 auto; padding:10px 30px; display:table; background:#b433a4;}
.titile-city{ float:left; font-size:48px; font-weight:bold; color:#fff; margin-right:10px;}
.title-zh-en{ float:left;}
.title-zh-en p{ font-size:32px; color:#fff; font-weight:lighter; font-family:"阿里巴巴普惠体 L", "阿里巴巴普惠体 R", "阿里巴巴普惠体 B";}
.title-zh-en em{ font-size:11px; color:#fff; text-transform : uppercase; font-family:"Adobe Caslon Pro"; opacity: 0.4;}
.percity{ display:table-row; font-size:14px; color:#fff;}
.Area-con{ display:block; overflow:hidden;}

.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	margin: 10px 5px;
	min-width: 250px;
	max-width: 270px;
	width: 20%;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.stu-img{ height:270px; overflow:hidden;}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0;
}

.grid figure h2 {
	font-size:36px;
	word-spacing: -0.15em;
	font-weight: bold;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 16px;
}
.grid figure p em{ font-size:14px; border:1px solid #fff; padding:10px 30px;}

.top-txt{ position:relative; background:#fff; padding:5px 0;}
.top-txt span{ font-size:8px; color:#999;}
.bottom-txt{ position:relative; background:#6f38b3; padding:10px 0;}
.bottom-txt h3, .bottom-txt p{ text-align:center;}
.bottom-txt h3{ font-size:20px; color:#fff;}
.bottom-txt em{ font-size:14px; color:#fff;}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}



figure.effect-bubba h2 {
	padding-top:15%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba p {
	padding: 20px 1.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



@media screen and (max-width:640px){

.s_banner .s-pic,.ho_call{display: none;}
.s_banner .m-pic{display: block;}
.m-pic img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

.B-box {
    margin: 0 auto;
    width: 100%;
}
.grid {
    max-width: 100%;
}
.grid figure {
    position: relative;
    float: left;
    margin: 10px 2%;
	min-width:40%;
    width: 46%;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.title-box {
    margin: 0 auto;
    padding: 5px 20px;
}
.titile-city {
    float: left;
    font-size: 36px;
}
.title-zh-en p {
    font-size: 24px;
}
.stu-img {
    height: 165px;
}
.grid figure figcaption {
    padding: 2em 0.5em;
}
figure.effect-bubba h2 {
    padding-top: 10%;
}
.grid figure h2 {
    font-size: 24px;
    word-spacing: -0.15em;
    font-weight: bold;
}
figure.effect-bubba p {
    padding: 15px 0;
}
.grid figure p em {
    font-size: 14px;
    border: 1px solid #fff;
    padding: 5px 10px;
}
	
}

/* 手机版头部logo位置 */
.logo-img img{margin-top: 7px;}