@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 530px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}

.mainNav {
	width: 100%;
	margin: 0 auto;
	height: 96px;
	bottom: 0;
	position: relative;
	top: 35px;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 96px;
	position: relative;
	/*background-color: #9B9FAE;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);*/
}

.mainNav .mainNav_wrap:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 100%;
	background-color: #000000;
	top: 35px;
	left: 0;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	background: url(../img/navBg.png) no-repeat center;
	font-size: 16px;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	float: left;
	cursor: pointer;
	position: relative;
	height: 50px;
	width: 125px;
	padding: 23px 0;
}

.mainNav a {
	display: block;
	float: right;
	width: 125px;
	line-height: 96px;
	cursor: pointer;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	font-weight: bold;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	padding: 40px 0 35px 0;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
}

.lead {
	width: 510px;
}

.lead p {
	width: 446px;
	line-height: 30px;
	line-height: 24px;
	line-height: 38px;
}

.lead h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.lead h4 span {
	position: relative;
}

.lead h4:before {
	content: "";
	position: absolute;
	width: 74px;
	height: 46px;
	top: 10px;
	left: -22px;
	background: url(../img//leadTitBg.png) no-repeat center;
}

.lead-links a {
	display: block;
	width: 248px;
	height: 48px;
	border: 1px solid #6E86CE;
	color: #6E86CE;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 40px;
}


/*表單*/

.biaodan {
	width: 412px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	border: 6px solid #BED3FF;
}

.biaodan:before {
	content: "";
	position: absolute;
	background: url(../img/formShadow.png) no-repeat center;
	width: 426px;
	height: 106px;
	bottom: -74px;
	left: 50%;
	margin-left: -213px;
}

.form-tit {
	font-size: 22px;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #aab2bd;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.Pchengji,
.branch {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
}

.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.Pchengji {
	background: url(../img/gradeBox.jpg) no-repeat center;
}

.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

#submit {
	display: block;
	background: #6E86CE !important;
	width: 298px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #6E86CE;
}


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 100px 0 70px 0;
	background-color: #FFFFFF;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h3 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(../img/titBg.png) no-repeat center bottom;
	padding-bottom: 24px;
}

.subTit {
	color: #666666;
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}

.ly-wrap {
	width: 530px;
	margin: 0 auto;
}

.ly_link {
	display: block;
	height: 50px;
	width: 258px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	color: #6E86CE;
	text-align: center;
	margin: 40px auto 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #6E86CE;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.ly_link:hover {
	background-color: #6E86CE;
	color: #FFFFFF;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	width: 86px;
	height: 118px;
	position: absolute;
	top: -148px;
	right: -170px;
	background: url(../img/connect.png) no-repeat center;
}


/*********************<!--公共模块-->**********************/


/*<!--advan-->*/

.advan {
	background-color: #F5F5F5;
}

.advanList li {
	width: 310px;
	height: 200px;
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 0 35px 35px 0;
	-webkit-box-shadow: 2px 2px 15px #EEEEEE;
	-moz-box-shadow: 2px 2px 15px #EEEEEE;
	box-shadow: 2px 2px 15px #EEEEEE;
}

.advanImg {
	width: 310px;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 25px;
}

.advanImg img {
	margin: 0 auto;
}

.advanTxt {
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}


/*<!--advan-->*/


/*<!--welfare-->*/

.welfare {
	background-color: #FFFFFF;
}

.welfareList li {
	height: 200px;
}

.welfareList img {
	float: left;
}

.welfareList p {
	width: 195px;
	height: 200px;
	background-color: #F3F3F3;
	display: table-cell;
	padding: 0 30px;
	line-height: 30px;
	color: #666666;
	vertical-align: middle;
}


/*<!--welfare-->*/


/*<!--uniRec-->*/

.uniRec {
	background: url(../img/uniRecBg.jpg) no-repeat center top;
	color: #FFFFFF;
}

.uniRec p.subTit {
	color: #FFFFFF;
}

.majIcons {
	margin-bottom: 80px;
}

.majIcons li {
	height: 120px;
	width: 120px;
	border: 1px solid #6CD6D6;
	float: left;
	margin-right: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.majIcons li.currentMaj,
.majIcons li:hover {
	background-color: #6CD6D6;
}

.majImg {
	width: 120px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}

.majImg img {
	margin: 0 auto;
}

.majImg img.majIcon-current {
	display: none;
}

.majIcons li.currentMaj .majImg img.majIcon-current,
.majIcons li:hover .majImg img.majIcon-current {
	display: block;
}

.majIcons li.currentMaj .majImg img.majIcon,
.majIcons li:hover .majImg img.majIcon {
	display: none;
}

.maj-name {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #6CD6D6;
	font-weight: bold;
}

.majIcons li.currentMaj .maj-name,
.majIcons li:hover .maj-name {
	color: #FFFFFF;
}

.majContent {
	display: none;
}

.majContent.activeMajor {
	display: block;
}

.maj-subtit {
	width: 108px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.maj-txt {
	line-height: 30px;
}

.uniList {
	padding-top: 40px;
}

.uniList li {
	padding: 25px;
	width: 180px;
	float: left;
	border: 5px solid #BED3FF;
	margin-right: 13px;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.uniList li:hover {
	background-color: rgba(0, 0, 0, .6);
}

.uni-name {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 58px;
}

p.uni-abs {
	line-height: 24px;
	font-size: 12px;
	height: 144px;
}

.uniList li a {
	display: block;
	height: 34px;
	line-height: 34px;
	width: 103px;
	background-color: #6E86CE;
	margin: 10px auto 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.uniList li a:hover {
	background-color: #4063C7;
}

.uniList li a.uniLink {
	width: 150px;
	height: 50px;
}


/*<!--uniRec-->*/


/*<!--flow-->*/

.flow-content {
	width: 1000px;
	background: url(../img/bgCircle.png) no-repeat center top;
	height: 700px;
	position: relative;
}

.flow-time p {
	padding: 38px 0;
	width: 124px;
	background-color: #B6B6B6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	line-height: 24px;
	cursor: pointer;
	position: absolute;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.flow-time p i {
	background: url(../img/activeFlow.png) no-repeat center;
	width: 31px;
	height: 21px;
	position: absolute;
	opacity: 0;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.flow-time b {
	display: block;
}

.flow-time p.currentTime {
	background-color: #4E92E7;
}

.flow-time p.currentTime i {
	opacity: 1;
}

.flowContent {
	position: absolute;
	height: 414px;
	width: 414px;
	left: 50%;
	margin-left: -207px;
	top: 90px;
	z-index: 1;
}

.flowStep {
	width: 414px;
	height: 414px;
	vertical-align: middle;
	display: none;
}

.flowStep.active-flowStep {
	display: table-cell;
}

.flowStep p {
	width: 314px;
	line-height: 36px;
	padding-left: 100px;
	color: #FFFFFF;
}


/*<!--flow-->*/


/*<!--way-->*/

.way {
	background-color: #EAEDF6;
}

.way .connect:after {
	left: -216px;
}

.way-tab {
	text-align: center;
	margin-bottom: 50px;
}

.way-tab li {
	display: inline-block;
	width: 153px;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	background-color: #575757;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}

.way-tab li.currentWay,
.way-tab li:hover {
	background-color: #6E86CE;
}

.way-content {
	display: none;
}

.way-content.active-way {
	display: block;
}

.way-contents {
	background: url(../img/w1.jpg) no-repeat left center;
	height: 550px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 360px;
}

.way-contents.connect:after {
	width: 192px;
	height: 131px;
	background: url(../img/wayConnect.png) no-repeat center;
	left: -78px;
	top: 190px;
}

.way-content {
	width: 540px;
	background-color: #FFFFFF;
	float: right;
	padding: 50px;
}

.way-content h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.way-content h4 span {
	display: inline-block;
	padding-bottom: 15px;
	background: url(../img/wayTitBg.png) no-repeat left bottom;
}

.way-content p {
	color: #666666;
	line-height: 30px;
}

.way-content .way-subtit {
	color: #333333;
	margin-top: 10px;
}

.way-content a {
	display: block;
	width: 248px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border: 1px solid #6E86CE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #6E86CE;
	text-align: center;
	margin: 30px auto 0;
	cursor: pointer;
}


/*<!--way-->*/


/*<!--whyidp-->*/

.whyidp {
	background-color: #F5F5F5;
}

.whyidpTit {
	background: url(../img/caseSubTit.png) no-repeat center;
	width: 510px;
	height: 68px;
	margin: 0 auto 50px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 68px;
	text-align: center;
}

.whyidp-content {
	padding-bottom: 90px;
}

.caseList li {
	float: left;
	width: 233px;
	height: 358px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin-right: 20px;
	padding: 20px 0;
}

.caseList p {
	margin-bottom: 15px;
	color: #666666;
	text-align: center;
	font-size: 13px;
}

.caseList p.case-tit {
	height: 28px;
	line-height: 28px;
	width: 78px;
	background-color: #333333;
	color: #FFFFFF;
	margin: 0 auto 12px;
}

.caseList p.case-major {
	font-weight: bold;
}

.caseList p.case-abs {
	line-height: 24px;
	text-align: left;
	padding: 0 20px;
	height: 120px;
}

.caseList a {
	display: block;
	margin: 0 auto;
	height: 34px;
	line-height: 34px;
	width: 100px;
	color: #6E86CE;
	border: 1px solid #6E86CE;
	-webkit-border-radius: 4px;
	text-align: center;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.caseList a:hover {
	background-color: #6E86CE;
	color: #FFFFFF;
}

.caseLinks {
	margin-top: 50px;
}

.recommendList li,
.rankList li {
	float: left;
	margin-right: 20px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	top: 0;
	width: 235px;
}

.recommendList li:hover,
.rankList li:hover {
	top: -10px;
	-webkit-box-shadow: 0 0 20px #999999;
	-moz-box-shadow: 0 0 20px #999999;
	box-shadow: 0 0 20px #999999;
}

.whyidp-content .picMarquee-left {
	margin: 0 auto;
	padding: 0 30px;
}


/*<!--whyidp-->*/


/*<!--QA-->*/

.QA h3,
.idpAdvan h3 {
	margin-bottom: 50px;
}

.qaList.connect:after {
	width: 86px;
	height: 50px;
	background: url(../img/qaImg2.png) no-repeat center;
	top: -30px;
	right: 0;
}

.qaList.connect:before {
	position: absolute;
	content: "";
	width: 49px;
	height: 34px;
	background: url(../img/qaImg1.png) no-repeat center;
	top: 208px;
	left: -24px;
	z-index: 1;
}

.qaList li {
	height: 130px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
	background: repeating-linear-gradient(120deg, #E6E6E6, #E6E6E6 1px, #f6f6f6 0, #f6f6f6 8px);
	line-height: 28px;
}

.qaList p.q {
	width: 250px;
	height: 130px;
	background-color: #666666;
	color: #FFFFFF;
	padding: 0 25px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	font-weight: bold;
}

.qaList p.q:after {
	position: absolute;
	content: "";
	border: 0 solid transparent;
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 20px;
	border-right-width: 20px;
	top: 50%;
	margin-top: -16px;
}

.qaList p.q.q-left:after {
	border-left-color: #666666;
	right: -40px;
}

.qaList p.q.q-right:after {
	border-right-color: #666666;
	left: -40px;
}

.qaList p.a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 32px;
	width: 636px;
	color: #666666;
}

.qaList a {
	color: #6E86CE;
	cursor: pointer;
}

.qaList a:hover {
	text-decoration: underline;
}


/*<!--QA-->*/


/*<!--idpAdvan-->*/

.idpAdvan .connect:after {
	left: -256px;
}

.idpAdvan {
	padding-bottom: 0;
	background-color: #F5F5F5;
}

.ab-advan-ul {
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
	text-align: center;
}

.ab-advan-ul li {
	display: inline-block;
	color: #666666;
	font-size: 20px;
	line-height: 25px;
	width: 120px;
}

.ab-advan-ul p {
	margin-top: 10px;
}

.ab-advan-ul .ab-advan-img {
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

.ab-advan-ul .ab-advan-img img {
	margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
	height: 34px;
}

.ab-advan-ul li.lastAdvan {
	margin-right: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*<!--idpAdvan-->*/

.Validform_checktip {
	display: none !important;
}


/*---------------------------------------*/