/* CSS Document */

/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "微软雅黑", "Droid Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5em; /* 18px */
  color: #333;
  /* Fix for webkit rendering */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/*iframe,*/
/* img, */
video,
audio {
  display: block;
}

/*img,*/
embed,
object,
video {
  /* Note: keeping IMG here will cause problems if you're using foreground images as sprites. */
  max-width: 100%;
}

video {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

/* Clearfix */

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */

#wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  /*box-shadow: 0 0 8px rgba(0,0,0,0.11);*/
  overflow: hidden;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  /* float: left; */
}

#main {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-weight: normal;
  font-size: 2.333em; /* 28px */
  line-height: 1.214em; /* 34px/28px */
}

h2 {
  font-size: 1.75em; /* 21px */
  line-height: 1.285em; /* 27px/21px */
  font-weight: bold;
}

h3 {
  font-family: "微软雅黑", "TitilliumText25L800wt", sans-serif;
  font-weight: bold;
  font-size: 1.5em; /* 18px */
  line-height: 1.333em; /* 24px/18px */
  text-transform: uppercase;
}

h4 {
  font-family: "微软雅黑", "TitilliumText25L600wt", sans-serif;
  font-weight: 600;
  font-size: 1.166em; /* 14px */
  line-height: 1.285em; /* 18px/14px */
}

h5 {
  font-family: "微软雅黑", "TitilliumText25L800wt", sans-serif;
  font-weight: bold;
  font-size: 1.166em; /* 14px */
  line-height: 1.285em; /* 18px/14px */
  text-transform: uppercase;
}

/* ---------------------------------------------------------------------- */
/* Links
/* ---------------------------------------------------------------------- */
a,
a > * {
  text-decoration: none;
}

a,
a > *,
.button,
.jcarousel-prev,
.jcarousel-next,
.iconbox a,
.iconbox a * {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease,
    border 0.2s ease, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease,
    opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease,
    opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease,
    opacity 0.2s ease-in-out;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease,
    opacity 0.2s ease-in-out;
}

a:hover,
a > * {
  color: #004191;
}

/* ---------------------------------------------------------------------- */
/* Text & Content Blocks
/* ---------------------------------------------------------------------- */
p {
  margin-bottom: 20px;
}

section,
#page-header {
  margin-bottom: 30px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.tip,
caption,
.caption {
  color: #999;
  font-size: 0.916em; /* 11px */
  font-style: italic;
}

.grey-text {
  color: #999;
}

.invisible {
  display: none !important;
}

hr {
  background-color: #ebebeb;
  color: #ebebeb;
  border: none;
  height: 1px;
  clear: both;
  margin: 40px 0;
}

mark {
  font-style: normal;
  font-weight: normal;
}

.note {
  color: #e64141;
}

.intro {
  text-align: center;
}

.intro h1 {
  font-family: "微软雅黑", "TitilliumText25L400wt", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
}

.intro strong {
  font-family: "微软雅黑", "TitilliumText25L800wt", sans-serif;
}

/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */

/* Logo */

#logo {
  font: 3em/1em "微软雅黑", "TitilliumText25L400wt", sans-serif; /* 36px */
  float: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  width: 30%;
}

#logo a {
  display: block;
  color: #333;
}

#logo a img {
  max-width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

/* ---------------------------------------------------------------------- */
/* Banner
/* ---------------------------------------------------------------------- */

/* Banner */

.banner {
  width: 100%;
  height: 330px;
  background: url(../image/banner.jpg) no-repeat;
  float: left;
  position: relative;
}

.banner .twenty-words {
  width: auto;
  height: auto;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 65, 145, 0.7);
  padding: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

/* ---------------------------------------------------------------------- */
/* Search
/* ---------------------------------------------------------------------- */

/* Search */

.search-news {
  width: 100%;
  height: 30px;
  margin: 2px 0 0 0;
  float: left;
  text-align: right;
  background: #f8f8f8;
  padding: 10px 0;
}

.search-news input[type="text"] {
  width: 280px;
  height: 30px;
  margin: 0;
  border: 1px #eee solid;
  text-shadow: none;
  padding: 0 0 0 6px;
}

/* ---------------------------------------------------------------------- */
/* Navigation
/* ---------------------------------------------------------------------- */

/* Neutral CSS */

.ddiframeshim {
  position: absolute;
  z-index: 500;
  background: transparent;
  border-width: 0;
  width: 0;
  height: 0;
  display: block;
}

/* Tiny Nav */

.tinynav {
  display: none;
  padding: 3px;
  border: 1px solid #e0e0e0;
  margin-top: 30px;
  border-radius: 0;
  height: 30px;
}

.tinynav option {
  padding: 3px;
}

/* ---------------------------------------------------------------------- */
/* One
/* ---------------------------------------------------------------------- */

.home-title {
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  float: left;
  background: url(../image/home-title2.png) no-repeat left bottom;
}
.home-title2 {
  background: url(../image/home-title2.png) no-repeat left bottom;
}
.home-title a.more {
  width: auto;
  height: auto;
  line-height: 40px;
  margin: 0;
  float: right;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #004191;
  padding: 0 5px 0 0;
}

.home-one {
  width: 100%;
  height: auto;
  line-height: 40px;
  margin: 30px 0 0 0;
  float: left;
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: bold;
}

.home-one .news-pic {
  width: 400px;
  height: auto;
  margin: 0 30px 0 0;
  float: left;
}

.home-one .news-list {
  /* width: 450px; */
  width: 60%;
  height: auto;
  margin: 0 30px 0 0;
  float: left;
}

.home-one .news-list ul li {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}

.home-one .news-list ul li a {
  width: 80%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  float: left;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-one .news-list ul li a,
.home-two .two-block ul li a {
  padding-left: 20px;
  background: url(../picture/arrow.jpg) left center no-repeat;
}
.home-one .news-list ul li span {
  width: auto;
  height: 45px;
  line-height: 45px;
  margin: 0;
  float: right;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

.home-one .three-list {
  width: 310px;
  height: auto;
  margin: 0 0;
  float: left;
}
.home-one .three-list img {
  width: 310px;
  height: auto;
  margin: 0 0 20px 0;
  float: left;
}

/* ---------------------------------------------------------------------- */
/* Two Three
/* ---------------------------------------------------------------------- */

.home-two {
  width: 100%;
  height: auto;
  line-height: 40px;
  margin: 30px 0 0 0;
  float: left;
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: bold;
}

.home-two .two-block {
  /* width: 380px; */
  width: 45%;
  height: auto;
  margin: 0 82px 0 0;
  float: left;
}

.home-two .two-block:last-child {
  margin: 0;
}

.home-two .two-block ul li {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}
.home-two .serArea ul li {
  width: 25%;
}
.home-two .two-block ul li a {
  width: 75%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  float: left;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-two .two-block ul li span {
  width: auto;
  height: 45px;
  line-height: 45px;
  margin: 0;
  float: right;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

.home-two .home-contact {
  width: 358px;
  height: 78px;
  margin: 5px 0 0 0;
  float: left;
  border: 1px #e6e6e6 solid;
  padding: 10px;
  position: relative;
  background: url(../image/phone.png) no-repeat 300px 7px;
}
.home-two .home-contact p {
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin: 0;
  float: left;
  font-size: 16px;
}

.home-two .home-contact-title {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
  font-size: 25px;
  color: #004191;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.home-two .home-feedback {
  width: 370px;
  height: 90px;
  margin: 5px 0 0 0;
  float: left;
  border: 1px #e6e6e6 solid;
  padding: 3px;
}

/* ---------------------------------------------------------------------- */
/* Inner left right
/* ---------------------------------------------------------------------- */
.inner-left {
  width: 870px;
  height: auto;
  margin: 30px 0 30px 30px;
  float: right;
}

.inner-left p {
  width: 100%;
  height: auto;
  line-height: 30px;
  margin: 0 0 10px 0;
  float: left;
  font-size: 16px;
  color: #666;
}

.inner-left div {
  width: 100%;
  height: auto;
  line-height: 30px;
  margin: 0 0 10px 0;
  float: left;
  font-size: 16px;
  color: #666;
}

.inner-left img {
  width: 70%;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.inner-right {
  width: 300px;
  height: auto;
  margin: 30px 0;
  float: left;
}

.inner-right .nav {
  width: 270px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  float: left;
  background: #004191;
  color: #fff;
  font-size: 25px;
  padding: 0 15px;
  font-weight: bold;
}

.inner-right .nav-list {
  width: 278px;
  height: auto;
  margin: 2px 0 30px 0;
  float: left;
  border: 1px #004191 solid;
  padding: 10px;
}

.inner-right .nav-list ul li {
  width: 100%;
  height: auto;
  line-height: 50px;
  margin: 0;
  float: left;
  font-size: 18px;
  border-bottom: 1px #004191 dashed;
}

.inner-right .nav-list ul li:last-child {
  border-bottom: 0;
}

.inner-right .recommend-list {
  width: 278px;
  height: auto;
  margin: 0 0 30px 0;
  float: left;
  border: 1px #e6e6e6 solid;
  padding: 10px;
}

.inner-right .recommend-list h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px 0;
  float: left;
  border-bottom: 1px #e6e6e6 solid;
  font-size: 18px;
}

.inner-right .recommend-list ul li {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}

.inner-right .recommend-list ul li a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  float: left;
  font-size: 16px;
}

/* ---------------------------------------------------------------------- */
/* About Us
/* ---------------------------------------------------------------------- */
.about-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 0 40px 0;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  font-size: 25px;
}

.about-title p {
  width: auto;
  height: 50px;
  line-height: 50px;
  float: right;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

.about-title p a {
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

/* ---------------------------------------------------------------------- */
/* News list
/* ---------------------------------------------------------------------- */
.news-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 0 20px 0;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  font-size: 25px;
  color: #004191;
}

.news-title p {
  width: auto;
  height: 50px;
  line-height: 50px;
  float: right;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

.news-title p a {
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

.news-list {
  width: 100%;
  height: auto;
}

.news-list ul li {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}

.news-list ul li a {
  width: 100%;
  height: auto;
  line-height: 50px;
  margin: 0;
  float: left;
  border-bottom: 1px #ddd dashed;
  font-size: 16px;
}

.news-list ul li a span {
  width: auto;
  height: auto;
  line-height: 50px;
  margin: 0;
  float: right;
  font-size: 16px;
  color: #999;
}

.news-list ul li.page {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
  text-align: center;
  border: none;
}
.news-list ul li.page b {
  width: auto;
  height: auto;
  line-height: 50px;
  margin: 0;
  float: left;
  text-align: center;
  padding: 30px 10px 30px 0;
}
.news-list ul li.page a {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
  text-align: center;
  font-size: 14px;
  padding: 30px 10px 30px 0;
  border: none;
}
.news-list ul li.page a b {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
  text-align: center;
  padding: 0;
}

.news-list .news-title {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  border: 0;
}

.news-list .news-time {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  border: 0;
}

.news-list p {
  width: 100%;
  height: auto;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #666;
}

.news-list div {
  width: 100%;
  height: auto;
  line-height: 30px;
  margin: 0 0 10px 0;
  /* font-size: 16px;
  color: #666; */
}

.news-list img {
  width: 70%;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

/* ---------------------------------------------------------------------- */
/* Search Results
/* ---------------------------------------------------------------------- */
ul#search-results li {
  border-top: 1px dashed #ccc;
  padding: 20px 0;
}

ul#search-results li:first-child {
  border: none;
  padding-top: 0;
}

ul#search-results li:last-child {
  padding-bottom: 0;
}

ul#search-results h2 {
  margin-bottom: 5px;
}

ul#search-results h2 a,
ul#search-results h2 a strong {
  color: #333;
}

ul#search-results p {
  margin: 0;
}

/* ---------------------------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------------------------- */
.page-nav {
  margin-bottom: 40px;
}

.page-nav > span {
  margin-right: 20px;
}

.page-nav ul,
.page-nav li,
.page-nav > span {
  display: inline-block;
}

.page-nav li,
.page-nav > span {
  vertical-align: middle;
  margin-bottom: 10px;
}

.page-nav li {
  margin-right: 5px;
  line-height: normal;
}

.page-nav a {
  display: block;
  color: #333;
  background-color: #ebebeb;
}

.page-nav a,
.page-nav li.current {
  padding: 5px 10px;
  border-radius: 2px;

  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-repeat: repeat-x;
}

.page-nav a:hover,
.page-nav li.current {
  color: #fff;
}

/* ---------------------------------------------------------------------- */
/* Entry Slider
/* ---------------------------------------------------------------------- */
.entry-slider .flex-direction-nav a {
  margin-top: -25px;
  width: 25px;
  height: 50px;
}

.entry-slider .flex-direction-nav a.flex-prev {
  background-position: 8px center;
}

.entry-slider .flex-direction-nav a.flex-next {
  background-position: -21px center;
}

/* ---------------------------------------------------------------------- */
/* Portfolio & Blog
/* ---------------------------------------------------------------------- */
.entry-image > a,
.entry-slider > ul > li > a {
  display: block;
  position: relative; /* sets the initial position for the overlay */
}

.entry-image {
  display: inline-block;
}

.entry-image,
.entry-video,
.entry-slider {
  margin-bottom: 15px;
}

.project-list .entry-image {
  margin-bottom: 0;
}

.entry-image,
.entry-image img,
.entry-slider,
.entry-slider img {
  max-width: 100%;
}

.entry-slider iframe {
  margin: 0 auto;
}

/* Overlay */

.overlay {
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay.zoom {
  background-image: url(../image/overlay-zoom.png);
}

.project-list li .overlay,
.lightbox .overlay,
.lightbox-video .overlay,
.link-overlay .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0; /* for Opera */
}

.project-list li:hover .overlay,
.lightbox:hover .overlay,
.lightbox-video:hover .overlay,
.link-overlay:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1; /* for Opera */
}

.project-list li:hover .zoom,
.lightbox .zoom,
.lightbox-video .zoom,
a.entry-image:link .zoom,
a.entry-image:visited .zoom,
.entry-slider a:link .zoom,
.entry-slider a:visited .zoom {
  background-image: none;
}

a.entry-image:hover .zoom,
a.entry-image:active .zoom,
.entry-slider a:hover .zoom,
.entry-slider a:active .zoom {
  background-image: url(../image/overlay-zoom.png);
}

/* Portfolio Gallery */

ul.portfolio-grid {
  margin-right: -20px;
}

ul.portfolio-grid > li {
  margin: 0 20px 20px 0;
  text-align: center;
  float: left;
}

ul.portfolio-grid > li.one-fourth {
  width: 220px;
}

ul.portfolio-grid > li.one-third {
  width: 300px;
}

ul.portfolio-grid > li.one-half {
  width: 460px;
}

/* Filter */

#filter {
  margin-bottom: 40px;
}

#filter > span {
  margin: 5px 10px 5px 0;
}

#filter ul,
#filter li {
  display: inline-block;
}

#filter li {
  margin: 5px 5px 5px 0;
}

#filter li,
#filter > span {
  vertical-align: middle;
}

#filter a {
  display: block;
  line-height: normal;
  color: #333;
  background-color: #ebebeb;
  padding: 6px 10px;
  border-radius: 2px;

  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-repeat: repeat-x;
}

#filter a:hover,
#filter a.selected {
  color: #fff;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* ---------------------------------------------------------------------- */
/* Blog
/* ---------------------------------------------------------------------- */
.post-carousel .entry {
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}

.post-carousel .entry,
.post-carousel .entry-date {
  margin-bottom: 20px;
}

.blog-entry-list .entry {
  border-top: 1px dashed #ccc;
  padding-top: 40px;
  margin-bottom: 20px;
}

.blog-entry-list .entry:first-child {
  border: none;
  padding-top: 0;
}

.entry-date {
  float: left;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.entry-day {
  width: 55px;
  height: 42px;
  border-radius: 2px 2px 0 0;
  background-color: #333;
  font-family: "TitilliumText25L600wt", sans-serif;
  font-weight: 600;
  font-size: 1.5em; /* 18px */
  line-height: 42px; /* vertical align */
}

.entry-month {
  width: 55px;
  height: 30px;
  border-radius: 0 0 2px 2px;
  font-family: "TitilliumText25L400wt", sans-serif;
  font-size: 1.166em; /* 14px */
  line-height: 30px; /* vertical align */
  box-shadow: 0 1px rgba(255, 255, 255, 0.15) inset;
}

.entry-body {
  overflow: hidden;
}

.entry-title {
  margin-bottom: 5px;
}

.entry-title a {
  color: #333;
}

/* Meta */

.blog-entry-list .entry-meta {
  margin-bottom: 15px;
}

.blog-entry-list .entry-meta span {
  background: no-repeat left center;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #ccc;
}

.blog-entry-list .entry-meta span:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.blog-entry-list .entry-meta .author {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/blog/author.png);
  padding-left: 21px;
}

.blog-entry-list .entry-meta .category {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/blog/folder.png);
  padding-left: 23px;
}

.blog-entry-list .entry-meta .comments {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/blog/comment.png);
  padding-left: 21px;
}

/* Tags */

.tags li {
  float: left;
  margin: 0 5px 5px 0;
}

.tags a {
  display: block;
  color: #333;
  background-color: #ebebeb;
  padding: 5px 10px;
  border-radius: 2px;

  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-image: linear-gradient(
    top,
    rgba(255, 255, 255, 0.05),
    rgba(0, 0, 0, 0.05)
  );
  background-repeat: repeat-x;
}

.tags a:hover {
  color: #fff;
}

/* Comments */

/* Comment List */

ol.comment-list,
ol.children {
  list-style: none;
}

#comment-1 {
  border-top: none;
}

li.comment .comment-wrap {
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}

li.comment ol.children {
  margin-left: 65px;
}

/* Comment List Content */

ol.comment-list .avatar-wrap {
  float: left;
  margin-right: 15px;
}

ol.comment-list .avatar-wrap a.comment-edit-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-style: italic;
}

ol.comment-list .comment-details {
  overflow: hidden;
}

ol.comment-list .comment-author {
  font-weight: bold;
}

ol.comment-list .comment-author a {
  color: #333;
}

ol.comment-list .comment-author.post-author span {
  color: #e64141;
}

ol.comment-list .comment-meta {
  margin-bottom: 15px;
  color: #888;
}

ol.comment-list .comment-reply-link {
  font-style: italic;
}

/* Respond (Leave a Comment) */

#reply-title small {
  float: right;
  margin-top: 3px;
  font-family: "Droid Sans", sans-serif;
  font-size: 0.666em; /* 12px/18px */
  line-height: 1.5em; /* 18px/12px */
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}

/* ---------------------------------------------------------------------- */
/* Portfolio
/* ---------------------------------------------------------------------- */
.project-list a {
  display: block;
}

.project-list .entry-title {
  color: #333;
}

.project-list .entry-meta {
  text-align: center;
  padding: 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}

.project-list .entry:hover .entry-meta {
  background-color: #f0f0f0;
}

.project-list .entry-meta p {
  margin: 0;
}

.project-list .entry-content {
  color: #666;
}

.entry-image {
  position: relative;
}

/* ---------------------------------------------------------------------- */
/* Clients
/* ---------------------------------------------------------------------- */
.clients {
  margin: 0 -10px 20px 0;
}

.clients li {
  float: left;
  margin: 0 10px 10px 0;
  width: 176px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 1px #fff inset;
  padding: 1px;
}

.clients a {
  display: block;
  background-color: #fff;
  border: 4px solid #f5f5f5;
}

.clients img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  max-width: 100%;
}

.clients li:hover {
  border-color: #ccc;
}

.clients li:hover a {
  border-color: #f0f0f0;
}

.clients li:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ---------------------------------------------------------------------- */
/* Forms
/* ---------------------------------------------------------------------- */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-appearance: none; /* Fix for Mobile Safari */
}

/* Fix for Mobile Safari */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto; /* removes scrollbar in IE */
}

/* input[type="submit"] {
  width: auto;
} */

::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #999;
}

/* Firefox */
:-moz-placeholder {
  color: #999;
}

::-moz-focus-inner {
  /* removes the extra padding and dashed border on buttons in Firefox */
  padding: 0;
  border: none;
}

/* Search Form */

#search-form {
  position: relative;
  margin-top: 30px;
  float: right;
  margin-left: 20px;
}

#search-submit {
  width: 30px;
  height: 30px;
  background: url(../image/magnifying-glass.png) no-repeat center center;
  border: none;
  text-indent: -10000em;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 12px 0 0;
}

/* After Click */

#s {
  position: absolute;
  top: 40px;
  right: 0;
  padding: 6px 10px;
  border: 1px solid #ebebeb;
  width: 198px;
  z-index: 1000;
  border-radius: 0;
}

/* Content Form */

.content-form p {
  margin-bottom: 10px;
}

.content-form input,
.content-form textarea,
.content-form select {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 6px 10px;
  border-radius: 0;
}

.content-form input:hover,
.content-form textarea:hover,
.content-form select:hover,
.content-form input:focus,
.content-form textarea:focus,
.content-form select:focus {
  border-color: #ccc;
}

.content-form input {
  width: 50%;
}

.content-form label,
.content-form input,
.content-form textarea,
.content-form select {
  margin-bottom: 5px;
}

.content-form label {
  display: block;
  clear: both;
}

.content-form .error {
  color: #e64141;
}

.content-form textarea,
.content-form select {
  width: 60%;
  height: 160px;
}

.content-form input[type="file"] {
  padding: 0;
  border: none;
}

/* Newsletter */

#newsletter-form input#newsletter {
  width: 90%; /* 198px/220px */
  background-color: #404040;
  border: 1px solid #4c4c4c;
}

#newsletter-form input.button {
  margin-right: 0;
  margin-top: 10px;
  background-color: #1a1a1a;

  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-repeat: repeat-x;
}

#newsletter-form input.button:hover {
  background-color: #4d4d4d;
}

/* Comment Form */

#comment-form p {
  margin-bottom: 10px;
}

#comment-form input,
#comment-form textarea {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 6px 10px;
  border-radius: 0;
}

#comment-form input:hover,
#comment-form textarea:hover,
#comment-form input:focus,
#comment-form textarea:focus {
  border-color: #ccc;
}

#comment-form input {
  width: 50%;
}

#comment-form label,
#comment-form input,
#comment-form textarea {
  margin-bottom: 5px;
}

#comment-form label {
  display: block;
  clear: both;
}

#comment-form .error {
  color: #e64141;
}

#comment-form textarea {
  width: 60%;
  height: 160px;
}

/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */

/* Generic Table */

.gen-table {
  width: 100%;
  margin-bottom: 20px;
}

.gen-table caption {
  margin-bottom: 10px;
}

.gen-table th {
  font-weight: bold;
}

.gen-table th,
.gen-table td {
  background-color: #fff;
  padding: 5px;
  text-align: center;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

.gen-table .empty-left-top {
  background-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.gen-table .empty-left-bottom {
  background-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.gen-table td.top-left {
  text-align: left;
  vertical-align: top;
}

.gen-table thead th {
  font-size: 1.166em; /* 14px */
}

.gen-table thead th,
.gen-table tfoot td {
  background-color: #ebebeb;
  border-color: #d9d9d9;
}

.gen-table tbody th,
.gen-table tr.odd th,
.gen-table tr.odd td {
  background-color: #f5f5f5;
}

.gen-table tfoot td {
  font-style: italic;
  font-size: 0.916em; /* 11px */
}

.gen-table tfoot .button {
  font-style: normal;
  font-size: 1.09em; /* 12px/11px */
  margin: 5px 0;
}

.gen-table tfoot + tbody tr.row-last th,
.gen-table tfoot + tbody tr.row-last td {
  border-bottom-color: #d9d9d9;
}

.gen-table tbody tr:hover th,
.gen-table tbody tr:hover td {
  background-color: #edf3fc;
}

/* ---------------------------------------------------------------------- */
/* Pricing Tables
/* ---------------------------------------------------------------------- */

/* Pricing Boxes */

.pricing-box {
  margin-bottom: 20px;
  text-align: center;
}

.pricing-box .price,
.pricing-box .footer {
  background-color: #f0f0f0;
  border: 1px solid #d9d9d9;
}

.pricing-box .footer {
  padding: 10px 15px;
}

.pricing-box ul.features {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  border-bottom: none;
  padding: 10px 15px;
}

.pricing-box ul.features li {
  border-top: 1px solid #ebebeb;
  padding: 5px 0;
}

.pricing-box ul.features li:first-child {
  border: none;
}

.pricing-box .button {
  margin: 5px 0;
}

.pricing-box .title {
  background-color: #d9d9d9;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 5px 15px;
  margin: 0;

  font-family: "TitilliumText25L800wt", sans-serif;
  font-weight: bold;
  font-size: 1.5em; /* 18px */
  line-height: 1.333em; /* 24px/18px */
  text-transform: uppercase;
}

.pricing-box .title,
.pricing-box .price,
.pricing-box .footer {
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-image: linear-gradient(
    top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.04)
  );
  background-repeat: repeat-x;
}

.pricing-box .price {
  line-height: normal;
  padding: 10px 15px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.pricing-box .price span {
  font-weight: bold;
  font-size: 2.5em; /* 30px */
  color: #699900;
}

.pricing-box .price sup {
  font-size: 100%;
}

.pricing-box.featured {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.pricing-box.featured .title {
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.16)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.16)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.16)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.16)
  );
  background-image: linear-gradient(
    top,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.16)
  );
  background-repeat: repeat-x;
}

.pricing-box.featured .title,
.pricing-box.featured .price span,
.pricing-box.featured .price sup {
  color: #fff;
}

.pricing-box.featured .price {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Pricing Tables */

.pricing-table {
  margin-right: 0;
  margin-left: -1px;
}

.pricing-table.featured {
  position: relative;
  z-index: 1;
}

.pricing-table.one-fourth {
  width: 25.106%; /* 236px */
  max-width: 236px;
}

.pricing-table.one-third {
  width: 33.404%; /* 314px */
  max-width: 314px;
}

/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer {
  max-width: 1920px;
  color: #999;
  margin: 0 auto;
  width: 100%;
}

#footer a:hover {
  color: #ebebeb;
}

#footer h3 {
  color: #ebebeb;
  font-size: 1.166em; /* 14px */
  line-height: 1.285em; /* 18px/14px */
}

#footer-top {
  background-color: #333;
  border-top: 3px solid #212121;
  padding: 37px 0 15px;
}

#footer-bottom {
  width: 100%;
  line-height: 30px;
  background-color: #004191;
  margin: 30px 0 0 0;
  padding: 20px 0;
  float: left;
  text-align: center;
  color: #f1f1f1;
  font-size: 16px;
  font-family: "微软雅黑";
}

#footer-bottom a {
  color: #ccc;
}

/* ---------------------------------------------------------------------- */
/* Widgets
/* ---------------------------------------------------------------------- */
.widget {
  margin-bottom: 20px;
}

#sidebar .widget {
  margin-bottom: 30px;
}

/* Twitter */

.twitter-widget ul li {
  background: url(http://pgzx.dlufe.edu.cn/css/images/social-media/twitter.png)
    no-repeat left 0.416em; /* 5px */
  padding-left: 26px;
  margin-bottom: 20px;
  word-wrap: break-word; /* for Chrome */
}

.twitter-widget ul li > span {
  display: block;
}

.tweet_time {
  font-size: 0.916em; /* 11px */
  margin-top: 5px;
}

.tweet_time a {
  color: #ccc;
}

/* Flickr */

.flickr-widget ul {
  margin-right: -5px;
}

.flickr-widget ul li {
  float: left;
  margin: 0 5px 5px 0;
}

.flickr-widget ul img {
  height: 70px;
  width: 70px;
}

/* Contact Info */

.contact-info div p {
  background-repeat: no-repeat;
  padding-left: 23px;
  margin-bottom: 15px;
}

.contact-info .address {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/contact/home.png);
  background-position: left 0.083em; /* 1px */
}

.contact-info .phone {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/contact/phone.png);
  background-position: left 0.083em; /* 1px */
}

.contact-info .fax {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/contact/fax.png);
  background-position: left 0.166em; /* 2px */
}

.contact-info .email {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/contact/mail.png);
  background-position: left 0.25em; /* 3px */
}

.contact-info .business-hours {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/contact/clock.png);
  background-position: left 0.166em; /* 2px */
}

/* Social Links */

.social-links {
  margin-right: -17px;
  max-width: 100%;
}

.team-member .social-links {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

.team-member .social-links li {
  margin-bottom: 10px;
}

.social-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 20px 0;
}

.social-links a {
  display: block;
  text-indent: -10000em;
  background-repeat: no-repeat;
  background-position: left top;
}

.social-links .twitter a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/social-media/twitter.png);
  width: 20px;
  height: 15px;
}

.social-links .facebook a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/social-media/facebook.png);
  width: 16px;
  height: 16px;
}

.social-links .google-plus a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/social-media/google-plus.png);
  width: 16px;
  height: 16px;
}

.social-links .linkedin a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/social-media/linkedin.png);
  width: 16px;
  height: 16px;
}

.social-links .vimeo a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/social-media/vimeo.png);
  width: 16px;
  height: 15px;
}

.social-links .youtube a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/social-media/youtube.png);
  width: 16px;
  height: 15px;
}

.social-links .skype a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/social-media/skype.png);
  width: 16px;
  height: 16px;
}

.social-links .mail a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/contact/mail.png);
  width: 15px;
  height: 11px;
}

/* Footer Social Links */

#footer .social-links {
  float: right;
}

#footer .social-links li,
#footer-bottom p {
  margin-bottom: 0;
}

#footer .social-links .twitter a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/footer/footer-twitter.png);
}

#footer .social-links .facebook a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/footer/footer-facebook.png);
}

#footer .social-links .google-plus a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/footer/footer-google-plus.png);
}

#footer .social-links .linkedin a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/footer/footer-linkedin.png);
}

#footer .social-links .vimeo a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/footer/footer-vimeo.png);
}

#footer .social-links .youtube a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/footer/footer-youtube.png);
}

#footer .social-links .skype a {
  background-image: url(http://pgzx.dlufe.edu.cn/css/images/footer/footer-skype.png);
}

/* Menu with Separators */

.widget ul.menu li {
  border-bottom: 1px dashed #ccc;
}

.widget ul.menu li > a {
  display: block;
  color: #333;
  padding: 6px 0 6px 11px;
  background: url(http://pgzx.dlufe.edu.cn/css/images/bullets/list-arrow.png)
    no-repeat left 1em; /* 12px */
}

/* ---------------------------------------------------------------------- */
/* Scroll to Top
/* ---------------------------------------------------------------------- */
#toTop,
#toTopHover {
  background: url(http://pgzx.dlufe.edu.cn/css/images/scroll-top.png) no-repeat
    center center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  bottom: 57px;
  right: 20px;
  text-indent: -10000em;
  position: fixed;
  border-radius: 2px;
}

#toTop {
  display: none;
  background-color: #999;
}

#toTopHover {
  display: block;
  opacity: 0;
}

#toTop:active,
#toTop:focus {
  outline: none;
}
.class_list_page {
  float: left;
  width: 708px;
  text-align: center;
  padding: 5px;
}
.left_page {
  float: left;
  width: 660px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.meneame {
  margin-top: 20px;
  margin-bottom: 10px;
  font: 14px/25px Verdana, Geneva, sans-serif;
}
.meneame A {
  border-right: #99bbc7 1px solid;
  padding-right: 5px;
  border-top: #99bbc7 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #99bbc7 1px solid;
  color: #222;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #99bbc7 1px solid;
  text-decoration: none;
}
.meneame A:hover {
  border-right: red 1px solid;
  padding-right: 5px;
  border-top: red 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: red 1px solid;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: red 1px solid;
}
.meneame A:active {
  border-right: red 1px solid;
  padding-right: 5px;
  border-top: red 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: red 1px solid;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: red 1px solid;
}
.meneame SPAN.current {
  border-right: #e89954 1px solid;
  padding-right: 5px;
  border-top: #e89954 1px solid;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 2px;
  border-left: #e89954 1px solid;
  color: #000;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #e89954 1px solid;
  background-color: #ffca7d;
}
.meneame SPAN.disabled {
  border-right: #ccc 1px solid;
  padding-right: 5px;
  border-top: #ccc 1px solid;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left: #ccc 1px solid;
  color: #ccc;
  margin-right: 2px;
  padding-top: 2px;
  border-bottom: #ccc 1px solid;
}
