@charset "utf-8";

/*

@用途：名师介绍页面；
@创建日期：2015/7/25
@修改时间：2017/12/19

*/
body {
	font-family: "微软雅黑"
}
a {
	blr:expression(this.onFocus=this.blur()); outline:none;
}
.msjs-img{
	display: block;
	border:0;
	width: 100%;
	margin:30px auto;
}

/*banner样式*/
#msjs-banner-ly {
    width: 100%;
    position: relative;
}
#msjs-banner-ly .txt{
	position: absolute;
	top:93px;
	left: 0;
	width: 100%;
	text-align: center;
}
#msjs-banner-ly .txt h1{
	font-size: 68px;
	color:#fff;
	font-weight: bold;
}
#msjs-banner-ly .txt h1 span{
	font-size: 22px;
	margin-left: -20px;
	font-weight: 500;
}
#msjs-banner-ly .txt p{
	font-size: 45px;
	color:#0066d5;
	position: relative;
	font-weight: bold;
	width: 395px;
	margin:0 auto;
}
#msjs-banner-ly .txt p span{
	width: 100%;
	font-size: 45px;
	color:#fff;
	position: absolute;
	top:-3px;
	left: 0;
	font-weight: bold;
}
#msjs-banner-ly .txt small{
	display: block;
	width: 295px;
	height: 28px;
	border-radius: 50px;
	background-color: #0070ea;
	margin:10px auto 0 auto;
	font-size: 18px;
	line-height: 28px;
	color:#fff;
}
#msjs-banner-ly .txt i{
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
}
#msjs-banner-ly .msjs-banner {
	display: block;
	width: 100%;
	height: 351px;
}
.msjs-nav-ly {
	width: 100%;
	height: 150px;
	box-shadow: 0 10px 50px 2px #e2e9f0;
	position: relative;
}
.msjs-nav-ly ul{
	list-style-type: none;
	width: 1180px;
	height: 150px;
	margin:0 auto;
	position: relative;
}
.msjs-nav-ly ul li{
	float: left;
	width: 20%;
	height: 150px;
	background: url('images/xueli/1014yf.png') no-repeat center 45px;
}
.msjs-nav-ly ul #sz_2{
	background-image: url('images/xueli/1014pm.png')
}
.msjs-nav-ly ul #sz_3{
	background-image: url('images/xueli/1014ui.png')
}
.msjs-nav-ly ul #sz_5{
	background-image: url('images/xueli/1014ds.png')
}
.msjs-nav-ly ul li:hover,
.msjs-nav-ly ul li.active,
.msjs-nav-ly ul li.msjs-nav-on{
	background: url('images/xueli/1014yf1.png') no-repeat center 45px;
}
.msjs-nav-ly ul #sz_2:hover,
.msjs-nav-ly ul li.msjs-nav-on#sz_2 {
	background-image: url('images/xueli/1014pm1.png')
}
.msjs-nav-ly ul #sz_3:hover,
.msjs-nav-ly ul li.msjs-nav-on#sz_3{
	background-image: url('images/xueli/1014ui1.png')
}
.msjs-nav-ly ul #sz_5:hover,
.msjs-nav-ly ul li.msjs-nav-on#sz_5{
	background-image: url('images/xueli/1014ds1.png')
}
.msjs-nav-ly ul li:hover .msjs-nav-text,
.msjs-nav-ly ul li.active .msjs-nav-text,
.msjs-nav-ly ul li.msjs-nav-on .msjs-nav-text{
	color:#006aec;
}

.msjs-nav-ly ul li .msjs-nav-text{
	width: 100%;
	color:#404955;
	font-size: 14px;
	text-align: center;
	margin-top: 108px;
}

.msjs-nav-ly ul li a{
	display: block;
	width: 100%;
	height: 149px;
	padding-top: 1px;
	text-decoration: none;
	background:transparent;
}
/*banner结束*/


/*名师介绍详细内容*/
.msjs-cont {
    width: 1180px;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 44px;
}

.msjs-cont ul {
	list-style-type: none;
}
.msjs-cont ul li{
	width: 380px;
	height: 520px;
	float:left;
	margin:6px;
	position: relative;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
        box-shadow: 2px 2px 10px #807d7d;
}
.msjs-cont ul li a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.msjs-cont ul li .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.msjs-cont ul li .img img{
	display: block;
	width: 100%;
}
.msjs-cont ul li .content-one{
	position: absolute;
	bottom:0;
	left: 0;
	width: 378px;
	height: 122px;
	border:1px solid #dedddd;
	border-top:0;
	background-color: #fff;
	transition: all 0.3s linear;
}
.msjs-cont ul li:hover .content-one{
	height: 0;
	visibility: hidden;
}
.msjs-cont ul li .content-one .title{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color:#898989;
	padding-top: 23px;
	height: 26px;
	line-height: 26px;
}
.msjs-cont ul li .content-one .title span.sp11{
	font-size: 22px;
	color:#000000;
	padding-right:10px;
	vertical-align: middle;
}
.msjs-cont ul li .content-one .title span.sp22{
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #898989;
	vertical-align: middle;
	padding-left:10px;
}
.msjs-cont ul li .content-one p{
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color:#0070ea;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.msjs-cont ul li .content-one p span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	background: url('http://www.chinacaier.cn/images/pc/msl.png') no-repeat left center;
}
.msjs-cont ul li .content-one p span.sp2{
	background-image: url('http://www.chinacaier.cn/images/pc/msr.png');
	margin-left:30px; 
}
.msjs-cont ul li .demo-one{
	width: 100%;
	height: 100%;
	margin:0;
	background-color: rgba(0,0,0,.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF00000);
}
.msjs-cont ul li .demo-one .header-one{
	margin:20px;
}
.szList .header-one .title{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	padding-top: 240px;
	padding-bottom: 10px;
	text-align: left;
}
.szList .header-one .title p{
	display: inline-block;
	border-bottom: 1px solid #686868;
}
.szList .header-one .title span{
	font-size: 28px;
}
.szList .header-one p.p2{
	width: 100%;
	text-align: left;
	font-size: 16px;
	color:#fff;
}
.szList .header-one p.p4{
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin:30px 0 0 0;
	color:#fff;
}
.szList .header-one p.p3{
	width: 100%;
	font-size: 12px;
	color:#808080;
	text-align: left;
	margin-top:15px;
}
.msjs-cont ul .msjs-cont-li-text {
	height: 122px;
	text-align: center;
	padding:16px 20px 0 24px;
	color:#000;
	font-size: 14px;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.msjs-cont ul .msjs-cont-li-text h2{
	font-size: 18px;
	color:#39B57D;
}
.msjs-cont ul .msjs-cont-li-text p{
	line-height: 24px;
	text-align: left;
}
.msjs-more{
	display: block;
	width: 380px;
	height: 50px;
	line-height: 50px;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	background: #036cec;
	margin:0 auto;
	border-radius: 5px;
	border:1px solid #036cec;
	transition: all 0.3s linear;
	box-shadow: 0 20px 10px -10px #84b7f5;
}
.msjs-more:hover{
	background: transparent;
	color:#036cec;
}
.msjs-mfst{
	width: 1180px;
	height: 260px;
	margin:0 auto;
	background:url(images/xueli/1014formbg.jpg) no-repeat center;
	margin-top:30px;
}
.msjs-mfst-text{
	width: 230px;
	height: 170px;
	padding: 25px;
	float: right;
	font-size: 14px;
	color:#FFF;
	background-color: #fff;
	margin-top:20px;
	margin-right: 80px;
}
.msjs-mfst-text p{
	width: 100%;
	margin-bottom: 12px;
}
.msjs-mfst-text select{
	height: 32px;
	line-height: 32px;
	width: 49%;
	border-radius: 5px;
	border:1px solid #dcdcdc;
	font-size: 14px;
	color:#808080;
}
.msjs-mfst-text input {
	width: 95%;
	padding-left: 4%;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	border:1px solid #dcdcdc;
	font-size: 14px;
	color:#808080;
}
.msjs-mfst-text a{
	display: block;
	float: right;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	border:1px solid #55cc3d;
	color:#FFF;
	font-size: 18px;
	background: #55cc3d;
	border-radius: 5px;
	transition: all 0.3s linear;
}
.msjs-mfst-text a:hover{
	background: transparent;
	color:#55cc3d;	
}


.sc_page{
	padding:10px 0;
	text-align:center;
}
.sc_page a{
	padding:3px 10px;
	font-family:"微软雅黑";
	font-weight:700;
	color:#000;
	text-decoration:none;
}
.sc_page a.active{
	border-radius:5px;
	background-color:#ccc;
	color:#ffffff;
}
.sc_page a:hover{
	background-color:#ccc;
	color:#ffffff;
}
.szList .demo-one{
	
	text-align: center;
	/*opacity: 0.5;*/
	
}
.szList .list:hover{
	border: 0px;
}
.szList h2{
	font-size: 22px;
	height: 16px;
}

.szList .hr1{
	width: 30px;
	border:0px;
	height: 2px;
	background: #39b57d;
	margin:0 auto;
	margin-bottom: 10px;

}
.szList .content-one h2{
	text-align: center;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-top: 26px;
}
.szList .list .img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 400px;
}
.msjs-cont .szList .p1,.p2{
	padding-bottom: 10px;
}
.msjs-cont .szList .p3{
	width: 246px;
	padding-bottom:10px;
	margin:0 auto;
}



.szList .demo-one{
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
	height: 380px;
	border-top:1px solid #424254;
	background-color:rgba(66,66,84,.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF424254,endColorstr=#BF424254);
	/*background: #424254;*/
	/*opacity:0.8;*/
	margin:5% 0 0 4%;
	-webkit-transition: all .4s;
    -webkit-transform: scale(0);
    transition: all .4s;
    transform: scale(0);
    visibility: hidden;
}
.szList .list:hover .demo-one{
	-webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
