/* CSS Document */

*{margin:0;padding:0}

body{ font-family:"微软雅黑"; min-width:980px; max-width:1920px; margin:0 auto;}

p{ margin:0; padding:0; border:0;}
		  
li{ list-style:none;}

.clear{ clear:both;}
		
a{ text-decoration:none;}
.L{ float:left;}
a img{ border:none;}
.w_980{ width:980px; margin:0 auto;}

/*header*/

.logo{ padding:15px 0px;}

.banner{ background:url(images/banner.jpg) no-repeat center; height:458px;}

/*表单*/



.biaodan{width:321px; float:right; background:#fff;
 border-radius:5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
  margin-bottom:4%; margin-top:60px;
  -moz-box-shadow:2px 2px 5px #969696;/*firefox*/  
    -webkit-box-shadow:2px 2px 5px #969696;/*webkit*/  
    box-shadow:2px 2px 5px #969696;/*opera或ie9*/  }

.bd{ width:88%; margin:0 auto;}

.bd_bt{ color:#003a5a; text-align:center; padding:22px 0px ; font-size:16px;}

.select .du_inp{ padding-right:8%; appearance:none; -moz-appearance:none; -webkit-appearance:none;/*很关键：将默认的select选择框样式清除*/ width:282px;
 background:url(images/xia.png)right 16px no-repeat;font-size:1em; background-size:7.5%;  
    }

.select .du_inp option{ width:280px;}

.bd input,.select select{ padding:4% 3%; width:93.4%; border:1px solid #9e9e9e; border-radius:2px; margin-bottom:16px; font-size:1em;appearance:button;-moz-appearance:button; /* Firefox */-webkit-appearance:button;}


.bd  .go_go{ color:#222;word-spacing:8px; letter-spacing: 1px; padding:10px 0;}

.bd .go{ width:100%; border:none; background:#fdd54f; border-bottom:2px solid #cea529; border-top:1px solid #fedb59; padding:4% 0; font-size:14px;}


/*主体main部分开始*/

.s_3{ background:url(images/3_bg.jpg) no-repeat center; height:340px;}


.s_3 ul li{ float:left; width:148px; height:152px; text-align:center; font-size:20px; color:#2b5a75; margin-top:67px; margin-left:108px; margin-right:51px; line-height:3.5em;}

.s_3 ul li img{cursor: pointer;  
                transition: all 0.6s; }

.s_3 ul li img{  
                cursor: pointer;  
                transition: all 0.6s;  
            }  
.s_3 ul li img:hover{  
                transform: scale(1.1);  
            }  
/* 百度有钱花助学贷款流程*/


.s_5{ background:url(images/5_bg.jpg); overflow:hidden; border-bottom:1px solid #819ab3;}

.round_bt{ width:304px; height:40px; line-height:40px; background:#fdd54f; text-align:center; color:#222; font-size:22px; margin:59px auto 55px;
		-moz-border-radius: 25px;      /* Gecko browsers */
		-webkit-border-radius: 25px;   /* Webkit browsers */
		border-radius:25px;            /* W3C syntax */}

.s_5_1{  width:875px; margin:0 auto;}



.s_5 dl{ width:172px; height:55px; float:left; text-align:center;margin:27px 0px 60px 20px; line-height:1.8em;}


.s_5 dl dt{ color:#fff; font-size:20px;}

.s_5 dl dd{ color:#96a2ae; font-size:14px;}


/*公司介绍*/


.con_bj{ background:#f6f6f6;}

.con_nr{ background:url(images/nr_bg.jpg) no-repeat center top;overflow:hidden; color:#0e3248; line-height:2em;}

.con_nr .nrjs{ text-indent:2em;}

.con_nr ul{ margin:30px 0px 68px; overflow:hidden;}

.con_nr ul li{ float:left; width:490px;}

.con_nr ul li img{ padding-right:10px;}



/*16大课程*/


/*第三屏*/

.kc_16{ background:url(images/kc_bg.jpg); height:500px;}

.kc{ overflow:hidden;}

.kc p{ width:92px; float:left; margin-left:15px; margin-right:15px; margin-bottom:15px; font-size:1em; color:#fff; text-align:center; display:block; color:#fff;}
.kc p a{ color:#fff;}


.kc p a img{ width:92px; height:92px;transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;cursor: pointer;  
                transition: all 0.6s; margin-bottom:5px; border:none;}

.kc p a img:hover{  
                transform: scale(1.1);  
            }  


/*学员*/

.audition{
    margin-top:30px;
}
.tab-box3{
    margin-top:15px;

    height:315px;
    overflow:hidden;
}
.audition-box{
    width:980px; margin:0 auto;
    height:323px;
    position:relative;
    overflow:hidden;
}

.prev{
    top:110px;
    left:0px;
    width:38px;
    height:66px;
    z-index:9999;
    opacity:0;
    transition:1s;
    cursor:pointer;
    position:absolute;
    background:url(images/prev.png) no-repeat center top;
}
.next{
    top:110px;
    right:10px;
    width:38px;
    height:66px;
    z-index:9999;
    opacity:0;
    transition:1s;
    cursor:pointer;
    position:absolute;
    background:url(images/next.png) no-repeat center top;
}
.prev.btn2{
    top:42px;
}
.next.btn2{
    right:15px;
    top:42px;
}
.tab-box3:hover .prev{
    opacity:1;
    transition:0.5s;
}
.tab-box3:hover .next{
    opacity:1;
    transition:0.5s;
}






.title{
    width:100%;
	margin:45px 0px 52px;

    position:relative;
    transition:0.5s;
    background:url("../images/title-tag1.png") no-repeat center left;
}

.tab-ul{ width:270px;

	margin:0 auto;
	overflow:hidden;
}
.tab-ul li{
	margin-left:10px;
	height:25px; line-height:25px; color:#fff; padding:0px 10px;
    font-size:16px;
    float:left;
    cursor:pointer;
	background:#47869a;
}
.tab-ul li.selected{

	 background:#e04618;
	
}

.xy img{ width:118px; height:118px;}

.xy1{ background:url(images/xy_bg.jpg) no-repeat; padding:15px 12px 0px; overflow:hidden; font-size:12px; line-height:1.9em; float:left;margin-bottom:13px; width:317px; margin-right:10px; height:132px;}

.xy1 img{ width:118px; height:118px;}

.xy1 div{margin-left:7px; width:170px; overflow:hidden;}

.xy1 div p{ color:#5d5968;}

.xy1 dl{ float:none; overflow:hidden; margin-bottom:5px;}

.xy1 dl dd{ float:left; font-weight:bold;}

.xy1 dl dd span{ margin-left:5px;}

.xy1 dl dd.xm_js1{ width:48px; font-size:15px; color:#403d50; border-bottom:2px solid #707070;}

.xy1 dl dd.xm_js2{ width:113px; color:#665454; border-bottom:2px solid #9b999a; text-align:center; margin-left:2px; font-size:13px;}
.ju{ color:#f26a47;}






/*学员结束*/


/*合作企业*/
.hz{ background:#f8f9fd; overflow:hidden; border-top:1px solid #ebedf5; padding-bottom:50px;}

/*训练营*/

.ke{ background:#29333d; padding-top:42px; padding-bottom:50px;}

.ke_1 p{ width:881px; margin:0 auto;}

.w_197{ width:197px; margin:27px auto 0px;}


/*赶快报名*/
.bm{ background:url(images/di.jpg) no-repeat center #f6f6f6; height:470px; }



/* 底部 */

.footer{background:#181c1d;height:120px;}

.footer ul{margin:0 auto;width:1000px;padding-top:20px;}

.footer ul li{text-align:center;font-size:12px;color:#ccc;line-height:26px;}

.footer ul li span{color:#ccc;}

.footer ul li span a{padding:0 7px;color:#ccc;}

.footer ul li span a:hover{color:#ee0202;}

.di{background:#000;height:30px;line-height:30px;color:#666;text-align:center;font-size:12px;}














