.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.box-container-fluid {
  width: 100%;
}
.page-banner-wrapper {
  font-size: 0;
}
.page-banner-wrapper img {
  width: 100%;
  display: block;
}
.page-box {
  padding: 80px 0;
}
.page-title-box {
  text-align: center;
  line-height: 36px;
  padding-bottom: 48px;
}
.page-title-box .title {
  font-size: 30px;
  color: #1f286f;
  font-weight: 700;
}
.page-title-box .etitle {
  font-size: 36px;
  color: #ccc;
  font-family: db;
  text-transform: uppercase;
  margin-top: 10px;
}
.page-desc {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 52px;
}
.page-more {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #999;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  font-family: Arial;
  text-transform: uppercase;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.page-more:hover {
  border-color: #1f286f;
  background: #1f286f;
  color: #fff;
}
.page-cat-box {
  font-size: 0;
  text-align: center;
}
.page-cat-box a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  padding: 0 18px;
  margin-right: 20px;
  background: #b29973;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}
.page-cat-box a:hover,
.page-cat-box a.on {
  background: #1f286f;
}
.page-cat-box a:last-child {
  margin-right: 0;
}
.about-wrapper .content,
.about-wrapper .desc {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.about-wrapper .box-2 {
  margin-top: 72px;
  padding: 128px 0 122px;
  background: url(../images/about.jpg) no-repeat top center;
  background-size: cover;
}
.about-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.about-wrapper .box-2 ul li {
  line-height: 30px;
  margin-right: 144px;
}
.about-wrapper .box-2 ul li:last-child {
  margin-right: 0;
}
.about-wrapper .box-2 ul li .num span,
.about-wrapper .box-2 ul li .num em {
  color: #fff;
  display: inline-block;
  font-style: normal;
}
.about-wrapper .box-2 ul li .num span {
  font-size: 72px;
  line-height: 60px;
  font-family: dm;
}
.about-wrapper .box-2 ul li .num em {
  font-size: 14px;
  margin-left: 8px;
}
.about-wrapper .box-2 ul li .name {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.about-wrapper .box-3 ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
}
.about-wrapper .box-3 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .pic,
.about-wrapper .box-3 .info {
  width: 570px;
}
.about-wrapper .box-3 .pic {
  font-size: 0;
  overflow: hidden;
}
.about-wrapper .box-3 .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.about-wrapper .box-3 .info {
  padding-top: 10px;
  line-height: 30px;
}
.about-wrapper .box-3 .name {
  font-size: 24px;
  color: #1f286f;
  font-weight: 700;
}
.about-wrapper .box-3 .year {
  font-size: 24px;
  color: #b29973;
  font-family: db;
  text-transform: uppercase;
  margin: 12px auto 24px;
}
.culture-wrapper .pic {
  font-size: 0;
  overflow: hidden;
}
.culture-wrapper .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.culture-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.culture-wrapper .box-1.aos-animate .info:after {
  top: 0;
}
.culture-wrapper .box-1 .info,
.culture-wrapper .box-1 .pic {
  width: 50%;
}
.culture-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.culture-wrapper .box-1 .info {
  position: relative;
  line-height: 30px;
  background: #b29973;
  padding: 54px 64px 30px 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.culture-wrapper .box-1 .info:after {
  content: "";
  display: block;
  width: 186px;
  height: 100px;
  background: url(../images/culture-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -100%;
  z-index: 10;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.culture-wrapper .box-1 .name {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.culture-wrapper .box-1 .content {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin-top: 28px;
}
.culture-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.culture-wrapper .box-2 ul li {
  width: 380px;
  margin-right: 26px;
  margin-top: 30px;
}
.culture-wrapper .box-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.culture-wrapper .box-2 ul li .pic img {
  height: 506px;
  object-fit: contain;
}
.honor-wrapper {
  padding-bottom: 0!important;
}
.honor-wrapper .pic {
  font-size: 0;
  overflow: hidden;
}
.honor-wrapper .pic img {
  width: 100%;
  display: block;
}
.honor-wrapper .list {
  margin: 30px auto 80px;
}
.honor-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.honor-wrapper .list ul li {
  position: relative;
  width: 285px;
  cursor: pointer;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.honor-wrapper .list ul li:nth-child(4n) {
  margin-right: 0;
}
.honor-wrapper .list ul li:hover {
  border-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.honor-wrapper .list ul li:hover .name {
  color: #1f286f;
  font-weight: 700;
}
.honor-wrapper .list ul li .pic img {
  height: 174px;
  object-fit: contain;
}
.honor-wrapper .list ul li .name {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  margin-top: 12px;
  padding: 0 15px;
}
.honor-wrapper .box-2 {
  background: #f3f6fd;
  padding: 60px 0 80px;
}
.honor-wrapper .box-2 .wal {
  position: relative;
}
.honor-wrapper .box-2 .swiper-container {
  padding: 20px 20px 0;
  margin: 0 -20px;
}
.honor-wrapper .box-2 .swiper-slide {
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.honor-wrapper .box-2 .swiper-slide:hover .pic {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.honor-wrapper .box-2 .swiper-slide:hover .name {
  color: #1f286f;
  font-weight: 700;
}
.honor-wrapper .box-2 .swiper-slide .pic {
  background: #fff;
  padding: 20px;
  border: 1px solid #e4e4e4;
}
.honor-wrapper .box-2 .swiper-slide .pic img {
  height: 355px;
  object-fit: contain;
}
.honor-wrapper .box-2 .swiper-slide .name {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px;
}
.honor-wrapper .swiper-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: -12px;
  z-index: 10;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.honor-wrapper .swiper-btn.prev {
  left: -60px;
  background: url(../images/prev.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .swiper-btn.prev:hover {
  background: url(../images/prev2.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .swiper-btn.next {
  right: -60px;
  background: url(../images/next.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .swiper-btn.next:hover {
  background: url(../images/next2.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .pageNum {
  margin-top: 40px;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.7);
}
.pic-modal-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
}
.pic-modal-box .box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-sizing: border-box;
}
.pic-modal-box .main {
  position: relative;
  background: #fff;
  width: 650px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 50px 42px;
}
.pic-modal-box .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px;
}
.pic-modal-box .close {
  position: absolute;
  right: -54px;
  top: -44px;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/close2.png) no-repeat;
  background-size: contain;
}
.pic-modal-box .close:hover {
  background: url(../images/close.png) no-repeat;
  background-size: contain;
}
.pic-modal-box .pic-box {
  font-size: 0;
}
.pic-modal-box .pic-box img {
  display: block;
  width: 100%;
  max-height: 75vh;
}
.history-wrapper .swiper-box {
  position: relative;
  padding: 0 52px;
  width: 100%;
  box-sizing: border-box;
}
.history-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #666;
  height: 64px;
  line-height: 64px;
  background: #f5f5f5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 10px;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}
.history-wrapper .swiper-slide.on,
.history-wrapper .swiper-slide:hover {
  color: #fff;
}
.history-wrapper .swiper-slide.on {
  background: #1f286f;
}
.history-wrapper .swiper-slide:hover:after {
  bottom: 0;
}
.history-wrapper .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1f286f;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: -1;
  transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
}
.history-wrapper .swiper-btn {
  display: inline-block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.history-wrapper .swiper-btn.prev {
  left: 0;
  background: #f5f5f5 url(../images/icon-prev.png) no-repeat center center;
}
.history-wrapper .swiper-btn.prev:hover {
  background: #1f286f url(../images/icon-prev2.png) no-repeat center center;
}
.history-wrapper .swiper-btn.next {
  right: 0;
  background: #f5f5f5 url(../images/icon-next.png) no-repeat center center;
}
.history-wrapper .swiper-btn.next:hover {
  background: #1f286f url(../images/icon-next2.png) no-repeat center center;
}
.history-wrapper .detail-box {
  margin-top: 60px;
}
.history-wrapper .detail-box .item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 10;
}
.history-wrapper .detail-box .item.on {
  position: static;
  opacity: 1;
  visibility: visible;
}
.history-wrapper .detail-box .item.on .pic,
.history-wrapper .detail-box .item.on .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.history-wrapper .detail-box .pic,
.history-wrapper .detail-box .info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.history-wrapper .detail-box .pic {
  width: 480px;
  float: left;
  font-size: 0;
  overflow: hidden;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
}
.history-wrapper .detail-box .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.history-wrapper .detail-box .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.history-wrapper .detail-box .info {
  float: right;
  width: 660px;
  line-height: 30px;
  padding-top: 36px;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}
.history-wrapper .detail-box .name {
  font-size: 24px;
  color: #333;
  margin-bottom: 24px;
}
.history-wrapper .detail-box .tit {
  font-size: 16px;
  color: #b29973;
  font-weight: 700;
}
.history-wrapper .detail-box .desc {
  font-size: 14px;
  color: #666;
  text-align: justify;
  margin-bottom: 24px;
}
.history-wrapper .detail-box .desc:last-child {
  margin-bottom: 0;
}
.news-wrapper .list li {
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news-wrapper .list li:first-child {
  border-top: 1px solid #e4e4e4;
}
.news-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list li:hover .name {
  color: #1f286f;
  font-weight: 700;
}
.news-wrapper .list li:hover .page-more {
  color: #fff;
  background: #1f286f;
}
.news-wrapper .list .pic {
  font-size: 0;
  width: 360px;
  float: left;
  overflow: hidden;
}
.news-wrapper .list .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.news-wrapper .list .info {
  width: 800px;
  float: right;
  line-height: 30px;
  padding-top: 8px;
}
.news-wrapper .list .date {
  font-size: 24px;
  color: #1e266b;
  font-weight: 700;
  font-family: Arial;
}
.news-wrapper .list .name {
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 8px auto 24px;
  transition: color 0.8s ease;
  -webkit-transition: color 0.8s ease;
  -moz-transition: color 0.8s ease;
  -ms-transition: color 0.8s ease;
  -o-transition: color 0.8s ease;
}
.news-wrapper .list .desc {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 32px;
}
.newsinfo-wrapper .top {
  text-align: center;
  padding-bottom: 56px;
  border-bottom: 1px solid #e4e4e4;
}
.newsinfo-wrapper .top .name {
  font-size: 30px;
  color: #333;
  line-height: 36px;
}
.newsinfo-wrapper .top .other {
  font-size: 0;
  margin-top: 26px;
}
.newsinfo-wrapper .top .other span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
  margin-right: 20px;
  line-height: 24px;
}
.newsinfo-wrapper .top .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e4e4e4;
}
.newsinfo-wrapper .relative-btn {
  position: relative;
  padding-right: 250px;
  padding-top: 50px;
}
.newsinfo-wrapper .relative-btn p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.newsinfo-wrapper .relative-btn p a {
  display: inline-block;
}
.newsinfo-wrapper .relative-btn p a:hover {
  color: #1f286f;
  font-weight: 700;
}
.newsinfo-wrapper .relative-btn .share {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 10;
  font-size: 0;
}
.newsinfo-wrapper .relative-btn .share a,
.newsinfo-wrapper .relative-btn .share span {
  display: inline-block;
}
.newsinfo-wrapper .relative-btn .share span {
  position: relative;
  top: 4px;
  font-size: 14px;
  color: #666;
}
.newsinfo-wrapper .relative-btn .share a {
  margin-left: 10px;
}
.case-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.case-wrapper .list ul li {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.case-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.case-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-wrapper .list ul li:hover .name {
  color: #fff;
  font-weight: 700;
  background: #b29973;
  transition: all 1s .3s;
  -webkit-transition: all 1s .3s;
}
.case-wrapper .list ul li:hover .name:before,
.case-wrapper .list ul li:hover .name:after {
  height: 100%;
}
.case-wrapper .list ul li:hover .name i {
  width: 100%;
}
.case-wrapper .list ul li:hover .info {
  opacity: 1;
  visibility: visible;
}
.case-wrapper .list ul li a {
  position: relative;
  display: block;
}
.case-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.case-wrapper .list ul li .pic img {
  display: block;
  width: 100%;
  height: 254px;
  object-fit: cover;
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.case-wrapper .list ul li .name {
  position: relative;
  font-size: 16px;
  color: #666;
  background: #f5f5f5;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 10px;
}
.case-wrapper .list ul li .name:before,
.case-wrapper .list ul li .name:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #b29973;
  position: absolute;
  z-index: 10;
}
.case-wrapper .list ul li .name:before {
  left: 0;
  top: 0;
}
.case-wrapper .list ul li .name:after {
  right: 0;
  bottom: 0;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.case-wrapper .list ul li .name i {
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 1px;
  background: #b29973;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.case-wrapper .list ul li .name i:first-child {
  left: 0;
  bottom: 0;
  transition-delay: 0.4s;
  transition: all .2s 0.3s linear;
  -webkit-transition: all .2s 0.3s linear;
  -moz-transition: all .2s 0.3s linear;
  -o-transition: all .2s 0.3s linear;
}
.case-wrapper .list ul li .name i:last-child {
  right: 0;
  top: 0;
  transition: all .2s 0.2s linear;
  -webkit-transition: all .2s 0.2s linear;
  -moz-transition: all .2s 0.2s linear;
  -o-transition: all .2s 0.2s linear;
}
.caseinfo-wrapper .wal {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.caseinfo-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.caseinfo-wrapper .info,
.caseinfo-wrapper .pics {
  width: 50%;
}
.caseinfo-wrapper .info {
  padding-right: 66px;
}
.caseinfo-wrapper .info .name {
  font-size: 30px;
  color: #1f286f;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 46px;
}
.caseinfo-wrapper .pics {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.caseinfo-wrapper .pics .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.caseinfo-wrapper .pics .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.caseinfo-wrapper .pics img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.caseinfo-wrapper .btn-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.caseinfo-wrapper .swiper-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.caseinfo-wrapper .swiper-btn.prev {
  margin-right: 10px;
  background: url(../images/prev.png) no-repeat;
  background-size: contain;
}
.caseinfo-wrapper .swiper-btn.prev:hover {
  background: url(../images/prev2.png) no-repeat;
  background-size: contain;
}
.caseinfo-wrapper .swiper-btn.next {
  background: url(../images/next.png) no-repeat;
  background-size: contain;
}
.caseinfo-wrapper .swiper-btn.next:hover {
  background: url(../images/next2.png) no-repeat;
  background-size: contain;
}
.job-wrapper .top {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0 70px 0 50px;
  background: #f5f5f5;
}
.job-wrapper .top div {
  height: 80px;
  line-height: 80px;
}
.job-wrapper .top .name {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
  margin-right: 10px;
  background: url(../images/user.png) no-repeat left center;
  padding-left: 36px;
  box-sizing: border-box;
}
.job-wrapper .top .other {
  font-size: 14px;
  color: #666;
}
.job-wrapper .top .other span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 22px;
}
.job-wrapper .top .other span:last-child {
  margin-right: 0;
}
.job-wrapper .top .icon {
  width: 10px;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 10;
  margin: 0;
}
.job-wrapper .top .icon:before,
.job-wrapper .top .icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  background: #b29973;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.job-wrapper .top .icon:before {
  width: 10px;
  height: 2px;
}
.job-wrapper .top .icon:after {
  width: 2px;
  height: 10px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.job-wrapper ul li {
  cursor: pointer;
  margin-bottom: 20px;
}
.job-wrapper ul li:last-child {
  margin-bottom: 0;
}
.job-wrapper ul li.on .top .icon:before,
.job-wrapper ul li.on .top .icon:after {
  background: #fff;
}
.job-wrapper ul li.on .top .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
}
.job-wrapper ul li.on .top {
  background: #b29973;
}
.job-wrapper ul li.on .top .name {
  color: #fff;
  font-weight: 700;
  background: url(../images/user2.png) no-repeat left center;
}
.job-wrapper ul li.on .top .other {
  color: #fff;
}
.job-wrapper ul li.on .top .other span {
  color: #fff;
}
.job-wrapper ul li .detail {
  display: none;
  padding: 42px 50px 50px;
  line-height: 30px;
  background: #f5f5f5;
}
.job-wrapper ul li .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 36px;
}
.job-wrapper ul li .desc:last-child {
  margin-bottom: 0;
}
.job-wrapper ul li .caption {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 14px;
}
.job-wrapper ul li .more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #1f286f;
  border-radius: 30px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.job-wrapper ul li .more:hover {
  background: #b29973;
}
.contact-wrapper {
  padding-bottom: 0!important;
}
.contact-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.contact-wrapper .list ul li {
  width: 20%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact-wrapper .list ul li:hover .icon img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.contact-wrapper .list ul li .icon {
  width: 100px;
  margin: 0 auto;
}
.contact-wrapper .list ul li .icon img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.contact-wrapper .list ul li .info {
  line-height: 24px;
  margin-top: 26px;
}
.contact-wrapper .list ul li .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.contact-wrapper .list ul li .desc {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.contact-wrapper .map {
  margin-top: 72px;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.contact-wrapper .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.website-wrapper .list ul {
  box-sizing: border-box;
}
.website-wrapper .list ul li {
  line-height: 30px;
  padding: 22px 0;
  background: url(../images/line.jpg) repeat-x left bottom;
}
.website-wrapper .list ul li .cat {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.website-wrapper .list ul li .cat:hover {
  color: #1f286f;
}
.website-wrapper .list ul li .navs {
  font-size: 0;
  margin-top: 12px;
}
.website-wrapper .list ul li .navs a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 60px;
}
.website-wrapper .list ul li .navs a:last-child {
  margin-right: 0;
}
.website-wrapper .list ul li .navs a:hover {
  color: #1f286f;
  font-weight: 700;
  text-decoration: underline;
}
.website-wrapper .list ul li .navs a:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../images/icon2.png) no-repeat left center;
  margin-right: 10px;
}
/*分页*/
.pageNum {
  text-align: center;
  margin-top: 60px;
}
.pageNum a {
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-family: Arial;
  vertical-align: middle;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  border-radius: 50%;
}
.pageNum .btn {
  font-weight: 700;
  font-size: 16px;
  font-family: "宋体";
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  font-weight: 700;
  background: #1f286f;
}
.pageMore {
  display: none;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #1f286f;
  color: #fff;
  font-size: 14px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 1004px) {
  .page-nav-box {
    position: relative;
    background: #f8f8f8;
  }
  .page-nav-box .wal {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 66px;
    align-items: center;
  }
  .page-nav-box .intruction {
    display: none;
  }
  .page-nav-box .nav-list {
    position: relative;
    z-index: 10;
    font-size: 0;
  }
  .page-nav-box .nav-list a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    line-height: 66px;
    padding: 0 20px 0 40px;
  }
  .page-nav-box .nav-list a:last-chid {
    margin-right: 0;
  }
  .page-nav-box .nav-list a.on,
  .page-nav-box .nav-list a:hover {
    color: #1f286f;
    font-weight: 700;
    background: #fff;
  }
  .page-nav-box .nav-list a.on:after,
  .page-nav-box .nav-list a:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .page-nav-box .nav-list a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #1f286f;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -6px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .breadcrumb {
    font-size: 0;
  }
  .breadcrumb a,
  .breadcrumb span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }
  .breadcrumb a {
    color: #666;
  }
  .breadcrumb span {
    color: #1f286f;
  }
  .breadcrumb .home {
    margin-right: 10px;
  }
  .breadcrumb .icon {
    margin: 0 9px;
  }
  .breadcrumb a:hover {
    color: #1f286f;
  }
  .about-wrapper .box-3 ul li:nth-child(odd) .pic {
    order: 1;
  }
  .about-wrapper .box-3 ul li:nth-child(odd) .info {
    order: 0;
  }
  .case-wrapper .list ul li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1440px) {
  .page-title-box {
    padding-bottom: 40px;
  }
  .page-title-box .title {
    font-size: 26px;
  }
  .page-title-box .etitle {
    font-size: 32px;
    margin-top: 6px;
  }
  .about-wrapper .box-2 ul li {
    margin-right: 120px;
  }
  .about-wrapper .box-2 ul li .num span {
    font-size: 64px;
  }
  .about-wrapper .box-2 {
    padding: 100px 0 110px;
  }
}
@media screen and (max-width: 1004px) {
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .page-box .wal {
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .page-banner-wrapper img {
    height: 80px;
    object-fit: cover;
  }
  .page-nav-box {
    position: relative;
    z-index: 10;
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .wal {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box .intruction {
    position: relative;
    display: block;
    line-height: 46px;
    padding: 0 0.3rem;
    background: #1f286f;
    color: #fff;
    font-size: 14px;
  }
  .page-nav-box .intruction.extend:after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
  .page-nav-box .intruction:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 16px;
    height: 100%;
    background: url(../images/down.png) no-repeat center center;
    background-size: 12px;
  }
  .page-nav-box .nav-list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-box .nav-list a {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0.3rem;
    border-bottom: 1px solid #ededed;
  }
  .page-nav-box .nav-list a:last-child {
    border-bottom: none;
  }
  .page-nav-box .nav-list a.on,
  .page-nav-box .nav-list a:hover {
    background: none;
  }
  .page-nav-box .nav-list a:after {
    display: none;
  }
  .page-nav-box .breadcrumb {
    display: none;
  }
  .page-box {
    padding: 40px 0;
  }
  .page-desc {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .page-cat-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
  }
  .page-cat-box a {
    font-size: 12px;
    width: 31.33%;
    padding: 6px;
    margin-right: 3%;
    height: auto;
    line-height: 24px;
    margin-bottom: 3%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-cat-box a:nth-child(3n) {
    margin-right: 0;
  }
  .page-title-box {
    line-height: 30px;
    padding-bottom: 20px;
  }
  .page-title-box .title {
    font-size: 22px;
  }
  .page-title-box .etitle {
    font-size: 26px;
    margin-top: 4px;
  }
  .about-wrapper .content,
  .about-wrapper .desc {
    line-height: 24px;
  }
  .about-wrapper .box-2 {
    margin-top: 30px;
    padding: 40px 0 20px;
  }
  .about-wrapper .box-2 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about-wrapper .box-2 ul li {
    width: 48%;
    line-height: 26px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about-wrapper .box-2 ul li .num span {
    font-size: 40px;
    line-height: 40px;
  }
  .about-wrapper .box-2 ul li .num em {
    font-size: 12px;
    margin-left: 6px;
  }
  .about-wrapper .box-2 ul li .name {
    font-size: 14px;
    margin-top: 0;
  }
  .about-wrapper .box-3 ul li {
    display: block;
    margin-top: 36px;
  }
  .about-wrapper .box-3 .pic,
  .about-wrapper .box-3 .info {
    width: 100%;
  }
  .about-wrapper .box-3 .info {
    padding-top: 30px;
    line-height: 24px;
  }
  .about-wrapper .box-3 .name {
    font-size: 18px;
  }
  .about-wrapper .box-3 .year {
    font-size: 18px;
    margin: 2px auto 10px;
  }
  .culture-wrapper .box-1 {
    display: block;
  }
  .culture-wrapper .box-1 .info,
  .culture-wrapper .box-1 .pic {
    width: 100%;
  }
  .culture-wrapper .box-1 .info {
    line-height: 24px;
    padding: 30px 20px;
  }
  .culture-wrapper .box-1 .info:after {
    width: 20%;
    height: 60px;
  }
  .culture-wrapper .box-1 .name {
    font-size: 18px;
  }
  .culture-wrapper .box-1 .content {
    margin-top: 16px;
  }
  .culture-wrapper .box-2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .culture-wrapper .box-2 ul li {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
  }
  .culture-wrapper .box-2 ul li .pic img {
    height: 220px;
  }
  .honor-wrapper .list {
    margin: 10px auto 20px;
  }
  .honor-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-wrapper .list ul li {
    width: 48%;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .honor-wrapper .list ul li .pic img {
    height: 100px;
  }
  .honor-wrapper .list ul li .name {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 8px;
    padding: 0;
  }
  .honor-wrapper .box-2 {
    padding: 20px 0 40px;
  }
  .honor-wrapper .box-2 .swiper-container {
    padding: 15px 15px 0;
    margin: 0 -15px;
  }
  .honor-wrapper .box-2 .swiper-slide .pic {
    padding: 15px;
  }
  .honor-wrapper .box-2 .swiper-slide .pic img {
    height: 192px;
  }
  .honor-wrapper .box-2 .swiper-slide .name {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .honor-wrapper .swiper-btn {
    width: 32px;
    height: 32px;
    margin-top: -12px;
    z-index: 10;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
  }
  .honor-wrapper .swiper-btn.prev {
    left: 0;
  }
  .honor-wrapper .swiper-btn.next {
    right: 0;
  }
  .pic-modal-box .box {
    padding: 0 0.3rem;
  }
  .pic-modal-box .main {
    width: 100%;
    padding: 20px;
  }
  .pic-modal-box .name {
    font-size: 16px;
  }
  .pic-modal-box .close {
    right: 0;
    top: -36px;
    width: 20px;
    height: 20px;
  }
  .pic-modal-box .pic-box {
    max-height: 70vh;
  }
  .history-wrapper .swiper-box {
    padding: 0 30px;
  }
  .history-wrapper .swiper-slide {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 4px;
  }
  .history-wrapper .swiper-btn {
    width: 24px;
  }
  .history-wrapper .detail-box {
    margin-top: 15px;
  }
  .history-wrapper .detail-box .item.on .pic,
  .history-wrapper .detail-box .item.on .info {
    transform: inherit;
  }
  .history-wrapper .detail-box .pic {
    width: 100%;
    float: none;
    transform: inherit;
  }
  .history-wrapper .detail-box .info {
    float: none;
    width: 100%;
    line-height: 24px;
    transform: inherit;
  }
  .history-wrapper .detail-box .name {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .history-wrapper .detail-box .desc {
    margin-bottom: 16px;
  }
  .news-wrapper .list ul {
    margin-bottom: 30px;
  }
  .news-wrapper .list li {
    padding: 30px 0;
  }
  .news-wrapper .list .pic {
    width: 100%;
    float: none;
  }
  .news-wrapper .list .info {
    width: 100%;
    float: none;
    line-height: 24px;
    padding-top: 20px;
  }
  .news-wrapper .list .date {
    font-size: 18px;
  }
  .news-wrapper .list .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-wrapper .list .desc {
    margin-bottom: 16px;
  }
  .newsinfo-wrapper .top {
    padding-bottom: 30px;
  }
  .newsinfo-wrapper .top .name {
    font-size: 20px;
    line-height: 30px;
  }
  .newsinfo-wrapper .top .other {
    margin-top: 10px;
  }
  .newsinfo-wrapper .top .other span {
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
  }
  .newsinfo-wrapper .content {
    line-height: 24px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .newsinfo-wrapper .content img,
  .newsinfo-wrapper .content input[type="image"] {
    width: 100%!important;
    height: auto!important;
  }
  .newsinfo-wrapper .relative-btn {
    padding-right: 0;
    padding-top: 20px;
  }
  .newsinfo-wrapper .relative-btn p {
    font-size: 12px;
    line-height: 24px;
  }
  .newsinfo-wrapper .relative-btn .share {
    display: none;
  }
  .case-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .case-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .case-wrapper .list ul li .pic img {
    height: 110px;
  }
  .case-wrapper .list ul li .name {
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .case-wrapper .list ul li .name span {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  .caseinfo-wrapper .wal {
    display: block;
  }
  .caseinfo-wrapper .content {
    line-height: 24px;
  }
  .caseinfo-wrapper .info,
  .caseinfo-wrapper .pics {
    width: 100%;
  }
  .caseinfo-wrapper .info {
    padding-right: 0;
  }
  .caseinfo-wrapper .info .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .caseinfo-wrapper .pics {
    margin-top: 30px;
  }
  .caseinfo-wrapper .btn-box {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
  }
  .caseinfo-wrapper .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .job-wrapper .top {
    position: relative;
    padding: 20px 30px 15px 15px;
  }
  .job-wrapper .top div {
    height: auto;
    line-height: 24px;
    margin: 0;
    margin-bottom: 4px;
  }
  .job-wrapper .top .name {
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 20px;
    background-size: 12px;
  }
  .job-wrapper .top .other span {
    margin-right: 6px;
    font-size: 14px;
  }
  .job-wrapper .top .icon {
    right: 15px;
    height: 100%;
  }
  .job-wrapper ul {
    margin-bottom: 30px;
  }
  .job-wrapper ul li {
    margin-bottom: 15px;
  }
  .job-wrapper ul li.on .top .name {
    background-size: 12px;
  }
  .job-wrapper ul li .top {
    display: block;
  }
  .job-wrapper ul li .detail {
    padding: 30px 20px;
  }
  .job-wrapper ul li .desc {
    line-height: 26px;
    margin-bottom: 20px;
  }
  .job-wrapper ul li .caption {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .job-wrapper ul li .more {
    width: 100%;
  }
  .contact-wrapper {
    padding-bottom: 0!important;
  }
  .contact-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .contact-wrapper .list ul li {
    width: 48%;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-wrapper .list ul li .icon {
    width: 60px;
  }
  .contact-wrapper .list ul li .icon img {
    height: 60px;
  }
  .contact-wrapper .list ul li .info {
    line-height: 20px;
    margin-top: 10px;
  }
  .contact-wrapper .list ul li .name {
    font-size: 14px;
  }
  .contact-wrapper .list ul li .desc {
    font-size: 12px;
    margin-top: 2px;
  }
  .contact-wrapper .map {
    margin-top: 20px;
    height: 160px;
  }
  .website-wrapper .list ul li {
    line-height: 24px;
    padding: 15px 0;
  }
  .website-wrapper .list ul li .cat {
    font-size: 15px;
  }
  .website-wrapper .list ul li .navs {
    margin-top: 8px;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
  }
  .website-wrapper .list ul li .navs a {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 6px;
  }
  .website-wrapper .list ul li .navs a:nth-child(3n) {
    margin-right: 0;
  }
}
