.ddf1 .df1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin-top: 130px;
	position: relative;
	background-color: #B60005;
}

.banner img {
	width: 100%;
	height: 100%;
} 

/*---------- reset ----------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none;
	visibility: hidden
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

abbr[title] {
	cursor: help;
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

del {
	font-family: Arial
}

img {
	vertical-align: middle;
	border: 0
}

li {
	list-style: none
}

mark {
	background: #ff0;
	color: #000
}

pre {
	white-space: pre-wrap
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: ""
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

svg:not(:root) {
	overflow: hidden
}

address,
caption,
cite,
dfn,
em,
i,
q,
th {
	font-weight: normal;
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	font-weight: bold
}

fieldset,
legend {
	border: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button,
input,
select,
select optgroup,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: middle
}

button,
input,
select[multiple],
textarea {
	background-image: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	height: auto
}

textarea {
	overflow: auto;
	vertical-align: top
}

.header {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	height: 80px;
}

.header img {
	height: 80px;
	width: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

html {
	overflow-y: scroll;
	height: 100%;
}

html,
body {
	min-width: 1100px;
}

/*---------- scaffolding ----------*/
body {
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #404040;
	background-color: #fff;
}

a {
	cursor: pointer;
	color: #404040;
	text-decoration: none;
}

a:hover,
a:active {
	color: #f2a200;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.g-hidden {
	display: none !important;
}

.g-noverflow {
	overflow: hidden;
}

.cf {
	*zoom: 1;
}

.cf:after {
	content: " ";
	clear: both;
	display: table;
}

.g-wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	*zoom: 1;
}

.g-wrapper:after {
	content: " ";
	clear: both;
	display: table;
}

img[data-lazy-img] {
	background-color: #ddd;
}

.g-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 3;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	background-color: #f2a200;
	border: 0;
	border-bottom: 3px solid #bf8600;
	border-radius: 2px;
}

.g-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e59900;
}

.g-mod {
	padding: 20px 0 80px;
}

.g-mod:after {
	content: " ";
	clear: both;
	display: table;
}

.g-mod .hd {
	padding-bottom: 40px;
	text-align: center;
}

.g-mod .hd h4 {
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

.g-mod .hd h2 {
	padding-bottom: 24px;
	text-align: center;
	font: bold 36px/1 "Microsoft Yahei";
}

.g-mod .hd .hr {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	background-color: #404040;
}

.g-footer {
	padding: 40px 0;
	text-align: center;
	line-height: 2;
	font-size: 12px;
	background-color: #f2f2f2;
}

.g-footer a {
	text-decoration: underline;
}

/*
 * carousel
 */
.g-carousel {
	position: relative;
	width: 100%;
}

.g-carousel-viewport {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.g-carousel-inner {
	position: absolute;
	overflow: hidden;
}

.g-carousel-inner li img {
	vertical-align: top;
}

.g-carousel-control a {
	font-style: normal;
	font-weight: normal;
}

.g-carousel-control a:hover,
.g-carousel-control a:focus,
.g-carousel-control a:active {
	text-decoration: none;
}

.g-carousel-control.g-carousel-disabled a {
	visibility: hidden
}

.g-carousel-indicators {
	text-align: center
}

.g-carousel-indicators li {
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	vertical-align: top;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b7b7b7;
	*display: inline;
	*zoom: 1
}

.g-carousel-indicators li.active {
	background-color: #276ba7;
}

/*---------- styles ----------*/

/* headerTool */
.headerTool {
	padding: 30px 0 12px;
	line-height: 30px;
}

.headerTool h2 {
	float: left;
}

.headerTool h2 a {
	float: left;
	overflow: hidden;
	width: 145px;
	height: 40px;
	text-indent: -9em;
	background: url(../image/pic-100.png) 0 0 no-repeat;
}

.headerTool em {
	float: left;
	padding-left: 1em;
	color: #666;
}

.headerTool span {
	float: right;
}

.headerTool span i {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 4px;
	background: url(../image/pic-100.png) -150px 0 no-repeat;
}

.headerTool span b {
	font-size: 16px;
	font-family: Arial;
}

/* headerNav */
.headerNav {
	height: 74px;
	background-color: #345492;
}

.headerNav .inner {
	width: 100%;
	background-color: #17346a;
}

.headerNav li {
	float: left;
	width: 137px;
}

.headerNav li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.headerNav li a:hover {
	background-color: #506da5;
}

.headerNav li span {
	display: block;
}

.headerNav li small {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial;
}

.headerNav--fixed .inner {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
}

/* topHero */
.topHero {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 500px;
	text-align: center;
	background: url(../image/pic-02-2.jpg) center top no-repeat #345492;
}

.topHero .txt {
	position: relative;
	z-index: 1;
	width: 600px;
	margin: 0 auto;
	color: #fff;
}

.topHero .txt h1 {
	padding: 90px 0 26px;
	text-align: center;
	line-height: 1;
	font-size: 50px;
}

.topHero .txt p {
	text-align: center;
	line-height: 2;
	font-size: 18px;
}

.topHero .txt dl {
	padding: 20px 30px;
}

.topHero .txt dt {
	float: left;
	width: 160px;
	padding-bottom: 2px;
	line-height: 1.4;
	text-align: center;
	border-right: 1px solid #fff;
}

.topHero .txt dt h2 {
	font-size: 32px;
	font-weight: normal;
}

.topHero .txt dt small {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Arial;
}

.topHero .txt dd {
	overflow: hidden;
	padding-left: 30px;
	text-align: left;
	_zoom: 1;
	_padding-left: 27px;
}

.topHero .txt dd span {
	display: block;
	padding: 6px 0;
}

.topHero .txt .g-btn {
	font-size: 18px;
}

.topHero .backdrop {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

/* freqQuestion */
.freqQuestion {
	background-color: #f4f5f8
}

.freqQuestion .hd h2 {
	color: #345492;
}

.freqQuestion .txt {
	padding-bottom: 20px;
	text-indent: 2em;
	line-height: 24px;
}

.freqQuestion .list li {
	float: left;
	overflow: hidden;
	width: 462px;
	height: 454px;
	color: #fff;
	background-image: url(../image/pic-03.png);
	background-repeat: no-repeat;
}

.freqQuestion .list li.s1 {
	padding-right: 36px;
	background-position: 0 0;
}

.freqQuestion .list li.s2 {
	background-position: 0 -460px;
}

.freqQuestion .list li h3 {
	padding: 60px 0 22px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.freqQuestion .list li h3 em {
	color: #f9f73b;
}

.freqQuestion .list li div.s1 {
	padding: 0 30px;
	line-height: 24px;
	font-size: 12px;
}

.freqQuestion .list li div.s2 {
	padding: 20px 20px 0 160px;
	line-height: 28px;
	color: #345492;
}

/* ourServicesHd */
.ourServicesHd {
	height: 295px;
	padding: 40px 0 60px;
	text-align: center;
	line-height: 2;
	background: #e6dfe6;
}

.ourServicesHd h3 {
	font-size: 30px;
	font-weight: bold;
	color: #c00021;
}

.ourServicesHd h2 {
	font-size: 48px;
	color: #000
}

.ourServicesHd h2 span {
	color: #faffa5;
	text-shadow: 3px 5px 18px rgba(0, 0, 0, .5);
}

.ourServicesHd h4 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

/* ourServicesCtn */
.ourServicesCtn {
	padding-bottom: 0;
	background: url(../image/pic-06.png) center top no-repeat;
}

.ourServicesCtn .inner {
	padding-bottom: 60px;
	background: url(../image/pic-07.png) center bottom no-repeat;
}

.ourServicesCtn ul {
	position: relative;
	width: 100%;
	height: 650px;
	background: url(../image/pic-05.png) center center no-repeat;
}

.ourServicesCtn li {
	position: absolute;
}

.ourServicesCtn li h3 {
	padding-bottom: 4px;
	font-size: 16px;
}

.ourServicesCtn li p {
	line-height: 20px;
	font-size: 12px;
}

.ourServicesCtn li.s1 {
	left: 50%;
	top: 0;
	width: 340px;
	margin-left: -170px;
	text-align: center;
}

.ourServicesCtn li.s1 h3 {
	color: #4260ad;
}

.ourServicesCtn li.s2 {
	left: 50%;
	top: 143px;
	width: 260px;
	margin-left: 222px;
}

.ourServicesCtn li.s2 h3 {
	color: #3e62a6;
}

.ourServicesCtn li.s3 {
	left: 50%;
	top: 475px;
	width: 260px;
	margin-left: 222px;
}

.ourServicesCtn li.s3 h3 {
	color: #3c6fa9;
}

.ourServicesCtn li.s4 {
	left: 50%;
	top: 560px;
	width: 340px;
	margin-left: -170px;
	text-align: center;
}

.ourServicesCtn li.s4 h3 {
	color: #377bbb;
}

.ourServicesCtn li.s5 {
	left: 50%;
	top: 475px;
	width: 260px;
	margin-left: -478px;
	text-align: right;
}

.ourServicesCtn li.s5 h3 {
	color: #3d94d1;
}

.ourServicesCtn li.s6 {
	left: 50%;
	top: 143px;
	width: 260px;
	margin-left: -478px;
	text-align: right;
}

.ourServicesCtn li.s6 h3 {
	color: #49a3d1;
}

/* relateProduct */
.relateProduct {
	background-color: #f4f5f8
}

.relateProduct .bd {
	overflow: hidden;
}

.relateProduct ul {
	margin: 0 -30px;
}

.relateProduct li {
	float: left;
	width: 280px;
	padding: 0 30px;
}

.relateProduct li img {
	width: 280px;
	height: 464px;
	vertical-align: top;
}

/* seminarEnroll */
.seminarEnroll {
	height: 400px;
	padding: 35px 0;
	background: url(../image/pic-08.png) center top no-repeat #345492;
}

.seminarEnroll .hd {
	color: #fff;
}

.seminarEnroll .bd .wx {
	float: left;
	width: 308px;
	padding-left: 60px;
}

.seminarEnroll .bd .wx i {
	float: left;
	width: 170px;
	height: 170px;
	background: url(../image/pic-100.png) 0 -40px no-repeat;
}

.seminarEnroll .bd .wx p {
	overflow: hidden;
	padding: 20px 0 0 10px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	_zoom: 1;
	_padding-left: 7px;
}

.seminarEnroll .bd .wx p small {
	display: block;
	width: 35px;
	height: 33px;
	margin-top: 6px;
	background: url(pic-100.png) 0 -210px no-repeat;
}

.sheet {
	width: 570px;
	margin: 0 auto;
}

.seminarEnroll .portion {
	float: left;
	padding: 0 10px 20px 0;
}

.seminarEnroll .portion dt {
	display: none;
}

.seminarEnroll .portion .g-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 10px 8px;
	color: #404040;
	background-color: #fff;
	border: none;
	*height: 20px;
}

.seminarEnroll .portion .g-input-radio {
	margin-left: 10px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.seminarEnroll .portion.name {
	width: 275px;
	padding-left: 10px
}

.seminarEnroll .portion.name .g-input {
	width: 170px;
}

.seminarEnroll .portion.mobile .g-input {
	width: 140px;
}

.seminarEnroll .portion.email .g-input {
	width: 130px;
}

.seminarEnroll .portion.province .g-input {
	width: 120px;
}

.seminarEnroll .portion.city .g-input {
	width: 149px;
}

.seminarEnroll .portion.grade .g-input {
	width: 260px;
}

.seminarEnroll .action div {
	float: left;
}

.seminarEnroll .action div .g-btn {
	width: 150px;
	font-size: 16px;
	background-color: #84b53d;
	border-bottom-color: #5e8f19;
}

.seminarEnroll .action div .g-btn:hover {
	background-color: #79ab33;
}

.seminarEnroll .action div .g-btn-link {
	margin-left: 20px;
	text-decoration: none;
	font-size: 12px;
	color: #999;
}

.seminarEnroll .action h6 {
	float: right;
	padding: 14px 63px 0 0;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #5786de;
}

.seminarEnroll .action h6 i {
	display: inline-block;
	width: 28px;
	height: 22px;
	vertical-align: text-bottom;
	background: url(pic-100.png) -40px -210px no-repeat;
}


.seadnroll {
	height: 470px;
	padding: 35px 0;
	background: url(../image/pics.png) center bottom no-repeat #345492;
}

.seadnroll .hd {
	color: #fff;
}

.msg_ul {
	width: 510px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.msg_ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
}

.msg_ul li p {
	width: 90px;
	float: left;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #333;
	vertical-align: top;
	text-align: right;
	margin: 0 6px 0 0;
}

.msg_ul li p span {
	color: red;
	margin-top: 2px;
	vertical-align: middle;
	font-weight: bold
}

.msg_input {
	width: 330px;
	height: 34px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	padding: 0 10px;
}

.msg_submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 3;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	background-color: #f2a200;
	border: 0;
	border-bottom: 3px solid #bf8600;
	border-radius: 2px;
	width: 150px;
	font-size: 16px;
}

.msg_submit:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e59900;
}


/* seminarGuide */
.seminarGuide {
	position: relative;
	z-index: 0;
	width: 100%;
	padding-bottom: 0;
	padding-top: 40px;
}

.seminarGuide .steps {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	margin-bottom: 70px;
	padding-top: 170px;
	background: url(../image/pic-09.jpg) 0 0 no-repeat;
}

.seminarGuide .steps ul {
	margin: 0 -30px;
}

.seminarGuide .steps li {
	float: left;
	width: 240px;
	height: 84px;
	margin: 0 30px;
	padding: 10px 20px;
	line-height: 2;
	font-size: 12px;
	background-color: #ededed;
	_display: inline;
}

.seminarGuide .schedule {
	padding: 0 20px 60px 540px;
}

.seminarGuide .schedule ul {
	padding-top: 16px;
	border-left: 1px solid #5786de;
}

.seminarGuide .schedule li {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	font-size: 18px;
}

.seminarGuide .schedule li small {
	position: absolute;
	left: -130px;
	top: 0;
	width: 120px;
	color: #999;
}

.seminarGuide .schedule li i {
	position: absolute;
	left: -8px;
	top: 8px;
	overflow: hidden;
	width: 15px;
	height: 15px;
	background: url(../image/pic-100.png) -70px -210px no-repeat;
}

.seminarGuide .schedule li span {
	display: block;
	padding-left: 30px;
	color: #666;
}

.seminarGuide .hints {
	padding: 20px 0;
	color: #666;
	background-color: #f4f5f8;
}

.seminarGuide .hints h6,
.seminarGuide .hints ul {
	padding-left: 370px;
	line-height: 1.8;
}

.seminarGuide .hints h6 {
	padding-bottom: 10px;
}

.seminarGuide .tower {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	width: 344px;
	height: 745px;
	margin-left: -470px;
	background: url(../image/lc.jpg) 0 60px no-repeat;
}

.bsdf {
	width: 330px;
	float: left;
	padding: 10px 0;
	background: #fff;
	line-height: 28px;
	font-size: 16px;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}


/* seminarBook */
.seminarBook {
	height: 400px;
	background: url(../image/pic-12.png) center bottom no-repeat
}

/* seminarSpeech */
.seminarSpeech .item {
	background: #fff;
}

.seminarSpeech .item .bio {
	float: left;
	width: 380px;
	padding: 56px 30px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #3d5c99;
}

.seminarSpeech .item .bio p {
	float: left;
	width: 126px;
}

.seminarSpeech .item .bio img {
	width: 120px;
	height: 120px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.seminarSpeech .item .bio div {
	overflow: hidden;
	padding: 6px 0 0 20px;
	_zoom: 1;
	_padding-left: 17px;
}

.seminarSpeech .item .bio h3 {
	padding: 10px 0;
	font-size: 20px;
}

.seminarSpeech .item .bio li {
	padding: 2px 0;
}

.seminarSpeech .item .txt {
	overflow: hidden;
	padding: 24px 30px 0;
	_zoom: 1;
	_padding-left: 17px;
}

.seminarSpeech .item .txt a {
	display: block;
	text-decoration: none;
}

.seminarSpeech .item .txt h4 {
	padding-bottom: 6px;
	font-size: 16px;
	color: #3d5c99;
}

.seminarSpeech .item .txt p {
	overflow: hidden;
	height: 8em;
	line-height: 2;
	font-size: 12px;
}

.seminarSpeech .item .txt a:hover h4 {
	text-decoration: underline;
}

.seminarSpeech .item .txt a:hover p {
	color: #404040;
}

.seminarSpeech .item .txt a.g-btn {
	width: 120px;
	margin: 16px auto 0;
}

.seminarSpeech--expert {
	background-color: #f2f2f2;
}

.seminarSpeech--student {
	background: url(../image/pic-13.png) center 20px no-repeat;
}

.seminarSpeech--student .item {
	background: #f2f2f2;
}

.seminarSpeech--student .item .bio {
	background-color: #84b53d;
}

.seminarSpeech--student .item .txt h4 {
	color: #84b53d;
}

/* seminarHighlight */
.seminarHighlight {
	background-color: #f2f2f2;
}

.seminarHighlight .txt {
	height: 270px;
	padding: 30px 676px 0 24px;
	color: #fff;
	background: url(../image/pic-14.png) 0 0 no-repeat;
}

.seminarHighlight .txt h3 {
	font-size: 24px;
	font-weight: normal;
}

.seminarHighlight .txt h3 em {
	padding: 0 4px;
	font-size: 48px;
}

.seminarHighlight .txt li {
	font-size: 16px;
	line-height: 2;
}

/* seminarProduct */
.seminarProduct {
	padding-bottom: 0;
}

.seminarProduct .hd h3 {
	width: 380px;
	margin: 0 auto;
	line-height: 64px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.seminarProduct .info {
	padding-bottom: 30px;
}

.seminarProduct .summary {
	overflow: hidden;
	padding-bottom: 40px;
}

.seminarProduct .summary ul {
	margin: 0 -9px;
}

.seminarProduct .summary li {
	float: left;
	width: 308px;
	height: 270px;
	margin: 0 9px;
	background-color: #f2f2f2;
	_display: inline;
}

.seminarProduct .summary dl {
	padding: 16px 20px;
}

.seminarProduct .summary dt {
	padding-bottom: 20px;
	font-size: 18px;
}

.seminarProduct .summary dd {
	line-height: 24px;
}

.seminarProduct .tabs {
	padding-bottom: 30px;
}

.seminarProduct .tabs li {
	float: left;
	width: 200px;
	border-right: 2px solid #fff;
}

.seminarProduct .tabs li a {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
}

.seminarProduct .tabs li a:after {
	display: none;
	content: " ";
	position: absolute;
	left: 50%;
	top: 60px;
	overflow: hidden;
	width: 0;
	height: 0;
	margin-left: -12px;
	vertical-align: middle;
	font: 0/9999px serif;
	border-width: 12px 12px 0;
	border-style: solid dashed dashed;
}

.seminarProduct .tabs li.active a:after {
	display: block;
}

.seminarProduct .list {
	overflow: hidden;
	width: 100%;
}

.seminarProduct .list .group {
	display: none;
	margin: 0 -14px;
}

.seminarProduct .list .group.active {
	display: block;
}

.seminarProduct .list .item {
	float: left;
	width: 219px;
	padding: 14px;
}

.seminarProduct .list .item a {
	display: block;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}

.seminarProduct .list .item a:hover {
	background-color: #f2f2f2;
}

.seminarProduct .list .item img {
	width: 219px;
	height: 219px;
	vertical-align: top;
}

.seminarProduct .list .item h3 {
	overflow: hidden;
	padding: 1em 0 .5em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seminarProduct .list .item p {
	overflow: hidden;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
}

.seminarProduct--ALevel .hd h3 {
	background-color: #345492;
}

.seminarProduct--ALevel .tabs li a {
	background-color: #5786de;
}

.seminarProduct--ALevel .tabs li a:hover,
.seminarProduct--ALevel .tabs li.active a {
	background-color: #f2a200;
}

.seminarProduct--ALevel .tabs li a:after {
	border-color: #f2a200 transparent transparent;
}

.seminarProduct--AP .hd h3 {
	background-color: #549b35;
}

.seminarProduct--AP .summary li {
	height: 260px;
}

.seminarProduct--AP .tabs li a {
	background-color: #7eb528;
}

.seminarProduct--AP .tabs li a:hover,
.seminarProduct--AP .tabs li.active a {
	background-color: #f2a200;
}

.seminarProduct--AP .tabs li a:after {
	border-color: #f2a200 transparent transparent;
}

.seminarProduct--Canada .hd h3 {
	background-color: #f27200;
}

.seminarProduct--IB .hd h3 {
	background-color: #349279;
}

.seminarProduct--others {
	padding-bottom: 80px;
}

.seminarProduct--others .hd h3 {
	background-color: #c10c61;
}

/* seminarTips */
.seminarTips {
	height: 196px;
	padding-top: 50px;
	text-align: center;
	line-height: 2;
	color: #fff;
	background: url(../image/pic-15.jpg) center top no-repeat;
}

.seminarTips h3 {
	font-size: 30px;
	font-weight: normal;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.seminarTips h2 {
	font-size: 48px;
	text-shadow: 3px 5px 18px rgba(0, 0, 0, .5);
}

/* brandShow */
.brandShow {
	background-color: #f2f2f2;
}

.brandShow .hd h2 {
	padding-bottom: 12px;
}

.brandShow .list {
	overflow: hidden;
}

.brandShow .list ul {
	margin: 0 -4px;
}

.brandShow .list li {
	float: center;
	text-align: center;
	width: 968px;
	padding: 16px;
	margin: 4px;
	border: 1px solid #eee;
	background-color: #fff;
	_display: inline;
}

.brandShow .list li img {
	width: 200px;
	height: 100px;
}

/* seminarGift */
.seminarGift {
	height: 616px;
	padding-top: 100px;
	background: url(../image/pic-16.jpg) center top no-repeat
}

.seminarGift1 {
	height: 616px;
	padding-top: 100px;
	background: url(../image/pic-161.jpg) center top no-repeat
}

/* weixinScan */
.weixinScan {
	padding-bottom: 40px;
	color: #fff;
	background-color: #345492;
}

.weixinScan .hd {
	padding-bottom: 0;
}

.weixinScan .content {
	line-height: 2;
}

.weixinScan .content ul {
	float: left;
	padding-top: 15px;
}

.weixinScan .content li {
	float: left;
	width: 144px;
	height:148px;
	margin-right: 28px;
	padding: 25px 0;
	text-align: center;
	background: url(../image/pic-100.png) 0 -250px no-repeat;
	_display: inline
}

.weixinScan .content p {
	float: left;
	width: 274px;
	padding-top: 30px;
}

.weixinScan .content i.code {
	float: left;
	width: 170px;
	height: 170px;
	background: url(../image/wx.jpg) no-repeat;
}

.weixinScan .content small {
	clear: both;
	display: block;
	padding-top: 20px;
	text-align: right;
}

/* seminarStaffHd */
.seminarStaffHd {
	padding-bottom: 40px;
	background: url(../image/pic-17.png) center top no-repeat;
}

.seminarStaffHd .content {
	margin: 0 auto;
	width: 960px;
}

.seminarStaffHd .content h4 {
	padding: 65px 0 0 260px;
	font-size: 24px;
	color: #666;
	text-align: center;
	font-weight: normal;
}

.seminarStaffHd .content h2 {
	padding: 20px 0 20px 360px;
	color: #ff3600;
	font-size: 48px;
}

.seminarStaffHd .content h5 {
	padding-left: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #666;
}

/* seminarStaff */
.seminarStaff .list {
	margin: 0 -20px;
}

.seminarStaff .bd .item {
	float: left;
	width: 420px;
	padding: 20px;
	margin: 0 20px 40px;
	background-color: #f2f2f2;
	_display: inline;
}

.seminarStaff .bd .item .pic {
	float: left;
	width: 150px;
}

.seminarStaff .bd .item .txt {
	overflow: hidden;
	padding-left: 20px;
	_zoom: 1;
	_padding-left: 17px;
}

.seminarStaff .bd .item .txt h3 {
	font-size: 20px;
}

.seminarStaff .bd .item .txt h3 a {
	color: #345492;
}

.seminarStaff .bd .item .txt ul {
	color: #404040;
	font-size: 12px;
	line-height: 36px;
}

.seminarStaff .bd .item .txt p {
	color: #999999;
	font-size: 12px;
}

.seminarStaff .bd .item .txt a {
	margin-top: 20px;
}

/* seminarHistory */
.seminarHistory {
	background: url(../image/pic-18.jpg) center top no-repeat #f2f2f2;
}

.seminarHistory .slide .g-carousel-viewport {
	height: 640px;
}

.seminarHistory .slide .g-carousel-inner li {
	position: relative;
	width: 960px;
}

.seminarHistory .slide .g-carousel-inner li img {
	display: block;
	width: 960px;
	height: 640px;
}

.seminarHistory .slide .g-carousel-inner li span {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #333;
	background-color: rgba(0, 0, 0, .5);
}

.seminarHistory .slide .g-carousel-control {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -80px;
	background-color: #333;
	background-color: rgba(0, 0, 0, .7);
}

.seminarHistory .slide .g-carousel-control:hover {
	background-color: #345492;
}

.seminarHistory .slide .g-carousel-control a {
	display: block;
	width: 40px;
	height: 78px;
	padding: 41px 15px;
}

.seminarHistory .slide .g-carousel-control i {
	display: block;
	width: 40px;
	height: 78px;
	background-image: url(../image/pic-100.png);
	background-repeat: no-repeat
}

.seminarHistory .slide .g-carousel-prev {
	left: 0;
}

.seminarHistory .slide .g-carousel-prev i {
	background-position: 0 -400px;
}

.seminarHistory .slide .g-carousel-next {
	right: 0;
}

.seminarHistory .slide .g-carousel-next i {
	background-position: -40px -400px;
}

.seminarHistory .history {
	padding: 30px;
	background-color: #fff;
}

.seminarHistory .history div {
	padding-bottom: 20px;
}

.seminarHistory .history div small {
	float: right;
	padding: 24px 0 0 80px;
}

.seminarHistory .history div h3 {
	padding-bottom: 6px;
	font-size: 18px;
}

.seminarHistory .history div p {
	line-height: 2;
	font-size: 12px;
	color: #999;
}

.seminarHistory .history li {
	float: left;
	position: relative;
	width: 400px;
	padding: 15px 25px;
	border-top: 1px solid #eee;
}

.seminarHistory .history li i {
	position: absolute;
	left: 7px;
	top: 50%;
	overflow: hidden;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #345492;
	border-radius: 50%;
}

/* seminarSchool */
.seminarSchool .list dl {
	line-height: 30px;
	background-color: #5786de;
	border-bottom: 3px solid #fff
}

.seminarSchool .list dt {
	float: left;
	width: 130px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.seminarSchool .list dd {
	overflow: hidden;
	padding: 10px 20px;
	border-left: 3px solid #fff;
	background-color: #f2f2f2;
	_zoom: 1;
	_padding-left: 17px;
}

.seminarSchool .list dd a {
	float: left;
	overflow: hidden;
	width: 240px;
	margin: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	_display: inline
}

/* sideDish */
.sideDish {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 50px;
	left: 50%;
	margin-left: -620px;
	width: 108px;
	height: 500px;
	color: #fff;
}

.sideDish ul {
	font-size: 14px;
	font-weight: bold;
}

.sideDish li a {
	display: block;
	width: 108px;
	height: 76px;
	padding-top: 94px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(../image/pic-19.png) no-repeat;
}

.sideDish li.jz a {
	background-position: 0 0;
}

.sideDish li.jz a:hover {
	background-position: -108px 0;
}

.sideDish li.xx a {
	background-position: 0 -170px;
}

.sideDish li.xx a:hover {
	background-position: -108px -170px;
}

.sideDish p {
	padding-top: 20px;
}


.bwe {
	width: 100%;
	height: 625px;
	padding: 40px 0;
	display: block;
	background: url(../image/ckyx.png) no-repeat center #fbf3fa;
}

.wgsadf {
	width: 990px;
	margin: 0 auto;
}

.wgsadf ul {
	width: 680px;
	float: right;
}

.wgsadf ul li {
	width: 100%;
	float: left;
	height: 41px;
	line-height: 41px;
	display: block;
	margin: 7px auto;
	font-size: 16px;
	text-align: left;
	color: #000;
}

.wgsadf ul li span a {
	width: 126px;
	height: 37px;
	display: block;
	float: right;
	margin-right: 15px;
	background: #f00;
	border: 2px solid #fff;
	border-radius: 10px;
	line-height: 37px;
	color: #fff;
	text-align: center;
}

.wgsadf ul li span a:hover {
	color: #fff;
	background: #ac0000;
}

.sgdl {
	width: 990px;
	overflow: hidden;
	padding-top: 20px;
	margin: 0 auto;
}

.sgdl h2 {
	width: 990px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #c00123;
	font-size: 30px;
	background: url(../image/sgdl.png) no-repeat center;
	margin-bottom: 10px;
}

.sgdl .yue {
	width: 990px;
	height: 485px;
	background: url(../image/csg.png) no-repeat top center;
	padding-top: 65px;
}

.sgdl .yue .s1 {
	float: left;
	width: 280px;
}

.sgdl .yue .s3 {
	float: left;
	width: 280px;
	height: 366px;
	z-index: 8;
	position: relative;
}

.sgdl .yue .s1 h3,
.sgdl .yue .s3 h3 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding-top: 28px;
}

.sgdl .yue .s1 p,
.sgdl .yue .s3 p {
	padding: 50px 15px 0 15px;
	line-height: 23px;
	font-size: 12px;
}

.sgdl .yue .s1 span a,
.sgdl .yue .s2 span a,
.sgdl .yue .s3 span a {
	text-decoration: none;
	color: #000;
	background: #bfc782;
	border-radius: 3px;
	margin: 15px auto 0;
	width: 120px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
}

.sgdl .yue .s1 span a:hover,
.sgdl .yue .s2 span a:hover,
.sgdl .yue .s3 span a:hover {
	text-decoration: none;
	color: #000;
	background-color: #a2ac54;
}

.sgdl .yue .s2 {
	float: left;
	width: 430px;
	padding: 0 60px;
}

.sgdl .yue .s2 h3 {
	font-size: 24px;
	text-align: center;
	color: #fff;
}

.sgdl .yue .s2 p {
	padding: 50px 15px 0 15px;
	line-height: 23px;
	font-size: 12px;
}


.spenms {
	background: url(../image/csage.png) no-repeat center bottom;
	width: 280px;
	height: 366px;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 10;
	overflow: hidden;
}

.ly {
	background-color: #fbfbfb;
	height: auto;
	padding: 20px 0;
	width: 100%;
}

.banner,
.banner a {
	width: 100%;
	overflow: hidden;
}

.banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.sdg {
	width: 100%;
	padding: 20px 0;
	background: #e6e0e6;
}

.yongyou {
	width: 1000px;
	height: 372px;
	overflow: hidden;
	margin: 0 auto;
}

.yongyou dl {
	width: 1000px;
	margin: 0 auto;
}

.yongyou h2 {
	width: 1000px;
	text-align: center;
	color: #c00123;
	padding-top: 31px;
	font-size: 30px;
}

.yongyou h2 span {
	font-size: 24px;
	color: #da2646;
	padding-left: 20px;
}

#focus {
	background: #eee;
	padding-bottom: 10px;
	margin: 25px 0px 30px;
	padding-top: 15px;
	position: relative;
	height: 211px;
	width: 440px;
	float: left;
}

#beni {
	width: 100px;
	padding-top: 0px;
	list-style-type: none;
	position: absolute;
	top: 15px;
}

#beni li {
	background: url(../image/over.png) no-repeat top center;
	font-size: 12px;
	float: left;
	width: 100px;
	text-indent: 24px;
	line-height: 26px;
	margin: 2px 0px;
}

#beni li.first {
	border-top: 0px;
}

#beni li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#beni li a:hover {
	background: url(../image/over1.png) no-repeat top center;
}

#description {
	width: 332px;
	height: 208px;
	overflow: hidden;
	float: right;
	margin-right: 15px;
}

.yongyou dt {
	float: left;
}

.yongyou dd {
	width: 500px;
	padding: 5px;
	float: right;
	line-height: 30px;
	margin-top: 48px;
	text-indent: 24px;
}

.yongyou span a {
	width: 107px;
	height: 36px;
	background: #c00123;
	display: block;
	text-align: center;
	margin-left: 670px;
	margin-top: 200px;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
