@charset "utf-8";
/* CSS Document */

/***************************************************** Public **********************************************************/
html{ 
    min-height:100%;
}

body{
	/* This image will be displayed fullscreen */
    background:RGB(236,240,241);
    /*background-size:cover; */
    /* Workaround for some mobile browsers */
    min-height:100%;
    overflow: hidden;
	width: 100%;
	height:100%;
	font-family: "Microsoft Yahei", "黑体",  "宋体", Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: white;
}
a{text-decoration:none;color:white;}
a:hover{
	cursor: pointer;
	text-decoration:none;
}
.txt,.txt p{
	text-indent: 2em;
	color: #1d5095;
	line-height: 21px;
	font-size: 13px;
}
.icon_01{
	position:absolute;
	left:100px;
	top:40px;
}
.icon_02{
	position:absolute;
	left:400px;
	top:40px;
}
.icon_03{
	position:absolute;
	left:700px;
	top:40px;
}
/************ init ************/
#logo{
	position: fixed;
	background: url(../images/pub_logo.jpg);
	z-index: 10000;
	top: 34%;
	left: 38%;
	width: 280px;
	height: 49px;
}
#loadTips{
	float: right;
	height: 92px;
	margin-top: 62px;
}

/******************************************************** Public END *****************************************************/

/********************************************************* Framework  *****************************************************/
/************************  Navigator *************************/
#nav_full{
	box-shadow: 0px -2px 3px 3000;
	width: 100%;
	height: 56px;
	/*background: RGB(249,129,44);*/
	background: url(../images/nav_main.jpg) repeat-x;
	position: fixed;
	bottom: 31px;	
	z-index: 999;
	margin: 0 auto;
	box-shadow: 0px 5px 4px #292929;
}
#nav{
	width: 880px;
	height: 55px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 0 40px;
	position: relative;
}
#nav li{
	float: left;
	margin: 0 41px;
	padding: 0 10px;
}
#nav li a{
	display: block;
	float: left;	
	height: 56px;
	line-height: 55px;
	text-indent: -9999px;
	-webkit-transition:all ease-out 0.1s;
	-moz-transition:all ease-out 0.1s;
	-ms-transition:all ease-out 0.1s;
	-o-transition:all ease-out 0.1s;
	transition:all ease-out 0.1s;
}
#nav li a:hover{
	margin-top: -4px;
}
/***except .in ***/
#nav li.in a:hover{
	margin-top: 0px;
}

#nav li#toHome a{
	width: 38px;
	background: url(../images/nav_home.jpg)no-repeat center;
}
#nav li#toMajor a{
	width: 75px;
	background: url(../images/nav_major.jpg) no-repeat center;
}
#nav li#toAdv a{
	width: 93px;
	background: url(../images/nav_adv.jpg) no-repeat center;
}
#nav li#toGuide a{
	width: 74px;
	background: url(../images/nav_guide.jpg) no-repeat center;
}
#nav li#toJob a{
	width: 75px;
	background: url(../images/nav_job.jpg) no-repeat center;
}


/****** The small Triangle ***/
#nav_tri{
	background: url(../images/nav_triangle.jpg) no-repeat;
	width: 29px;
	height: 17px;
	position: absolute;
	top: 0px;
	left: 93px;
}

/************************* Navigator End **************************/

/********************** Main Page Wrapper *********************/
#wrapper{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#wrapper div.content{
	width: 960px;
	height: 400px;
	position: absolute;
	z-index: 800;
	overflow: hidden;
	-webkit-transition:all ease-in-out 1s;
	-moz-transition:all ease-in-out 1s;
	-ms-transition:all ease-in-out 1s;
	-o-transition:all ease-in-out 1s;
	transition:all ease-in-out 1s;
}


#home,#major,#adv,#guide,#job{
	width: 2500px;
	position: absolute;
	height: 100%;
}
#home{
	left: 2500px;
}
#major{
	left: 5000px;
}
#adv{
	left: 7500px;
}
#guide{
	left: 10000px;
}
#job{
	left: 12500px;
}

/**************** Main Page Wrapper End***********/
/************* footer ****************/

#footer{
	width: 100%;
	height: 41px;
	background: rgb(54,54,54);
	position: fixed;
	bottom: 0px;
	z-index: 802;
}
#footer img{
	float: right;
	margin: 10px;
	
}


/************* footer End****************/

/******************************************************* Framework END *********************************************************/


/***************Home private Begin *************/
.train_target{
	background:url(../images/home_train_.jpg);
	width:480px;height:113px;no repeat;
	position: absolute;
	left: 240px;
	top: 75px;
}
#btn_more{
	background:url(../images/home_knowmore.jpg);
	width:233px;height:72px;no repeat;
	position: absolute;
	left: 352px;
	top: 231px;
	cursor: pointer;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
#btn_more:hover{
	left: 370px;
}
/***************Home private End *************/

/**************************** MajorPage private begin **************************/
/******** major public *******/
#major a,#adv a,#guide a,#job a,{
	display: block;
	position: absolute;
}
.word{
	-webkit-transition:margin ease-in-out 0.2s;
	-moz-transition:margin ease-in-out 0.2s;
	-ms-transition:margin ease-in-out 0.2s;
	-o-transition:margin ease-in-out 0.2s;
	transition:margin ease-in-out 0.2s;
}
.icon{
	position: absolute;
	-webkit-transition:-webkit-transform ease-in-out 0.5s,margin ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
a:hover .icon.hover{
	margin-top: -15px;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}

a:hover .word{
	margin-top: 10px;
}

/************* public End ***********/
#icon_dev{
	background: url(../images/major_icon_developer.jpg) no-repeat;
	width: 138px;
	height: 139px;
	position:absolute;
	left:100px;
	top:40px;	
}
#icon_pm{
	background:url(../images/major_icon_manager.jpg);
	width:141px;   height:141px;
	position:absolute;
	left:400px;
	top:40px;
}
#icon_des{
	background:url(../images/major_icon_designer.jpg);
	width:142px;height:141px;
	position:absolute;
	left:700px;
	top:40px;
}
#word_dev{
	background:url(../images/major_word_deveioper.jpg);
	width:75px;height:33px;
	position:absolute;
	left:130px;
	top:190px;
}
#word_pm{
	background:url(../images/major_word_manager.jpg);
	width:148px;height:33px;
	position:absolute;
	left:400px;
	top:190px;
}
#word_des{
	background:url(../images/major_word_designer.jpg);
	width:66px;height:33px;
	position:absolute;
	left:740px;
	top:190px;
}
.majorTips,.advTips{
	/*background:url(../images/major_word_warning.jpg);*/
	width:899px;height:60px;
	position:absolute;
	left: 30px;
	top: 285px;
	color: #1d5095;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}

/***************Major public End *************/
/**************Major_Deco Begin *********/

#major_line01,#adv_line01{
	/*width: 145px;*/
	width: 0px;
	height: 3px;
	background: #309ad8;
	position: absolute;
	left: 171px;
	top: 90px;
}
#major_line02,#adv_line02{
	width: 3px;
	height: 0px;
	/*height: 196px;*/
	background: #309ad8;
	position: absolute;
	left: 303px;
	top: 90px;
}
#major_decoTxt,#adv_decoTxt{
	display: none;
	background: url(../images/major_decoTxt.jpg);
	width: 91px;
	height: 83px;
	position: absolute;
	left: 205px;
	top: 205px;
}

/*************Major In begin ***********/
.major_one{
	display: none;
}
/************ major-Wrapper Private **********/
.majorWrapper{
	width: 395px;
	height: 175px;
	position: absolute;
	left: 305px;
	top: 90px;
	padding: 10px;
	overflow: hidden;	
}

.major_content{
	width: 395px;
	height: 175px;
	overflow: hidden;
	margin-bottom: 20px;
}
.long_content{
	width: 510px;
	height: 175px;
	position: absolute;
	left: 305px;
	top: 90px;
	padding: 10px;
	overflow: hidden;	
}
/************ major-Wrapper End **********/
/******************* Major_One Component *********************/
.major_nav{
	position: absolute;
	left: 720px;
	top: 90px;
}
.major_nav li{
	position: relative;
	cursor: pointer;
	display: block;
	margin-bottom: 9px;
	background:rgb(251,132,42) url(../images/subnav_tri.png) center right no-repeat;
	width: 131px;
	height:47px;
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-ms-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
	transition:all ease-out 0.3s;
}
.major_nav li p{
    bottom: 7px;
    left: 4px;
    -webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.major_nav li img{
	opacity: 0;
	bottom: 0px;
	left: 0px;
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	transform:scale(0,0);
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
}
.major_nav li:hover,.major_nav li.at{
	background:rgb(47,155,220) url(../images/subnav_tri.png) right no-repeat;
}
.major_nav li.at{
	width: 201px;
	height: 79px;
}
.major_nav li.at p{
    left: 74px;
}
.major_nav li.at img{
	opacity: 1;
	bottom: 7px;
	left: 6px;
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
}
.major_nav p,.major_nav img{
	display: block;
	position: absolute;
}

.toWho p{
	background: url(../images/subnav_who_t.png);
	width: 74px;
	height: 34px;
}
.toWhat p{
	background: url(../images/subnav_what_t.png);
	width: 96px;
	height: 34px;
}
.toWhere p{
	background: url(../images/subnav_where_t.png);
	width: 88px;
	height: 33px;
}
.btn_return{
	background:url(../images/icon_minus%20sign.jpg);
	width: 38px;
	height: 40px;
	position:absolute;
	left:461px;
	top:307px;
	cursor: pointer;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	transition:all ease-in-out 0.5s;
} 
.btn_return:hover{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}
/******************* Major_dev End*********************

/*************** Major title ***************/
.major_title{
	display: none;
	position: absolute;
	right: 651px;
	top: 50px;
}
#major_dev .major_title{
	background: url(../images/major_title_dev.jpg);
	width: 75px;
	height: 36px;
}
#major_des .major_title{
	background: url(../images/major_title_des.jpg);
	width: 75px;
	height: 36px;
}
#major_pm .major_title{
	background: url(../images/major_title_pm.jpg);
	width: 150px;
	height: 36px;
}


/*****************advantagePage private **************/
#icon_res{
	background:url(../images/adv_icon_res.jpg);
	width:146px;height:146px;
}
#icon_teacher{
	background:url(../images/adv_icon_teacher.jpg);
	width:146px;height:146px;
}
#icon_pro{
	background:url(../images/adv_icon_pro.jpg);
	width:146px;height:146px;
}
#word_res{
	background:url(../images/adv_word_res.jpg);
	width:81px;height:39px;
	position:absolute;
	left:135px;
	top:190px;
}
#word_teacher{
	background:url(../images/adv_word_teacher.jpg);
	width:69px;height:39px;
	position:absolute;
	left:440px;
	top:190px;
}
#word_pro{
	background:url(../images/adv_word_pro.jpg);
	width:64px;height:39px;
	position:absolute;
	left:745px;
	top:190px;
}
/*****************advantagePage private End **************/
/*****************guide private Begin **************/
#icon_arr{
	background:url(../images/guide_icon_arr.jpg);
	width:146px;height:146px;
}
#icon_req{
	background:url(../images/guide_icon_req.jpg);
	width:146px;height:146px;
}
#icon_rec{
	background:url(../images/guide_icon_rec.jpg);
	width:146px;height:146px;
}
#word_arr{
	background:url(../images/guide_word_arr.jpg);
	width:97px;height:35px;
	position:absolute;
	left:120px;
	top:190px;
}
#word_req{
	background:url(../images/guide_word_req.jpg);
	width:93px;height:35px;
	position:absolute;
	left:435px;
	top:190px;
}
#word_rec{
	background:url(../images/guide_word_rec.jpg);
	width:131px;height:35px;
	position:absolute;
	left:710px;
	top:190px;
}

/*****************guide private End **************/