/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  width: 100%;
  min-width: 1200px;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b4b4b4;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b4b4b4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
html {
  background-color: #fff;
}
body {
  font-family: "微软雅黑", Microsoft Yahei;
  background-color: #ffffff;
}
div,
ul,
li,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4 {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
}
input {
  margin: 0;
  padding: 0;
  border: 0;
}
input:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
html,
body {
  width: 100%;
  min-width: 1200px;
}
.full-width {
  display: block;
  width: 100%;
}
.text-right {
  text-align: right;
}
body {
  background-color: #fff;
  width: 100%;
}
header {
  position: relative;
  margin: 0 auto;
  height: 100px;
  padding-bottom: 54px;
}
header .top {
  height: 141px;
}
header .bg-top {
  position: absolute;
  width: 704px;
  top: 0;
  background: url(../images/log12.png) no-repeat;
  background-position: 0 25px;
  background-size: 704px 93px;
  padding-top: 0;
  height: 141px;
}
header .bg1 {
  width: 100%;
  position: absolute;
  top: 100px;
  height: 54px;
  margin: 0 auto;
  padding: 0;
  background-color: #326299;
}
header .search {
  position: relative;
  float: right;
  width: 255px;
  height: 41px;
  margin: 22px 20px 0 0;
  background: transparent;
}
header .search .search-content {
  box-sizing: border-box;
  float: left;
  width: 100%;
  *width: 233px;
  height: 39px;
  padding-left: 20px;
  padding-right: 60px;
  *padding-right: 0;
  color: #000;
  font: 12px SimSun;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  vertical-align: bottom;
  background: #e5e5e5;
}
header .search .search-btn {
  position: absolute;
  right: 14px;
  top: 0;
  width: 20px;
  height: 39px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: url(../images/search_btn.png) no-repeat 50% 50%;
}
header .search span.divider {
  position: absolute;
  color: #918c88;
  right: 50px;
  line-height: 38px;
}
header nav {
  /* header */
  padding: 0;
}
header nav > ul {
  width: 1200px;
  height: 54px;
  line-height: 54px;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
header nav > ul .second-nav {
  display: none;
  color: red;
  width: 150px;
  position: absolute;
  z-index: 1;
  margin-left: -10px;
  filter: alpha(opacity=60);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
header nav > ul .second-nav li {
  display: block;
  padding-left: 10px;
  text-align: left;
}
header nav > ul .second-nav a {
  color: #fff;
}
header nav > ul > li {
  *float: left;
  display: inline-block;
  *width: 125px;
  text-align: center;
  font-size: 16px;
  margin-left: 20px \9\0;
  margin-right: 20px \9\0;
  padding-left: 10px;
  padding-right: 10px;
}
header nav > ul > li:hover {
  background-color: #fff;
}
header nav > ul > li:hover a {
  color: #062b55;
}
header nav > ul li:hover > .second-nav {
  display: block;
}
header nav > ul a {
  display: block;
  line-height: 54px;
  color: #fff;
  font-family: "微软雅黑", Microsoft Yahei;
}
header nav > ul a:hover {
  color: #b50729;
}
.main_visual {
  height: 350px;
  position: relative;
}
.main_visual #btn_prev {
  display: none;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 40%;
  left: 15%;
  background: url(../images/left.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.main_visual #btn_next {
  display: none;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 40%;
  right: 15%;
  background: url(../images/right.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.main_visual:hover #btn_prev,
.main_visual:hover #btn_next {
  display: block;
}
.main_visual #btn_prev:hover,
.main_visual #btn_next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_image {
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.main_image a:hover {
  text-decoration: none;
}
.main_image ul {
  width: 9999px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.main_image li {
  float: left;
  width: 100%;
  height: 435px;
  position: relative;
}
.main_image li a {
  display: block;
  width: 100%;
  height: 350px;
}
.flicking_con {
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.flicking_con .flicking_inner {
  position: absolute;
  top: 280px;
  left: 0;
  width: 300px;
  height: 21px;
  text-align: center;
}
.flicking_con a {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.flicking_con a.on {
  background-color: #062b55;
  opacity: 1;
  filter: alpha(opacity=100);
}
.box.b {
  width: 1400px;
}
.box {
  width: 1100px;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 auto;
}
.box .fl-box {
  float: left;
  width: 509px;
}
.box .fr-box {
  float: right;
  width: 516px;
}
.box .dt .title {
  background: url(../images/fronteye.png) no-repeat left top;
}
.box .dt .dt-first-wrapper {
  height: 102px;
}
.box .dt .dt-first-wrapper img {
  float: left;
  margin-right: 26px;
}
.box .dt .dt-first-wrapper h4.news-title {
  margin-bottom: 13px;
}
.box .dt .dt-first-wrapper h4.news-title a {
  color: #353535;
  font-size: 16px;
  font-weight: bold;
}
.box .dt .dt-first-wrapper .news-date {
  color: #696969;
  font-size: 12px;
  margin-bottom: 16px;
}
.box .dt .dt-first-wrapper .news-content {
  color: #646464;
  font-size: 16px;
  position: relative;
  margin-top: 8px;
}
.box .dt .dt-first-wrapper .news-content a {
  position: absolute;
  color: #b50729;
  right: 0;
  bottom: 0;
}
.box .notice .title {
  background: url(../images/notice.png) no-repeat left top;
}
.box .fronteye .title {
  background: url(../images/news.png) no-repeat left top;
}
.box .leader .title {
  background: url(../images/leader.png) no-repeat left top;
}
.box.jc .title {
  background: url(../images/jc.png) no-repeat left top;
}
.box .icon-ul {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.box .icon-ul li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  *float: left;
}
.box .icon-ul a {
  display: block;
  width: 84px;
  padding-top: 90px;
  color: #002e73;
}
.box .icon-ul a:hover {
  cursor: pointer;
}
.box .icon-ul .icon {
  margin-left: 30px;
  margin-right: 30px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}
.box .icon-ul .icon:hover {
  background-image: url(../images/icon_hover.png);
}
.box .icon-ul .sch-home {
  background-position: 0 0;
}
.box .icon-ul .qaplatform {
  background-position: -84px 0;
}
.box .icon-ul .logistics {
  background-position: -168px 0;
}
.box .icon-ul .service-guide {
  background-position: -252px 0;
}
.box .icon-ul .download {
  background-position: -336px 0;
}
.box .icon-ul .manager {
  background-position: -420px 0;
}
.box .icon-ul .order-food {
  background-position: -504px 0;
}
.box-m {
  width: 1220px;
}
.box-m .fl-box {
  width: 585px;
}
.box-m .fr-box {
  width: 585px;
}
.box-b {
  width: 1250px;
}
.notice_active {
  height: 53px;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 21px;
  background: #e5e5e5 url(../images/voice.png) 20px center no-repeat;
}
.notice_active ul {
  margin-left: 80px;
}
.notice_active li {
  line-height: 53px;
  overflow: hidden;
}
.notice_active a {
  color: #909090;
}
.title {
  padding-left: 48px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #909090;
}
.title h3 {
  color: #0a478f;
  font-size: 24px;
  font-weight: bold;
  height: 34px;
}
.title h3 a {
  float: right;
  color: #84828a;
  font-size: 18px;
  margin-top: 10px;
  *margin-top: -20px;
}
.list li {
  margin: 20px 0;
}
.list a {
  font-size: 16px;
  color: #404040;
}
.list .time {
  float: right;
  color: #696969;
  font-size: 14px;
  *margin-top: -20px;
}
.jc-ul {
  margin-top: 25px;
  text-align: center;
}
.jc-ul .jc-img {
  width: 269px;
  height: 153px;
}
.jc-ul li {
  *float: left;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.jc-ul p {
  margin-top: 10px;
  text-align: left;
}
.jd-background {
  background: url(../images/back.png) center bottom no-repeat;
  background-size: 100% 300px;
}
.bg2 {
  height: 150px;
  background-color: #326299;
}
.link {
  color: #fff;
  padding-top: 20px;
}
.link h3 {
  text-align: center;
  font-size: 33px;
  margin-bottom: 26px;
}
.link h3 .line {
  display: inline-block;
  width: 188px;
  margin-left: 40px;
  vertical-align: middle;
  margin-right: 40px;
  border-bottom: solid #fff 2px;
}
.link .links {
  display: flex;
  justify-content: space-between;
}
.link li {
  float: left;
  margin-left: 100px \9\0;
  *margin-left: 100px;
  padding-left: 10px;
  background: url(../images/bdot.png) no-repeat left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.link a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
footer {
  width: 100%;
  min-width: 1100px;
  height: 230px;
  background-color: #326299;
  border-top: 1px solid #aaaaaa;
  color: #fff;
}
footer .box {
  margin-top: 0;
  padding-top: 0px;
  height: 200px;
}

footer address {
  position: relative;
  margin-top: 20px;
  font-style: normal;
}
footer address p {
  font-size: 15px;
  line-height: 35px;
}
footer address .admin-login {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
footer address .QR {
  position: absolute;
  width: 145px;
  height: 145px;
  top: 0;
}
footer address .weibo {
  right: 10px;
}
footer address .wechat {
  right: 200px;
}
@media all and (max-width: 1440px) {
  .box,
  .box-m,
  .box-b {
    width: 1220px;
  }
  .box.b {
    width: 1220px;
  }
}
.clearfix50:before,
.clearfix50:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix50:after {
  clear: both;
  height: 50px;
}
.clearfix10:before,
.clearfix10:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix10:after {
  clear: both;
  height: 10px;
}
.page-box {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}
.page-box a {
  border: 1px solid #cccccc;
  color: #909090;
  padding-left: 5px;
  padding-right: 5px;
  overflow: visible;
}
.page-box a.current-page {
  color: #fff;
  background-color: #cccccc;
}




.wrap{ width:1100px;}	
.banner{ background:url(../images/banner_con.jpg) no-repeat center;}
.banner .banner_con{ width:1200px; height:284px; background:url(../images/banner_con.jpg) no-repeat center;}

.main_left{ float:left; width:208px;}
.main_right{ float:right; width:860px;}
.menu{ background:#f6f6f6; width:208px; margin-top:-50px; position:relative;}
.menu h3{background: #062B55;height:50px;font-size:22px;line-height:50px;color:#fff;text-align:center;}

.submenu{ height:44px; text-indent:60px; position:relative; line-height:44px; font-size:16px; cursor:pointer; background:#eee; border-bottom:#ddd 1px solid}
.submenu_cur{ color:#062B55;}
.navcon{ overflow:hidden; display:none; padding:10px 0;}
.navcon li{ width:120px; padding-left:32px; line-height:30px; background:url(../images/ico.png) no-repeat 20px center }
.cur{ color:#062B55;}



.current{ text-align:right; border-bottom:#062B55 1px solid; font-size:12px;height:40px;line-height:40px; position:relative; margin-top:20px;}

.current h3{font-size:24px;position:absolute;top:0;left:0;height:36px;border-bottom: #062B55 4px solid;color: #062B55;}
.content{ padding-left:20px; overflow:hidden; margin-top:20px; min-height:450px;}
.content dl{ position:relative; padding:20px 0 20px 186px; min-height:100px; margin-top:-1px; border-top:#c9c9c9 1px solid}
.content dl dt{ position:absolute; left:0; top:20px; width:166px; height:100px;}
.content dl dt img{ width:166px; height:100px;}
.content dl dd{ position:relative; line-height:24px;}
.content dl dd h4{ font-weight:bold; padding-right:50px; margin-bottom:20px;}
.content dl dd em{ position:absolute; top:0; right:0; font-size:12px; color:#6a6a6a;}
.content dl dd p{ text-indent:30px;}



/*////////////////////////////////////////zhouwei////////////////////////////////////////////////////////////*/
.article{ width:840px;}
.article h3{ height:40px; line-height:40px; font-weight:800; text-align:center; font-size:18px; color:#062B55;  text-indent:20px;}
.article .art_con{ width:840px; padding:30px 0; font-size:13px; overflow:hidden; line-height:24px; text-align:justify;text-justify:inter-ideograph}
.article .art_con p{ padding:8px 0;}
.article h1{ width:840px; padding:5px 0; margin-top:20px; text-align:center; font-size:18px; line-height:26px; color:#062B55;font-weight: 600;}
.article .hr{ width:840px; padding:5px 0; border-bottom:#062B55 1px solid; color:#666; text-align:center}
.article .source{ width:840px; padding:10px 0; border-bottom:#999 1px dashed; color:#666; text-align:center;font-size:14px;}


.article .imglist{ padding-top:15px;padding-left:15px;padding-right:10px;}
.article .imglist li{margin: 12px;float:left; height: 150px;}
.article .imglist li .discription{display:block;font-size:12px;padding:6px 0;text-align:center;}

.conlistComm{ width:940px; margin-top:24px;font-size: 14px; height:auto; min-height:450px;}
.conlistComm dl{ width:940px; padding:12px 0; border-bottom:#062B55 1px dotted;}
.conlistComm dl dt{ line-height:22px;}
.conlistComm dl dt span{display:inline-block;/*width:70px;*/height:22px;margin-right:10px;text-align:center;padding:0 5px;background: #062B55;/*color:#A29797;*/}
.conlistComm dl dt span a{ color:#fff;}
.conlistComm dl dt a{ /*color:#0e3692;*/ }
.conlistComm dl dt a:hover{color:#8c1515; }
.conlistComm dl dd{/* color:#A29797; */padding-top:10px; }

.teacher_list ul {
	width: 860px;
	font-size: 13px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	line-height: 25px;
    padding-left:10px;
    padding-right:10px;
}
.teacher_list ul li
{
    width:85px;
    /*padding-left: 5px;*/
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 10px;
    float:left;
    line-height: 25px;
    /*list-style-type:circle;*/
    font-size:14px;
}

/*teacher*/
.teacher{
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	padding: 22px;
	float: left;
	height: auto;
	overflow:hidden;
}
.teacherPic{
	width: 139px;
	text-align: center;
	vertical-align: middle;
	padding: 12px;
	float: left;
	height: auto;
	overflow:hidden;
}


.teacherPic{
	height: auto;
	overflow: hidden;
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	float:left;
}
.teacherddm{
	font-size: 13px;
	color: #006AB0;
	text-align: left;
	height: auto;
	overflow: hidden;
	width: auto;
	padding-top: 10px;
	line-height: 30px;
	float:left;
}
.teacherText{
	font-size: 15px;
	color: #006AB0;
	font-weight: bold;
	text-align: left;
	height: 30px;
	width: auto;
	padding-top: 20px;
	padding-left:0px;
	float:left;
}

.list-auto{ position:relative; display:block; margin:0 0px 0 0; overflow:hidden; _zoom:1; }
/*/*大标题*/
.ntitle{ margin:0 auto; padding:30px 0 0; width:100%; }
	.ntitle:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.ntitle h2{ display:inline-block; float:left; padding-right:10px; width:auto; color:#333; font-size:24px; font-weight:400; line-height:25px; }
	.ntitle h2 a{ position:relative; padding-right:25px; color:#888; }
	.ntitle h2 a:hover{ color:#f06000; text-decoration:none; }
	.ntitle h2 a em{ display:block; position:absolute; right:-4px; top:8px; width:9px; height:17px; background:url(../images/slider.png) -359px -87px no-repeat; }
	.ntitle p{ display:inline-block; float:left; padding-top:3px; line-height:18px; color:#888; font-size:14px; }
	.ntitle p a{ margin-left:10px; padding:0 0 0 15px; color:#888; font-size:14px; background:url(../images/line.png) left center no-repeat; }
	.ntitle p a:hover{ color:#f06000; }
	.ntitle p a.no-bg{ background:none; }
	.ntitle i{ display:block; padding-top:10px; color:#999; font-size:14px; font-style:normal; line-height:1em; }
	.ntitle span{ display:inline-block; float:right; line-height:18px; color:#999; font-size:12px; }
	.ntitle span a{ color:#999; }
	.ntitle span a:hover{ color:#0089CD; }

.comment-box{ position:relative; margin-top:15px; }
	.comment-list li{ padding:15px 0; border-top:1px solid #f7f7f7;border:1px solid #f7f7f7; }
	.comment-list li .avatar{ display:block; float:left; margin-top:6px; margin-left: 10px;background:#fff; border-radius:2px; width:42px; height:42px; overflow:hidden; }
	.comment-list li .avatar img{ width:42px; height:42px; }
	.comment-list li .inner{ margin-left: 62px; }
	.comment-list li .inner p{ color:#333; font-size:14px; line-height:1.8em; }
	.comment-list li .inner .meta{ margin:0; padding-top:3px; color:#999; border:none; }
	.comment-list li .inner .meta .time{ margin-left:5px; padding-left:20px; color:#777; background:url(../images/sprite.gif) no-repeat left -158px; }
	.comment-list li .answer{ margin-left: 58px; padding:10px; background:#fafafa; border:1px solid #e6e6e6; border-radius:3px; margin-right: 10px;}
	.comment-list li .answer .meta{ margin:0; padding:0; color:#999; margin-bottom:5px; border:none; }
	.comment-list li .answer p{ color:#555; font-size:14px; line-height:1.8em; }

/*内容标题样式*/
.meta{ margin:30px 0 0 0; padding:0 0 15px 0; border-bottom:1px solid #f0f0f0; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h1{ margin:0; padding:0 0 15px 0; color:#3b8dd1; font-size:22px; line-height:30px; }
	.meta .meta-info{ color:#999; font-size:12px; line-height:24px; }
	.meta .meta-info span{ margin-right:10px; padding-left:20px; color:#777; background:url(../images/sprite.gif) no-repeat; }
	.meta .meta-info .time{ background-position:left -158px; }
	.meta .meta-info .view{ background-position:left -36px; }
	.meta .meta-info .comm{ background-position:left 4px; }
/*内容详细样式*/
.entry{ margin:15px 0; padding:0; font-size:14px; line-height:2em; word-wrap:break-word; }
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:1em; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#555; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; line-height:1.7em; }
	.entry table{ border-left:0.15em solid #eee; border-top:0.15em solid #eee; }
	.entry table th{ background-color:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:0.15em solid #eee; border-right:0.15em solid #eee; padding:0.25em 0.5em; }
.next-prev-single{ padding:10px 0; color:#444; font-size:14px; overflow:hidden; }
	.next-prev-single p{ width:49%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
	.next-prev-single p a{ color:#428bca; text-decoration:none; }
	.next-prev-single .prev{ float:left; }
	.next-prev-single .next{ float:right; }

    /*标题样式*/
.main-tit{  margin:0 auto; padding:30px 0 0; }
	.main-tit h2{ display:block; padding-right:10px; color:#666; font-size:24px; font-weight:400; line-height:25px; }
.base-tit{ border-bottom:1px solid #f0f0f0; color:#3b8dd1; line-height:1em; font-size:18px; font-weight:normal; }
	.base-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #3b8dd1; }
	.base-tit i{ float:right; padding:10px 0; color:#999; font-size:12px; line-height:26px; font-style:normal; }
.bar-tit{ margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #e8e8e8; color:#6c6c6c; font-size:18px; }
/*页码容器*/
.page-box{ margin-top:15px; color:#999; font-size:14px; }


.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }
.line20{ clear:both; font-size:0px; height:20px; overflow:hidden; }
.line30{ clear:both; font-size:0px; height:30px; overflow:hidden; }

.form-box{ position:relative; padding:10px; border:1px solid #f6f6f6; background:#fff; font-size:14px; }
	.form-box dl{ display:block; padding:5px 0; }
	.form-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.form-box dl dt{ display:block; float:left; width:120px; line-height:38px; min-height:38px; color:#555; font-size:13px; text-align:right; _position:absolute; }
	.form-box dl dd{ position:relative; padding:5px 0 5px 10px; line-height:28px; min-height:28px; color:#555; font-size:13px; overflow:hidden; _margin-left:120px; }
	.form-box dl dd label.radio{ margin-right:5px; }

    /*文本框样式*/
input.wide{ width:250px; }
input.txt{ width:200px; }
input.small{ width:50px; }
.input{ display:inline; margin-right:5px; padding:7px; height:20px; line-height:20px; vertical-align:middle; background:#fff; color:#999px; border:1px solid #e8e8e8; border-radius:2px; }
.select{ padding:7px; border:1px solid #e8e8e8; line-height:20px; }

/*按钮样式*/
.btn{ display:inline-block; margin:0; padding:0 25px; color:#fff; font-size:12px; height:38px; line-height:38px; text-align:center; }
.btn{ background:#1e7bb3; border:1px solid #02598E; border-radius:2px; vertical-align:middle; }
.btn:hover{ color:#fff; opacity:0.9; }
.btn-mini{ height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn{ height:40px; cursor:pointer; overflow:visible; }
.btn-success{ background:#52A152; border:1px solid #417F41; text-shadow:0 -1px 0 #52A152; }
.btn-error{ background:#CB423B; border:1px solid #AA352F; text-shadow:0 -1px 0 #CB423B; }
.btn-gray{ background:#ddd; border:1px solid #A9A9A9; text-shadow:0 -1px 0 #EEEEEE;}
.btn-gray,.btn-gray:hover{ color:#777; }

.red{ color:#F00; }
	.red:hover{ color:#F60; }
	.red a{ color:#F00; }
	.red a:hover{ color:#F60; }
.gray{ color:#666; }
	.gray:hover{ color:#F60; }
	.gray a{ color:#666; }
	.gray a:hover{ color:#F60; }
.blue{ color:#1E7BB3; }
	.blue:hover{ color:#F60; }
	.blue a{ color:#1E7BB3; }
	.blue a:hover{ color:#F60; }

    .left{ float:left; }
.right{ float:right; }
.clear10{height:10px;}