/* 最大显示一行，溢出省略号 */
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 最大显示两行，溢出省略号 */
.txt-line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.b-line {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  overflow: hidden;
  border-bottom: #e4e4e4 solid 1px;
}
.r-line {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-right: #e4e4e4 solid 1px;
}
.t-line {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  overflow: hidden;
  border-top: #e4e4e4 solid 1px;
}
.l-line {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-left: #e4e4e4 solid 1px;
}
.clear {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex-0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  flex: 0;
}
.shadow-1 {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
body {
  font-family: "微软雅黑";
  font-size: 16px;
  background: #fff;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #d14b06;
}
a:hover,
a:focus {
  color: #a03905;
}
.iconfont {
  font-size: 1rem;
}
.row {
  margin: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;
}
.btn-danger {
  background-color: #ea5407;
  border-color: #ea5407;
}
.btn-danger:focus,
.btn-danger.focus {
  background-color: #f86418;
  border-color: #f86418;
}
.btn-danger:hover {
  background-color: #f86418;
  border-color: #f86418;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #f86418;
  border-color: #f86418;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  background-color: #f86418;
  border-color: #f86418;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ea5407;
  border-color: #ea5407;
}
.btn-danger .badge {
  color: #ea5407;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.container {
  padding: 0;
  margin: 0 auto;
}
.header {
  padding: 0;
  margin: 0 auto;
  background: #fff;
  height: 80px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.header .menu {
  position: relative;
  z-index: 999;
}
.header .menu .navbar {
  margin-bottom: 0;
  min-height: 50px;
  padding: 0 1rem;
}
.header .menu .navbar .navbar-nav {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.header .menu .navbar .navbar-nav > li {
  float: none;
  text-align: center;
}
.header .menu .navbar .navbar-nav > li:last-child {
  background: transparent;
}
.header .menu .navbar .navbar-nav > li > a {
  display: block;
  line-height: 1.5;
  height: 80px;
  padding: 1.75rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  box-sizing: border-box;
}
.header .menu .navbar-default {
  border: none;
  background-color: #fff;
}
.header .menu .navbar-default .navbar-nav > li > a {
  color: #2f2f2f;
  text-decoration: none;
}
.header .menu .navbar-default .navbar-nav > li:hover > a,
.header .menu .navbar-default .navbar-nav > li:focus > a {
  background-color: transparent;
  color: #ea5407 !important;
}
.header .menu .navbar-default .navbar-nav > .active {
  position: relative;
}
.header .menu .navbar-default .navbar-nav > .active > a,
.header .menu .navbar-default .navbar-nav > .active > a:hover,
.header .menu .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #ea5407 !important;
  position: relative;
}
.header .menu .navbar-default .navbar-nav > .active > a::before,
.header .menu .navbar-default .navbar-nav > .active > a:hover::before,
.header .menu .navbar-default .navbar-nav > .active > a:focus::before {
  content: '';
  display: block;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.625rem;
  height: 2px;
  background: #ea5407;
  border-radius: 2px;
}
.header .menu .navbar-default .navbar-toggle:hover,
.header .menu .navbar-default .navbar-toggle:focus {
  background-color: #f9712b;
}
.header .menu .navbar-default .navbar-nav > .open > a,
.header .menu .navbar-default .navbar-nav > .open > a:hover,
.header .menu .navbar-default .navbar-nav > .open > a:focus {
  background-color: #a53b05;
}
.header .menu .navbar-default .navbar-brand {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  padding: 15px 0;
}
.header .menu .navbar-default .navbar-brand .logo {
  margin: 0;
  padding: 0;
}
.header .menu .navbar-default .navbar-brand .logo img {
  display: block;
  height: 50px;
  width: auto;
}
.header .menu .navbar-default .navbar-brand .logo .site-name {
  float: left;
  color: #333;
  font-size: 1.25rem;
  margin: 0 10px;
}
.header .menu .navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}
.header .menu .navbar-default .dropdown-toggle {
  position: relative;
}
.header .menu .navbar-default .dropdown-toggle::after {
  display: none;
}
.header .menu .dropdown-menu {
  width: auto;
  text-align: center;
  min-width: auto;
  padding: 0;
  margin: 0;
  border-radius: 0 0 0.4rem 0.4rem;
  background-color: transparent;
  overflow: hidden;
  border-width: 0;
}
.header .menu .dropdown-menu > li > a {
  display: block;
  padding: 1rem 0.75rem;
  clear: both;
  white-space: nowrap;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.header .menu .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.header .menu .dropdown-menu > .active > a,
.header .menu .dropdown-menu > .active > a:hover,
.header .menu .dropdown-menu > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.header .head-search {
  position: relative;
}
.header .head-search .input-group-text {
  border-radius: 2rem 0 0 2rem;
  background-color: #f7f7f7;
  border-right-width: 0;
  padding-right: 0;
  color: #666;
}
.header .head-search .form-control {
  border-radius: 0 2rem 2rem 0;
  background-color: #f7f7f7;
  border-left-width: 0;
  border-color: #ced4da !important;
}
.header .head-search .form-control::placeholder {
  /* WebKit browsers (Chrome/Safari) */
  color: #999;
  font-size: 0.875rem;
}
.header .head-search .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
  background-color: #f7f7f7;
}
.header .head-search:last-child .btn {
  border-radius: 0 2rem 2rem 0;
  border-color: #ced4da;
  font-size: 0.875rem;
}
.header .head-search .invalid-feedback {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
}
/* 滚动焦点图css */
.banner {
  width: 100%;
  position: relative;
  z-index: 150;
  height: calc(70vh - 80px);
  background: top center no-repeat;
  margin-bottom: 15px !important;
}
.banner .button-next,
.banner .button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  right: 90%;
}
.banner .button-next:hover,
.banner .button-prev:hover {
  background: rgba(0, 0, 0, 0.1);
}
.banner .button-next {
  /* right: 10%; */
  left: 90%;
}
.banner .swiper-wrapper .banner-pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .swiper-wrapper .banner-project-count {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 1.5rem 1rem;
}
.banner .swiper-wrapper .banner-project-count .iconfont {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 100%;
  background: #ea5407;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.banner .swiper-wrapper .banner-project-count .count-text {
  display: inline-block;
  margin: 0 2rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.banner .swiper-wrapper .banner-project-count span {
  display: inline-block;
  width: 2.25rem;
  height: 4rem;
  line-height: 4rem;
  background: #f0f0f0;
  color: #ea5407;
  margin: 0 2px;
  font-size: 2.25rem;
  text-align: center;
  vertical-align: middle;
}
.banner .swiper-pagination > .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #939393;
  opacity: 1;
  margin: 0 23px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #e40b20;
}
.header-pic {
  position: relative;
  background: center center no-repeat;
  background-color: #229cff;
  background-size: cover;
  height: 16rem;
  margin: 0;
}
.header-pic .crumbs-nav {
  padding: 8rem 1rem 1rem;
}
.header-pic .crumbs-nav .page-title {
  position: relative;
  font-size: 24px;
  color: #fff;
}
.header-pic .crumbs-nav .page-title .page-title-text {
  position: relative;
  float: left;
  padding: 0 0 1.25rem;
  line-height: 1.2;
}
.header-pic .crumbs-nav .page-title .page-title-text .pagetitle {
  font-size: 2rem;
  letter-spacing: 0.25rem;
}
.header-pic .crumbs-nav .page-title .page-title-text .slugtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 1.25rem 0;
}
.header-pic .crumbs-nav .page-title .page-title-text .border-line {
  position: absolute;
  display: block;
  font-size: 0;
  width: 5rem;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.header-pic .crumbs-nav .page-title .crumbs {
  margin-bottom: 0;
}
.footer {
  background: #f7f8fa;
}
.footer .foot-bd {
  padding: 0;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.footer .foot-bd .friendlink {
  float: left;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.5);
}
.footer .foot-bd .friendlink > ul {
  display: inline;
}
.footer .foot-bd .friendlink > ul li {
  display: inline;
}
.footer .foot-bd .friendlink > ul li a {
  margin: 0 10px;
  color: #6D7381;
}
.footer .foot-bd .friendlink > ul li img {
  vertical-align: middle;
}
.footer .foot-bd .footlink {
  margin-top: 1rem;
}
.footer .foot-bd .footlink > li {
  flex: 1;
}
.footer .foot-bd .footlink > li > a {
  color: #333;
  cursor: default;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.75rem;
}
.footer .foot-bd .footlink > li .dropdown-toggle::after {
  display: none;
}
.footer .foot-bd .footlink .dropdown-menu {
  position: relative;
  top: auto;
  display: block;
  background-color: transparent;
  overflow: hidden;
  border-width: 0;
  line-height: 1.6;
  min-width: auto;
}
.footer .foot-bd .footlink .dropdown-menu > li > a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}
.footer .foot-bd .foot-relation {
  padding-top: 1rem !important;
}
.footer .foot-ft {
  background: rgba(0, 0, 0, 0.9);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #ccc;
  font-size: 0.75rem;
}
.footer .foot-ft .rights {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.pagination > li > a,
.pagination > li > span {
  color: #ea5407;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ea5407;
  border-color: #d14b06;
  cursor: default;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: auto;
}
.pager-box {
  text-align: center;
}
.pager {
  display: inline-block;
  margin: 20px 0;
  text-align: center;
}
.pager > a,
.pager > span {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  float: left;
  line-height: 1.428;
  background-color: #fff;
  border: #ddd solid 1px;
  color: #ea5407;
  text-decoration: none;
}
.pager > a:first-child,
.pager > span:first-child {
  margin-left: 0;
  border-radius: 4px 0 0 4px;
}
.pager > a:last-child,
.pager > span:last-child {
  border-radius: 0 4px 4px 0;
}
.pager > a:hover,
.pager > span:hover,
.pager > a:focus,
.pager > span:focus {
  z-index: 3;
  color: 555;
  background-color: #eee;
  border-color: #ddd;
}
.pager > span {
  z-index: 2;
  color: #fff;
}
.pager > span,
.pager > span:hover,
.pager > span:focus {
  background-color: #ea5407;
  border-color: #d14b06;
  cursor: default;
}
/*面包屑*/
.ah-breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  color: #999;
  font-size: 0.875rem;
  position: relative;
  padding: 0.75rem 0;
}
.ah-breadcrumb::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ccc;
}
.ah-breadcrumb li a {
  color: #999;
  font-size: 0.875rem;
}
.ah-breadcrumb li a:hover {
  color: #ea5407;
}
.bg-gray {
  background: #f1f1f1;
  position: relative;
  z-index: 100;
  padding-top: 10px;
}
.bg-white {
  background: #fff;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.imgformat {
  vertical-align: bottom;
  display: block;
}
.program-page .program-page-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1.25rem;
}
.program-page .program-page-item a {
  display: block;
  position: relative;
  border-radius: 0.5rem;
}
.program-page .program-page-item a:hover {
  text-decoration: none;
}
.program-page .program-page-item a .right-label {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 99;
  height: 1.875rem;
  background: #75C617;
  border-radius: 1.875rem 0 0 1.875rem;
  line-height: 1.875rem;
  padding: 0 20px;
  color: white;
  font-size: 12px;
  box-shadow: -4px 0px 4px 0px rgba(97, 103, 36, 0.34);
}
.program-page .program-page-item a .right-label.end {
  background: #aaa;
}
.program-page .program-page-item .thumbnail {
  padding-bottom: 66.66%;
  width: 100%;
  height: 0;
  position: relative;
  margin-bottom: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.program-page .program-page-item .thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.program-page .program-page-item .title {
  padding: 1rem 0.5rem 1.25rem;
  height: 190px;
}
.program-page .program-page-item .program-page-title {
  font-size: 1.25rem;
  color: #333;
}
.program-page .program-page-item .program-page-desc {
  font-size: 0.875rem;
  color: #999;
  padding: 0.875rem 0 1.25rem;
}
.program-page .program-page-item .program-page-more {
  display: inline-block;
  font-size: 0.875rem;
  color: #333;
  border: #ccc solid 1px;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}
.program-page .program-page-item .program-page-more:hover {
  border-color: #ea5407;
  background: #ea5407;
  color: #fff;
}
.program-page .program-page-item a:hover,
.program-page .program-page-item a:active {
  animation: scalexy 5s infinite linear;
}
.index-news {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
}
.index-news .index-swiper {
  width: 57%;
  height: 580px;
}
.index-news .index-swiper .swiper-news-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-news .index-swiper .swiper-news-box .swiper-news-pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 580px;
  position: relative;
  z-index: 0;
}
.index-news .index-swiper .swiper-news-box .swiper-news-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}
.index-news .index-swiper .swiper-news-box .swiper-news-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.index-news .index-swiper .swiper-news-box .swiper-news-desc .news-time {
  width: 5rem;
  height: 5rem;
  color: #fff;
  padding-right: 2rem;
  border-right: rgba(255, 255, 255, 0.7) solid 1px;
  white-space: nowrap;
}
.index-news .index-swiper .swiper-news-box .swiper-news-desc .news-time .day {
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.1rem 0 0.5rem;
}
.index-news .index-swiper .swiper-news-box .swiper-news-desc .news-time .year {
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.index-news .index-swiper .swiper-news-box .swiper-news-desc .news-describe {
  padding: 0 2rem;
  color: #fff;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
.index-news .index-swiper .swiper-news-box .swiper-news-desc .news-describe .news-title {
  font-size: 1.25rem;
}
.index-news .index-swiper .swiper-news-box .swiper-news-desc .news-describe .news-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}
.index-news .index-swiper .swiper-pagination {
  bottom: 140px;
}
.index-news .news-cont {
  width: 43%;
  background: #fff;
}
.index-news .news-cont .news-block {
  width: 100%;
  overflow: hidden;
}
.index-news .news-cont .news-block .news-title {
  padding: 1.25rem 2rem 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.index-news .news-cont .news-block .news-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 1px;
  background: #e4e4e4;
}
.index-news .news-cont .news-block .news-title .title {
  position: relative;
  font-size: 20px;
  flex: 1;
  min-width: 0;
}
.index-news .news-cont .news-block .news-title .title .iconfont {
  color: #ea5407;
  font-size: 1.5rem;
}
.index-news .news-cont .news-block .news-title .more {
  font-size: 1rem;
  background: #f6f6f6;
  padding: 0.4rem 1.5rem;
  border-radius: 2rem;
  color: #333;
}
.index-news .news-cont .news-block .news-title .more .bi {
  margin-left: 0.25rem;
}
.index-news .news-cont .news-block .news-title .more:hover,
.index-news .news-cont .news-block .news-title .more:active {
  color: #fff;
  background: #ea5407;
  text-decoration: none;
}
.index-news .news-cont .news-block .news-list .news-item {
  padding: 0.2rem 2rem;
  margin: 1rem 0;
  border-bottom-width: 0;
}
.index-news .news-cont .news-block .news-list .news-item:last-child {
  border-bottom-width: 0;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-pic {
  display: none;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-pic img {
  height: 200px;
  background: #777;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-describe {
  color: #555;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-describe .msg-title {
  display: block;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #3f3f3f;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-describe .msg-title:hover {
  text-decoration: none;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-describe .author {
  color: #666666;
  font-size: 0.875rem;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-describe .msg-date {
  margin: 0.7rem 0 0.3rem;
  display: block;
  line-height: 1;
  color: #6f6f6f;
  font-size: 0.875rem;
}
.index-news .news-cont .news-block .news-list .news-item .news-item-describe .item-description {
  margin-top: 1.875rem;
}
.index-news .news-cont .news-block .news-list .news-item a {
  display: block;
  overflow: hidden;
}
.index-news .news-cont .news-block .news-list .news-item a:hover {
  text-decoration: none;
}
.index-news .news-cont .news-block .news-list .news-item a:hover .news-item-describe .msg-title {
  color: #ea5407;
}
.index-news .news-cont .news-block .news-list .news-item:hover {
  background: #eee;
}
@keyframes scalexy {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.index-project .program-page .program-page-item {
  position: relative;
}
.index-project .program-page .program-page-item .top-label {
  position: absolute;
  left: 0;
  z-index: 99;
  height: 2.25rem;
  background: #C3A461;
  border-radius: 0 0 1.5rem 0;
  line-height: 2.25rem;
  padding: 0 1.5rem 0 1rem;
  white-space: nowrap;
  color: white;
  font-size: 0.875rem;
}
.index-project .program-page .program-page-item .thumbnail {
  padding-bottom: 320px;
  position: relative;
  z-index: 0;
}
.index-project .program-page .program-page-item .thumbnail::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.index-project .program-page .program-page-item .title {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  margin-top: -1.75rem;
}
.index-project .program-page .program-page-item .program-page-title {
  color: #fff;
}
.index-project .program-page .program-page-item .program-page-desc {
  display: none;
}
.index-project .program-page .program-page-item.program-page-item-first .top-label {
  background: #ea5407;
}
.index-project .program-page .program-page-item a {
  border-radius: 0;
}
.index-project .program-page .program-page-item a:hover,
.index-project .program-page .program-page-item a:active {
  animation: scalexy 5s infinite linear;
}
.index-project .program-page .program-page-item a:hover .thumbnail::before,
.index-project .program-page .program-page-item a:active .thumbnail::before {
  background: rgba(234, 84, 7, 0.8);
}
.index-project .program-page .program-page-item a:hover .title,
.index-project .program-page .program-page-item a:active .title {
  margin-top: -3.25rem;
}
.index-project .program-page .program-page-item a:hover .program-page-title,
.index-project .program-page .program-page-item a:active .program-page-title {
  position: relative;
  padding: 0 0 0.75rem;
}
.index-project .program-page .program-page-item a:hover .program-page-title::after,
.index-project .program-page .program-page-item a:active .program-page-title::after {
  position: absolute;
  content: '';
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  height: 2px;
  background: #fff;
}
.index-project .program-page .program-page-item a:hover .program-page-desc,
.index-project .program-page .program-page-item a:active .program-page-desc {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 1rem;
}
.partner > .container {
  position: relative;
}
.partner .left-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: 1.75rem;
  font-size: 2rem;
  line-height: 60px;
  color: #ccc;
}
.partner .right-btn {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 40px;
  height: 60px;
  margin-top: 1.75rem;
  z-index: 9999;
  font-size: 2rem;
  line-height: 60px;
  color: #ccc;
}
.partner-container {
  width: 100%;
  height: 17rem;
  background-color: #fff;
  margin: 0 auto 5rem !important;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.5rem !important;
  z-index: 1;
}
.partner-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.partner-container .swiper-slide .partner-pic {
  flex: 0 0 calc(20% - 0.4rem);
  margin: 0.5rem 0.2rem;
  height: 7rem;
  width: 100%;
  background: #fff center center no-repeat;
  background-size: contain;
}
.second-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 2rem;
  position: relative;
}
.second-title .en-title {
  font-size: 1rem;
  color: #999;
  padding: 1rem;
}
.second-title .more-right {
  position: absolute;
  right: 0;
  overflow: hidden;
  top: 0;
}
.index-more {
  text-align: center;
  margin: 2rem 0 5rem;
}
.index-more .btn-lg {
  border-radius: 4rem;
  padding: 0.75rem 3rem;
}
/*内页*/
.content {
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  z-index: 10;
}
.mainbody {
  background: #fff;
  padding: 0;
  margin-left: 10px;
  overflow: hidden;
}
.mainbody .sub-title {
  height: 1.875rem;
  position: relative;
  margin: 2.125rem 0 2rem;
}
.mainbody .sub-title h3 {
  height: 1.875rem;
  line-height: 1;
  padding: 0 0.875rem;
  margin: 0;
  border-left: #f9712b solid 4px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #333;
}
.mainbody .sub-title2 {
  text-align: center;
  margin: 2.125rem 0 2rem;
}
.mainbody .sub-title2 h3 {
  font-size: 2rem;
  line-height: 1;
}
.mainbody .sub-title2 h3::before,
.mainbody .sub-title2 h3::after {
  content: '';
  display: inline-block;
  width: 2.75rem;
  height: 2px;
  background: #ccc;
  vertical-align: middle;
  margin: 0 1.5rem;
}
.mainbody .sub-title-sm {
  height: 1rem;
  position: relative;
  margin: 2rem 0 0.75rem;
}
.mainbody .sub-title-sm h3 {
  height: 1rem;
  line-height: 1;
  padding: 0 0.5rem;
  margin: 0;
  border-left: #f9712b solid 4px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.mainbody .mb-line {
  border-left: #eee solid 1px;
}
.mainbody .sub-cont {
  padding: 1.25rem 0;
  min-height: 543px;
}
.mainbody .sub-cont .hospital .sel-province {
  width: 150px;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  margin: 20px 0;
  text-indent: 10px;
  font-size: 20px;
  line-height: 18px;
}
.sidenav {
  padding-bottom: 3rem;
  margin-right: 2.5rem;
}
.sidenav .sidebar-title {
  background: #FFDEDE;
  color: #ea5407;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}
.sidenav .sidebar-cont {
  padding: 1rem;
}
.sidenav ul {
  margin-bottom: 0;
}
.sidenav ul li {
  height: 3rem;
  margin: 1px;
}
.sidenav ul li > a,
.sidenav ul li > span {
  position: relative;
  display: block;
  padding: 0 1.5rem;
  color: #333;
  font-size: 1rem;
  line-height: 3rem;
  background: #f6f6f6;
  text-align: center;
}
.sidenav ul li > a .xmicon,
.sidenav ul li > span .xmicon {
  position: absolute;
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
  font-size: 1.75rem;
  top: 50%;
  left: 0.875rem;
  margin: -0.875rem 0 0 0;
  color: #ea5407;
}
.sidenav ul li > a:hover {
  text-decoration: none;
  color: #fff;
  background: #ea5407;
}
.sidenav ul li > a:hover .xmicon {
  color: #fff;
}
.sidenav ul li.current-cat > a,
.sidenav ul li.current_page_item > a,
.sidenav ul li.current-cat > span,
.sidenav ul li.current_page_item > span {
  color: #fff;
  background: #ea5407;
}
.sidenav ul li.current-cat > a:hover:hover,
.sidenav ul li.current_page_item > a:hover:hover {
  background: #ea5407;
}
.sidenav ul li.current-cat > a:hover:hover .xmicon,
.sidenav ul li.current_page_item > a:hover:hover .xmicon {
  color: #ea5407;
}
/* 列表 */
.list-style1 .item {
  padding: 20px 0;
  border-bottom: #eee solid 1px;
}
.list-style1 .item .list-date {
  text-align: right;
  font-size: 12px;
}
.list-style1 .item .list-date span {
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  background: #ea5407;
  line-height: 20px;
  border-radius: 20px;
  color: #fff;
}
.list-style1 .item .list-date p {
  padding: 5px 0;
  color: #999;
  white-space: nowrap;
}
.list-style1 .item .list-cont {
  padding: 0 0 0 20px;
  line-height: 20px;
}
.list-style1 .item .list-cont h4.list-title {
  margin: 0;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 20px;
}
.list-style1 .item .list-cont p.list-info {
  font-size: 12px;
  color: #666;
  min-height: 40px;
}
.list-style1 .item .list-cont a.list-more {
  border: #ccc solid 1px;
  font-size: 12px;
  color: #555;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 1.875rem;
}
.list-style1 .item .list-cont a.list-more:hover {
  border-color: #ea5407;
  background-color: #ea5407;
  text-decoration: none;
  color: #fff;
}
.list-page-c {
  text-align: center;
}
/* 项目列表 */
.list-style2 li {
  padding: 0.25rem 0.75rem;
  border-bottom: #ccc dashed 1px;
}
.list-style2 a {
  overflow: hidden;
  display: block;
  color: #666;
  font-size: 0.875rem;
}
.list-style2 a:hover {
  text-decoration: none;
}
.list-style2 a:hover,
.list-style2 a:focus,
.list-style2 a:active {
  color: #ea5407;
}
.list-style2 a .item-date {
  float: right;
  color: #999;
  font-size: 0.75rem;
}
/* 视频列表 */
.video-list .item {
  text-align: center;
  padding-bottom: 1.875rem;
  border-bottom: #eee solid 1px;
  margin-bottom: 40px;
}
.video-list .item .list-title {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
/* 会员列表 */
.member-list .member-item {
  padding: 0 4rem 2rem 0;
}
.member-list .member-item .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  border-radius: 4px;
  overflow: hidden;
}
.member-list .member-item .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.member-list .member-item .thumbnail .member-post {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
  background: #BBA772;
  border-radius: 0 1.5rem 1.5rem 0;
  line-height: 1.8;
  padding: 0 1rem 0 0.75rem;
  white-space: nowrap;
  color: white;
  font-size: 1rem;
}
.member-list .member-item .name {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1rem;
}
.member-list .member-item .remark {
  font-size: 0.875rem;
  text-align: center;
  color: #666;
}
/* 图片列表 */
.photo-list .photo-item {
  padding: 0 4rem 2rem 0;
}
.photo-list .photo-item .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  border-radius: 4px;
  overflow: hidden;
}
.photo-list .photo-item .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}
.photo-list .photo-item .name {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.75rem;
}
.photo-list .photo-item .remark {
  font-size: 0.875rem;
  text-align: center;
  color: #666;
}
/* 分页样式 */
.paging a,
.paging .nav-links a {
  border: 1px solid rgba(92, 92, 92, 0.3);
  /* border-radius: 4px; */
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
  color: rgba(92, 92, 92, 0.3);
}
.paging a:hover {
  background: #e40b21;
  color: #fff;
  text-decoration: none;
}
.paging .current {
  pointer-events: none;
  color: #fff;
  background: #e40b21;
  border: none;
}
.paging .previous {
  width: 84px;
  float: left;
}
.paging .next {
  float: right;
  width: 84px;
}
.paging .count {
  margin-right: 31px;
  font-size: 16px;
}
.pagination {
  display: block !important;
}
.navigation {
  text-align: center;
  display: block;
}
.navigation .nav-links .current {
  color: white;
  line-height: 52px;
}
.navigation .nav-links .next {
  float: right;
  width: 84px;
}
.navigation .nav-links .prev {
  float: left;
  width: 84px;
}
.navigation .nav-links a:hover {
  background: #e40b21;
  color: #fff;
  text-decoration: none;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination .nav-links {
  display: inline-block;
  margin: 20px 0;
  text-align: center;
}
.pagination .nav-links a {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  float: left;
  line-height: 1.428;
  background-color: #fff;
  border: #ddd solid 1px;
  color: #ea5407;
  text-decoration: none;
}
.pagination .nav-links .current {
  border-color: #ea5407;
  cursor: default;
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  float: left;
  line-height: 1.428;
  background-color: #ea5407;
  border: #ddd solid 1px;
  color: #fff;
  text-decoration: none;
}
/* 文章详情 */
.article {
  padding: 10px 0 1.875rem;
}
.article .article-title {
  line-height: 1.5;
  overflow: hidden;
  padding: 0 42px;
  text-align: center;
  margin-bottom: 20px;
}
.article .article-title h2 {
  color: #ea5407;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}
.article .article-info {
  color: #999999;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
}
.article .article-info a {
  color: #cc0000;
  font-size: 12px;
}
.article .hint {
  color: red;
  padding-left: 2.25rem;
}
.article .article-c {
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
  color: #444;
}
.article .article-c img,
.article .article-c p img {
  max-width: 100%;
  height: auto;
}
.list02 {
  padding: 10px 0;
}
.list02 ul li {
  height: 140px;
  padding: 0 0 20px;
  border-bottom: #e6e6e6 solid 1px;
  margin-bottom: 20px;
  position: relative;
}
.list02 ul li .photo {
  position: absolute;
  top: 0;
  left: 0;
}
.list02 ul li .photo,
.list02 ul li .photo img {
  width: 260px;
  height: 120px;
  border-radius: 5px;
}
.list02 ul li .cont {
  margin-left: 270px;
  height: 140px;
  overflow: hidden;
}
.list02 ul li .cont .list02_t {
  line-height: 2rem;
}
.list02 ul li .cont .list02_t a {
  font-size: 18px;
}
.list02 ul li .cont .list02_c {
  line-height: 22px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #666;
}
/*下载*/
.listdl a {
  background: #fdd5c0 none repeat scroll 0 0;
  border: 1px solid #f9712b;
  border-radius: 5px;
  color: #a03905;
  display: block;
  font-size: 0.875rem;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0 10px;
}
.listhospital ul {
  padding: 10px 0;
}
.listhospital ul li {
  margin: 0 20px 20px 0px;
  float: left;
  position: relative;
}
.listhospital ul li a {
  display: block;
  background: #fdd5c0 none repeat scroll 0 0;
  border: 1px solid #f9712b;
  border-radius: 20px;
  color: #a03905;
  line-height: 1.875rem;
  overflow: hidden;
  padding: 0 15px 2px;
  font-size: 0.875rem;
}
.news-list {
  min-height: 28.125rem;
}
.news-list .news-item {
  margin: 0 0 1.5rem;
  position: relative;
  border-bottom: #f1f1f1 solid 1px;
  padding-bottom: 1.5rem;
}
.news-list .news-item .news-item-pic {
  margin-right: 1.875rem;
  position: relative;
}
.news-list .news-item .news-item-pic img {
  display: block;
  background: #eee;
  object-fit: cover;
  width: 12rem;
  height: 8rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.news-list .news-item .news-item-pic .play {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: transparent;
}
.news-list .news-item .news-item-pic .news-time {
  width: 5rem;
  height: 5rem;
  background: #f6f6f6;
  color: #333;
  text-align: center;
}
.news-list .news-item .news-item-pic .news-time .day {
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.1rem 0 0.5rem;
}
.news-list .news-item .news-item-pic .news-time .year {
  line-height: 1;
  color: #999;
  font-size: 0.875rem;
}
.news-list .news-item .news-item-pic .news-public {
  position: relative;
}
.news-list .news-item .news-item-pic .news-public .bg {
  display: block;
}
.news-list .news-item .news-item-pic .news-public .year {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2.25rem;
  line-height: 2.25rem;
  white-space: nowrap;
  color: #7FBADA;
  font-size: 1.5rem;
  text-align: center;
}
.news-list .news-item .news-item-describe {
  color: #555;
  flex: 1;
  min-width: 0;
}
.news-list .news-item .news-item-describe .msg-title {
  display: block;
  font-size: 1.625rem;
  line-height: 1;
  color: #3f3f3f;
  margin: 0.25rem 0;
}
.news-list .news-item .news-item-describe .msg-title:hover {
  text-decoration: none;
}
.news-list .news-item .news-item-describe .author {
  color: #666666;
  font-size: 0.875rem;
}
.news-list .news-item .news-item-describe .msg-date {
  line-height: 24px;
  display: block;
  color: #6f6f6f;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.news-list .news-item .news-item-describe .item-description {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: #3f3f3f;
  word-break: break-all;
}
.news-list .news-item a {
  display: flex;
  overflow: hidden;
  align-items: top;
}
.news-list .news-item a:hover,
.news-list .news-item a:active,
.news-list .news-item a:focus {
  text-decoration: none;
}
.news-list .news-item a:hover .news-item-pic .news-time,
.news-list .news-item a:active .news-item-pic .news-time,
.news-list .news-item a:focus .news-item-pic .news-time {
  background: #ea5407;
  color: #fff;
  text-align: center;
}
.news-list .news-item a:hover .news-item-pic .news-time .year,
.news-list .news-item a:active .news-item-pic .news-time .year,
.news-list .news-item a:focus .news-item-pic .news-time .year {
  color: #fff;
}
.news-list .news-item a:hover .news-item-describe .msg-title,
.news-list .news-item a:active .news-item-describe .msg-title,
.news-list .news-item a:focus .news-item-describe .msg-title {
  color: #ea5407;
}
.page-list .page-item {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
.page-list .page-item:last-child {
  border-bottom-width: 0;
}
.page-list .page-item:nth-child(even) {
  flex-direction: row-reverse;
}
.page-list .page-item .page-item-pic {
  flex: 0 0 40%;
}
.page-list .page-item .page-item-pic .pic-box {
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.page-list .page-item .page-item-pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.page-list .page-item .page-item-describe {
  color: #555;
  margin: 2rem;
  flex: 1;
  min-width: 0;
}
.page-list .page-item .page-item-describe .msg-title {
  display: block;
  flex: 1;
  min-width: 0;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #3f3f3f;
}
.page-list .page-item .page-item-describe .msg-title:hover {
  text-decoration: none;
  color: #ea5407;
}
.page-list .page-item .page-item-describe .border-line {
  display: block;
  font-size: 0;
  width: 4rem;
  height: 4px;
  background: #fa925d;
  border-radius: 3px;
  margin-top: 1rem;
}
.page-list .page-item .page-item-describe .page-item-more {
  text-align: right;
}
.page-list .page-item .page-item-describe .page-item-more i.bi {
  margin: 0 5px;
}
.page-list .page-item .page-item-describe .msg-date {
  margin: 0.7rem 0 0.3rem;
  display: block;
  line-height: 1;
  color: #6f6f6f;
  font-size: 0.875rem;
}
.page-list .page-item .page-item-describe .item-description {
  margin: 1.875rem 0;
  font-size: 1rem;
}
.page-list .page-item a {
  display: block;
  overflow: hidden;
}
.search-header .search-title {
  font-size: 1.5rem;
}
.search-header .search-title .search-results {
  color: #ea5407;
}
.search-header .search-count {
  color: #666666;
  font-size: 0.875rem;
}
.search-page .search-list .page-header {
  border-bottom: none;
}
.search-page .search-list .search-item {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
}
.search-page .search-list .search-item .search-pic a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
}
.search-page .search-list .search-item .search-pic img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eee;
  border-radius: 0.5rem;
}
.search-page .search-list .search-item .search-text .msg-title {
  display: block;
  font-size: 24px;
  color: black;
}
.search-page .search-list .search-item .search-text .msg-title:hover {
  text-decoration: none;
}
.search-page .search-list .search-item .search-text .author {
  color: #666666;
  font-size: 0.875rem;
}
.search-page .search-list .search-item .search-text .msg-date {
  color: #666666;
  font-size: 0.875rem;
  margin-right: 20px;
}
.search-page .search-list .search-item .search-text .item-description {
  margin: 0.75rem 0;
  min-height: 5rem;
}
.table th {
  background: #fcb38e;
  color: #a03905;
  font-weight: normal;
}
.table td {
  background: #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #f9712b;
}
.form-horizontal .col-xs-1,
.form-horizontal .col-sm-1,
.form-horizontal .col-md-1,
.form-horizontal .col-lg-1,
.form-horizontal .col-xs-2,
.form-horizontal .col-sm-2,
.form-horizontal .col-md-2,
.form-horizontal .col-lg-2,
.form-horizontal .col-xs-3,
.form-horizontal .col-sm-3,
.form-horizontal .col-md-3,
.form-horizontal .col-lg-3,
.form-horizontal .col-xs-4,
.form-horizontal .col-sm-4,
.form-horizontal .col-md-4,
.form-horizontal .col-lg-4,
.form-horizontal .col-xs-5,
.form-horizontal .col-sm-5,
.form-horizontal .col-md-5,
.form-horizontal .col-lg-5,
.form-horizontal .col-xs-6,
.form-horizontal .col-sm-6,
.form-horizontal .col-md-6,
.form-horizontal .col-lg-6,
.form-horizontal .col-xs-7,
.form-horizontal .col-sm-7,
.form-horizontal .col-md-7,
.form-horizontal .col-lg-7,
.form-horizontal .col-xs-8,
.form-horizontal .col-sm-8,
.form-horizontal .col-md-8,
.form-horizontal .col-lg-8,
.form-horizontal .col-xs-9,
.form-horizontal .col-sm-9,
.form-horizontal .col-md-9,
.form-horizontal .col-lg-9,
.form-horizontal .col-xs-10,
.form-horizontal .col-sm-10,
.form-horizontal .col-md-10,
.form-horizontal .col-lg-10,
.form-horizontal .col-xs-11,
.form-horizontal .col-sm-11,
.form-horizontal .col-md-11,
.form-horizontal .col-lg-11,
.form-horizontal .col-xs-12,
.form-horizontal .col-sm-12,
.form-horizontal .col-md-12,
.form-horizontal .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.form-group .required {
  margin-right: 4px;
  color: #e02401;
}
@media (max-width: 1200px) {
  .header {
    padding-top: 0;
  }
  .header .menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
  }
  .header .menu .navbar-default .navbar-nav > li > a {
    padding: 1.75rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
  .banner {
    height: 48vh;
    padding-top: 48%;
    margin-top: 50px;
    margin-bottom: 0;
    background-size: cover;
  }
  .header {
    padding-top: 0;
  }
  .header .menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
  }
  .header .menu .navbar-default .navbar-nav > .active > a::before,
  .header .menu .navbar-default .navbar-nav > .active > a:hover::before,
  .header .menu .navbar-default .navbar-nav > .active > a:focus::before {
    width: 5rem;
    margin: auto;
    bottom: 1.25rem;
  }
  .header .menu .dropdown-menu > li > a {
    color: #333;
    background-color: #f6f6f6;
  }
  .header .menu .dropdown-menu > .active > a,
  .header .menu .dropdown-menu > .active > a:hover,
  .header .menu .dropdown-menu > .active > a:focus {
    background-color: #ffffff;
    color: #ea5407;
  }
  .ann-box .ann-Scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .ann-box .ann-Scroll .hd,
  .ann-box .ann-Scroll .ft {
    position: relative;
    width: auto;
  }
  .ann-box .ann-Scroll .bd {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .index-news .index-swiper {
    width: 100%;
    height: 56vw;
  }
  .index-news .index-swiper .swiper-news-box .swiper-news-pic {
    padding-top: 56vw;
  }
  .index-news .news-cont {
    width: 100%;
  }
  .index-news .news-cont .news-block .news-list {
    min-height: auto;
  }
  .mainbody {
    margin-left: 0;
  }
  .mainbody .sub-title {
    margin-top: 10px;
    height: 24px;
  }
  .mainbody .sub-title h3 {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border-left-width: 5px;
    padding-left: 8px;
  }
  .mainbody .sub-cont {
    padding: 10px 15px;
  }
  .sidenav {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  .sidenav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sidenav ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto;
  }
  .sidenav ul li a {
    padding: 10px 5px;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }
  .sidenav ul li a .xmicon {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    left: auto;
  }
  .sidenav ul li.current-cat a {
    border-left-width: 0;
  }
  .sidenav .left-qr {
    display: none;
  }
  .article {
    padding: 0 0 10px;
  }
  .footer .foot-bd {
    padding: 10px;
  }
  .footer .foot-bd .friendlink {
    float: none;
    text-align: center;
    height: auto;
    line-height: normal;
  }
  .footer .foot-bd .friendlink img {
    height: 24px;
    width: auto;
  }
  .footer .foot-bd .footlink {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
  .footer .foot-bd .footlink > li {
    width: 100%;
    flex: auto;
  }
  .footer .foot-bd .footlink > li > a {
    color: #fff;
    cursor: default;
    text-decoration: none;
    display: block;
    padding: 0.75rem;
    position: relative;
  }
  .footer .foot-bd .footlink > li .dropdown-toggle::after {
    display: inline-block;
  }
  .footer .foot-bd .footlink > li .dropdown-toggle > .caret {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .footer .foot-bd .footlink > li:first-child {
    display: none;
  }
  .footer .foot-bd .footlink .dropdown-menu {
    padding: 0.75rem;
  }
  .footer .foot-bd .foot-relation {
    padding: 2rem 10vw;
  }
  .partner .left-btn {
    left: 0;
  }
  .partner .right-btn {
    right: 0;
  }
  .news-list .news-item .news-item-pic img {
    width: 30vw;
    height: 20vw;
  }
}
@media (max-width: 320px) {
  .header .menu .navbar-default .navbar-brand {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .header .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}
/*# sourceMappingURL=./index.css.map */