article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:hover, a:active {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff; }

body, button, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Tahoma, \5b8b\4f53, sans-serif; }

img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

h1, h2, h3, h4, h5, h6, p, figure, form {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

h1 {
  font-size: 21px; }

h2 {
  font-size: 18.2px; }

h3 {
  font-size: 16.38px; }

h4 {
  font-size: 14px; }

h5, h6 {
  font-size: 11.9px;
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #08c; }
  a:hover {
    color: #006699; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc; }

body {
  background: #f0f0f0; }

.container {
  width: 1000px;
  margin: 0 auto; }

.title_bar {
  background: url("../images/global_bg.png") top center repeat-x;
  height: 100px;
  width: 100%; }

.nav {
  background: url("../images/global_bg.png") 0 -140px repeat-x;
  height: 60px;
  width: 100%; }

.nav_bar ul {
  *zoom: 1; }
  .nav_bar ul:before, .nav_bar ul:after {
    content: "";
    display: table; }
  .nav_bar ul:after {
    clear: both; }
.nav_bar li {
  float: left;
  font-size: 14px; }
  .nav_bar li a {
    color: #fefefe;
    font-weight: bold;
    display: block;
    width: 125px;
    height: 60px;
    text-align: center;
    line-height: 60px; }
    .nav_bar li a:hover {
      color: #000;
      background: url("../images/global_bg.png") 0 -210px repeat-x; }

.wrap {
  width: 1055px;
  margin: 0 auto;
  background: url("../images/wrap_bg.png"); }
  .wrap .banner {
    width: 1000px;
    height: 185px; }

.main {
  background: #fff;
  *zoom: 1; }
  .main:before, .main:after {
    content: "";
    display: table; }
  .main:after {
    clear: both; }

.main_left {
  float: left;
  width: 766px;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.marquee {
  background: #f3f3f3;
  width: 750px;
  margin: 0 auto;
  font-size: 12px;
  display: block;
  height: 25px;
  line-height: 25px;
  color: #000;
  text-indent: 1em; }
  .marquee em {
    font-style: normal;
    color: red; }

.main_course {
  *zoom: 1; }
  .main_course:before, .main_course:after {
    content: "";
    display: table; }
  .main_course:after {
    clear: both; }

.course {
  float: left;
  margin: 8px 0 0 8px;
  background: #ebeef3;
  width: 245px;
  height: 358px;
  font-family: "Microsoft Yahei"; }
  .course h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 45px; }
  .course .c_img {
    width: 223px;
    height: 203px;
    background: #cacaca;
    margin: 0 auto; }
  .course p {
    font-size: 12px;
    padding: 8px; }
    .course p span:first-child {
      color: #ff1c5d;
      padding-left: 8px; }
      .course p span:first-child em {
        padding-left: 3px;
        font-size: 24px;
        font-style: normal; }
    .course p span {
      color: #828282;
      padding-left: 12px; }
      .course p span b {
        font-weight: normal;
        text-decoration: line-through; }
  .course .c_btn {
    height: 38px;
    width: 225px;
    background: #ff1c5d;
    margin: 0 auto;
    border-radius: 3px; }
    .course .c_btn a {
      display: block;
      font-size: 16px;
      line-height: 38px;
      color: #fff;
      text-align: center; }

.main_right {
  width: 226px;
  margin-right: 8px; }

.column_bar {
  margin: 8px 0; }
  .column_bar img {
    margin: 0 auto;
    display: block;
    width: 750px;
    height: 89px; }

.h3, .intro h3, .branch h3 {
  font-size: 18px;
  line-height: 55px;
  color: #0052aa;
  font-weight: bold;
  text-indent: 10px; }

.intro {
  background: #ebeef3;
  font-family: "microsoft yahei", Arial, sans-serif;
  position: relative;
  padding-bottom: 20px;
  margin: 0 8px; }
  .intro p {
    margin: 0 10px;
    text-indent: 2em;
    font-size: 12px;
    line-height: 21px;
    color: #626262; }
  .intro input {
    display: block;
    position: absolute;
    background: url("../images/icon.png");
    border: none;
    height: 38px;
    width: 25px;
    outline: none; }
  .intro #prev1 {
    left: 20px;
    bottom: 60px;
    background-position: 0 -18px; }
    .intro #prev1:hover {
      background-position: 0 -58px; }
  .intro #next1 {
    right: 20px;
    bottom: 60px;
    background-position: 0 -99px; }
    .intro #next1:hover {
      background-position: 0 -140px; }

.main_slider {
  width: 650px;
  margin: 20px auto 0; }
  .main_slider ul {
    overflow: hidden;
    clear: both; }
  .main_slider li {
    width: 145px;
    height: 108px;
    border: 5px #fff solid;
    -webkit-box-shadow: 1px -1px 1px 1px #d9d9d9;
    -moz-box-shadow: 1px -1px 1px 1px #d9d9d9;
    box-shadow: 1px -1px 1px 1px #d9d9d9;
    margin: 0 5px; }
    .main_slider li a {
      display: block;
      height: 100%;
      background: #cacaca; }

.branch {
  font-family: "microsoft yahei", Arial, sans-serif;
  background: #f6f6f6;
  *zoom: 1;
  margin: 8px 8px 0 8px;
  padding-bottom: 8px; }
  .branch:before, .branch:after {
    content: "";
    display: table; }
  .branch:after {
    clear: both; }
  .branch li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #dadbdc;
    padding: 10px 0; }
  .branch p {
    font-size: 0;
    line-height: 22px;
    *line-height: 24px; }
    .branch p span {
      font-size: 12px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      color: #626262;
      width: 60%; }
      .branch p span:first-child {
        color: #0052aa;
        width: 37%;
        text-align: right;
        padding-right: 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .branch p a {
      float: right;
      display: block;
      background: url(../images/icon.png) 0 20px;
      width: 35px;
      height: 15px; }

.main_right {
  margin-top: 8px;
  background: #ebeef3;
  float: right; }
  .main_right .call {
    height: 94px;
    width: 100%;
    background: url(../images/global_bg.png) -40px -270px #ebeef3; }
  .main_right .input {
    font-size: 12px; }
    .main_right .input h4 {
      font-size: 14px;
      width: 95%;
      margin: 0 auto;
      border-top: 1px dashed #8e8e8e;
      padding: 30px 0 10px; }
      .main_right .input h4 span {
        text-align: center;
        margin-left: 10px;
        width: 70px;
        display: block;
        font-family: " microsoft yahei";
        color: #fff;
        background: #2673b9; }
  .main_right p {
    color: #626262;
    padding: 7px 0;
    margin: 0 auto;
    width: 200px;
    font-weight: bold; }
  .main_right input {
    width: 130px; }
  .main_right form {
    width: 200px;
    height: 170px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 1px solid #dadbdc; }
    .main_right form label {
      font-family: "\5b8b\4f53";
      font-weight: normal; }
    .main_right form select {
      width: 134px; }
    .main_right form #submit {
      color: #fff;
      background: #fe7800;
      outline: none;
      border: none;
      padding: 10px 0;
      width: 75px;
      -webkit-box-shadow: 0px 3px 0px 0px #de6800;
      -moz-box-shadow: 0px 3px 0px 0px #de6800;
      box-shadow: 0px 3px 0px 0px #de6800; }
    .main_right form .sub {
      text-align: center; }

.certificate {
  height: 387px; }
  .certificate img {
    margin: 10px auto 20px;
    display: block;
    width: 195px;
    height: 135px; }

.i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/icon.png); }

.i1 {
  width: 20px;
  height: 23px;
  background-position: 7px 92px; }

.i2 {
  width: 18px;
  height: 15px;
  background-position: 9px 43px; }

.new {
  *zoom: 1; }
  .new:before, .new:after {
    content: "";
    display: table; }
  .new:after {
    clear: both; }
  .new h4 {
    line-height: 35px; }
  .new ul {
    border-top: 1px solid #dadbdc;
    padding-top: 5px; }
    .new ul li {
      width: 212px;
      line-height: 14px;
      margin-top: 7px; }
    .new ul a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
      color: #626262;
      overflow: hidden;
      text-overflow: clip;
      white-space: nowrap;
      width: 180px; }
  .new .more {
    float: right;
    margin-right: 15px; }
    .new .more a {
      display: block;
      background: url(../images/icon.png) 7px 62px;
      width: 42px;
      height: 23px; }

.foot {
  background: #062986;
  height: 40px;
  width: 100%; }
  .foot p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 45px;
    line-height: 45px; }
    .foot p a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      color: #fff;
      padding: 0 10px; }

.bot {
  padding-top: 10px;
  margin-bottom: 10px; }
  .bot p {
    text-align: center;
    font-size: 12px;
    color: #000;
    padding-top: 4px; }
    .bot p a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      color: #000;
      padding: 0 10px; }
