@charset "utf-8";
/* CSS Document */
/*html{cursor: url("../img/xiaoshou.png"),auto;}*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0; padding:0;list-style: none;}
p {margin: 0;}
h4{
	text-transform: capitalize;
}
img{ margin:0;border:none;}
html, body{
	font-family: helvetica, "微软雅黑",'Open Sans', sans-serif;
	background:#fff;
	font-size:14px;
	margin:0;
	color:666;
	}
body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	}
	h3 {
    display: block;
    margin-block-start: 0em ;
    margin-block-end: 0em ;
    margin-inline-start: 0px ;
    margin-inline-end: 0px;
    font-weight: bold;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
select {   
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
  border: solid 1px #000;   
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;   
  /*在选择框的最右侧中间显示小箭头图片*/  
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll rightright center transparent;   
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;   
 
}   

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.select::-ms-expand { display: none; }


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #a9a9a9;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #a9a9a9;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #a9a9a9;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #a9a9a9;   
}
/*头部*/	
.top1{
	width:100%;
	height:40px;
	background:#f3f3f3;
	
}
.top1 span{
	width:350px;
	line-height: 40px;
	float: left;
	margin-left: 20px;
	font-size: 18px;
	color: #999;
}
.top1 ul{
	width:430px;
	float: right;
	margin-right:20px;
	height:30px;
	font-size: 18px;
	
	
}
.top1 ul li{
	padding: 5px 10px;
	float: left;
	color: #999;
}
.top1 ul li a{
	width:100%:
	height:30px;
	color: #999;
	text-decoration: none;
	
}
.top2{
	width:1100px;
	height:127px;
	margin: auto;
}
.top2 img.headerLogo{
	width:158px;
	height:62px;
	float: left;
	margin-top: 30px;
}

.top2 img.headerTxtImg{
	float: left;
	margin-left: 250px;
	margin-top:25px;
	width:270px;
	height:69px;
}
.headerTel{
	width:220px;
	height:auto;
	float: right;
	margin-right: 0;
	color: #999;
	font-size: 18px;
	margin-top: 35px;
	text-align: right;
	line-height: 26px;
	
}
.headerTel img{
	width:27px;
	height:29px;
	
}
.headerTel span{
	font-size: 24px;
	color: #ff9933;
}

/*导航栏*/
nav{
	width:100%;
	height:50px;
	background:#f1861b;
}
.navCon{
	width:1100px;
	height:100%;
	margin: auto;
}
.navCon ul{
	width:100%;
	height:40px;
	padding-top: 5px;
}
.navCon ul li{
	color: #fff;
	float: left;
	font-size: 18px;
	padding: 5px 15px;
}
.navCon ul li a{
	display: block;
	
	color: #fff;
	text-decoration: none;

	
}
/*banner*/
.banner{
	width:100%;
	height:500px;
	background:#424242;
	
}

.bannerFloat{
	width:240px;
	height:460px;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -550px;
	padding-top: 20px;
	background:#fff;
	z-index: 10;
	
}
.bannerFloat a{
	width:80%;
	height:56px;
	border-bottom:1px solid #ddd;
	color: #ff9933;
	font-size: 24px;
	text-align: center;
	line-height: 56px;
	display: block;
	text-decoration: none;
	margin: auto;
	}
	.bannerFloat a:last-of-type{
		border-bottom:none;
	}

.fullSlide {
	width:100%;
	position:relative;
	height:500px;

}
.fullSlide .bd {
	margin:0 auto;
	position:relative;

}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:500px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:500px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	/*width:42px;
	height:11px;*/
	width: 20px;
	height: 20px;
	margin:1px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
	border-radius: 50%;
	margin-left: 10px;
}
.fullSlide .hd ul .on {
	/*background:#833f65;*/
	background: #f08200;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:5%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:5%;
	background-position:-6px -137px;
}
/***************************************************************/
/*banner*/
.banner{
	height: 500px;
	background: url(../img/banner.png) no-repeat center;
}
.banner-xyal-a{
	display: block;
	height: 500px;
}
.subNav{
	width:1100px;
	height:200px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.subNav ul{
	width:100%:
	height:100%;
	overflow: hidden;
	font-size: 22px;
}
.subNav ul li{
	width:136px;
	height:200px;
	float: left;
	margin-left: 24px;
}
.subNav ul li:first-of-type{
	margin-left: 0px;
}
.subNav ul li:first-child{
	margin-left: 0px;
}
.subNav ul li a{
	color: #333;
	text-decoration: none;
}
.subNav ul li a p{
	width:100%;
	text-align: center;
	line-height: 60px;
}

/*测评*/
.ceping{
	width:1100px;
	height:70px;
	background:#e0e0e0;
	margin: auto;
}
.ceping a{
	padding: 5px 18px;
	display: inline-block;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	margin-top: 20px;
} 

/*孩子表现提醒*/
.tipsHot{
	width:1100px;
	height:562px;
	margin: auto;
	margin-top: 30px;
}
.biaoxianTips{
	width:300px;
	height:560px;
	float: left;
	border:#cccccc 1px solid;
}
.biaoxianTips h3{
	width:100%;
	height:75px;
	background:#e0e0e0;
	font-size: 26px;
	text-align: center;
	line-height: 75px;
	font-weight: normal;
}
.biaoxianCon{
	width:280px;
	height:440px;
	padding: 20px 10px;
}
.biaoxianCon a{
	padding: 5px 8px;
	display: inline-block;
	margin-left: 10px;
	border:1px solid #cccccc;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 12px;
	border-radius: 10px;
}
.hotzixun{
	width:776px;
	height:560px;
	float: left;
	border:#cccccc 1px solid;
	margin-left: 20px;
	
}
.hotzixun>h3{
	width:100%;
	height:75px;
	background:#e0e0e0;
	font-size: 26px;
	text-align: left;
	line-height: 75px;
	font-weight: normal;
	text-indent: 1em;
}
.hotxixunCon{
	width:714px;
	height:440px;
	padding: 20px;
}
.hottuijian{
	width:100%;
	height:136px;
}
.hottuijian img{
	width:230px;
	height:136px;
	float: left;
	
}
.hottuijianCon{
	width:450px;
	height:136px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.hottuijianCon>h3{
	color: #333;
	font-size: 24px;
	line-height: 50px;
}
.hottuijianCon>h3>a{
	color: #333;
         text-decoration: none;
}
.hottuijianCon>p{
	color: #999;
	font-size:16px;
	line-height: 40px;
}
.hottuijianCon>p>a{
	color: #999;
}
.hotxixunCon>ul{
	width:100%;
	height: auto;
	overflow: hidden;
}
.hotxixunCon>ul>li{
	width:50%;
	height:58px;
	border-bottom: 1px solid #cccccc;
	float: left;
	color: #333;
	font-size: 20px;
	line-height: 58px;
}
.hotxixunCon>ul>li>a{
	color: #333;
	text-decoration: none;
}
.hotxixunCon>ul>li>a>img{
	width:10px;
	height:10px;
	display: inline-block;
}
.hotBtnAll{
	width:100%;
	height:auto;
	margin-top: 20px;
}
.hotBtnAll a{
	width:160px;
	height:42px;
	display: inline-block;
	margin-left: 20px;
	background:#ffcc00;
	border-radius: 10px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
}
.hotBtnAll a:first-of-type{
	margin-left: 0px;
	background:#f1861b;
}

/*科学全面的训练课程*/
.xunliankc{
	width:1100px;
	height:auto;
	margin: auto;
	overflow: hidden;
	margin-top: 30px;
}
.biaoti{
	width:100%;
	height:50px;
	border-bottom:1px solid #ddd;
	line-height: 50px;
}
.biaoti h3{
	font-size: 30px;
	color: #ff9933;
	width:28%;
	height:100%;
	border-bottom: 3px solid #ff9933;
	float: left;
}
.biaoti a{
	color: #fe0000;
	font-size: 18px;
	text-decoration: none;
	float: right;
}

.xunliankc ul{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top: 30px;
}
.xunliankc ul li{
	width:350px;
	height:370px;
	float: left;
	margin-left: 20px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.xunliankc ul li:nth-of-type(1),.xunliankc ul li:nth-of-type(4){
	margin-left: 0px;
}
.xunliankc ul li img{
	width:350px;
	height:230px;
	display: block;
}
.xunliankc ul li p{
	width:220px;
	font-size: 18px;
	color: #999;
	line-height: 30px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}
.xunliankc ul li p span{
	font-size: 24px;
	color: #333;
}
.xunliankc ul li a{
	width:90px;
	height:40px;
	background:#ffcc00;
	color: #333;
	font-size: 18px;
	display: block;
	float:right;
	margin-right: 15px;
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	margin-top: 60px;
}
/*优质专业的师资团队*/
.zyteam{
	margin-top: 50px;
	width:1100px;
	height:auto;
	margin: auto;
}
.zyteam ul{
	width:100%;
	height:280px;
	
}
.zyteam ul li{
	width:168px;
	height:280px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}
.zyteam ul li img{
	width:168px;
	height:168px;
}
.zyteam ul li p{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}
.teamBtn{
	width:600px;
	height:58px;
	background:#ffb400;
	border-radius: 10px;
	font-size: 24px;
	color: #333;
	display: block;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	line-height: 58px;
	text-decoration: none;
}
/*高效满意的训练效果*/
.effect{
	padding-top: 30px;
	width:1100px;
	height:auto;
	margin: auto;
}
.effect img{
	width:353px;
	height: 426px; 
	margin-left:15px;
	margin-top: 30px;
}
.effect img:first-of-type{
	margin-left: 0px;
}


/*青少儿注意力训练先驱*/
.guoji-pinpai{
	position: relative;
	padding-top: 30px;
	text-align: center;
	width:1100px;
	margin: auto;

}
.guoji-pinpai-1{
	padding-top:20px;
    text-align: center;
    clear: both;
   
}
.guoji-pinpai-ul{
    background: #ececec;
    height: 52px;
	line-height: 52px;
	width:100%;
}
.guoji-pinpai-ul li{
	display: inline-block;
	width: 196px;
	font-size: 18px;
	color: #2e2e2e;
	position: relative;
	cursor: pointer;
}
.guoji-pinpai-ul li span{
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	margin: 0 auto;
	display: none;
}
.guojippactive2{
	color: #FFFFFF !important;
	background: #f1861b;
}
.guojippactive{
	display: block !important;
}
.guoji-pinpai-js{
	margin-top: 40px;
	height: 385px;
	display: none;
                margin-bottom:40px;
}
.guoji-pinpai-ul1{
	width: 625px;
	float: left;
}
.guoji-pinpai-ul1 li{
	display: inline-block;
	width: 176px;
	height: 177px;
	margin: 0 14px 10px;
}
.guoji-pinpai-ul1 li img{
	display: block;
	margin: 0 auto 5px;
}
.guoji-pinpai-ul1 li p{
	font-size: 16px;
	color: #2e2e2e;
}
.guoji-xunlian-ul{
	width: 570px;
	text-align: center;
	float: left;
	margin-left: 40px;
}
.guoji-xunlian-ul li{
	display: inline-block;
	margin: 10px 3px 0;
}
.guoji-xunlian-ul li:nth-child(1){
	margin-top: 0 !important;
}
.guoji-xunlian-ul li:nth-child(2){
	margin-top: 0 !important;
}
.guoji-xunlian-ul li img{
	display: block;
}
.guoji-guimo-ul{
	
}
.guoji-pinpai-js2{
	float: right;
	color: #2e2e2e;
	width: 302px;
	margin-right: 35px;
	font-size: 16px;
}
.guoji-pinpai-js2 h3{
	font-size: 24px;
	margin-bottom: 25px;
}
.guoji-pinpai-js2 p{
	text-align: justify;
	line-height: 29px;
	margin-bottom: 10px;
}
.guoji-pinpai-js2 a{
	color: #275ea7;
	float: right;
}

.guoji-guimo-ul{
	
}
.guoji-pinpai-js2{
	float: right;
	color: #2e2e2e;
	width: 302px;
	margin-right: 35px;
	font-size: 16px;
}
.guoji-pinpai-js2 h3{
	font-size: 24px;
	margin-bottom: 25px;
}
.guoji-pinpai-js2 p{
	text-align: justify;
	line-height: 29px;
	margin-bottom: 10px;
}
.guoji-pinpai-js2 a{
	color: #275ea7;
	float: right;
}
.guoji-jishu-img{
	display: block;
	float: left;
	margin-left: 60px;
}
.guoji-guimo-ul{
	float: left;
	margin-left: 75px;
	width: 500px;
}
.guoji-guimo-ul li{
	float: left;
	margin-right: 10px;
}
.guoji-guimo-ul li:nth-child(2){
	margin-right: 0 !important;
}
.guoji-guimo-ul li:nth-child(3){
	margin-top: -170px;
}
.guoji-guimo-ul li img{
	display: block;
}
.guoji-huanjing-ul{
	float: left;
	margin-left: 75px;
	width: 520px;
}
.guoji-huanjing-ul li{
	display: inline-block;
	margin: 0 5px;
	margin-top: 10px;
}
.guoji-huanjing-ul li:nth-child(1){
	margin-top: 0 !important;
}
.guoji-huanjing-ul li:nth-child(2){
	margin-top: 0 !important;
}
.guoji-huanjing-ul li img{
	display: block;
}
.pinpai-dh{
	margin: 50px 2px 0;
	float: left;
	margin-right: 9px;
}
.pinpai-dh2{
	margin-right: 0;
}
.pinpai-dh .pinpai-dh-li{
	width: 323px;
	height: 343px;
	border: 1px solid #ececec;
}
.pinpai-dh-bt{
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	background: #275ea7;
	height: 44px;
	line-height: 44px;
}
.pinpai-dh-wen{
	margin-top: 30px;
	margin-left: 20px;
	text-align: justify;
}
.pinpai-dh-wen li{
	font-size: 16px;
	color: #2e2e2e;
	background: url(../img/q.png) no-repeat left;
	padding-left: 30px;
	margin-bottom: 15px;
}
.pinpai-dh-bk{
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}
.pinpai-dh-bk li{
	margin-bottom: 10px;
}
.pinpai-dh-bk li img{
	display: block;
	float: left;
}
.pinpai-dh-bk li p{
	color: #2e2e2e;
	font-size: 16px;
	float: left;
	margin-left: 10px;
	width: 160px;
	line-height: 28px;
}
.pinpai-dh-zt{
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}
.pinpai-dh-zt li{
	margin-bottom: 10px;
}
.pinpai-dh-zt li img{
	display: block;
	float: left;
}
.pinpai-dh-zt li p{
	color: #2e2e2e;
	font-size: 16px;
	float: left;
	margin-left: 10px;
	width: 176px;
	line-height: 28px;
	position: relative;
}
.pinpai-dh-zt li p a{
	color: #275ea7;
	font-size: 14px;
	position: absolute;
    top: 55px;
    left: 0;
}

.ad1{
	width:1100px;
	height:142px;
	display: block;
	margin: auto;
	margin-top:0px;
}
/*注意力不集中*/
.wentiAll{
	width:1100px;
	height:auto;
	margin: auto;
	margin-top: 30px;
	overflow: hidden;
}
.wentiAll .wentisprse{
	width:350px;
	height:420px;
	border:1px solid #cccccc;
	float: left;
	margin-left: 20px;
}
.wentiAll .wentisprse h3{
	width:100%;
	height:70px;
	background:#f1861b;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 26px;
	font-weight: normal;
}
.wentiAll .wentisprse ul{
	padding:10px;
}
.wentiAll .wentisprse ul li{
	width:100%;
	line-height: 40px;
	height:40px;
	text-align: left;
	font-size:16px;
	color: #333;
	overflow: hidden;
}
.wentiAll .wentisprse ul li a{
color: #333;
text-decoration: none;
}
.wentiAll .wentisprse ul li span{
	padding: 2px 6px;
	background: #f1861b;
	color: #fff;
}
/*联系信息*/
.lianxiInfo{
	width:1100px;
	height: 120px;
	margin: auto;
	margin-top: 30px;
}
.lianxiInfo ul{
	width:100%;
	height:100%;
	
}
.lianxiInfo ul li{
	width:25%;
	height:120px;
	float: left;
	background:#f49e49;
}
.lianxiInfo ul li img{
	width:39px;
	height:39px;
	margin-left: 46px;
	margin-top: 36px;
	display: inline-block;
	float: left;
}
.lianxiInfo ul li  p{
	font-size: 16px;
	color: #fff;
	float: left;
	margin-left: 10px;
	line-height: 30px;
	margin-top: 30px;
	text-align: left;
}
.lianxiInfo ul li  p span{
	font-size: 20px;
}
.lianxiInfo ul li:nth-of-type(1),.lianxiInfo ul li:nth-of-type(3){
	background:#f1861b;
}
.lianxiInfo ul li:nth-of-type(3) img,.lianxiInfo ul li:nth-of-type(4) img{
	margin-left: 26px;
}
/*页脚*/
.footer{
	width:100%;
	height:390px;
	background:#f1861b;
	margin-top: 30px;
	
}
.footerCon{
	width:1100px;
	height:390px;
	margin: auto;
}
.footerLogo{
	width:173px;
	height:100%;
	background:#fff;
	float: left;
}
.footerLogo img{
	width:103px;
	height:145px;
	display: inherit;
	margin-top: 128px;
	margin-left: 35px;
}

.footerTex ul{
	width:170px;
	height:auto;
	float: left;
	margin-left: 36px;
	margin-top: 36px;
}
.footerTex ul li{
	width:100%;
	height:50px;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.footerTex ul li a{
	color: #fff;
	text-decoration: none;
}
.footerTex ul li:first-of-type{
	font-weight: bold;
	font-size: 24px;
}

.footerTex ul:last-of-type{
	border-right: 1px solid #fff;
	padding-right: 20px;
}
p.comInfo{
	float: left;
	margin-left: 30px;
	margin-top: 130px;
	font-size:16px ;
	color: #fff;
	text-align: left;
	line-height: 36px;
}
p.comInfo a{
	color: #fff;
	text-decoration: none;
}

/*友情链接*/
.youqinglink{
	width:1100px;
	height:auto;
	overflow: hidden;
	border: 1px solid #d7d7d7;
    background: #f2f2f2;
    margin: auto;
    margin-top: 30px;
    padding: 20px 0px;
}
.youqinglink p {
    float: left;
    font-size: 18px;
    color: #2e2e2e;
    margin-left: 30px;
    margin-right: 35px;
    line-height: 86px;
    }
    
.youqinglink ul {
    float: left;
    width: 855px;
    
}
.youqinglink ul li{
	float: left;
	padding: 0px 10px;
	max-width: 120px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}
.youqinglink ul li a{
	color: #333;
	text-decoration: none;
}
.youqinglink ul table td a{
	color: #333;
	text-decoration: none;
    
}

/*文章内容详情页*/
/*测评广告*/
.cepingad{
	width:1100px;
	height:149px;
	background:url(../img/cepingad.jpg) no-repeat;
	margin: auto;
	margin-top: 50px;
}
.cepingad a{
	color: #333;
	font-size: 30px;
	text-decoration: none;
	margin-left: 890px;
	margin-top: 40px;
	display: inline-block;
	width:150px;
	height:60px;
	text-align: center;
	line-height: 60px;
}
.mainCon{
	width:1100px;
	height:auto;
	margin: auto;
	margin-top: 30px;
}
.mainConLeft{
	width:680px;
	height:auto;
	float: left;
	
}
.currentPos{
	font-size: 18px;
	color: #333;
}
.currentPos a{
	color: #333;
	text-decoration: none;
}
.articelCon{
	width:100%;
	margin-top: 20px;
}
.articelCon h3{
	color: #ff9933;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.articelCon>p{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
.articelCon>p>a{
	padding: 5px 12px;
	display:inline-block;
	border-radius: 6px;
	background:#ee0c0c;
	color: #fff;
	text-decoration: none;
}
.mainConyuyue{
	width:100%;
	height:120px;
	background:#fff7da;
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin-top: 40px;
}
.mainConyuyue img{
	width:90px;
	height:127px;
	display: inline-block;
	margin-top: -20px;
	margin-left: 30px;
	float: left;
}
.mainConyuyue>p:first-of-type{
	color: #333;
	font-size:18px;
	width:520px;
	height:60px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	line-height: 30px;
}
.mainConyuyue>p:first-of-type span{
	color: #ff0000;
}

.mainConyuyue>p:nth-of-type(2){
	font-size: 20px;
	color: #ff6600;
	margin-left: 30px;
	width:520px;
	line-height: 30px;
	float: left;
}
.mainConyuyue>p:nth-of-type(2) a{
	color: #0033cc;
	text-decoration: none;
}

.zhengwen p{
	font-size: 18px;
	color: #333;
	text-indent: 2em;
	line-height: 30px;
	margin: 20px 0px;
}
.zhengwen div{
	font-size: 18px;
	color: #333;
	text-indent: 2em;
	line-height: 30px;
	
}

/*表单*/
.m-sq{
	margin-bottom: 30px;
        width:680px;
               margin-top:30px;
       
	}
	.m-sqbt{
		position: relative;
		height: 10px;
		border-bottom: 1px solid #6c6e70;
	}
	.m-sqbt>h3{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 108px;
		background: #FFFFFF;
		color: #6c6e70;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
	}
	.m-yy{
		position: relative;
		margin-top: 20px;
	}
	.m-yuyue{
		height: 36px;
		padding-left: 5px;
		box-sizing: border-box;
		font-size: 20px;
		color: #000000;
		background: #FFFFFF;
		text-indent: 5px;
		margin-right: 12px;
		background:#f6f6f6;
		border: none;
	}
	.myy-tishi{
		position: absolute;
		margin-left: 150px;
    	margin-top: 8px;
		display: none;
		color: red;
		font-weight: bold;
		font-size: 12px;
	}
	#age{
		color: #a9a9a9;
	}
	.m-yuyue-1{
		width: 130px;
		float: left;
	}
	.m-yuyue-2{
		width: 160px;
		float: left;
		text-indent: 10px;
	}
	.m-yuyue-3{
		width: 120px;
		float: left;
		background: #f6f6f6 url(../img/xiao-sj.png) no-repeat 85px 14px;
	    cursor: pointer;
	}
	.m-yuyue-3 option{
		color: #000000;
	}
	.m-yuyue-4{
		width: 120px;
		float: left;
		background: #f6f6f6 url(../img/xiao-sj.png) no-repeat 92px 14px;
	    cursor: pointer;
	}
	.m-yuyue-btn{
		float: right;
		width: 77px;
		height: 36px;
		background: #ef821a;
		color: #FFFFFF;
		font-size: 13.5px;
		border: none;
		cursor: pointer;		
	}
	.m-yy-xh{
		color: #f05a2a;
		font-size: 14px;
		position: absolute;
		top: 6px;
		left: 149px;
	}
	.m-sq2{
		width: 100%;
		height: 550px;
		margin: 50px auto -50px;
		background: rgba(0,0,0,0.5) url(../img/form-bottom.png) no-repeat center;
		background-size: 1680px 550px;
	}
	.m-sq2-tiyan{
		margin-top: 73px;
		background: url(../img/form-btbj.png) no-repeat left 0;
		padding-left: 48px;
	}
	.m-sq2-tiyan h3{
		font-size: 36px;
		margin-bottom: 40px;
		padding-top: 5px;
		color: #FFFFFF;
	}
	.m-sq2-tiyan p{
		width: 890px;
		font-size: 21px;
		color: #FFFFFF;
		line-height: 35px;
		margin-bottom: 40px;
	}
	.m-sq2-tiyan p span{
		color: yellow;
	}
	.m-yy2{
		position: relative;
		margin-top: 30px;
		height: 196px;
		background: #999999;
		padding: 40px 50px;
	}
	.m-yuyuebt{
		height: 43px;
		border: 1px solid #999999;
		padding-left: 5px;
		box-sizing: border-box;
		font-size: 21px;
		color: #000000;
		margin-bottom: 12px;
		background: #FFFFFF;
		border-radius: 6px;
		margin-bottom: 15px;
		text-indent: 10px;
	}
	.myy-tishi2{
		position: absolute;
		margin-left: 580px;
    	margin-top: 10px;
		display: none;
		color: red;
		font-weight: bold;
		font-size: 16px;
	}
	#age2{
		color: #a9a9a9;
	}
	.m-yuyuebt-1{
		width: 384px;
		float: left;
	}
	.m-yuyuebt-2{
		width: 494px;
		float: right;
		text-indent: 15px;
	}
	.m-yuyuebt-3{
		width: 282px;
		float: left;
		background: #FFFFFF url(../img/xiao-sj2.png) no-repeat 240px 17px;
	    cursor: pointer;
	}
	.m-yuyuebt-3 option{
		color: #000000;
	}
	.m-yuyuebt-4{
		width: 284px;
		float: right;
		background: #FFFFFF url(../img/xiao-sj2.png) no-repeat 245px 17px;
	    cursor: pointer;
	}
	.m-yuyuebt-btn{
		float: right;
		width: 284px;
		height: 43px;
		border-radius: 6px;
		background: #ef821a;
		color: #FFFFFF;
		font-size: 24px;
		font-family: "PingFang SC Medium";
		border: none;
		margin-left: 15px;
		cursor: pointer;
	}
	.m-yy-xh2{
		color: #f05a2a;
		font-size: 21px;
		position: absolute;
		top: 47px;
		left: 464px;
		
	}
	
.mainConTag{
	color: #ff0000;
	font-size: 16px;
}
.mainConBtn{
	width:100%;
	height:auto;
	margin-top: 20px;
	overflow: hidden;
}
.mainConBtn a:first-of-type{
	width:310px;
	height:57px;
	background:#ffcc00;
	color: #fff;
	text-align: center;
	line-height: 57px;
	font-size: 20px;
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
}
.mainConBtn a:nth-of-type(2){
	width:310px;
	height:57px;
	background:#f1861b;
	color: #fff;
	text-align: center;
	line-height: 57px;
	font-size: 20px;
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
}
.nextPre{
	width:100%;
	height:100px;
	background:#fff7da;
	border:1px solid #cccccc;
	box-sizing: border-box;
	clear: both;
	padding:10px 20px;
	margin-top: 30px;
}
.nextPre a{
	color: #333;
	font-size: 20px;
	text-decoration: none;
	display:inline-block;
	line-height: 40px;
         height:40px;
                float:left;
	
}
.nextPre a:nth-of-type(2),.nextPre a:nth-of-type(4){
	width:540px;
	display:inline-block;
                height:40px;
                overflow:hidden;
}

.mainConRight{
	width:400px;
	height:auto;
	float: right;
	
}
.mainConRight1{
	width:400px;
	height:317px;
	border:1px solid #cccccc;
	box-sizing: border-box;
}
.mainConRight1 h3{
	width:100%;
	height:70px;
	background:#e0e0e0;
	color: #000;
	font-size: 22px;
	line-height: 70px;
	font-weight: normal;
}
.mainConRight1 h3 img{
	width:35px;
	height:36px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.mainConRight1>img{
	width:149px;
	height:108px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.mainConRight1>p{
	font-size: 18px;
	color: #333;
	margin-left: 10px;
	margin-top: 20px;
	width:210px;
	float: left;
	line-height: 30px;
}
.mainConRight1>p>a{
	color: #ff6600;
	text-decoration: none;
}
.mainConRight1>a{
	width:348px;
	height:48px;
	background:#f1861b;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	text-align: center;
	line-height: 48px;
	display: block;
	text-decoration: none;
	margin: auto;
	margin-top: 30px;
}
.mainConRight1>a>img{
	width:35px;
	height:31px;
	vertical-align: middle;
}


.mainConRight2{
	width:400px;
	height:383px;
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin-top: 20px;
}
.mainConRight2 h3{
	width:100%;
	height:70px;
	background:#e0e0e0;
	color: #000;
	font-size: 22px;
	line-height: 70px;
	font-weight: normal;
}
.mainConRight2 h3 img{
	width:24px;
	height:32px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.mainConRight2 ul{
	width:100%;
	height:auto;
	overflow: hidden;
}
.mainConRight2 ul li{
	width:172px;
	height:47px;
	background:#6699ff;
	color: #fff;
	text-align: center;
	line-height: 47px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	border-radius: 10px;
	font-size: 20px;
}
.mainConRight2 ul li a{
	width:100%;
	height:100%;
	display: block;
	color: #fff;
	text-decoration: none;
}
.mainConRight2>a{
	height:48px;
	color: #ff0000;
	font-size: 18px;
	line-height: 48px;
	display: block;
	text-decoration: none;
	margin: auto;
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
}
.mainConRight2 ul li:nth-of-type(2),.mainConRight2 ul li:nth-of-type(3),.mainConRight2 ul li:nth-of-type(6),.mainConRight2 ul li:nth-of-type(7){
	background:#f1861b;
}

.mainConRight3{
	width:400px;
	height:383px;
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin-top: 20px;
}
.mainConRight3 h3{
	width:100%;
	height:70px;
	background:#e0e0e0;
	color: #000;
	font-size: 22px;
	line-height: 70px;
	font-weight: normal;
}
.mainConRight3 h3 img{
	width:24px;
	height:32px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.mainConRight3 ul{
	width:100%;
	height:auto;
	overflow: hidden;
}
.mainConRight3 ul li{
	width:100%;
	height:50px;
	line-height: 50px;
	margin-left: 15px;
	font-size: 18px;
}
.mainConRight3 ul li img{
	width:10px;
	height:10px;
	vertical-align: middle;
}
.mainConRight3 ul li a{
	color: #333;
	text-decoration: none;
}



.mainConRight4{
	width:400px;
	height:auto;
	border:1px solid #cccccc;
	box-sizing: border-box;
	margin-top: 20px;
}
.mainConRight4 h3{
	width:100%;
	height:70px;
	background:#e0e0e0;
	color: #000;
	font-size: 22px;
	line-height: 70px;
	font-weight: normal;
}
.mainConRight4 h3 img{
	width:24px;
	height:32px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.mainConRight4 ul{
	width:100%;
	height:auto;
	overflow: hidden;
}
.mainConRight4 ul li{
	width:100%;
	height:50px;
	line-height: 50px;
	margin-left: 15px;
	font-size: 18px;
	overflow: hidden;
}
.mainConRight4 ul li img{
	width:10px;
	height:10px;
	vertical-align: middle;
}
.mainConRight4 ul li a{
	color: #333;
	text-decoration: none;
}

.columnzhengwen{
	width:680px;
	height:auto;
	border:1px solid #ccc;
	padding:20px;
	box-sizing: border-box;
	font-size: 20px;
	margin-top: 20px;
}
.columnzhengwen ul{
	width:100%;
	height:auto;
	
}
.columnzhengwen ul li {
	line-height: 50px;
	border-bottom:1px dashed #cccccc;
	
}
.columnzhengwen ul li img{
	width:10px;
	height:10px;
	vertical-align: middle;
	margin-right: 10px;
	display:none;
}
.columnzhengwen ul li>a{
	width:60%;
	height:50px;
	overflow:hidden;
	color: #333;
	text-decoration: none;
	display:inline-block;
}
.columnBtnAll{
	width:30%;
	float: right;
	
}
.columnBtnAll a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	line-height: 20px;
	padding: 6px 10px;
	
}
.columnBtnAll a:first-of-type{
	background:#6699fd;
}
.columnBtnAll a:nth-of-type(2){
	background:#ffa200;
}
.page{
	width:100%;
	height:80px;
	border:1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top:50px;
	font-size:20px;
}
.columnTips{
	width:650px;
	height:200px;
	background:#fff7da;
	border:1px solid #cccccc;
	padding: 15px;
	margin-bottom: 20px;
}
.columnTips p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}


.columnTips p span{
	color: #ff0000;
}

.kechenganpai{
	width:100%;
	height:57px;
	margin-top: 30px;
}
.kechenganpai a{
	width:310px;
	height:57px;
	display: inline-block;
	float: left;
	background:#f1861b;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 57px;
	text-decoration: none;
}
.kechenganpai p{
	widith:50%;
	height:100%;
	line-height: 57px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.kechenganpai p span{
	color: #ff0000;
}

h3.cepingTitle{
	color: #ff9933;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
p.cepingfuTitle{
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 60px;
	width:100%;
}




.cp-cepingb{
	margin-top: 60px;
	overflow: hidden;
}
.cp-cepingb h3{
	font-size: 36px;
	color: #ff9933;
	margin-bottom: 25px;
	text-align: center;
}
.cp-qw{
	color: #8d8d8d;
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
}
.cp-jj{
	font-size: 16px;
	color: #2e2e2e;
	line-height: 24px;
	text-align: justify;
	width:1060px;
	height:auto;
	padding: 20px;
	background:#fff7da;
}
.cp-cepingb ul{
	margin-top: 25px;
}
.cp-cepingb ul li{
	background: #6098f1;
	width: 530px;
	height: 296px;
	border-radius: 6px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.cp-cepingb ul li h3{
	position: absolute;	
	font-size: 30px;
	color: #FFFFFF;
	left: 18px;
	top: 18px;
}
.cp-cepingb ul li a{
	position: absolute;
	width: 112px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #333333;
	background: #ffff0f;
	border-radius: 4px;
	text-align: center;
	top: 15px;
	right: 18px;
}
.cp-cepingb ul li p{
	position: absolute;
	width: 365px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: justify;
	top: 80px;
	right: 20px;
	line-height: 30px;
}
.cp-cepingb ul li:nth-child(1){
	background: #6098f1 url(../img/cpty-img1.png) no-repeat 30px 120px;
	margin-right: 40px;
}
.cp-cepingb ul li:nth-child(2){
	background: #6098f1 url(../img/cpty-img2.png) no-repeat 30px 120px;
}
.cp-cepingb ul li:nth-child(3){
	background: #6098f1 url(../img/cpty-img3.png) no-repeat 30px 120px;
	margin-right: 40px;
}
.cp-cepingb ul li:nth-child(4){
	background: #6098f1 url(../img/cpty-img4.png) no-repeat 30px 120px;
}
.cp-cepingb ul li:nth-child(5){
	background: #6098f1 url(../img/cpty-img5.png) no-repeat 30px 120px;
	margin-right: 30px;
	margin-bottom: 0;
}
.cp-cepingb ul li:nth-child(6){
	background: #6098f1 url(../img/cpty-img6.png) no-repeat 30px 120px;
	margin-bottom: 0;
}

.cp-jsxunlian{
	margin-top: 60px;	
	text-align: center;
	clear: both;
}
.cp-jsxunlian h3{
	font-size: 36px;
	color: #ff9933;
	margin-bottom: 25px;
	text-align: center;
}
.cp-jsxunlian ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	border: 1px solid #ececec;
	width: 350px;
	height: 296px;
	border-radius: 20px;
	background:#fafafa;
}
.cp-jsxunlian ul li:nth-child(3){
	margin-right: 0;
}
.cp-jsxunlian ul li:nth-child(6){
	margin-right: 0;
}
.cp-jsxunlian ul li img{
	display: block;
	margin: 0 auto;
	width:100%;
	border-radius: 20px 20px 0px 0px;
}
.cp-jsxunlian ul li p{
	width: 210px;
	text-align: left;
	font-size: 16px;
	color: #2e2e2e;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.cp-jsxunlian ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	float: right;
	margin-top: 30px;
	margin-right: 8px;
	background:#ff6500;
	
}
.cp-kcanpai{
	text-align: center;
	margin-top: 10px;
	background: url(../img/ceping-vs.png) no-repeat center 100px;
}
.cp-kca{
	color: #2e2e2e;
	font-size: 22px;
} 
.cp-kcanpai-ul1 li:nth-child(1){
	color: #FFFFFF;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	background: #275ea7;
	font-weight: bold;
}
.cp-kcanpai-ul2 li:nth-child(1){
	color: #FFFFFF;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	background: #275ea7;
	font-weight: bold;
}
.cp-kcanpai-ul1{
	float: left;
	margin-top: 80px;
	width: 370px;
}
.cp-kcanpai-ul1 li{
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 5px;
	height: 45px;
	line-height: 45px;
	background: #bfe0f6;
}
.cp-kcanpai-ul2{
	float: right;
	margin-top: 80px;
	width: 370px;
}
.cp-kcanpai-ul2 li{
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 5px;
	height: 45px;
	line-height: 45px;
	background: #ececec;
}
.cp-kcanpai-ul2 li:nth-child(1){
	background: #a6a6a6 !important;
}
.cp-kcanpai-ul3{
	margin-top: 50px;
}
.cp-kcanpai-ul3 li{
	color: #FFFFFF;
	width: 230px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #ff6500;
	float: left;
	margin-right: 26px;
	font-size: 18px;
}
.cp-kcanpai-ul3 a:nth-child(4) li{
	margin-right: 0;
}


/*竞思和其他机构对比*/
.cp-kcanpai{
	width:1000px;
	height:449px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	background: url(../img/ceping-vs.png) no-repeat center 100px;
}
.cp-kca{
	color: #2e2e2e;
	font-size: 22px;
} 
.cp-kcanpai-ul1 li:nth-child(1){
	color: #FFFFFF;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	background: #275ea7;
	font-weight: bold;
}
.cp-kcanpai-ul2 li:nth-child(1){
	color: #FFFFFF;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	background: #275ea7;
	font-weight: bold;
}
.cp-kcanpai-ul1{
	float: left;
	margin-top: 80px;
	width: 370px;
}
.cp-kcanpai-ul1 li{
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 5px;
	height: 45px;
	line-height: 45px;
	background: #bfe0f6;
}
.cp-kcanpai-ul2{
	float: right;
	margin-top: 80px;
	width: 370px;
}
.cp-kcanpai-ul2 li{
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 5px;
	height: 45px;
	line-height: 45px;
	background: #ececec;
}
.cp-kcanpai-ul2 li:nth-child(1){
	background: #a6a6a6 !important;
}
.cp-kcanpai-ul3{
	margin-top: 50px;
}
.cp-kcanpai-ul3 li{
	color: #FFFFFF;
	width: 230px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #6699ff;
	float: left;
	margin-right: 26px;
	font-size: 18px;
}
.cp-kcanpai-ul3 a:nth-child(4) li{
	margin-right: 0;
}
.clear{
	clear: both;
}

/*案例*/
.cp-anli{
	margin-top: 60px;
	text-align: center;
}
.cp-anli h3{
	font-size: 36px;
	color: #2e2e2e;
	margin-bottom: 25px;
	text-align: center;
}
.cp-anli ul{
	margin-bottom: 35px;
	width:1000px;
	margin: auto;
}
.cp-anli ul li{
	width: 310px;
	height: 350px;
	border: 1px solid #ececec;
	background:#fff7da; 
	float: left;
	margin-right: 32px;
}
.cp-anli ul li:nth-child(3){
	margin-right: 0;
}
.cp-anli ul li>img{
	display: block;
	margin: 20px auto 35px;
}
.cp-anli ul li p{
	font-size: 22px;
	color: #333;
	line-height: 35px;
	margin-bottom: 30px;
}
.cp-anli ul li p img{
	
	
}
.cp-anli ul li p strong{
	color: #ff9933;
}
.cp-anli ul li a{
	color: #fff;
	font-size: 18px;
	width:195px;
	height:40px;
	background:#3399ff;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
}
.cp-anliku{
	color: #2e2e2e;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
}

/*在线预约免费体验课*/

.mf-tiyanke{
	width:1100px;
	margin: 40px auto 50px;
	margin: auto;
}
.mf-tiyanke h3{
	font-size: 30px;
	color: #2e2e2e;
	text-align: center;
	margin-bottom: 20px;
}
.mf-yuyue{
	
	background: url(../img/mf-yuyue.png) no-repeat center;
	height: 420px;
	
}
.shenqing{
	width: 304px;
	text-align: center;
	float: right;
	margin-top: 30px;
	margin-right: 100px;
}
.form-yuyue{
	width: 304px;
	height: 48px;
	border: 1px solid #2e2e2e;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000000;
	margin-bottom: 12px;
	background: #FFFFFF;
}
.form-yuyue2{
	background: #FFFFFF url(../img/xiala.png) no-repeat 280px 20px;
    cursor: pointer;
}
.form-yuyue2 option{
	color: #000000;
}
.yuyue-button{
	width: 304px;
	height: 50px;
	background: #ff6500;
	color: #FFFFFF;
	font-size: 24px;
	border: none;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
}
.yuyue-button:active{
	background: #d96d27;
}
.yuyue-wxts{
	font-size: 14px;
	color: #2e2e2e;
	text-align: justify;
}
.yuyue-wxts span{
	color: #ff0000;
}
.yuyue-tishi{
	position: absolute;
	margin-left: 100px;
	margin-top: -45px;
	display: none;
	color: red;
	font-weight: bold;
	font-size: 16px;
}
#age{
	color: #a9a9a9;
}


p.comInfo2{
	float: left;
	margin-left: 20px;
	margin-top: 100px;
	font-size:16px ;
	color: #fff;
	text-align: left;
	line-height: 20px;
	
}
p.comInfo2 img{
	float: left;
	display: inline-block;
	margin-right: 20px;
	width:38px;
	height:38px;
	
}
p.comInfo2 span{
	width:200px;
	display: inline-block;
	float: left;
}
.qrcode{
	display: block;
	width:89px;
	height:89px;
	padding-top: 30px;
	padding-left: 20px;
	
}
