* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-size: initial;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
.clearfix,
.clear {
  clear: both;
}
.banner {
  width: 100%;
}
.banner a {
  display: block;
  width: 100%;
}
.banner a img {
  display: block;
  width: 100%;
}
.inner {
  margin: 0 auto;
  height: 100%;
  width: 1220px;
}
.share {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.share .label,
.share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
html,
body {
  border: none;
}
.pagination {
  font-size: 0;
  text-align: center;
  height: 100px;
  padding: 32.5px;
}
.pagination a {
  display: inline-block;
  background: none;
  margin: 0 5px;
  min-width: 30px;
  color: #666;
  height: 35px;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background: #c76c42;
  color: #fff;
}
.pagination .listpage {
  width: 32px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  border-radius: 3px;
}
.pagination .homepage,
.pagination .nopage,
.pagination .prepage,
.pagination .nextpage,
.pagination .endpage {
  width: 80px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  border-radius: 3px;
}
.pagination .curpage {
  background: #c76c42;
  color: #fff;
}
.pagination .pgejump,
.pagination .pageinfo {
  display: none;
}
.header {
  width: 100%;
  background: #3b4a69;
}
.header .top .inner .welcome {
  color: #ccc;
  font-size: 14px;
  line-height: 30px;
  float: left;
}
.header .top .inner .welcome span {
  color: #fff;
  font-size: inherit;
  margin-left: 10px;
}
.header .top .inner .weather {
  float: right;
  width: 330px;
  height: 30px;
}
.header .bottom {
  height: 140px;
  background: #fff;
  padding: 25px 0;
}
.header .bottom .inner .left {
  float: left;
  width: 790px;
}
.header .bottom .inner .left .logo {
  display: block;
  width: 470px;
  height: 85px;
  float: left;
}
.header .bottom .inner .left .logo img {
  width: 100%;
  height: 100%;
}
.header .bottom .inner .left .slogan {
  width: 260px;
  height: 85px;
  float: right;
}
.header .bottom .inner .left .slogan img {
  width: 100%;
  height: 100%;
}
.header .bottom .inner .right {
  float: right;
  width: 290px;
  padding: 27px 0;
}
.header .bottom .inner .right .search {
  width: 190px;
  height: 35px;
  float: left;
}
.header .bottom .inner .right .search form {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 35px;
  position: relative;
}
.header .bottom .inner .right .search form input[type=text] {
  width: 100%;
  height: 35px;
  outline: none;
  border: 2px solid #3b4a69;
  padding: 0 35px 0 15px;
  border-radius: 35px;
  font-size: 14px;
  line-height: 35px;
}
.header .bottom .inner .right .search form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  width: 40px;
  height: 35px;
  display: block;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 0 35px 35px 0;
  cursor: pointer;
}
.header .bottom .inner .right .search form button[type=submit] img {
  line-height: 35px;
  margin-top: 4px;
}
.header .bottom .inner .right .mobile,
.header .bottom .inner .right .wechat {
  float: right;
  margin-left: 20px;
  margin-top: 5px;
  position: relative;
}
.header .bottom .inner .right .mobile:hover .toast,
.header .bottom .inner .right .wechat:hover .toast {
  display: block;
}
.header .bottom .inner .right .mobile .toast,
.header .bottom .inner .right .wechat .toast {
  display: none;
  width: 90px;
  height: 110px;
  background: #e5e5e5;
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 1;
}
.header .bottom .inner .right .mobile .toast .qrcode,
.header .bottom .inner .right .wechat .toast .qrcode {
  width: 80px;
  height: 80px;
  margin: 5px auto;
}
.header .bottom .inner .right .mobile .toast .qrcode img,
.header .bottom .inner .right .wechat .toast .qrcode img {
  width: 100%;
  height: 100%;
}
.header .bottom .inner .right .mobile .toast .tip,
.header .bottom .inner .right .wechat .toast .tip {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.header .navbar {
  height: 60px;
  text-align: center;
}
.header .navbar .inner > ul {
  font-size: 0;
}
.header .navbar .inner > ul > li {
  display: inline-block;
  width: 135px;
  height: 60px;
  position: relative;
}
.header .navbar .inner > ul > li.current > a {
  background: #c76c42;
}
.header .navbar .inner > ul > li:hover > a {
  background: #c76c42;
}
.header .navbar .inner > ul > li:hover > ul {
  display: block;
}
.header .navbar .inner > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  color: #fff;
  background: #3b4a69;
  background: rgba(59, 74, 105, 0.85);
}
.header .navbar .inner > ul > li > ul {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 9;
}
.header .navbar .inner > ul > li > ul > li {
  width: 100%;
  height: 48px;
}
.header .navbar .inner > ul > li > ul > li:hover > a {
  background: #c76c42;
}
.header .navbar .inner > ul > li > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background: #3b4a69;
  background: rgba(59, 74, 105, 0.85);
}
header {
  display: none;
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header .inner {
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  height: 34px;
}
header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .inner .logo a img {
  min-width: 100%;
  height: 100%;
}
header .inner .trigger {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .inner .trigger.active i {
  background: #333;
}
header .inner .trigger.active i:first-child {
  transform: translateY(10px) rotate(45deg);
}
header .inner .trigger.active i:nth-child(2) {
  opacity: 0;
}
header .inner .trigger.active i:last-child {
  transform: translateY(-11.25px) rotate(-45deg);
}
header .inner .trigger i {
  display: block;
  width: 100%;
  height: 4px;
  background: #c76c42;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.5s ease;
}
header .sidebar {
  width: 60%;
  height: calc(100% - 50px);
  position: fixed;
  right: -60%;
  top: 50px;
  background: rgba(0, 0, 0, 0.78);
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 9;
}
header .sidebar[data-show] {
  right: 0%;
}
header .sidebar ul {
  display: none;
}
header .sidebar > ul {
  display: block;
}
header .sidebar > ul > li {
  border-bottom: 1px solid #fff;
}
header .sidebar > ul li {
  width: 100%;
  position: relative;
}
header .sidebar > ul li a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
}
header .sidebar > ul li .slide {
  width: 25%;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar > ul li .slide[data-slide] img {
  transform: rotate(180deg);
}
header .sidebar > ul li .slide img {
  width: 15px;
  height: 15px;
  margin: auto;
  transition: all 0.5s ease;
}
header .mask {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  display: none;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .banner-pagination {
  position: absolute;
  text-align: center;
  z-index: 9;
  width: 100%;
  height: 24px;
  bottom: 20px;
}
.banner .banner-pagination .swiper-pagination-bullet,
.banner .banner-pagination .swiper-pagination-switch {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin: 0 11px;
  line-height: 24px;
  vertical-align: middle;
  transition: all 0.5s ease;
  opacity: 0.6;
}
.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner .banner-pagination .swiper-pagination-switch.swiper-pagination-bullet-active,
.banner .banner-pagination .swiper-pagination-bullet.swiper-active-switch,
.banner .banner-pagination .swiper-pagination-switch.swiper-active-switch {
  width: 24px;
  height: 24px;
  opacity: 1;
}
.location {
  background: #fff;
  height: 60px;
  padding: 10px 0;
}
.location .inner p {
  height: 30px;
  line-height: 30px;
}
.location .inner p img {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.location .inner p label {
  font-size: 14px;
  color: #666;
  line-height: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.location .inner p label a {
  color: inherit;
  font-size: inherit;
}
.pages .inner .container img {
  max-width: 100%;
}
.links {
  padding: 65px 0;
}
.links .inner .top {
  position: relative;
  height: 27px;
}
.links .inner .top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 3px;
  background: #3b4a69;
}
.links .inner .top .category {
  position: absolute;
  left: 30px;
  padding-right: 10px;
  top: 0;
  z-index: 9;
  display: inline-block;
  padding-left: 40px;
  line-height: 27px;
  font-size: 18px;
  font-weight: bold;
  background: #fff url(../images/link-icon.png) no-repeat 10px center;
}
.links .inner #links {
  margin-top: 30px;
}
.links .inner #links img {
  width: 100%;
}
.footer {
  background: #3b4a69;
}
.footer .top {
  padding: 40px 0 30px 0;
  background: #3b4a69;
}
.footer .top .left {
  margin-top: 25px;
  float: left;
  width: 825px;
}
.footer .top .left ul li {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  float: left;
  margin-bottom: 20px;
}
.footer .top .left ul li:first-child {
  margin-right: 20px;
}
.footer .top .right {
  float: right;
  width: 290px;
}
.footer .top .right ul li {
  width: 135px;
  float: right;
  font-size: 0;
  text-align: center;
  height: 140px;
  overflow: hidden;
}
.footer .top .right ul li:first-child {
  float: left;
}
.footer .top .right ul li .qrcode {
  width: 110px;
  height: 110px;
  display: inline-block;
}
.footer .top .right ul li .qrcode img {
  width: 100%;
  height: 100%;
}
.footer .top .right ul li .tip {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .bottom {
  height: 40px;
  background: #1e2636;
}
.footer .bottom p {
  text-align: center;
}
.footer .bottom p span,
.footer .bottom p a {
  line-height: 40px;
  color: #b2b2b2;
  font-size: 14px;
  margin: 0 3px;
}
.footer .bottom p span img,
.footer .bottom p a img {
  width: 19px;
  display: inline-block;
  vertical-align: middle;
}
.footer .bottom p a:hover {
  color: #fff;
}
footer {
  display: none;
  background: #3b4a69;
  color: #fff;
  padding: 15px 0;
}
footer .inner p {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
footer .inner p a {
  font-size: inherit;
  color: inherit;
  margin: 0 5px;
}
.index .index-news {
  width: 100%;
  background: #3b4a69;
  padding: 70px 0 80px 0;
}
.index .index-news .inner .category {
  border-top: 2px solid #fff;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.index .index-news .inner .category h1 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  float: left;
}
.index .index-news .inner .category h1 .subtitle {
  display: inline-block;
  font-weight: normal;
  color: #c76c42;
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
  margin-left: 10px;
}
.index .index-news .inner .category .tip {
  float: right;
  color: #fff;
  background: #c76c42;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
}
.index .index-news .inner .content #newsBanner {
  width: 600px;
  height: 390px;
  float: left;
}
.index .index-news .inner .content #newsBanner .wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.index .index-news .inner .content #newsBanner .wrap img {
  height: 100%;
  min-width: 100%;
  display: block;
  margin: auto;
}
.index .index-news .inner .content #newsBanner .wrap .tip {
  position: absolute;
  bottom: 20px;
  width: 460px;
  height: 80px;
  z-index: 9;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
  background: rgba(199, 108, 66, 0.7);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .index-news .inner .content .list {
  width: 600px;
  float: right;
}
.index .index-news .inner .content .list ul li {
  width: 100%;
  height: 125px;
  margin-top: 15px;
}
.index .index-news .inner .content .list ul li:hover {
  background: #c76c42;
}
.index .index-news .inner .content .list ul li:hover a .date {
  background: #fff;
  color: #c76c42;
}
.index .index-news .inner .content .list ul li:first-child {
  margin-top: 0;
}
.index .index-news .inner .content .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.index .index-news .inner .content .list ul li a .date {
  width: 120px;
  height: 100%;
  color: inherit;
  display: inline-block;
  text-align: center;
  border-right: 2px solid #fff;
  float: left;
  padding-top: 20px;
}
.index .index-news .inner .content .list ul li a .date .day {
  font-size: 50px;
}
.index .index-news .inner .content .list ul li a .date .month {
  font-size: 14px;
}
.index .index-news .inner .content .list ul li a .text {
  width: calc(100% - 120px);
  height: 100%;
  padding: 15px 25px;
  float: right;
}
.index .index-news .inner .content .list ul li a .text .title {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .index-news .inner .content .list ul li a .text .description {
  font-size: 14px;
  line-height: 26px;
  color: inherit;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .index-education {
  background: #e5e5e5;
  padding: 75px 0 45px 0;
}
.index .index-education .inner .category {
  border-top: none;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.index .index-education .inner .category h1 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  float: left;
}
.index .index-education .inner .category h1 .subtitle {
  display: inline-block;
  font-weight: normal;
  color: #c76c42;
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
  margin-left: 10px;
}
.index .index-education .inner .category .tip {
  float: right;
  color: #fff;
  background: #c76c42;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
}
.index .index-education .inner .list ul {
  font-size: 0;
}
.index .index-education .inner .list ul li {
  display: inline-block;
  width: 395px;
  margin-left: 15px;
}
.index .index-education .inner .list ul li:first-child {
  margin-left: 0;
}
.index .index-education .inner .list ul li:hover a .poster img {
  transform: scale(1.1);
}
.index .index-education .inner .list ul li:hover a .title {
  color: #c76c42;
}
.index .index-education .inner .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index .index-education .inner .list ul li a .poster {
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  overflow: hidden;
}
.index .index-education .inner .list ul li a .poster img {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  margin: auto;
}
.index .index-education .inner .list ul li a .title {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .index-education .inner .list ul li a .pubtime {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.index .index-education .inner .list ul li a .description {
  border-top: 1px solid #ccc;
  line-height: 26px;
  color: #333;
  padding-top: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .index-notice {
  padding: 60px 0 55px 0;
}
.index .index-notice .inner .left {
  width: 590px;
  float: left;
}
.index .index-notice .inner .left .category {
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  background: url(../images/notice-icon.png) no-repeat left center / 30px 30px;
}
.index .index-notice .inner .left .category a {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  color: #c76c42;
  font-weight: normal;
  font-size: 16px;
}
.index .index-notice .inner .left .list {
  width: 100%;
}
.index .index-notice .inner .left .list ul li {
  position: relative;
  padding-left: 20px;
  height: 35px;
}
.index .index-notice .inner .left .list ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  background: #ccc;
}
.index .index-notice .inner .left .list ul li a {
  display: inline-block;
  color: #333;
  max-width: 90%;
  line-height: 35px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .index-notice .inner .left .list ul li a:hover {
  color: #c76c42;
}
.index .index-notice .inner .left .list ul li .pubtime {
  position: absolute;
  color: #666;
  line-height: 35px;
  font-size: 14px;
  height: 35px;
  right: 0;
  top: 0;
}
.index .index-notice .inner .right {
  width: 600px;
  height: 180px;
  float: right;
}
.index .index-notice .inner .right a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .index-notice .inner .right a img {
  width: 100%;
  display: block;
  margin: auto;
}
.index .index-tab {
  padding: 75px 0 55px 0;
  background: #e5e5e5;
}
.index .index-tab .inner .category {
  margin-bottom: 30px;
}
.index .index-tab .inner .category .tab li {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #3b4a69;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
}
.index .index-tab .inner .category .tab li.active {
  background: #c76c42;
}
.index .index-tab .inner .category a {
  float: right;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  color: #c76c42;
}
.index .index-tab .inner .content .stick ul {
  font-size: 0;
}
.index .index-tab .inner .content .stick ul li {
  width: 600px;
  height: 260px;
  display: inline-block;
}
.index .index-tab .inner .content .stick ul li:first-child {
  margin-right: 20px;
}
.index .index-tab .inner .content .stick ul li:hover a .poster img {
  transform: scale(1.05);
}
.index .index-tab .inner .content .stick ul li:hover a .text {
  background: #c76c42;
  color: #fff;
}
.index .index-tab .inner .content .stick ul li:hover a .text .pubtime {
  color: #fff;
  background: url(../images/more-light.png) no-repeat left center;
}
.index .index-tab .inner .content .stick ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index .index-tab .inner .content .stick ul li a .poster {
  width: 370px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.index .index-tab .inner .content .stick ul li a .poster img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  transition: all 0.3s ease;
}
.index .index-tab .inner .content .stick ul li a .text {
  float: right;
  width: calc(100% - 370px);
  height: 100%;
  background: #fff;
  color: #333;
  padding: 30px 20px 20px 20px;
  position: relative;
}
.index .index-tab .inner .content .stick ul li a .text .description {
  font-size: 16px;
  line-height: 2em;
}
.index .index-tab .inner .content .stick ul li a .text .pubtime {
  text-align: center;
  position: absolute;
  bottom: 20px;
  height: 17px;
  padding-left: 45px;
  color: #666;
  background: url(../images/more-deep.png) no-repeat left center;
}
.index .index-tab .inner .content .list {
  margin-top: 20px;
}
.index .index-tab .inner .content .list ul li {
  width: 50%;
  float: left;
  height: 35px;
  line-height: 35px;
  padding-left: 25px;
  position: relative;
}
.index .index-tab .inner .content .list ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 16px;
  background: #ccc;
}
.index .index-tab .inner .content .list ul li a {
  display: inline-block;
  max-width: 85%;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .index-tab .inner .content .list ul li a:hover {
  color: #c76c42;
}
.index .index-tab .inner .content .list ul li .pubtime {
  position: absolute;
  right: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
}
.index .index-icons {
  padding: 60px 0 70px 0;
  background: #fff;
}
.index .index-icons .inner ul {
  text-align: center;
  font-size: 0;
}
.index .index-icons .inner ul li {
  width: 155px;
  height: 155px;
  display: inline-block;
  margin-left: 55px;
}
.index .index-icons .inner ul li:first-child {
  margin-left: 0;
}
.index .index-icons .inner ul li:hover a {
  background: none;
}
.index .index-icons .inner ul li:hover a .icon img.active {
  opacity: 1;
}
.index .index-icons .inner ul li:hover a .text {
  color: #c76c42;
}
.index .index-icons .inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #c76c42;
  background: #c76c42;
  text-align: center;
  transition: all 0.3s ease;
}
.index .index-icons .inner ul li a .icon {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  width: 77px;
  height: 68px;
}
.index .index-icons .inner ul li a .icon img {
  width: 77px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.index .index-icons .inner ul li a .icon img.active {
  opacity: 0;
}
.index .index-icons .inner ul li a .text {
  color: #fff;
}
.index .index-care {
  padding: 75px 0 85px 0;
  background: #e5e5e5;
}
.index .index-care .inner .category {
  border-top: none;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.index .index-care .inner .category h1 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  float: left;
}
.index .index-care .inner .category h1 .subtitle {
  display: inline-block;
  font-weight: normal;
  color: #c76c42;
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
  margin-left: 10px;
}
.index .index-care .inner .category .tip {
  float: right;
  color: #fff;
  background: #c76c42;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
}
.index .index-care .inner .list {
  position: relative;
}
.index .index-care .inner .list #careList .wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
}
.index .index-care .inner .list #careList .wrap:hover .mask {
  bottom: 0;
}
.index .index-care .inner .list #careList .wrap img {
  display: block;
  width: 100%;
  margin: auto;
}
.index .index-care .inner .list #careList .wrap .title {
  width: 70px;
  line-height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  max-width: 500px;
  padding-left: 30px;
  padding-right: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .index-care .inner .list #careList .wrap .mask {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -65px;
  background: #c76c42;
  transition: bottom 0.3s ease;
  text-align: right;
}
.index .index-care .inner .list #careList .wrap .mask img {
  height: 100%;
  position: absolute;
  right: 20px;
  width: 35px;
  display: block;
  min-width: unset;
}
.index .index-care .inner .list .care-prev,
.index .index-care .inner .list .care-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 67px;
  z-index: 9;
}
.index .index-care .inner .list .care-prev {
  background: url(../images/prev.png) no-repeat center center;
  left: -45px;
}
.index .index-care .inner .list .care-next {
  right: -45px;
  background: url(../images/next.png) no-repeat center center;
}
.index .campus {
  padding: 75px 0;
}
.index .campus .inner .category {
  border-top: none;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.index .campus .inner .category h1 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  float: left;
}
.index .campus .inner .category h1 .subtitle {
  display: inline-block;
  font-weight: normal;
  color: #c76c42;
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
  margin-left: 10px;
}
.index .campus .inner .category .tip {
  float: right;
  color: #fff;
  background: #c76c42;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
}
.index .campus .inner .list ul li {
  float: left;
  width: 295px;
  margin-left: 13px;
}
.index .campus .inner .list ul li:first-child {
  margin-left: 0;
}
.index .campus .inner .list ul li:hover a .poster img {
  transform: scale(1.1);
}
.index .campus .inner .list ul li:hover a .title {
  color: #c76c42;
}
.index .campus .inner .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index .campus .inner .list ul li a .poster {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.index .campus .inner .list ul li a .poster img {
  height: 100%;
  min-width: 100%;
  display: block;
  margin: auto;
  transition: all 0.3s ease;
}
.index .campus .inner .list ul li a .title {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .intro {
  padding: 85px 0 75px 0;
  background: #e5e5e5;
}
.index .intro .inner .category {
  border-top: none;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.index .intro .inner .category h1 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 50px;
  float: left;
}
.index .intro .inner .category h1 .subtitle {
  display: inline-block;
  font-weight: normal;
  color: #c76c42;
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
  margin-left: 10px;
}
.index .intro .inner .category .tip {
  float: right;
  color: #fff;
  background: #c76c42;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
  padding: 0 10px;
}
.index .intro .inner .content .left {
  float: left;
  width: 480px;
  height: 300px;
}
.index .intro .inner .content .left video,
.index .intro .inner .content .left img {
  display: block;
  width: 100%;
}
.index .intro .inner .content .right {
  float: right;
  width: 710px;
  height: 300px;
}
.index .intro .inner .content .right .wrap {
  width: 100%;
  height: 230px;
  padding-top: 10px;
}
.index .intro .inner .content .right .wrap .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.index .intro .inner .content .right .wrap .description {
  margin-top: 40px;
}
.index .intro .inner .content .right .wrap .description p {
  line-height: 30px;
}
.index .intro .inner .content .right .wrap .description p a {
  color: #c76c42;
}
.index .intro .inner .content .right .btn-group {
  font-size: 0;
  margin-top: 20px;
}
.index .intro .inner .content .right .btn-group li {
  display: inline-block;
  width: 130px;
  height: 50px;
  margin-left: 15px;
}
.index .intro .inner .content .right .btn-group li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #3b4a69;
  background: #fff;
  transition: all 0.3s ease;
}
.index .intro .inner .content .right .btn-group li a:hover {
  background: #c76c42;
  color: #fff;
}
.index .intro .inner .content .right .btn-group li:first-child {
  margin-left: 0;
}
.show {
  background: #e5e5e5;
  padding-bottom: 105px;
  padding-top: 40px;
}
.show .inner .category {
  height: 60px;
  margin-bottom: 40px;
}
.show .inner .category h1 {
  display: inline-block;
  background: #c76c42;
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 200px;
  position: relative;
}
.show .inner .category h1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 12px;
  background: url(../images/triangle.png) no-repeat left top;
}
.show .inner .list.video ul li a .poster .icon {
  display: inline-block;
}
.show .inner .list.special ul li:hover a .text-wrap {
  transform: translateY(-40px);
}
.show .inner .list.special ul li a .text-wrap {
  height: 90px;
}
.show .inner .list.special ul li a .text-wrap:before {
  display: block;
}
.show .inner .list.special ul li a .text-wrap .text {
  text-align: left;
}
.show .inner .list.special ul li a .text-wrap .pubtime {
  display: block;
}
.show .inner .list ul li {
  float: left;
  width: 380px;
  height: 270px;
  margin-left: 40px;
  margin-bottom: 45px;
}
.show .inner .list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.show .inner .list ul li:hover a .poster img:first-child {
  transform: scale(1.1);
}
.show .inner .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.show .inner .list ul li a .poster {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.show .inner .list ul li a .poster img:first-child {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
  transition: transform 0.3s ease;
}
.show .inner .list ul li a .poster .icon {
  display: none;
  width: 28px;
  height: 25px;
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
}
.show .inner .list ul li a .text-wrap {
  width: 100%;
  height: 90px;
  background: #fff;
  position: relative;
  transition: transform 0.3s ease;
}
.show .inner .list ul li a .text-wrap:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  transform: translate(20px, -100%);
  width: 21px;
  height: 9px;
  background: url(../images/triangle-white.png) no-repeat center bottom;
}
.show .inner .list ul li a .text-wrap .text {
  text-align: center;
  color: #333;
  line-height: 50px;
  font-size: 16px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show .inner .list ul li a .text-wrap .pubtime {
  line-height: 40px;
  font-size: 16px;
  font-style: italic;
  color: #333;
  text-align: right;
  padding-right: 45px;
  display: none;
}
.care {
  background: #e5e5e5;
  padding-bottom: 105px;
  padding-top: 40px;
}
.care .inner .category {
  height: 60px;
  margin-bottom: 40px;
}
.care .inner .category h1 {
  display: inline-block;
  background: #c76c42;
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 200px;
  position: relative;
}
.care .inner .category h1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 12px;
  background: url(../images/triangle.png) no-repeat left top;
}
.care .inner .list ul li {
  float: left;
  width: 590px;
  height: 400px;
  margin-left: 40px;
  margin-bottom: 45px;
}
.care .inner .list ul li:nth-child(odd) {
  margin-left: 0;
}
.care .inner .list ul li:hover a .poster img:first-child {
  transform: scale(1.1);
}
.care .inner .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.care .inner .list ul li a .poster {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.care .inner .list ul li a .poster img {
  display: block;
  height: 100%;
  min-width: 100%;
  margin: auto;
  transition: all 0.3s ease;
}
.care .inner .list ul li a .text-wrap {
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 20px 15px;
  position: relative;
}
.care .inner .list ul li a .text-wrap .text {
  max-width: 80%;
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.care .inner .list ul li a .text-wrap .pubtime {
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
}
.care .inner .list ul li a .text-wrap .pubtime img {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
.care .inner .list ul li a .text-wrap .pubtime span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  color: #666;
}
.care .inner .list ul li a .text-wrap .more {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #c76c42;
}
.lists {
  background: #e5e5e5;
  padding-bottom: 105px;
  padding-top: 40px;
}
.lists .inner .category {
  height: 60px;
  margin-bottom: 40px;
}
.lists .inner .category h1 {
  display: inline-block;
  background: #c76c42;
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 200px;
  position: relative;
}
.lists .inner .category h1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 12px;
  background: url(../images/triangle.png) no-repeat left top;
}
.lists .inner .list {
  padding: 0 30px;
  background: #fff;
}
.lists .inner .list ul li {
  width: 100%;
  height: 140px;
  border-top: 1px dashed #ccc;
  padding: 15px 0;
  position: relative;
}
.lists .inner .list ul li:first-child {
  border-top: none;
}
.lists .inner .list ul li .title {
  padding-left: 15px;
  display: block;
  position: relative;
  color: #333;
  line-height: 50px;
}
.lists .inner .list ul li .title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 22px;
  background: #c76c42;
}
.lists .inner .list ul li .title:hover {
  text-decoration: underline;
}
.lists .inner .list ul li .description {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.lists .inner .list ul li .stick {
  position: absolute;
  right: 0;
  bottom: 23px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
}
.lists .inner .list ul li .stick label {
  margin-left: 15px;
}
.lists .inner .list ul li .stick label img {
  display: inline-block;
  vertical-align: middle;
}
.lists .inner .list ul li .stick label span {
  font-size: 14px;
  color: #666;
}
.detail,
.pages {
  background: #e5e5e5;
  padding: 40px 0 70px 0;
}
.detail .inner .category,
.pages .inner .category {
  height: 60px;
  margin-bottom: 40px;
}
.detail .inner .category h1,
.pages .inner .category h1 {
  display: inline-block;
  background: #c76c42;
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 200px;
  position: relative;
}
.detail .inner .category h1:after,
.pages .inner .category h1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 12px;
  background: url(../images/triangle.png) no-repeat left top;
}
.detail .inner .container,
.pages .inner .container {
  background: #fff;
  padding: 45px;
}
.detail .inner .container > p,
.pages .inner .container > p {
  color: #666;
  line-height: 2em;
  font-size: 16px;
}
.detail .inner .container > p img,
.pages .inner .container > p img {
  max-width: 100%;
}
.detail .inner .container .title,
.pages .inner .container .title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 55px;
  text-align: center;
}
.detail .inner .container .subtitle,
.pages .inner .container .subtitle {
  text-align: center;
}
.detail .inner .container .publish,
.pages .inner .container .publish {
  text-align: center;
  height: 45px;
}
.detail .inner .container .publish span,
.pages .inner .container .publish span {
  margin: 0 10px;
  font-size: 14px;
  line-height: 45px;
  color: #666;
}
.detail .inner .container .content,
.pages .inner .container .content {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.detail .inner .container .content p,
.pages .inner .container .content p {
  line-height: 1.8em;
  color: #666;
}
.detail .inner .container .content p img,
.pages .inner .container .content p img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto !important;
}
.detail .inner .container .content p iframe,.pages .inner .container .content p iframe{max-width: 100%;}
.detail .inner .container .content p video,
.pages .inner .container .content p video {
  max-width: 100%;
  max-height: 800px;
  width: auto;
  height: auto;
}
.detail .inner .container .action,
.pages .inner .container .action {
  padding-top: 15px;
}
.detail .inner .container .action .page,
.pages .inner .container .action .page {
  float: left;
  width: 60%;
}
.detail .inner .container .action .page p,
.pages .inner .container .action .page p {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail .inner .container .action .page p a,
.pages .inner .container .action .page p a {
  font-size: inherit;
  color: inherit;
}
.detail .inner .container .action .page p a:hover,
.pages .inner .container .action .page p a:hover {
  color: #c76c42;
}
.detail .inner .container .action .share,
.pages .inner .container .action .share {
  width: 40%;
  float: right;
  text-align: right;
}
.detail .inner .contact,
.pages .inner .contact {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.detail .inner .contact .info,
.pages .inner .contact .info {
  width: 100%;
  height: 260px;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.detail .inner .contact .info ul li,
.pages .inner .contact .info ul li {
  width: 24%;
  float: left;
}
.detail .inner .contact .info ul li:nth-last-child(2),
.pages .inner .contact .info ul li:nth-last-child(2) {
  width: 28%;
}
.detail .inner .contact .info ul li .title,
.pages .inner .contact .info ul li .title {
  color: #c76c42;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.detail .inner .contact .info ul li .wrap,
.pages .inner .contact .info ul li .wrap {
  width: 100%;
  min-height: 80px;
  text-align: left;
}
.detail .inner .contact .info ul li .wrap.pdl,
.pages .inner .contact .info ul li .wrap.pdl {
  padding-left: 65px;
}
.detail .inner .contact .info ul li .wrap .tel,
.pages .inner .contact .info ul li .wrap .tel,
.detail .inner .contact .info ul li .wrap .phone,
.pages .inner .contact .info ul li .wrap .phone,
.detail .inner .contact .info ul li .wrap .address,
.pages .inner .contact .info ul li .wrap .address {
  padding-left: 25px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  background-position: top left;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  display: inline-block;
}
.detail .inner .contact .info ul li .wrap .tel,
.pages .inner .contact .info ul li .wrap .tel {
  background-image: url(../images/contact-tel.png);
}
.detail .inner .contact .info ul li .wrap .phone,
.pages .inner .contact .info ul li .wrap .phone {
  background-image: url(../images/contact-mobile.png);
}
.detail .inner .contact .info ul li .wrap .address,
.pages .inner .contact .info ul li .wrap .address {
  background-image: url(../images/contact-location.png);
}
.detail .inner .contact .info ul li .wrap .qrcode-wrap,
.pages .inner .contact .info ul li .wrap .qrcode-wrap {
  width: 50%;
  float: left;
  text-align: center;
}
.detail .inner .contact .info ul li .wrap .qrcode-wrap .qrcode,
.pages .inner .contact .info ul li .wrap .qrcode-wrap .qrcode {
  width: 114px;
  height: 114px;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0 auto;
}
.detail .inner .contact .info ul li .wrap .qrcode-wrap .qrcode img,
.pages .inner .contact .info ul li .wrap .qrcode-wrap .qrcode img {
  width: 100%;
  height: 100%;
}
.detail .inner .contact .info ul li .wrap .qrcode-wrap .text,
.pages .inner .contact .info ul li .wrap .qrcode-wrap .text {
  color: #666;
  font-size: 14px;
  line-height: 34px;
}
.detail .inner .contact .map,
.pages .inner .contact .map {
  width: 100%;
  margin-top: 40px;
}
.detail .inner .contact .map #dituContent,
.pages .inner .contact .map #dituContent {
  width: 100%;
  height: 520px;
}
.detail .inner .contact .map #dituContent .iw_poi_title,
.pages .inner .contact .map #dituContent .iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.detail .inner .contact .map #dituContent .iw_poi_content,
.pages .inner .contact .map #dituContent .iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
.form {
  padding: 40px 0 70px 0;
  background: #e5e5e5;
}
.form form {
  width: 100%;
  height: 100%;
  display: block;
}
.form form.mobile {
  display: none;
}
.form form .inner .category {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #c76c42;
}
.form form .inner .category h1 {
  color: #fff;
  line-height: 70px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.form form .inner .item {
  margin-top: 25px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 45px 30px;
}
.form form .inner .item:nth-last-child(2) ul li {
  margin-top: 0;
}
.form form .inner .item:nth-last-child(2) ul li img {
  height: 48px;
  vertical-align: middle;
}
.form form .inner .item .title {
  font-size: 22px;
  color: #3b4a69;
  line-height: 22px;
}
.form form .inner .item ul li {
  margin-top: 25px;
}
.form form .inner .item ul li label {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  color: #333;
  margin-right: 25px;
  width: 325px;
}
.form form .inner .item ul li label.short {
  width: 210px;
}
.form form .inner .item ul li label.middle {
  width: 565px;
}
.form form .inner .item ul li label.width {
  width: 100%;
}
.form form .inner .item ul li label:last-child {
  margin-right: 0;
}
.form form .inner .item ul li label span {
  font-size: 16px;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.form form .inner .item ul li label i {
  color: red;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  font-size: 16px;
}
.form form .inner .item ul li label input[type=text] {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: none;
  width: calc(100% - 105px);
}
.form form .inner .item ul li label input[type=radio] {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 48px;
  margin: 0 5px;
  vertical-align: middle;
}
.form form .inner .item ul li label select {
  display: inline-block;
  line-height: 48px;
  vertical-align: middle;
  border: none;
  margin: 0 10px;
  outline: none;
  color: #666;
  width: calc(100% - 110px);
}
.form form .inner .item textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 210px;
  color: #666;
  line-height: 30px;
  resize: none;
  margin-top: 25px;
  outline: none;
  padding: 10px;
}
.form form .inner .item table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
}
.form form .inner .item table tbody tr td {
  line-height: 50px;
  height: 50px;
  border: 1px solid #ccc;
  text-align: center;
}
.form form .inner .item table tbody tr td i {
  color: red;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  font-size: 16px;
}
.form form .inner .item table tbody tr td input[type=text] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: none;
}
.form form .inner .item table tbody tr td input[type=text].time {
  width: 40%;
  text-align: center;
}
.form form .inner .item table tbody tr td select {
  width: 100%;
  max-width: 90%;
  display: inline-block;
  line-height: 48px;
  vertical-align: middle;
}
.form form .inner .action {
  text-align: center;
  margin-top: 45px;
}
.form form .inner .action input[type=submit],
.form form .inner .action input[type=reset] {
  height: 60px;
  border: none;
  border-radius: 5px;
  padding: 0 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  background: #3b4a69;
  margin: 0 15px;
  outline: none;
}
.form form .inner .action input[type=reset] {
  background: #c76c42;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .inner {
    width: 980px;
  }
  .header .bottom {
    height: 130px;
  }
  .header .bottom .inner .left {
    width: 650px;
  }
  .header .bottom .inner .left .logo {
    width: 370px;
    height: 65px;
  }
  .header .bottom .inner .left .slogan {
    width: 215px;
    height: 75px;
  }
  .header .bottom .inner .right {
    padding: 20px 0;
  }
  .header .bottom .inner .right .wechat .toast,
  .header .bottom .inner .right .mobile .toast {
    right: 40px;
  }
  .header .navbar .inner > ul > li {
    width: 108px;
  }
  .footer .top .inner .left {
    width: 500px;
    margin-top: 0;
  }
  .footer .top .inner .left ul li {
    display: block;
    width: 100%;
  }
  .index .index-news .inner .content #newsBanner {
    width: 470px;
    height: 305px;
  }
  .index .index-news .inner .content #newsBanner .wrap .tip {
    width: 410px;
  }
  .index .index-news .inner .content .list {
    width: 470px;
  }
  .index .index-news .inner .content .list ul li {
    height: 90px;
  }
  .index .index-news .inner .content .list ul li a .date {
    padding-top: 0;
  }
  .index .index-news .inner .content .list ul li a .text .description {
    -webkit-line-clamp: 1;
  }
  .index .index-education .inner .list ul li {
    width: 320px;
    margin-left: 10px;
  }
  .index .index-notice .inner .left {
    width: 390px;
  }
  .index .index-notice .inner .right {
    width: 560px;
  }
  .index .index-tab .inner .content .stick ul li {
    width: 480px;
    height: 228px;
  }
  .index .index-tab .inner .content .stick ul li a .poster {
    width: 325px;
    height: 228px;
  }
  .index .index-tab .inner .content .stick ul li a .text {
    width: calc(100% - 325px);
    padding: 20px;
  }
  .index .index-tab .inner .content .stick ul li a .text .description {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .index .index-tab .inner .content .stick ul li a .text .pubtime {
    padding-left: 25px;
  }
  .index .index-icons .inner ul li {
    width: 135px;
    height: 135px;
    margin-left: 34px;
  }
  .index .index-icons .inner ul li a .icon {
    margin-top: 12px;
  }
  .index .index-care .inner .list #careList .wrap {
    max-height: 320px;
  }
  .index .campus .inner .list ul li {
    width: 237px;
    margin-left: 10px;
  }
  .index .campus .inner .list ul li a .poster {
    height: 150px;
  }
  .index .intro .inner .content .left {
    width: 410px;
    height: 256px;
  }
  .index .intro .inner .content .right {
    width: 550px;
    height: auto;
  }
  .index .intro .inner .content .right .wrap {
    padding-top: 0;
    height: 205px;
  }
  .index .intro .inner .content .right .wrap .description {
    margin-top: 10px;
  }
  .index .intro .inner .content .right .wrap .description p {
    line-height: 28px;
  }
  .index .intro .inner .content .right .btn-group {
    margin-top: 0;
  }
  .index .intro .inner .content .right .btn-group li {
    width: 102px;
    margin-left: 10px;
  }
  .show .inner .list ul li {
    width: 310px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .care .inner .list ul li {
    width: 480px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .form form .inner .item ul li label.middle {
    width: 445px;
  }
  .pages .inner .contact .info ul li .wrap.pdl {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 20px);
  }
  .header,
  .footer {
    display: none;
  }
  header,
  footer {
    display: block;
  }
  html {
    min-height: 100%;
  }
  body {
    height: 100%;
    overflow-x: hidden;
    padding-top: 50px;
  }
  .banner .banner-pagination {
    bottom: 10px;
    height: 12px;
  }
  .banner .banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 5px;
    line-height: 12px;
  }
  .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
  .pagination {
    padding: 10px 0 0 0;
    height: auto;
  }
  .pagination .homepage,
  .pagination .endpage {
    display: none;
  }
  .pagination .nopage,
  .pagination .prepage,
  .pagination .endpage,
  .pagination .nextpage {
    width: 55px;
  }
  .pagination a {
    margin-bottom: 10px;
  }
  .links {
    display: none;
  }
  .index .index-news {
    padding: 20px 0;
  }
  .index .index-news .inner .content #newsBanner {
    float: none;
    width: 100%;
    height: 200px;
    min-height: 200px;
  }
  .index .index-news .inner .content #newsBanner .swiper-slide img {
    width: 100%;
    max-width: 100%;
    max-width: unset;
    height: auto;
  }
  .index .index-news .inner .content #newsBanner .swiper-slide .tip {
    width: 80%;
    font-size: 16px;
    line-height: 25px;
    height: 50px;
  }
  .index .index-news .inner .content #newsBanner .news-pagination {
    display: none;
  }
  .index .index-news .inner .content .list {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .index .index-news .inner .content .list ul li {
    margin-top: 20px;
    height: 85px;
  }
  .index .index-news .inner .content .list ul li a .date {
    width: 90px;
    padding-top: 0;
  }
  .index .index-news .inner .content .list ul li a .date .day {
    font-size: 42px;
  }
  .index .index-news .inner .content .list ul li a .text {
    width: calc(100% - 90px);
    padding: 10px;
  }
  .index .index-news .inner .content .list ul li a .text .title {
    line-height: 20px;
  }
  .index .index-education {
    padding: 20px 0;
    background: #fff;
  }
  .index .index-education .inner .list ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .index .index-education .inner .list ul li a .poster {
    margin-bottom: 10px;
  }
  .index .index-notice {
    padding: 20px 0;
  }
  .index .index-notice .inner .left {
    float: none;
    width: 100%;
  }
  .index .index-notice .inner .left .category {
    margin-bottom: 20px;
  }
  .index .index-notice .inner .left .list ul li a {
    max-width: 85%;
  }
  .index .index-notice .inner .right {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .index .index-tab {
    padding: 20px 0;
    background: #fff;
  }
  .index .index-tab .inner .category {
    margin-bottom: 20px;
  }
  .index .index-tab .inner .content .stick {
    float: none;
  }
  .index .index-tab .inner .content .stick ul li {
    width: 100%;
    height: auto;
  }
  .index .index-tab .inner .content .stick ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index .index-tab .inner .content .stick ul li a .poster {
    width: 100%;
    float: none;
  }
  .index .index-tab .inner .content .stick ul li a .text {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .index .index-tab .inner .content .stick ul li a .text .pubtime {
    position: static;
    bottom: unset;
    height: 30px;
    line-height: 30px;
    text-align: left;
  }
  .index .index-tab .inner .content .list ul li {
    width: 100%;
    float: none;
  }
  .index .index-tab .inner .content .list ul li a {
    max-width: 75%;
  }
  .index .index-icons {
    padding: 20px 0;
  }
  .index .index-icons .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .index .index-icons .inner ul li {
    width: 100px;
    height: 100px;
    margin: 0;
    margin-bottom: 20px;
  }
  .index .index-icons .inner ul li a .icon {
    margin-top: 12px;
    width: 40px;
    height: 35px;
  }
  .index .index-icons .inner ul li a .icon img {
    width: 40px;
    height: 35px;
  }
  .index .index-icons .inner ul .clearfix {
    display: none;
  }
  .index .index-care {
    padding: 20px 0;
    background: #fff;
  }
  .index .index-care .inner .list #careList {
    width: 100%;
  }
  .index .index-care .inner .list #careList .wrap {
    height: 226px;
  }
  .index .index-care .inner .list #careList .wrap img {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .index .index-care .inner .list #careList .wrap .title {
    line-height: 45px;
    height: 45px;
    padding-right: 60px;
  }
  .index .index-care .inner .list #careList .wrap .mask {
    height: 45px;
    line-height: 45px;
  }
  .index .index-care .inner .list #careList .wrap .mask img {
    width: 25px;
  }
  .index .index-care .inner .list .care-prev,
  .index .index-care .inner .list .care-next {
    display: none;
  }
  .index .campus {
    padding: 20px 0;
  }
  .index .campus .inner .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index .campus .inner .list ul li {
    width: 49%;
    float: none;
    margin-bottom: 20px;
    min-height: 150px;
    margin-left: 0;
  }
  .index .campus .inner .list ul li a .poster {
    width: 100%;
    height: auto;
  }
  .index .campus .inner .list ul li a .poster img {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .index .campus .inner .list ul li a .title {
    height: 40px;
    line-height: 40px;
  }
  .index .intro {
    padding: 20px 0;
    background: #fff;
  }
  .index .intro .inner .content .left {
    width: 100%;
    float: none;
    height: auto;
  }
  .index .intro .inner .content .left img,
  .index .intro .inner .content .left video {
    width: 100%;
  }
  .index .intro .inner .content .right {
    height: auto;
    width: 100%;
    float: none;
  }
  .index .intro .inner .content .right .wrap {
    height: auto;
    margin-top: 20px;
  }
  .index .intro .inner .content .right .wrap .description {
    margin-top: 20px;
  }
  .index .intro .inner .content .right .btn-group {
    display: none;
  }
  .lists {
    padding: 20px 0;
  }
  .lists .inner .category {
    margin-bottom: 20px;
  }
  .lists .inner .category h1 {
    font-size: 19px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .lists .inner .list {
    padding: 15px 10px;
  }
  .lists .inner .list ul li {
    height: auto;
    padding: 10px 0;
  }
  .lists .inner .list ul li .title {
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lists .inner .list ul li .title:before {
    top: 10px;
  }
  .lists .inner .list ul li .description {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .lists .inner .list ul li .stick {
    position: static;
    bottom: unset;
    right: unset;
  }
  .lists .inner .list ul li .stick label span {
    color: #999;
  }
  .lists .inner .list ul li .stick label:first-child {
    margin-left: 15px;
  }
  .detail,
  .pages {
    padding: 40px 0;
  }
  .detail .inner .category,
  .pages .inner .category {
    margin-bottom: 20px;
  }
  .detail .inner .category h1,
  .pages .inner .category h1 {
    font-size: 19px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .detail .inner .container,
  .pages .inner .container {
    padding: 15px 10px;
  }
  .detail .inner .container .title,
  .pages .inner .container .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    text-indent: 0;
    text-align: left;
  }
  .detail .inner .container .publish,
  .pages .inner .container .publish {
    height: auto;
    margin-bottom: 15px;
    text-indent: 0;
  }
  .detail .inner .container .publish span,
  .pages .inner .container .publish span {
    line-height: 25px;
  }
  .detail .inner .container .publish span:nth-child(2),
  .pages .inner .container .publish span:nth-child(2),
  .detail .inner .container .publish span:nth-child(3),
  .pages .inner .container .publish span:nth-child(3) {
    display: none;
  }
  .detail .inner .container .content,
  .pages .inner .container .content {
    padding: 15px 0;
  }
  .detail .inner .container .action .page,
  .pages .inner .container .action .page {
    width: 100%;
    float: none;
  }
  .detail .inner .container .action .share,
  .pages .inner .container .action .share {
    width: 100%;
    float: none;
    text-align: left;
  }
  .detail .inner .contact .info,
  .pages .inner .contact .info {
    height: auto;
  }
  .detail .inner .contact .info ul li,
  .pages .inner .contact .info ul li {
    width: 100%;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
  }
  .detail .inner .contact .info ul li:nth-last-child(2),
  .pages .inner .contact .info ul li:nth-last-child(2) {
    width: 100%;
  }
  .detail .inner .contact .info ul li .title,
  .pages .inner .contact .info ul li .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .detail .inner .contact .info ul li .wrap,
  .pages .inner .contact .info ul li .wrap {
    border-right: none;
  }
  .detail .inner .contact .info ul li .wrap.pdl,
  .pages .inner .contact .info ul li .wrap.pdl {
    padding-left: 0;
  }
  .detail .inner .contact .map #dituContent,
  .pages .inner .contact .map #dituContent {
    height: 300px;
  }
  .care {
    padding: 40px 0;
  }
  .care .inner .category {
    margin-bottom: 20px;
  }
  .care .inner .category h1 {
    font-size: 19px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .care .inner .list ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    height: auto;
  }
  .care .inner .list ul li a .poster {
    height: auto;
    width: 100%;
  }
  .care .inner .list ul li a .poster img {
    width: 100%;
    max-width: unset;
    height: auto;
  }
  .show {
    padding: 40px 0;
  }
  .show .inner .category {
    margin-bottom: 20px;
  }
  .show .inner .category h1 {
    font-size: 19px;
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .show .inner .list ul li {
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .form {
    padding: 40px 0;
  }
  .form form {
    display: none;
  }
  .form form.mobile {
    display: block;
  }
  .form form .inner .category {
    height: 50px;
  }
  .form form .inner .category h1 {
    font-size: 17px;
    line-height: 50px;
  }
  .form form .inner .item {
    padding: 30px 10px;
  }
  .form form .inner .item:nth-last-child(2) ul li img {
    width: 35%;
    height: auto;
  }
  .form form .inner .item ul li {
    margin-top: 0;
  }
  .form form .inner .item ul li label {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .form form .inner .item ul li label.code-wrap {
    width: 60%;
    padding-right: 0;
  }
  .form form .inner .item ul li label.code-wrap input {
    width: calc(100% - 75px);
  }
  .form form .inner .item ul li label.short,
  .form form .inner .item ul li label.middle,
  .form form .inner .item ul li label.width {
    width: 100%;
  }
  .form form .inner .item ul li label input.time {
    width: 35%;
    text-align: center;
  }
  .form form .inner .action {
    margin-top: 35px;
  }
  .form form .inner .action input[type=submit],
  .form form .inner .action input[type=reset] {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
  }
}
.navigation {
  margin-bottom: 40px;
}
.navigation ul li {
  display: inline-block;
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.navigation ul li:first-child {
  margin-left: 0;
}
.navigation ul li:hover,.navigation ul li.modern{
	background: #c76c42;
}
.navigation ul li:hover:after,.navigation ul li.modern:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 12px;
	background: url(../images/triangle.png) no-repeat left top;
}
.navigation ul li a {
  padding: 0 20px;
  color: #333;
}
.navigation ul li:hover a,.navigation ul li.modern a {
  color: #fff;
}
@media screen and (max-width: 1024px){
	.navigation{
		margin-bottom: 18px;
		overflow-x: auto;
	}
	.navigation ul{
		width: max-content;
	}
	.navigation ul li {
	  font-size: 16px;
	  height: 40px;
	  line-height: 40px;
	}
}