html,
body {
  width: 100%;
  height: 100%;
  color: #080808;
  background: #fff;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a {
  font-size: 14px;
  color: #080808;
}
img {
  max-width: 100%;
}
a:active,
a:focus,
a:hover {
  color: #9a0000;
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pos-abs {
  position: absolute;
}
.text-green {
  color: #00d62a !important;
}
.text-primary {
  color: #970041 !important;
}
.text-red {
  color: #f22020 !important;
}
.hide {
  display: none !important;
}
.top-navbar__wrapper {
  margin-bottom: 0;
  border-radius: 0;
  background: #eeeeee;
}
.top-navbar__wrapper .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
.top-navbar__wrapper.navbar-default .navbar-nav > li > a {
  padding: 12px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.top-navbar__wrapper.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.top-navbar__wrapper .language-version {
  display: inline-block;
  padding: 12px 10px 12px 20px;
  font-size: 12px;
  line-height: 1;
  color: gray;
}
.top-banner__wrapper {
  background: #eeeeee url(../images/top-banner_bg.jpg) no-repeat top;
  border-bottom: #a5c2b8 solid 0;
}
.top-banner__wrapper .logo {
  margin: 46px 0 30px 0;
}
.top-banner__wrapper .logo img {
  max-width: 100%;
  /*height: 66px;*/
}
.top-banner__wrapper .logo-text {
  margin: 5px 0;
}
.top-banner__wrapper .logo-text img {
  height: 26px;
}
.top-banner__wrapper .container {
  position: relative;
}
/*.top-banner__wrapper .container .search {
	position: absolute;
	right: 15px;
	top: 50px;
}
.top-banner__wrapper .container .search .input-group-addon {
	border-radius: 0;
	background: transparent;
	border-color: #e6e6e6;
	color: #b3b3b3;
}
.top-banner__wrapper .container .search .form-control {
	padding-left: 0;
	border-radius: 0;
	border-left: 0;
	box-shadow: none;
	border-color: #e6e6e6;
}
.top-banner__wrapper .container .search .form-control:active, .top-banner__wrapper .container .search .form-control:focus {
	border-color: #e6e6e6;
}*/

.search {
  background: #fff;
  height: 35px;
  position: absolute;
  top: 65px;
  right: 60px;
}
.search .search_k {
  height: 35px;
}
.search .search_k .iinput {
  background: none; /*width:205px;*/
  height: 35px;
  line-height: 35px;
  float: left;
  border: 0;
  padding-left: 5px;
  font-family: 'Microsoft Yahei';
  color: #acacac;
  font-size: 12px;
  outline: 0;
}
.search .search_k .isubmit {
  background: url(../images/search-ico_03.png) no-repeat center;
  width: 24px;
  height: 24px;
  line-height: 25px;
  border: 0;
  float: right;
  text-indent: -9999px;
  margin-right: 8px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .top-banner__wrapper .logo {
    margin: 27px 0;
  }
  .top-banner__wrapper .container .search {
    top: 33px;
  }
  .top-banner__wrapper .logo-text {
    margin: 5px 0 15px 0;
    width: 100%;
  }
  .top-banner__wrapper .logo-text img {
    height: 0;
  }
  .search .search_k .iinput {
    width: 80%;
    outline: 0;
  }
}

@media (max-width: 767px) {
  .top-banner__wrapper .logo {
    margin: 27px 0;
  }
  .top-banner__wrapper .container .search {
    position: relative;
    top: 0;
    right: 0;
  }
  .top-banner__wrapper .logo-text {
    margin: -12px 0 15px 0;
    width: 80%;
  }
  .top-banner__wrapper .logo-text img {
    height: 0;
  }
  .search .search_k .iinput {
    width: 80%;
    outline: 0;
  }
}
.navbar__bg {
  background: #0150a4 url(../images/nav-b.jpg) repeat-x;
}
.main-navbar__wrapper {
  margin-bottom: -1px;
  /*min-height: auto;*/
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.main-navbar__wrapper.navbar-default .navbar-nav {
}
.main-navbar__wrapper.navbar-default .navbar-nav > li > a {
  /*padding-top: 10px;
	padding-bottom: 10px;*/
  padding-left: 15px;
  padding-right: 20px;
  font-size: 16px;
  color: #fff;
}
.main-navbar__wrapper.navbar-default .navbar-nav > li.active > a,
.main-navbar__wrapper.navbar-default .navbar-nav > li:hover > a,
.main-navbar__wrapper.navbar-default .navbar-nav > li.open > a {
  background: transparent;
  color: #fff;
}
.main-navbar__wrapper.navbar-default
  .navbar-nav
  > li.dropdown
  > .dropdown-menu {
  background: rgba(238, 238, 238, 0.64);
  border: 0;
  border-radius: 0 !important;
}
.main-navbar__wrapper.navbar-default
  .navbar-nav
  > li.dropdown
  > .dropdown-menu
  > li
  > a {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #003399;
  font-size: 16px;
}
.main-navbar__wrapper.navbar-default
  .navbar-nav
  > li.dropdown
  > .dropdown-menu
  > li
  > a:active,
.main-navbar__wrapper.navbar-default
  .navbar-nav
  > li.dropdown
  > .dropdown-menu
  > li
  > a:hover {
  color: #fff;
  background: #003399;
}
.carousel__wrapper .carousel .carousel-inner .item > img {
  width: 100%;
}
.carousel__wrapper .owl-item h3 {
  position: absolute;
  padding: 15px 40px;
  bottom: 35px;
  left: 20px;
  background: rgba(0, 0, 0, 0.74);
}
.carousel__wrapper .owl-item h3 a {
  font-size: 24px;
  color: #fff;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.navbar {
    position: relative;
    min-height: 40px!important;
    margin-bottom: 0!important;
}
}
@media (max-width: 768px) {
  .carousel__wrapper .owl-item h3 {
    margin-top: 0;
    padding: 10px;
    left: 0;
    bottom: auto;
    position: relative;
  }
  .carousel__wrapper .owl-item h3 a {
    font-size: 14px;
  }
}
.carousel__wrapper .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -30px;
  position: relative;
  z-index: 100;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .carousel__wrapper .owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.carousel__wrapper .owl-theme .owl-dots .owl-dot.active span,
.carousel__wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
@media (max-width: 768px) {
  .carousel__wrapper .owl-theme .owl-dots .owl-dot.active span,
  .carousel__wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #f22020;
  }
  .henau-panel {
    margin-top: 10px;
  }
}
.henau-panel {
  margin-top: 20px;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  position: relative;
}
.henau-panel.henau-panel__yellow .panel-heading {
  border-bottom-color: #bf9d5a;
}
.henau-panel .panel-heading {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-bottom: 1px solid #e3e3e3;
  height: 48px;
}
.henau-panel .panel-heading .panel-title {
  font-size: 20px;
  color: #858585;
}
.henau-panel .panel-heading .panel-title span {
  float: left;
  margin: 0 9px;
}
.henau-panel .panel-heading .panel-title h3 {
  font-size: 20px;
  color: #858585;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  height: 38px;
  line-height: 33px;
  text-align: center;
  float: left;
  font-family: 'SimHei';
}
.henau-panel .panel-heading .panel-title h3.cur {
  font-size: 20px;
  color: #004da7;
  background: transparent;
}
.henau-panel .panel-heading .panel-title i {
  font-size: 18px;
  font-style: normal;
  color: #646464;
  display: inline-block;
  margin: 0 5px;
}
.henau-panel .panel-heading .r-links__container {
  margin: 6px 0;
}
.henau-panel .panel-heading .r-links__container .r-link {
  padding: 0 5px 0 5px;
  line-height: 1;
  border-left: 2px solid #e6e6e6;
}
.henau-panel .panel-heading .r-links__container .r-link:first-child {
  border-left: 0;
}
.henau-panel .panel-heading .r-link {
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
  color: #fff;
  background: #d6d6d6;
}
.henau-panel .panel-body .r-link {
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
  color: #fff;
  background: #d6d6d6;
  position: absolute;
  top: 10px;
  right: 0;
}
.henau-panel .panel-heading .r-link:hover {
  color: #fff;
}
.henau-panel .panel-body {
  padding-bottom: 0;
  padding-top: 10px;
}
.henau-panel .news-item {
  margin-left: -15px;
  /*	margin-bottom: 20px;*/
  border-bottom: #bdbdbd solid 1px;
  /*margin-top:10px;*/
  height: 65px;
}
.henau-panel .news-item h4 a {
  font-size: 16px;
}
.henau-panel .news-item ol {
  padding-left: 15px;
}
.henau-panel .news-item ol li {
  font-size: 14px;
}
.henau-panel .news-item ol li a {
  font-size: 14px;
  color: #4d4d4d;
}
.henau-panel .news-item ol li a:active,
.henau-panel .news-item ol li a:focus,
.henau-panel .news-item ol li a:hover {
  color: #970041;
}
.henau-panel .news-lists {
  margin-left: -15px;
  margin-right: -15px;
  /*	margin-top: 10px;*/
  padding-left: 0;
}
.henau-panel .news-lists li {
  /*	padding-top: 5px;
	padding-bottom: 5px;*/
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 40px;
  background: url(../images/dot_03.png) no-repeat 0;
  padding-left: 19px;
}
.henau-panel .news-lists li a {
  font-size: 16px;
}
.henau-panel .news-lists li a span.datetime {
  color: #b6b6b6;
  font-size: 14px;
  float: right;
}
.henau-panel .news-lists li::before {
  /*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
@media (max-width: 768px) {
  .henau-panel .news-lists {
    margin-right: 0;
    margin-left: -20px;
  }
}
.henau-panel .media-list-group {
  margin-left: -15px;
  margin-right: -15px;
}
.henau-panel .media-list-group .list-group-item {
  padding: 4px 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  border-radius: 0;
}
.henau-panel .media-list-group .list-group-item:first-child {
  border-top: 0;
}
.henau-panel .media-list-group .list-group-item .label {
  float: left;
  display: block;
  width: 136px;
  /*	height: 30px;*/
  border-radius: 0;
  background: #f8f8f8;
  color: #036928;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  font-weight: normal;
}
.henau-panel .media-list-group .list-group-item a {
  display: block;
  margin-left: 153px;
  font-size: 16px;
  margin-top: 5px;
}
.henau-panel .learning-list-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 6px;
}
.henau-panel .learning-list-group .list-group-item {
  padding: 10px 0;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 0;
}
.henau-panel .learning-list-group .list-group-item:hover {
  background: #ebebeb;
}
.henau-panel .learning-list-group .list-group-item .label {
  float: left;
  display: block;
  padding-top: 5px;
  width: 88px;
  height: 48px;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: #036928;
  font-family: 'SimHei';
}
.henau-panel .learning-list-group .list-group-item .label strong {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
.henau-panel .learning-list-group .list-group-item a {
  display: block;
  /*	padding-top: 17px;*/
  margin-left: 100px;
  max-height: 60px;
  overflow: hidden;
  /*margin-bottom:20px;*/
}

/**首页侧边样式**/
.other-panel {
  margin-top: 10px;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}
.other-panel.henau-panel__yellow .panel-heading {
  border-bottom-color: #bf9d5a;
}
.other-panel .panel-heading {
  padding-left: 16px;
  padding-right: 0;
  background: #017939;
  border-bottom: 1px solid #d8d8d8;
}
.other-panel .panel-heading .panel-title {
  font-size: 18px;
  color: #fff;
}
.other-panel .panel-heading .r-links__container {
  margin: 6px 0;
}
.other-panel .panel-heading .r-links__container .r-link {
  padding: 0 5px 0 5px;
  line-height: 1;
  border-left: 2px solid #e6e6e6;
}
.other-panel .panel-heading .r-links__container .r-link:first-child {
  border-left: 0;
}
.other-panel .panel-heading .r-link {
  display: inline-block;
  padding: 0 18px 0 0;
  font-size: 14px;
  color: #fff;
}
.other-panel .panel-heading .r-link:hover {
  color: #970041;
}
.other-panel .panel-body {
  padding-bottom: 0;
  padding-top: 10px;
}
.other-panel .news-item {
  margin-left: -15px;
  /*	margin-bottom: 20px;*/
  border-bottom: #bdbdbd solid 1px;
  /*margin-top:10px;*/
  height: 65px;
}
.other-panel .news-item h4 a {
  font-size: 16px;
}
.other-panel .news-item ol {
  padding-left: 15px;
}
.other-panel .news-item ol li {
  font-size: 14px;
}
.other-panel .news-item ol li a {
  font-size: 14px;
  color: #4d4d4d;
}
.other-panel .news-item ol li a:active,
.henau-panel .news-item ol li a:focus,
.other-panel .news-item ol li a:hover {
  color: #970041;
}
.other-panel .news-lists {
  margin-left: -15px;
  margin-right: -15px;
  /*	margin-top: 10px;*/
  /*padding-left: 15px;*/
}
.other-panel .news-lists li {
  /*	padding-top: 5px;
	padding-bottom: 5px;*/
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 36px;
  background: url(../images/dot_03.png) no-repeat 0;
  padding-left: 16px;
}
.other-panel .news-lists li a {
  font-size: 16px;
}
.other-panel .news-lists li a span.datetime {
  color: #7b7b7b;
  font-size: 16px;
  float: right;
}
.other-panel .news-lists li::before {
  /*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
@media (max-width: 768px) {
  .other-panel .news-lists {
    margin-right: 0;
    margin-left: -20px;
  }
}
.other-panel .media-list-group {
  margin-left: -15px;
  margin-right: -15px;
}
.other-panel .media-list-group .list-group-item {
  padding: 4px 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  border-radius: 0;
}
.other-panel .media-list-group .list-group-item:first-child {
  border-top: 0;
}
.other-panel .media-list-group .list-group-item .label {
  float: left;
  display: block;
  width: 136px;
  /*	height: 30px;*/
  border-radius: 0;
  background: #f8f8f8;
  color: #036928;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  font-weight: normal;
}
.other-panel .media-list-group .list-group-item a {
  display: block;
  margin-left: 153px;
  font-size: 16px;
  margin-top: 5px;
}
.other-panel .learning-list-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 6px;
}
.other-panel .learning-list-group .list-group-item {
  padding: 10px 0;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 0;
  background: #f4f4f4;
}
/*.news-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}*/
.other-panel .learning-list-group .list-group-item .label {
  float: left;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 88px;
  height: 48px;
  border-radius: 0;
  font-size: 18px;
  color: #017939;
  text-align: center;
  font-weight: normal;
  font-family: 'Microsoft Yahei';
  background: #f4f4f4;
}
.other-panel .learning-list-group .list-group-item .label strong {
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.other-panel .learning-list-group .list-group-item a {
  display: block;
  /*	padding-top: 17px;*/
  margin-left: 100px;
  max-height: 60px;
  overflow: hidden;
  /*margin-bottom:20px;*/
}

/**首页新闻样式**/
.news-panel {
  margin-top: 5px;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}
.news-panel.henau-panel__yellow .panel-heading {
  border-bottom-color: #bf9d5a;
}
.news-panel .panel-heading {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
}
.news-panel .panel-heading .panel-title {
  font-size: 22px;
  color: #004da7;
  line-height: 17px;
  font-family: 'Sim Hei';
}
.news-panel .panel-heading .r-links__container {
  margin: 6px 0;
}
.news-panel .panel-heading .r-links__container .r-link {
  padding: 0 5px 0 5px;
  line-height: 1;
  border-left: 2px solid #e6e6e6;
}
.news-panel .panel-heading .r-links__container .r-link:first-child {
  border-left: 0;
}
.news-panel .panel-heading .r-link {
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
  color: #fff;
  background: #d6d6d6;
}
.news-panel .panel-heading .r-link:hover {
  color: #fff;
}
.news-panel .panel-body {
  padding-bottom: 0;
  padding-top: 10px;
}
.news-panel .news-item {
  margin-left: -15px;
  /*	margin-bottom: 20px;*/
  border-bottom: #bdbdbd solid 1px;
  /*margin-top:10px;*/
  height: 65px;
}
.news-panel .news-item h4 a {
  font-size: 16px;
}
.news-panel .news-item ol {
  padding-left: 15px;
}
.news-panel .news-item ol li {
  font-size: 14px;
}
.news-panel .news-item ol li a {
  font-size: 14px;
  color: #4d4d4d;
}
.news-panel .news-item ol li a:active,
.henau-panel .news-item ol li a:focus,
.news-panel .news-item ol li a:hover {
  color: #970041;
}
.news-panel .news-lists {
  margin-left: -15px;
  margin-right: -15px;
  /*	margin-top: 10px;*/
  /*padding-left: 15px;*/
}
.news-panel .news-lists li {
  /*	padding-top: 5px;
	padding-bottom: 5px;*/
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 39px;
  background: url(../images/dot_03.png) no-repeat 0;
  padding-left: 18px;
}
.news-panel .news-lists li a {
  font-size: 16px;
}
.news-panel .news-lists li a span.datetime {
  color: #7b7b7b;
  font-size: 16px;
  float: right;
}
.news-panel .news-lists li::before {
  /*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
@media (max-width: 768px) {
  .news-panel .news-lists {
    margin-right: 0;
    margin-left: -20px;
  }
}
.news-panel .media-list-group {
  margin-left: -15px;
  margin-right: -15px;
}
.news-panel .media-list-group .list-group-item {
  padding: 4px 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  border-radius: 0;
}
.news-panel .media-list-group .list-group-item:first-child {
  border-top: 0;
}
.news-panel .media-list-group .list-group-item .label {
  float: left;
  display: block;
  width: 136px;
  /*	height: 30px;*/
  border-radius: 0;
  background: #f8f8f8;
  color: #036928;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  font-weight: normal;
}
.news-panel .media-list-group .list-group-item a {
  display: block;
  margin-left: 153px;
  font-size: 16px;
  margin-top: 5px;
}
.news-panel .learning-list-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 6px;
}
.news-panel .learning-list-group .list-group-item {
  padding: 10px 0;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 0;
  background: #f4f4f4;
}
/*.news-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}*/
.news-panel .learning-list-group .list-group-item .label {
  float: left;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 88px;
  height: 48px;
  border-radius: 0;
  font-size: 18px;
  color: #017939;
  text-align: center;
  font-weight: normal;
  font-family: 'Microsoft Yahei';
  background: #f4f4f4;
}
.news-panel .learning-list-group .list-group-item .label strong {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 8px;
}
.news-panel .learning-list-group .list-group-item a {
  display: block;
  /*	padding-top: 17px;*/
  margin-left: 100px;
  margin-right: 10px;
  max-height: 60px;
  overflow: hidden;
  /*margin-bottom:20px;*/
}

.science-thumbnail {
  position: relative;
  padding: 0;
  border: 0;
}
.science-thumbnail:before {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: url(../images/image-mask.png) repeat-x left bottom;
  z-index: 10;
}
.science-thumbnail img {
  position: relative;
  min-height: 320px;
  z-index: 2;
}
.science-thumbnail .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
.science-thumbnail .caption a {
  color: #fff;
}
.science-thumbnail .caption a:hover {
  color: #fd006d;
}
.science-thumbnail__container {
  padding-left: 0;
  padding-right: 0;
}
.edu-teach__container {
  margin-left: -15px;
  margin-right: -15px;
}
.edu-teach__container .thumbnail {
  float: left;
  padding: 0;
  width: 250px;
  height: 160px;
  border: 0;
}
.edu-teach__container .edu-teach__lists {
  margin-left: 260px;
  padding-left: 0;
}
.edu-teach__container .edu-teach__lists li {
  display: block;
  line-height: 1.8;
}
.edu-teach__container .edu-teach__lists li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
}
.edu-teach__container .edu-teach__lists li a .date {
  color: #b3b3b3;
}
@media (max-width: 768px) {
  .edu-teach__container .thumbnail {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
  .edu-teach__container .thumbnail img {
    width: 100%;
  }
  .edu-teach__container .edu-teach__lists {
    margin-left: 0;
  }
}
.teacher__container {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  border: #ebebeb solid 1px;
  padding: 40px;
}
.teacher__container .teacher-title {
  float: left;
  padding: 30px 30px;
  width: 86px;
  height: 160px;
  background: #e6e6e6;
  color: #4d4d4d;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.teacher__container .teacher-photo {
  /*margin-left: 86px;*/
}
.teacher__container .teacher-photo a {
  color: #01478c;
}
.teacher__container .teacher-photo .thumbnail {
  position: relative;
  padding: 0;
  border: 0;
  text-align: center;
}
.teacher__container .teacher-photo .thumbnail img {
  height: 160px;
}
.teacher__container .teacher-photo .thumbnail .teacher-name {
  /*position: absolute;
	bottom: 10px;
	right: 15px;
	color: #fff;*/
  padding: 20px 0;
}
.partner__container {
  margin-left: -15px;
  margin-right: -15px;
}
.partner__container .thumbnail {
  border: 0;
  padding: 0;
  width: 307px;
}
.partner__container p {
  text-indent: 2em;
  margin-right: 320px;
  font-size: 14px;
}
.partner__container p a {
  color: #b3b3b3;
}
.partner__container p a:active,
.partner__container p a:hover {
  color: #970041;
}
@media (max-width: 768px) {
  .partner__container .thumbnail {
    float: none !important;
    display: block;
    width: 100%;
  }
  .partner__container .thumbnail img {
    width: 100%;
  }
  .partner__container p {
    margin-right: 0;
  }
}
.board-lists {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
.board-lists li {
  padding-bottom: 10px;
  display: block;
}
.board-lists li .label {
  padding: 2px 5px 0 0;
  float: left;
  display: block;
  background: none;
  border: 0;
  color: #970041;
  font-size: 14px;
  font-weight: normal;
}
.board-lists li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recruit-students__container,
.jobs__container {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}
.recruit-students__container .recruit-students__item,
.jobs__container .recruit-students__item {
  border: 0;
  padding: 0;
}
.recruit-students__container .recruit-students__item img,
.jobs__container .recruit-students__item img {
  width: 100%;
}
.recruit-students__container .recruit-students__item .caption,
.jobs__container .recruit-students__item .caption {
  margin-top: 10px;
  background: #e6e6e6;
}
.recruit-students__container .recruit-students__item .caption h3,
.jobs__container .recruit-students__item .caption h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.recruit-students__container .recruit-students__item .caption h3 a,
.jobs__container .recruit-students__item .caption h3 a {
  font-size: 16px;
  color: #970041;
}
.recruit-students__container .recruit-students__item .caption p,
.jobs__container .recruit-students__item .caption p {
  margin-bottom: 0;
}
.recruit-students__container .recruit-students__item .caption p a,
.jobs__container .recruit-students__item .caption p a {
  display: inline-block;
  font-size: 14px;
  text-align: left;
}
.recruit-students__container .recruit-students__item .caption p a::before,
.jobs__container .recruit-students__item .caption p a::before {
  content: '/';
  display: inline-block;
  margin: 0 4px;
}
.recruit-students__container
  .recruit-students__item
  .caption
  p
  a:first-child::before,
.jobs__container .recruit-students__item .caption p a:first-child::before {
  display: none;
}
.jobs__container .row {
  margin-left: -50px;
  margin-right: -50px;
}
.jobs__container .col-sm-4 {
  padding-left: 50px;
  padding-right: 50px;
}
.jobs__container .recruit-students__item .caption {
  padding: 20px;
  min-height: 120px;
  margin-top: 10px;
  background: #e6e6e6;
}
.jobs__container .recruit-students__item .caption h3 {
  font-size: 16px;
}
.jobs__container .recruit-students__item .caption p {
  font-size: 14px;
}
.other-banner__container {
  margin-top: 75px;
}
.other-banner__container .thumbnail {
  margin-bottom: 30px;
  border: 0;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.footer__container {
  margin-top: 80px;
  padding-top: 30px;
  background-size: 100% 100%;
  background-image: url(../images/bottom_bg.jpg);
  background-repeat: no-repeat;
  background-repeat: repeat \9;
  background-position: left top;
}
.footer__container .footer-menu__item {
  float: left;
  width: 12.5%;
}
.footer__container .footer-menu__item .title {
  font-size: 14px;
  font-weight: bold;
}
.footer__container .footer-menu__item ul {
  padding-left: 0;
}
.footer__container .footer-menu__item ul li {
  list-style: none;
}
.footer__container .footer-menu__item ul li a {
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer__container .footer-menu__item {
    width: 25%;
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .navbar {
    min-height: auto;
  }
  .footer__container,
  .other-banner__container {
    margin-top: 0;
  }
}
.qr-code-thumbnail {
  margin-top: 20px;
  padding: 0;
  background: none;
  border: 0;
}
.qr-code-thumbnail .caption {
  text-align: center;
}
.qr-code-thumbnail .caption h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.footer-copyright__container {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  background: #970041;
  font-size: 12px;
}
.footer-copyright__container p {
  line-height: 2;
}
.footer-copyright__container p span {
  display: inline-block;
  padding-right: 60px;
}
.page1-banner__wrapper {
  margin-bottom: 0px;
}
.page1-banner__wrapper .container {
  position: relative;
}
.page1-banner__wrapper .container > img {
  width: 100%;
}
.page1-banner__wrapper .container .page1-banner-infos__container {
  position: absolute;
  right: 40px;
  bottom: -30px;
  padding: 30px;
  width: 418px;
  height: 300px;
  background: #dcc9a3;
  background: rgba(191, 157, 90, 0.8);
  z-index: 100;
  color: #fff;
}
.page1-banner__wrapper .container .page1-banner-infos__container h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.page1-banner__wrapper .container .page1-banner-infos__container p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .page1-banner__wrapper .container .page1-banner-infos__container {
    position: relative;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
.left-menu-panel h4 {
  margin: 20px 0;
  padding-left: 20px;
  font-size: 18px;
  color: #970041;
}
.left-menu-panel .list-group {
  border-left: 20px solid #970041;
}
.left-menu-panel .list-group .list-group-item {
  position: relative;
  padding-left: 40px;
  border-top: 0;
  margin-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.left-menu-panel .list-group .list-group-item::after {
  position: absolute;
  top: 0;
  left: -6px;
  content: ' ';
  width: 6px;
  height: 0;
  background: #bf9d5a;
}
.left-menu-panel .list-group .list-group-item.active {
  background: none;
  border-color: #ddd;
}
.left-menu-panel .list-group .list-group-item.active a {
  color: #970041;
}
.left-menu-panel .list-group .list-group-item.active::after {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.right-panel-content,
.jobs-panel-content {
  margin-bottom: 0;
  margin-top: 60px;
  border: 0;
  box-shadow: none;
}
.right-panel-content .panel-heading,
.jobs-panel-content .panel-heading {
  padding-left: 0;
  background: none;
}
.right-panel-content .panel-heading .panel-title,
.jobs-panel-content .panel-heading .panel-title {
  font-size: 18px;
  color: #970041;
}
.right-panel-content > .panel-body,
.jobs-panel-content > .panel-body {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.right-panel-content .news-list,
.right-panel-content .learning-list,
.jobs-panel-content .news-list,
.jobs-panel-content .learning-list {
  padding-left: 0;
}
.right-panel-content .news-list li,
.right-panel-content .learning-list li,
.jobs-panel-content .news-list li,
.jobs-panel-content .learning-list li {
  padding: 5px 0;
  list-style: none;
}
.right-panel-content .news-list li a,
.right-panel-content .learning-list li a,
.jobs-panel-content .news-list li a,
.jobs-panel-content .learning-list li a {
  font-size: 14px;
}
.right-panel-content .learning-list a,
.jobs-panel-content .learning-list a {
  line-height: 1;
}
.right-panel-content .learning-list .time,
.jobs-panel-content .learning-list .time {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid gray;
}
.right-panel-content .pagination,
.jobs-panel-content .pagination {
  margin-bottom: 0;
}
.right-panel-content .pagination > li.active > a,
.right-panel-content .pagination > li.active > span,
.jobs-panel-content .pagination > li.active > a,
.jobs-panel-content .pagination > li.active > span {
  background: none;
  color: #970041;
}
.right-panel-content .pagination > li > a,
.right-panel-content .pagination > li > span,
.jobs-panel-content .pagination > li > a,
.jobs-panel-content .pagination > li > span {
  border: 0;
  font-size: 14px;
  color: #676767;
}
.right-panel-content .pagination > li > a:hover,
.right-panel-content .pagination > li > span:hover,
.jobs-panel-content .pagination > li > a:hover,
.jobs-panel-content .pagination > li > span:hover {
  color: #970041;
  background: none;
}
.quick-links__item {
  margin-top: -50px;
  padding-left: 40px;
}
.quick-links__item h3 {
  margin-top: 0;
  font-size: 18px;
  color: #0b3573;
}
.quick-links__item ul {
  padding-left: 15px;
}
.quick-links__item ul li {
  padding: 10px 0;
  color: #970041;
}
.quick-links__item ul li a {
  color: #4d4d4d;
}
.quick-links__item ul li a:hover {
  color: #970041;
}
@media (max-width: 768px) {
  .quick-links__item {
    margin-top: 0;
  }
}
.quick-tab-links {
  margin-top: -50px;
}
.quick-tab-links a {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 10px;
  display: block;
  background: #e6e6e6;
  color: #970041;
}
.quick-tab-links a:hover {
  background: #cdcdcd;
}
.jobs-panel-content {
  margin-top: 0;
}
.jobs-panel-content .panel-heading {
  margin-bottom: 20px;
}
.jobs-panel-content .panel-heading .panel-title {
  font-size: 18px;
  color: #676767;
}
.sz-breadcrumb {
  margin-top: 40px;
  background: none;
}
.sz-breadcrumb.breadcrumb > li + li:before {
  content: '>';
}
.sz-breadcrumb.breadcrumb > li a {
  font-size: 14px;
}
.news-details__container .news-details__title {
  font-size: 18px;
  text-align: center;
}
.news-details__container .news-details__time {
  margin: 20px 0;
  text-align: center;
}
.news-details__container .news-details__content {
  font-size: 14px;
}
.news-details__container .news-details__content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-details__container .news-details__content p {
  margin-top: 20px;
}
.news-details__container .news-details__author {
  text-align: right;
  font-size: 14px;
}
.ld-media__container .media {
  margin-top: 30px;
  margin-bottom: 60px;
}
.ld-media__container .media .media-heading {
  font-size: 14px;
  margin-bottom: 20px;
}
.ld-media__container .media .media-body {
  padding-left: 20px;
  font-size: 14px;
}
.ld-media__container .media .media-body ul {
  padding-left: 15px;
}
.ld-media__container .media .media-body ul li {
  margin-bottom: 10px;
}
/**覆盖样式**/
.navbar-default {
  border-color: transparent;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  padding-left: 20px;
}
.carousel-indicators {
  bottom: 10px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0;
}
.news-panel img {
  max-width: 100%;
  width: 100%;
}
.henau-panel h4 {
  line-height: 26px;
}
.henau-panel p {
  line-height: 24px;
}
.bg-gray {
  background: #f1f1f1;
}
.bg-gray .panel {
  background: #f1f1f1;
}
.bg-gray .thumbnail {
  background: #f1f1f1;
}
.henau-panel .media-list-group .list-group-item:last-child {
  border-bottom: none;
}

.bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word; /* Help out IE10+ with class names */
  font-size: 16px;
  color: #336633;
}
.bs-glyphicons li:hover {
  color: #fff;
  background-color: #386746;
}
.bs-glyphicons li:hover .glyphicon-class {
  color: #fff;
}

/****二级页面****/
.list_l {
  text-align: left;
}
.list_l > h3 {
  background: #015cb7;
  height: 71px;
  line-height: 71px;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 0;
}
.list_l li {
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #535353;
  border-bottom: #d6d6d6 solid 1px;
}
.list_l li a {
  display: block;
  color: #666666;
  padding-left: 30px;
  font-size: 18px;
}
.list_l li a:hover {
  background: rgba(1, 92, 183, 0.6);
  color: #fff;
}
.list_l li a.cur {
  background: #ebebeb;
  color: #333;
}
.list_l ul {
  padding-bottom: 0;
}

.l_search {
  margin-top: 28px;
}
.l_search h3 {
  width: 208px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 100;
  padding-left: 20px;
  background: #35812e;
}
.l_box {
  background: GAINSBORO;
  padding: 17px 0 26px 0;
  margin: auto;
  text-align: center;
}
.list_r {
  margin-top: 20px;
}
.lis_pos {
  background: #f2f2f2 url(../images/pos-ico.png) no-repeat 16px;
  text-align: left;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding-left: 32px;
}
.lis_pos a {
  font-size: 16px;
}
.list_box {
  min-height: 300px;
  font-size: 16px;
  margin: 0 0 40px 0;
  text-align: left;
}
.list_box ul {
  margin: 0 0 20px 0;
}
.list_box ul > li {
  background: url(../images/dot_07.png) no-repeat left 25px;
  padding: 15px 15px 15px 15px;
  line-height: 26px;
  border-bottom: #eaeaea solid 1px;
}
.list_box ul > li a {
  font-size: 16px;
}
.list_box li .datetime {
  float: right;
  color: #a7a7a7;
}
.list_box .clear-line {
  background: none;
  border-bottom: #ccc dashed 1px;
  margin: 15px 0;
}

.pages {
  text-align: center;
  margin-top: 20px;
  color: #707070;
  clear: both;
  background: #fff;
  padding: 10px 10px 10px 40px;
  /*width:708px;*/
  font-size: 12px;
}
.pages li {
  background: none;
  padding: 0 0 0 0;
  line-height: 28px;
}
.pages li a {
  display: block;
  float: left;
  border: #ededed solid 1px;
  padding: 0 10px;
  margin: 0 3px;
  height: 28px;
  line-height: 28px;
}
.pages li.thisclass a {
  background: #015cb7;
  color: #fff;
}
.pages li span {
  float: left;
}

.clear-line {
  border-top: #02783e solid 2px;
}

.content_box {
  font-size: 14px;
  text-align: left;
  margin-top: 11px;
  min-height: 678px;
}
.content_box h1 {
  font-size: 24px;
  text-align: center;
  font-family: 'Microsoft Yahei';
  font-weight: 100;
  padding-top: 25px;
  line-height: 36px;
  color: #00522a;
}
.content_box .cnt_info {
  background: #fff;
  margin: 30px 0 0 0;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #000;
  text-align: center;
}
.content_box .content {
  padding: 20px 0 20px 0;
  line-height: 32px;
  color: #000;
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  border-top: #c9c9c9 dashed 1px;
  margin: 0 40px;
}

.content_box h1.page_h1 {
  font-size: 28px;
  text-align: center;
  font-family: 'Microsoft Yahei';
  font-weight: 100;
  line-height: auto;
  padding-top: 10px;
  line-height: 36px;
  color: #2c6c9d;
  border-bottom: #e9e9e9 solid 1px;
  margin: 0 35px;
  padding-bottom: 20px;
}
.content_box td {
  font-size: 14px;
}

@media (min-width: 768px) {
  .bs-glyphicons {
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-glyphicons li {
    width: 33.333%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    bottom: 15px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .bs-glyphicons {
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-glyphicons li {
    width: 33.333%;
    font-size: 12px;
  }
  .list_l {
    height: auto;
  }
  .lis_pos {
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
  }
  .list_box {
    height: auto;
  }
  .list_box li .datetime {
    float: none;
    padding-left: 5px;
  }
  .list_box ul {
    margin: 5px 10px 10px 15px;
  }
  .list_box > ul li {
    background: url(../images/dot_07.png) no-repeat left 17px;
    border-bottom: #eaeaea solid 1px;
    padding: 10px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .list_box li .datetime {
    float: none;
    color: #a7a7a7;
    font-size: 12px;
    margin-right: 5px;
  }
}

span.ico-weibo {
  background: url(../images/quick-ico1.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: auto;
}
.bs-glyphicons li:hover span.ico-weibo {
  background: url(../images/quick-ico1-white.png) no-repeat;
}
span.ico-weixin {
  background: url(../images/quick-ico2.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: auto;
}
.bs-glyphicons li:hover span.ico-weixin {
  background: url(../images/quick-ico2-white.png) no-repeat;
}
span.ico-video {
  background: url(../images/quick-ico3.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: auto;
}
.bs-glyphicons li:hover span.ico-video {
  background: url(../images/quick-ico3-white.png) no-repeat;
}
span.ico-jiaowu {
  background: url(../images/quick-ico4.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: auto;
}
.bs-glyphicons li:hover span.ico-jiaowu {
  background: url(../images/quick-ico4-white.png) no-repeat;
}
span.ico-campus {
  background: url(../images/quick-ico5.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: auto;
}
.bs-glyphicons li:hover span.ico-campus {
  background: url(../images/quick-ico5-white.png) no-repeat;
}
span.ico-service {
  background: url(../images/quick-ico6.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  margin: auto;
}
.bs-glyphicons li:hover span.ico-service {
  background: url(../images/quick-ico6-white.png) no-repeat;
}

.footer-wrap {
  background: #0150a4; /*height:155px;*/
  margin-top: 40px;
  padding: 60px 0;
}
.footer-wrap h6 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.footer-wrap h3 {
  margin: 13px 0 0 40px;
  border-bottom: #fff solid 2px;
  padding: 0 0 10px 0;
  display: block;
  color: #fff;
  font-size: 20px;
  width: 80px;
}
.footer-wrap p {
  text-align: left;
  padding: 8px 0 0 40px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  display: block;
}
.footer-wrap img {
  margin-top: 25px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: top;
  max-width: inherit;
}
/**友情链接**/
.copyright-wrap {
  background: #999;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.copyright-wrap p {
  text-align: center;
  padding: 5px 0 0 0;
}
.copyright-wrap a {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer-wrap {
    height: auto;
    padding: 0;
  }
  .footer-wrap .container {
    padding: 0 10px 0 5px;
  }
  .footer-wrap h3 {
    margin-left: 0;
  }
  .footer-wrap p {
    padding: 10px 0 0 0;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-wrap .ewm {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
  }
  .footer-wrap img {
    margin-right: 0;
  }
  .copyright-wrap {
    line-height: 22px;
  }
  .contact-way {
    clear: both;
    padding-left: 25px;
  }
}
@media (max-width: 320px) {
  .footer-wrap .ewm {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .copyright-wrap {
    font-size: 12px;
    text-align: left;
    margin-top: 0;
  }
  .copyright-wrap a {
    font-size: 12px;
  }
  .content_box .content {
    margin: 0;
  }
}
.home-news {
  margin-left: -15px;
  margin-right: -15px;
}
.recruit-students__container .thumbnail {
  transition: box-shadow 0.5s, transform 0.5s;
}
.recruit-students__container .thumbnail:hover {
  transform: scale(1.1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) and (min-width: 320px) {
  .col-sm-4 {
    /* clear: both; */
    clear: none;
  }
}

.borderMargin {
  border-top: #036928 solid 2px;
  margin-top: 10px;
}
.news-item h4 {
  font-size: 16px;
}

.carousel-inner {
  margin: 0 auto;
  text-align: center;
}
.carousel-inner img {
  width: 100%;
}

.owl-carousel {
  margin-top: 10px;
}
.owl-carousel img {
  width: 100%;
}
.owl-carousel a span {
  display: block;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  /*display: none;*/
}
#owl-demo b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#owl-demo span {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  font: 18px/22px 'Microsoft YaHei', 'SimHei';
  color: #fff;
  text-align: center;
}

.owl-pagination {
  position: absolute;
  bottom: 6px;
  height: 22px;
  right: 10px;
}
.owl-page{display:inline-block;width:10px;height:10px;border-radius:10px;margin:0 5px;background-color:#fff;*display:inline;*zoom:1;}
.owl-pagination .active{background-color:#ff0;}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}

.navbar-toggle {
  position: absolute;
  float: none;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  bottom: 8px;
  right: -12px;
  border: #ddd solid 1px;
}
.navbar-toggle .icon-bar {
  background: #28aa7d;
}

.owl-carousel img {
  width: 100%;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.img-wrap .img-list {
  background: #f1f1f1;
  padding: 20px 0;
  text-align: center;
}
.img-wrap {
  margin-top: 40px;
}
.img-wrap .img-list {
  margin-bottom: 10px;
  transition: box-shadow 0.5s, transform 0.5s;
}
.img-wrap .img-list:hover {
  transform: scale(1.1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.18);
}
.img-wrap .img-list img {
  display: inline-block;
  transition: transform 0.4s ease-out;
}
.img-wrap .img-list:hover img {
  transform: rotate(360deg);
}
.img-wrap .img-list p {
  display: inline-block;
  margin-left: 20px;
  color: #00376b;
  font-size: 20px;
}

.search_rows {
  padding: 15px 0 0 15px;
}
.r_page_list {
  padding: 20px;
}

.list_photos {
  padding-top: 5px;
}
.list_photos .imgcnt {
  height: 118px;
  background: #fcfcfc;
  padding: 16px 18px;
  margin-top: 10px;
}
.list_photos .imgcnt .l-img {
  float: left;
  width: 79px;
  height: 114px;
}
.list_photos .imgcnt .r-cnt {
  float: left;
  width: 666px;
  height: 114px;
  text-align: left;
  margin-left: 22px;
  color: #898989;
}
.list_photos .imgcnt .r-cnt h3 {
  font-size: 18px;
  font-weight: 100;
  color: #004d9f;
}
.list_photos .imgcnt .r-cnt p {
  line-height: 24px;
  font-size: 14px;
  padding: 12px 0 0 0;
}
.list_photos .imgcnt .r-cnt p a {
  color: #4f83b9;
}

.photolist_box {
  margin-top: 15px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  min-height: 300px;
}
.sub_cat {
  padding: 0;
}
.sub_name {
  font-size: 20px;
  font-family: 'Microsoft Yahei';
  color: #9a0000;
  border-bottom: #eaeaea solid 1px;
  padding-bottom: 20px;
  font-weight: bold;
}
.sub_list {
  padding: 10px 0 20px 0;
}
.sub_list li {
  background: url(../images/icon_03.jpg) no-repeat left;
  float: left;
  width: 80px;
  text-align: center;
  padding: 8px 0;
}
.sub_list li a {
  color: #777777;
  font-size: 16px;
  display: block;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.second_banner {
  background: url(../images/second_banner_02.jpg) no-repeat top;
  height: 288px;
}
.second_banner h3 {
  width: 244px;
  height: 71px;
  line-height: 71px;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  position: absolute;
  left: 15px;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .photolist_box {
    height: auto;
    padding: 20px;
  }
  .second_banner {
    background-size: 100% 100%;
    height: 90px;
  }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent !important;
}
.navbar {
  border: 0;
}
@media (max-width: 480px) {
  .footer-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-wrap .col-sm-2 { padding-left:20px!important; padding-right:0!important;}
  .footer-wrap .ewm {
    margin-left: 0;
  }
  .footer-wrap img {
    margin-right: 0;
    width: 80%;
}
}

.dropdown-menu {
  min-width: 120px;
}
@media (min-width: 768px) {
.paddingLeft { padding-left: 100px;}
.contact-way { padding-left: 100px;}
}
.ads { margin-top: 20px;}
.ads img{ margin-bottom: 5px;}
.image-shadow img{
    position:relative;  /*设置为相?/
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    -webkit-transition: all .2s linear; /*渐变效果*/
    transition: all .2s linear;
}
.image-shadow img:hover{
    z-index: 2; /*设置在顶层显?/
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.2);    /*添加阴影*/
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -2px, 0);     /*向上浮动*/
    transform: translate3d(0, -2px, 0);
}
