@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: auto;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.Validform_checktip {
	display: none !important;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 480px;
	background: url(../img/headBanner.jpg) no-repeat center top;
}


/*<!--导航-->*/

.mainNav {
	width: 100%;
	height: 70px;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 70px;
	background: url(../img/navBg.jpg) no-repeat center;
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -o-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: -ms-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333399', endColorstr='#000099FF', GradientType=1);
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	cursor: pointer;
	font-size: 15px;
	float: left;
	width: 25%;
}

.mainNav img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.mainNav img.nav-icon-active {
	display: none;
}

.mainNav li.activeNav {
	color: #0066CC;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 8px #EEEEEE;
	-moz-box-shadow: 0px 5px 8px #EEEEEEE;
	box-shadow: 0px 5px 8px #EEEEEE;
}

.mainNav li.activeNav img.nav-icon {
	display: none;
}

.mainNav li.activeNav img.nav-icon-active {
	display: inline-block;
}


/*<!--头部【导语和表单】-->*/

.leadAndForm {
	background: #EAF2FF;
	padding: 50px 0 60px 0;
}

.lf-content {
	width: 1000px;
	margin: 0 auto;
}


/*导语*/

.lead {
	float: left;
	width: 480px;
	margin: 0 auto;
}

.lead-tit {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}

.lead p {
	line-height: 36px;
	font-size: 16px;
}

.lead-ly {
	width: 253px;
	border: 1px solid #FF8870;
	margin-top: 20px;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	color: #FF8870;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
	text-align: center;
	font-size: 18px;
	margin: 30px auto 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.lead-ly:hover {
	background-color: #FF8870;
	color: #FFFFFF;
}


/*表單*/

.biaodan {
	float: right;
	width: 425px;
	margin: 0 auto;
	background-color: #6B8DE6;
	position: relative;
	padding: 45px 0;
	position: relative;
}

.biaodan:before {
	content: "";
	position: absolute;
	width: 426px;
	height: 30px;
	background: url(../img/formShadow.png) no-repeat center;
	bottom: -30px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan h3 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	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;
	position: relative;
	top: 1px;
}

.mobile,
.name,
.branch {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
	height: 40px;
}

.biaodan form div.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.biaodan form div.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.biaodan form div.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

#submit {
	display: block;
	width: 300px;
	height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	background-color: #FF8870;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 80px 0 70px 0;
	background-color: #FFFFFF;
}

.pdnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pdbt60 {
	padding-bottom: 60px;
}

.section-content h3 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.section-content h3 span {
	display: inline-block;
	height: 85px;
	line-height: 85px;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
	width: 600px;
	background: url(../img/titleBg.png) no-repeat center;
	background: -webkit-linear-gradient(left, #0099FF, #33CCCC);
	background: -o-linear-gradient(left, #0099FF, #33CCCC);
	background: -moz-linear-gradient(left, #0099FF, #33CCCC);
	background: -ms-linear-gradient(left, #0099FF, #33CCCC);
	background: linear-gradient(left, #0099FF, #33CCCC);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099FF', endColorstr='#0033CCCC', GradientType=1);
	color: #FFFFFF;
}

p.subtit {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px
}

.ly-wrap {
	width: 680px;
	margin: 0 auto;
}

.ly-link {
	display: block;
	height: 50px;
	width: 320px;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	margin: 40px auto 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	color: #FF8870;
	border: 1px solid #FF8870;
}

.ly-link:hover {
	background-color: #FF8870;
	color: #FFFFFF;
}

.grayBg {
	background-color: #F5F5F5;
}

.section .part-tit {
	background: url(../img/partBg.png) no-repeat center;
	width: 380px;
	height: 46px;
	line-height: 46px;
	margin: 30px auto 30px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	height: 118px;
	width: 88px;
	position: absolute;
	top: -135px;
	left: -245px;
	background: url(../img/connect2.png) no-repeat center;
}


/*********************<!--公共模块-->**********************/


/*<!--aboutUS-->*/

.aboutus-part {
	text-align: center;
}

.aboutus-part h4 {
	height: 48px;
	background: url(../img/subtitBg.png) no-repeat center;
	background: -webkit-linear-gradient(left, #0099FF, #33CCCC);
	background: -o-linear-gradient(left, #0099FF, #33CCCC);
	background: -moz-linear-gradient(left, #0099FF, #33CCCC);
	background: -ms-linear-gradient(left, #0099FF, #33CCCC);
	background: linear-gradient(left, #0099FF, #33CCCC);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099FF', endColorstr='#0033CCCC', GradientType=1);
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 40px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	display: inline-block;
	font-size: 24px;
	line-height: 48px;
	margin: 60px 0 30px 0;
}

.aboutus-part h4.instro {
	margin-top: 0;
}

.instro-item {
	width: 450px;
	background-color: #FFFFFF;
	padding: 40px 20px 25px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.instro-item.mb {
	margin-bottom: 20px;
}

.instro-item h5 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.instro-item p {
	text-align: left;
	color: #666666;
	line-height: 30px;
	padding: 0 18px 20px;
	font-size: 16px;
}

.instro-item p a {
	color: #333333;
	text-decoration: underline;
}

.instro-item p.height140 {
	height: 120px;
}

.instro-item p.height200 {
	height: 180px;
}

.instro-item img {
	margin: 0 auto;
}

.honor-item {
	float: left;
	width: 235px;
	background-color: #FFFFFF;
	padding: 40px 0;
	margin-right: 20px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	height: 345px;
}

.honor-item.nomr {
	margin-right: 0;
}

.honor-item .img-wrap {
	height: 55px;
	width: 235px;
	display: table-cell;
	vertical-align: middle;
}

.honor-item img {
	margin: 0 auto;
}

.honor-item .honor-abs {
	font-size: 15px;
	padding: 20px 28px 0;
	text-align: left;
	line-height: 30px;
	color: #666666;
}

.approve-items {
	width: 1000px;
	padding: 50px 0;
	background: url(../img/bg1.png) no-repeat left bottom #FFFFFF;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.apporveList {
	width: 870px;
	margin: 0 auto;
	color: #666666;
	font-size: 16px;
	position: relative;
	padding-top: 30px;
}

.apporveList:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	background: url(../img/time.png) no-repeat center;
	height: 60px;
	width: 60px;
	z-index: 1;
}

.apporveList i {
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #33CCFF;
	left: 50%;
	margin-left: -1px;
	top: 0;
}

.apporveList li {
	width: 420px;
	line-height: 26px;
	margin-top: 45px;
	position: relative;
}

.apporveList li.left {
	text-align: right;
}

.apporveList li.left:after,
.apporveList li.right:before {
	content: "●";
	color: #33CCFF;
	position: absolute;
}

.apporveList li.left:after {
	right: -20px;
}

.apporveList li.right:before {
	left: -20.5px;
}

.apporveList li.right {
	text-align: left;
}

.apporveList li.right1 {
	margin-top: 80px;
}


/*<!--aboutUS-->*/


/*<!--cooperate-->*/

.cooperateList {
	width: 1000px;
}

.cooperateList li {
	width: 500px;
	padding: 25px 0;
}

.cooperateList li.mb {
	border-bottom: 1px dashed #CCCCCC;
}

.cooperateList li.left {
	padding-right: 100px;
	border-right: 1px dashed #CCCCCC;
	width: 399px;
}

.cooperateList li.right {
	padding-right: 30px;
	padding-left: 65px;
	width: 405px;
}

.cooperateList p {
	display: block;
	width: 220px;
	float: left;
	font-weight: bold;
	line-height: 44px;
	font-size: 24px;
	padding: 40px 0;
}

.cooperateList p strong {
	font-size: 18px;
}

.cooperateList p span {
	color: #CC3333;
}

.cooperateList b {
	display: block;
	background: url(../img/circle.png) no-repeat center;
	width: 170px;
	height: 170px;
	float: right;
	position: relative;
}

.cooperateList b i {
	position: absolute;
	font-style: normal;
	color: #CC3333;
	font-size: 24px;
	right: -30px;
	top: 28px;
}

.cooperateList b em {
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 170px;
	padding-top: 60px;
}


/*<!--cooperate-->*/


/*<!--successfulCase-->*/

.successfulCase .connect:after {
	width: 106px;
	height: 73px;
	background: url(../img/connect1.png) no-repeat center;
	top: -112px;
	left: 1126px;
}

.tab {
	border: 1px solid #333333;
	border-right: 0;
	margin-bottom: 50px;
}

.tab li {
	float: left;
	border-right: 1px solid #333333;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
	padding: 15px 0;
	width: 165px;
	cursor: pointer;
}

.tab li.active,
.tab li:hover {
	background-color: #333333;
	color: #FFFFFF;
}

.tab li.last {
	width: 168px;
	line-height: 60px;
}

.content {
	display: none;
}

.content.active {
	display: block;
}

.sucList li {
	height: 180px;
	width: 490px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	position: relative;
}

.sucList li .show-info:after,
.questionList li .show-info:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 11px;
	background: url(../img/down_icon.png) no-repeat center;
	bottom: 10px;
	right: 10px;
}

.sucList .show-info {
	color: #047def;
	font-size: 18px;
	line-height: 30px;
	height: 180px;
	padding: 0 25px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.sucList .show-info img {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	top: auto\0;
	margin-top: auto\0;
}

.sucList .show-info p {
	margin-left: 160px;
	text-align: center;
	width: 280px;
	font-weight: bold;
}

.sucList .other-info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	height: 380px;
	z-index: 1;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.infoCon {
	display: table-cell;
	vertical-align: middle;
	width: 420px;
	height: 380px;
	padding: 0 35px;
	color: #666666;
	line-height: 30px;
}

.infoCon p {
	margin-bottom: 4px;
}

.infoCon b {
	color: #047def;
}

.sucList li:hover .other-info,
.questionList li:hover .other-info {
	display: block;
}

.sucList li.last .other-info {
	top: auto;
	bottom: 0;
}

.content h4 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.content h5 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}

.questionList {
	position: relative;
}

.questionList li {
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	width: 320px;
	float: left;
	margin-right: 20px;
	height: 270px;
}

.questionList li.nomr {
	margin-right: 0;
}

.questionList .show-info {
	padding: 35px 0;
	position: relative;
}

p.question {
	font-size: 22px;
	color: #047def;
	padding-left: 65px;
}

p.time {
	font-size: 18px;
	margin: 10px 0 20px 0;
	padding-left: 65px;
}

.questionList img {
	margin: 0 auto;
}

p.title {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #047def;
	margin-top: 10px;
	font-weight: bold;
}

.questionList .other-info {
	position: absolute;
	background: salmon;
	width: 1000px;
	height: 270px;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	background-color: #FFFFFF;
	display: none;
}

.questionList .other-info .infoCon {
	width: 1000px;
	height: 270px;
}

.linkToOther {
	display: block;
	height: 180px;
	margin: 70px auto 0;
	background: url(../img/linkOther.jpg) no-repeat center;
}


/*<!--successfulCase-->*/


/*<!--oneStopService-->*/

.serList li {
	float: left;
	width: 320px;
	background-color: #F5F5F5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 20px;
}

.serList li.nomr {
	margin-right: 0;
}

.serList img {
	margin: 0 auto;
}

.serList .imgwrap {
	width: 320px;
	height: 58px;
	display: table-cell;
	vertical-align: middle;
}

.serList a {
	display: block;
	height: 130px;
	background-color: #FFD162;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	position: relative;
	padding: 30px 0;
	color: #333333;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	top: 0;
}

.serList a:hover {
	top: -10px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.serList h4 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
}

.serList p {
	font-size: 18px;
	margin-top: 8px;
}

.serList div {
	padding: 25px 35px;
	line-height: 30px;
	color: #666666;
	height: 270px;
}


/*<!--oneStopService-->*/


/*<!--idpUSAService-->*/

.serviceLis .service_txt h6 {
	color: #63B2FF !important;
}


/*<!--idpUSAService-->*/


/*<!--idpTeachers-->*/

.idpTeachers .picMarquee-left {
	margin: 0 auto;
	padding: 0 30px;
	height: 137px;
	overflow: hidden;
}


/*<!--idpTeachers-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*<!--idpAdvan-->*/


/*---------------------------------------*/