@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #EFF8FF;
	overflow-x: auto;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 798px;
	background: url(../img/headBanner.jpg?v=0) no-repeat center top;
	position: relative;
}

.headContent {
	width: 1000px;
	margin: 0 auto;
	height: 497px;
}

.head_text
{
    text-align: center;
    position: relative;
    top: 126px;
}
.head_text .p_top
{
	color: #62ade0;
	font-size: 45px;
}
.head_text h1
{
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    margin: 48px 0;
}
.head_text .p_bottom
{
		color: #fff;
	font-size: 36px;
}

a.banner-link {
	display: block;
	height: 60px;
	width: 210px;
	font-size: 24px;
	line-height: 58px;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: url(../img/btnBg.png) no-repeat 12px 8px #4AB6FF;
	-webkit-box-shadow: 4px 7px 0 #2C84C0;
	-moz-box-shadow: 4px 7px 0 #2C84C0;
	box-shadow: 4px 7px 0 #2C84C0;
	margin-top:280px;
}

a.banner-link:hover {
	background: url(../img/btnBg.png) no-repeat 12px 8px #48D2E7;
	-webkit-box-shadow: 4px 7px 0 #409EB6;
	-moz-box-shadow: 4px 7px 0 #409EB6;
	box-shadow: 4px 7px 0 #409EB6;
}

.mainNav {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #4095CF;
	font-size: 16px;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	position: static;
	background-color: #4095CF;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	float: left;
	cursor: pointer;
	color: #FFFFFF;
	padding: 0 36px;
	position: relative;
}

.mainNav li:hover:before,
.mainNav li.activeNav:before {
	content: "";
	position: absolute;
	width: 100%;
	background-color: #FFFFFF;
	height: 5px;
	bottom: 0;
	left: 0;
}

.mainNav a {
	display: block;
	float: right;
	color: #FFFFFF;
	width: 104px;
	cursor: pointer;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	padding: 30px 0 70px 0;
	background-color: #C9E9FF;
	height: 288px;
	margin-bottom: 60px;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
}

.lead {
	width: 512px;
	position: relative;
	padding: 38px 0 0 22px;
	font-size: 16px;
}

.lead p {
	border: 2px solid #333333;
	padding: 38px 50px;
	line-height: 36px;
	position: relative;
}

.lead h4 {
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 50px;
	top: 18px;
	padding: 0 8px;
	background-color: #C9E9FF;
	z-index: 1;
}

.lead p:before,
.lead p:after {
	content: "";
	position: absolute;
	background: url(../img/yh.png) no-repeat center #C9E9FF;
	width: 60px;
	height: 40px;
}

.lead p:before {
	top: 112px;
	left: -34px;
}

.lead p:after {
	bottom: -20px;
	right: 74px;
}


/*表單*/

.biaodan {
	width: 420px;
	margin: 0 auto;
	padding: 45px 0;
	background-color: #FFFFFF;
	position: relative;
}

.biaodan:before {
	content: "";
	position: absolute;
	background: url(../img/formShadow.png) no-repeat center;
	width: 426px;
	height: 106px;
	bottom: -68px;
	left: 50%;
	margin-left: -213px;
}

.form-tit {
	font-size: 24px;
	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: "微软雅黑";
	color: #aab2bd;
}

.biaodan form select {
	width: 262px;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.tuanci,
.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;
}

.tuanci {
	background: url(../img/tuanciBox.jpg) no-repeat center;
}

.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

.biaodan form div.subAndly {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 0;
}

#submit,
.subAndly a {
	display: block;
	background: #4AB6FF !important;
	width: 145px;
	height: 47px;
	line-height: 45px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #4AB6FF;
	float: left;
}

.subAndly a {
	height: 45px;
	float: right;
}

#submit:hover,
.subAndly a:hover {
	background-color: #2B84C0 !important;
	border-color: #2B84C0;
}

.Validform_right {
	display: none !important;
}


/*#submit:hover {
    background-color: #E03022 !important;
}*/


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 60px 0;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h3 {
	margin-bottom: 50px;
}

.section_content h3 img {
	margin: 0 auto;
}

.ly-wrap {
	width: 540px;
	margin: 0 auto;
}

.ly_link {
	display: block;
	height: 50px;
	width: 300px;
	font-size: 18px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: url(../img/btnBg.png) no-repeat 12px 8px #4AB6FF;
	-webkit-box-shadow: 2px 6px 0 #2C84C0;
	-moz-box-shadow: 2px 6px 0 #2C84C0;
	box-shadow: 2px 6px 0 #2C84C0;
}

.ly_link:hover {
	background: url(../img/btnBg.png) no-repeat 12px 8px #48D2E7;
	-webkit-box-shadow: 2px 6px 0 #409EB6;
	-moz-box-shadow: 2px 6px 0 #409EB6;
	box-shadow: 2px 6px 0 #409EB6;
}


/*********************<!--公共模块-->**********************/


/*<!--youGain-->*/

.youGain {
	/*padding-top: 120px;*/
}

.gainLis li {
	width: 482px;
	height: 122px;
	border: 4px solid #5D87D5;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 24px center;
}

.gainLis h4,
.gainLis p {
	display: table-cell;
	vertical-align: middle;
	height: 122px;
	color: #3F6ABA;
}

.gainLis h4 {
	width: 158px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.gainLis p {
	width: 296px;
	line-height: 26px;
}


/*<!--youGain-->*/


/*<!--fitFor-->*/

.fitFor {
	background: url(../img/bg1.jpg) no-repeat center top;
}

.fitLis {
	padding-top: 68px;
}

.fitLis li {
	position: relative;
	background: rgba(255, 255, 255, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF);
}

.fitLis span {
	position: absolute;
	top: -66px;
	height: 124px;
	width: 124px;
	border: 2px solid #4AB6FF;
	background-color: #FFFFFF;
	-webkit-border-radius: 62px;
	-moz-border-radius: 62px;
	border-radius: 62px;
	text-align: center;
	line-height: 124px;
	font-size: 30px;
	font-weight: bold;
	left: 50%;
	margin-left: -64px;
}

.fitLis li {
	width: 462px;
	height: 265px;
	border: 4px solid #4AB6FF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.fitLis p {
	display: table-cell;
	vertical-align: middle;
	height: 190px;
	width: 370px;
	color: #2B5F84;
	font-size: 18px;
	padding: 50px 46px 0 46px;
}

.fitLis b {
	display: block;
	line-height: 36px;
}


/*<!--fitFor-->*/


/*<!--timePlan-->*/

.timePlan {
	background-color: #6395F0;
	padding-bottom: 0;
}

.timePlan .section_content {
	padding-bottom: 60px;
}

.tp-tab li {
	width: 350px;
	height: 62px;
	line-height: 62px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color: #E6D5B7;
	cursor: pointer;
	color: #666666;
	margin: 0 2px;
}

.tp-tab .current-tp,
.tp-tab li:hover {
	background-color: #FFB842;
	color: #333333;
}

.tp-contents {
	margin-top: 30px;
	background-color: #fff;
}

.tp-item {
	display: none;
	width: 910px;
	border: 5px solid #FFCC33;
	padding: 25px 40px;
	/*background: url(../img/bg4.jpg) repeat left top #FFFFFF;*/
	font-size: 16px;
}

.tp-item p {
	background: url(../img/star.png) no-repeat left 4px;
	padding-left: 20px;
	color: #666666;
	margin-bottom: 20px;
	line-height: 28px;
}

.tp-item span {
	color: #000000;
	display: inline-block;
	margin-right: 5px;
}

.tp-item.active-tp {
	display: block;
}

.ly-more {
	color: #4AB6FF;
	cursor: pointer;
}

.ly-more:hover {
	text-decoration: underline;
}


/*<!--timePlan-->*/


/*<!--video-->*/

.video {
	background-color: #FFFFFF;
}

.video .section_content {
	padding-top: 60px;
}

.video-content h4 {
	padding: 0 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 320px;
	font-weight: bold;
	color: #6395F0;
	width: 380px;
}


/*<!--video-->*/


/*<!--route-->*/

.route {
	position: relative;
}

.route:before {
	content: "";
	position: absolute;
	width: 472px;
	height: 689px;
	/*background: url(../img/bg3.png) no-repeat center;*/
	top: 362px;
	right: 18px;
}

.route .section_content {
	position: relative;
	z-index: 1;
}

.route-tab {
	margin-bottom: 50px;
}

.route-tab li {
	width: 342px;
	padding: 38px 0 10px 158px;
	float: left;
	border-bottom: 8px solid #EFE6BD;
	background: url(../img/xcIcon.png) no-repeat 74px top;
	line-height: 32px;
	font-size: 16px;
	opacity: .6;
	cursor: pointer;
}

.route li b {
	display: block;
}

.route-tab .current-route,
.route-tab li:hover {
	border-bottom-color: #FEBA3B;
	opacity: 1;
}

.route-content-wrap {
	display: none;
}

.route-content-wrap.active-route {
	display: block;
}

.route-content {
	height: 500px;
	overflow-y: auto;
	border-bottom: 1px solid #CCCCCC;
}

.route-content-wrap table {
	width: 100%;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.route-headTable th,
.route-bodyTable td {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.route-headTable th {
	height: 60px;
	background-color: #BA8736;
	color: #FFFFFF;
}

.route-bodyTable td {
	padding: 20px;
	text-align: center;
	line-height: 24px;
	color: #666666;
}

.route-bodyTable tr.odd {
	background-color: #FFFFFF;
}

.route-bodyTable tr.even {
	background-color: #FFF6E7;
}

.route-notice {
	color: #999999;
	padding: 16px 0 34px 0;
}

.route-notice span {
	color: red;
	margin-right: 5px;
	display: inline-block;
}

.notice-table {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.notice-table th,
.notice-table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.notice-table th {
	background-color: #DCA64E;
	color: #FFFFFF;
	font-size: 16px;
	height: 60px;
}

.notice-table th span {
	position: relative;
	padding-left: 20px;
}

.notice-table th span:before {
	content: "";
	width: 8px;
	height: 22px;
	position: absolute;
	/*background: url(../img/th.png) no-repeat left top;*/
	top: 0;
	left: 0;
}

.notice-table td {
	padding: 16px 12px;
	color: #666666;
	line-height: 36px;
	background-color: #FFFFFF;
}

.notice-table td span {
	color: #000000;
}


/*<!--route-->*/


/*<!--ausCenter-->*/

.ausCenter {
	/*background-color: #54575E;*/
	background-color: #6395F0;
	padding: 20px 0 30px 0;
}

.ausService ul {
	padding-top: 0 !important;
}


/*<!--ausCenter-->*/


/*<!--idpService-->*/

.idpService {
	background-color: #C9E9FF;
}

.serviceLis .service_txt h6 {
	color: #C9E9FF !important;
}


/*<!--idpService-->*/


/*<!--otherLink-->*/

.otherLink {
	padding-bottom: 36px;
}

.recLink li {
	float: left;
	width: 234px;
	margin: 0 8px;
}

.recLink li img {
	width: 100%;
	height: 202px;
}

.recLink p {
	color: #666666;
	margin-top: 10px;
}

.recLink p:hover {
	text-decoration: underline;
}


/*<!--otherLink-->*/


/*<!--idpUSAService-->*/


/*.idpUSAService {
	padding-bottom: 60px;
}

.idpUSAService {
	padding-bottom: 60px;
}

.idpUSAService h4 {
	margin-bottom: 20px;
}

.serviceLis .service_txt h6 {
	color: #66CC99 !important;
}*/


/*<!--idpUSAService-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.idpAdvan h4 {
	margin-bottom: 40px;
}

.advantage dt {
	border-color: #CCCCCC !important;
}


/*<!--idpAdvan-->*/


/*底部*/

.foot {
	line-height: 28px;
}


/*底部*/