@charset "utf-8";
/* 初始化样式 */
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color:#0c9ffe;
}
a:hover{
	text-decoration: none;
}
p,ul,li{
	margin: 0px;
	padding:0px;
}
input{
	border:0;
	outline:medium;
}
i{
	 font-style:normal
}
html{
	min-width: 970px;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
h1,h2,h3,h4,h5{
	margin: 0;
}
a:active{
text-decoration:none;
}
.container{
	min-width:970px;
}
body{
	font: 14px/1.5 Microsoft YaHei,Arial,Helvetica,sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.red{
	color: red;
}
/*顶部导航*/
#top-nav{
	display: none;
	box-shadow:  darkgrey 0px 1px 2px 1px;
	min-width: 970px;
	height:100px;
}
/*头部开始*/
.header{
	width: 100%;
	background: #333;
	height: 40px;
	min-width:970px;
}
.header-top{
	color: #9d9d9d;
	height: 40px;
	line-height: 40px;
	padding:0 10px;
}
.header-top ul li{
	margin-left:20px;
}
.header-top ul li>a{
	color:#b0b0b0;
}
.header-top ul li>a:hover{
	color: #fff;
}
.header-top ul li>.headUser{
	cursor:pointer;
	min-width:120px;
}
.header-top ul li>.headUser>i{
	margin-right:5px;
}
.header-user{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; 
}
.headPor{
	display:none;
	width:100%;
	background:#fff;
	border:1px solid #999;
	border-radius:4px;
	position:absolute;
	left:0px;
	top:40px;
	-moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
	box-shadow: 0px 4px 5px #888888;
	-o-box-shadow: 0px 4px 5px #888888;
	-webkit-box-shadow: 0px 4px 5px #888888;
	-ms-box-shadow: 0px 4px 5px #888888;
	z-index:99;
	transition:all 1s;
}
li.header-user{
	position:relative;
}
.headershow{
	display:block;
}
.headPor>a{
	display:block;
	text-align:left;
	padding-left:20px;
	color:#666;
}
.headPor>a:nth-child(1){
	border-bottom:1px solid #e5e5e5;
}
.headPor>a>i{
	margin-right:6px;
}
.headPor>a:hover{
	background:#0c9ffe;
	color:#fff;	
}
#headUser i:nth-child(3){
	font-size:10px;
}
/* #Chrome{
	color:#ff5f00;
	margin-left:30%;
	padding:0 20px;
} */
.classmark {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #F01414;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin-left: 4px;
	
}
/*nav*/
.nav{
	padding:40px 0;
}
.nav-bar{
	height: 70px;
	line-height: 70px;
}
.nav-bar ul li>a{
	display: block;
	height: 70px;
	padding:0 30px;
	color: #333;
	font-size: 16px;	
}
.nav-bar ul li>a:hover{
	text-decoration: none;
	color: #0c9ffe;
	border-bottom:1px solid #0c9ffe;
}
.search-ipt{
	position: relative;
}
.search-ipt>input{
	border:1px solid #e5e5e5;
	height: 40px;
	padding: 0 10px;
	border-radius: 20px;
	width:100%;
	min-width: 320px;
	margin-top: 4%;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #ccc; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #ccc; 
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #ccc; 
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #ccc; 
}
.search-ipt>ul.input-list{
	position: absolute;
	right:6%;
	top:44%;
}
.search-ipt>ul.input-list>li{
	margin-left: 4px;
}
.search-ipt>ul.input-list>li a{
	display: block;
	color: #8C8C8C;
	background: #e5e5e5;
	height: 20%;
	line-height: 20px;
	padding:0 10px;
	border-radius: 6px;
	font-size: 12px;
}
.search-ipt>ul.input-list>li.search-logo{
	color:#e5e5e5;
	font-size:18px;
	margin-left: 10px;
}
.search-logo p{
	cursor:pointer;
}
.search-ipt,.nav-bar,.nav-logo{
	padding-left: 0;
	padding-right: 0;
}
.logo {  
    padding:0;  
}  
/*轮播图*/
#myCarousel {  
    margin: 0 0 0 0;  
}  
#navbar-collapse ul {  
    margin-top:0;  
}  
.carousel-inner img{  
    margin: 0 auto;  
}  
.carousel-control{  
    font-size: 100px;  
      
}  
/*专注中小学教育*/
section{
	margin: 7% 0;
}
.sec-top{
	width: 100%;
	text-align: center;
}
.sec-top h3{
	color:#333;
	font-size:26px;
	font-weight: 600;
	margin-bottom:10px;
}
.sec-top>i{
	display: inline-block;
	height: 2px;
	width:8%;
	background: #0c9ffe;
}
.sec-top>p{
	margin-top: 1%;
	color: #999;
	font-size: 16px;
}
.sec-main{
	width:100%;
}
.sec-main>ul{
	width: 100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	flex-wrap: wrap;	
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;				
}
.sec-main>ul>li{
	width: 32%;
	border:1px solid #e5e5e5;
	margin-top: 4%;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
li.focus>img{ 
    transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
}
li.focus:hover>img{
	transform: scale(1.2);
	-ms-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1);  
}
li.focus>p{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
li.focus>h5{
	position: absolute;
	width: 80%;
	height: 20px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 20px;margin: auto;
}
.sec2{
	width: 100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	margin-top:5%;
	text-align: left;
}
.sec2>.mul-img{
	width:45%;
}
.sec2>p{
	width:45%;
	font-size:20px;
	color: #333;
	line-height: 1.6;
	position:relative;
}
.sec2>p span{
	display:inline-block;
	position:absolute;
	top:20%;
	left:5%;
	width:90%;
	color:#666;
}
.sec2>p span>a:hover{
	color:rgb(219,21,48)
}
/*遮罩开始*/
.Index_coupon{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	left:0;
	top:0;
	z-index:9999;
}
.couponBg{
	position:relative;
	width:300px;
	height:420px;
	background:url(../images/v_bg.png) no-repeat center;
	background-size:100% 100%;
	margin:0 auto;
	margin-top:100px;
}
.couponTitle{
	text-align:center;
	color:#fff;
	overflow:hidden;
	height:170px;
}
.couponTitle i{
	font-size:50px;
}
.couponTitle i span{
	font-size:20px;
}
.couponTitle h3{
	color:#fff;
	font-size:30px;
	margin-top:20px;	
}
.couponTitle p{
	width:150px;
	color:#3a96ff;
	margin:0 auto;
	padding:2px 6px;
	background:rgba(255,255,255,.9)
}
.couponFoot{
	text-align:center;
	margin-top:20px;
}
.couponFoot h4{
	font-size:30px;
	color:#3a96ff;
}
.couponFoot p{
	font-size:15px;
	color:#9a9999;
	width:90%;
	margin:0 auto;
	margin-top:14px;
}
.couponFoot p:nth-child(3){
	margin-top:8px;
}
.couponFoot p:nth-child(4){
	margin-top:0px;
}
.couponFoot p a{
	display:block;
	width:180px;
	height:50px;
	background:url(../images/btn_bg.png) no-repeat center;
	background-size:100% 100%;
	margin:0 auto;
	color:#fff;
	line-height:50px;
}
.coupon_close{
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
/*遮罩结束*/
/*footer*/
footer{
	width:100%;
	min-width: 970px;
	text-align: center;
	background: #333;
	padding:2% 0;
	color: #9d9d9d;
}
footer .container>p{
	font-size: 14px;
	margin-bottom:10px;
}
footer .container>p.addressp{
	margin-bottom:0;
}
.clinet-mainleft{
	width: 50%;
	text-align: center;
	padding: 2%;
}
.clinet-mainleft>a{
	display: inline-block;
	padding: 15px 50px;
	color: #fff;
	margin: 20px;
	background: #0C9FFE;
	font-size:16px;
}
.clinet-mainleft>h3{
	color: #333;
	font-size: 24px;
	margin: 10px 0;
}
.clinet-mainleft>p{
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
/*关于我们*/
.aboutus{
	width:800px;
	margin:0 auto;
	line-height:36px;
	height:380px;
}
.aboutus>h3{
	width:100%;
	padding-bottom:10px;
	margin-bottom:30px;
	font-size:24px;
	font-weight:600;
	text-align: center;
}
.aboutus>p{
	font-size:16px;
	text-indent:30px;
	letter-spacing:2px;
	color:#666;
}
.aboutus>p>i{
	font-size:20px;
	color:#333;
}

#form_div form div#loading{
	display:none;
}