@font-face {
  /*font-family: JhengHei;*/
  /*src: url(../fonts/MicrosoftJhengHei.ttf) format('trueType');*/
}
@font-face {
  /*font-family: futura;*/
  /*src: url(../fonts/futurademic.ttf) format('trueType');*/
}
html,
body {
  /*font-family: JhengHei;*/
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 0.82rem;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 1.6rem;
}
header .logo {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .logo img {
  display: block;
  height: 27px;
}
header .flex {
  display: flex;
  display: -webkit-flex;
}
header .sea {
  margin-left: 0.78rem;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .sea .btn-search {
  cursor: pointer;
}
header .sea .btn-search .s {
  display: block;
}
header .sea .btn-search .h {
  display: none;
}
header .sea .btn-search:hover .s {
  display: none;
}
header .sea .btn-search:hover .h {
  display: block;
}
header .menus {
  display: none;
}
nav ul {
  display: flex;
  display: -webkit-flex;
}
nav li {
  margin-left: 0.46rem;
}
nav li:first-child .a {
  background-image: none;
}
nav li:first-child:hover .a {
  background-image: none;
}
nav li .a {
  display: block;
  padding-right: 20px;
  background-image: url(../images/icon-down.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #666;
  font-size: 16px;
  line-height: 0.82rem;
  outline: none;
  font-weight: bold;
}
nav li:hover .a {
  color: #a23034;
  background-image: url(../images/icon-downed.png);
}
.column-nav {
  display: none;
  position: absolute;
  top: 0.82rem;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: calc(100vh - 0.82rem);
  background-position: center;
  background-size: cover;
  padding: 1.6rem 1.6rem 0;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
}
.column-nav .close {
  position: absolute;
  top: .6rem;
  right: .9rem;
  cursor: pointer;
}
.column-nav .close:hover img {
  transform: rotate(180deg);
}
.column-nav .bo {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.column-nav .desc {
  width: 3.85rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1.5;
}
.column-nav .more {
  display: block;
  width: 0.97rem;
  height: 0.35rem;
  background-color: #a23034;
  padding: 0 0.18rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.column-nav .nav-close {
  position: absolute;
  right: 1.1rem;
  bottom: 0.7rem;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.column-nav .nav-close img {
  margin-left: 0.1rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.column-nav .nav-close:hover img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.about-nav .desc {
  margin-bottom: 1.15rem;
}
.about-nav .video {
  width: 3.8rem;
  height: 2.14rem;
  margin-bottom: 0.58rem;
}
.about-nav .video .img {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  cursor: pointer;
}
.about-nav .video .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-nav .video .bg img {
  display: block;
  width: 0.56rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about-nav .second-nav {
  width: 6.8rem;
}
.advantage-nav .desc {
  margin-bottom: 1.15rem;
}
.advantage-nav .second-nav {
  width: 6.8rem;
}
.highlights-nav .second-nav {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.highlights-nav .second-nav dd {
  margin: 0 0.23rem;
}
.highlights-nav .more {
  margin-left: 0.25rem;
}
.news-nav .desc {
  margin-bottom: 0.6rem;
}
.contact-nav .desc {
  margin-bottom: 0.65rem;
}
.contact-nav .map {
  width: 3.5rem;
}
.contact-nav .map img {
  display: block;
  width: 100%;
}
.second-nav dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.second-nav dd {
  margin-left: 0.12rem;
  margin-bottom: 0.11rem;
}
.second-nav dd > a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 2.1rem;
  height: 0.64rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.04rem;
  padding: 0 0.22rem;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.second-nav dd:hover > a {
  background-color: #a23034;
}
.second-nav .items {
  padding: 0.1rem 0;
}
.second-nav .items .item {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 0.46rem;
  padding: 0 0.25rem;
}
.second-nav .items .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #a23034;
}
.layer-video .layui-layer-setwin .layui-layer-close2 {
  position: initial;
  background-position: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.layer-video .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.layer-video .layui-layer-ico {
  background: url(../images/icon-cha-white.png) no-repeat;
}
.pop-search {
  display: none;
  width: 100%;
  height: 100%;
}
.pop-search .sub {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.pop-search .inp {
  width: 92%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
}
.pop-search .inp input {
  display: block;
  height: 1rem;
  background-color: transparent;
  border: none;
}
.pop-search .inp .input {
  width: 93%;
  padding: 0 0.1rem 0 0.45rem;
  color: #666;
  font-size: 0.32rem;
  background-image: url(../images/icon-search.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.21rem 0.21rem;
}
.pop-search .inp .input::-webkit-input-placeholder {
  color: #666;
}
.pop-search .inp .btn {
  width: 7%;
  color: #666;
  font-size: 0.3rem;
  background: url(../images/icon-line1.png) left center / 2px auto no-repeat;
}
.layer-pop-search .layui-layer-setwin {
  top: 30px;
  right: 30px;
}
.layer-pop-search .layui-layer-setwin .layui-layer-close2 {
  position: initial;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon-cha.png);
  background-position: center;
  background-size: cover;
}
.layer-pop-search .layui-layer-setwin .layui-layer-close2:hover {
  background-position: center;
}
.zhanwei {
  height: 0.82rem;
}
.swiper-banner {
  width: 100%;
}
.swiper-banner .swiper-slide .img {
  display: block;
  width: 100%;
}
.swiper-banner .txt {
  width: 100%;
  padding: 0 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
}
.swiper-banner .txt h4 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.swiper-banner .txt h5 {
  font-size: 0.3rem;
  font-family: futura;
  margin-bottom: 0.75rem;
}
.swiper-banner .txt a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 117px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 14px;
  font-size: 15px;
}
.swiper-banner .swiper-pagination {
  width: initial;
  left: 1.6rem;
  bottom: 0.69rem;
  font-size: 0;
}
.swiper-banner .swiper-pagination-bullet {
  width: 21px;
  height: 4px;
  opacity: 0.7;
  background-color: #fff;
  border-radius: 0;
}
.swiper-banner .swiper-pagination-bullet-active {
  background-color: #a23034;
  opacity: 1;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  outline: none;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: auto auto;
}
.swiper-banner .swiper-button-prev {
  left: 0.36rem;
  background-image: url(../images/icon-prev1.png);
}
.swiper-banner .swiper-button-next {
  right: 0.36rem;
  background-image: url(../images/icon-next1.png);
}
.int-title {
  padding: 0.88rem 0 0.52rem;
  text-align: center;
}
.int-title h4 {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.12rem;
}
.int-title .p {
  color: #888;
  font-size: 0.18rem;
  line-height: 1.5;
}
.int-title .p span {
  color: #a23034;
}
.index-works {
  width: 100%;
  padding: 0 1.6rem;
}
.index-works .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index-works .item {
  display: block;
  width: 49.5%;
  height: 3.48rem;
  margin-bottom: 0.17rem;
  position: relative;
  margin-right: 1%;
}
.index-works .item:nth-child(2),
.index-works .item:nth-child(5) {
  margin-right: 0;
}
.index-works .item:nth-child(4),
.index-works .item:nth-child(5) {
  width: 24.25%;
}
.index-works .item .IMG {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-works .item .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.index-works .item .txt {
  position: absolute;
  top: 0.65rem;
  left: 0.66rem;
  color: #fff;
}
.index-works .item .txt h6 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.17rem;
}
.index-works .item .txt .desc {
  font-size: 16px;
  line-height: 1.6;
}
.index-works .item .a {
  width: 97px;
  height: 35px;
  /* background-color: #a23034; */
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  padding: 0 18px;
  font-size: 14px;
  position: absolute;
  left: 0.66rem;
  bottom: 0.5rem;
  border: 2px solid #fff;
}
.index-works .item:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.index-service {
  width: 100%;
  padding: 0 1.6rem;
}
.index-service .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index-service .item {
  width: 24.31%;
  margin-right: 0.92%;
  height: 3.3rem;
  background-color: #f7f7f7;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 0.15rem;
  text-align: center;
}
.index-service .item:nth-child(4n) {
  margin-right: 0;
}
.index-service .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #a23034;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.index-service .item .icon {
  display: block;
  height: 0.46rem;
  margin: 0 auto 0.26rem;
}
.index-service .item h6 {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.index-service .item .en {
  color: #b2b2b2;
  font-size: 14px;
  font-family: futura;
  text-transform: uppercase;
}
.index-service .item .a {
  width: 97px;
  height: 0;
  border: 2px solid rgba(162, 48, 52, 0.2);
  color: #a23034;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 14px;
  margin: 0 auto;
  opacity: 0;
}
.index-service .item:hover:after {
  opacity: 1;
}
.index-service .item:hover .en {
  margin-bottom: 0.46rem;
}
.index-service .item:hover .a {
  opacity: 1;
  height: 35px;
}
.index-news-tab {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.54rem;
}
.index-news-tab .a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 20px;
  border-bottom: 1px solid #eaeaea;
}
.index-news-tab a {
  color: #666;
  font-size: 16px;
  line-height: 34px;
  padding: 0 20px;
  position: relative;
  border-bottom: 1px solid transparent;
  outline: none;
  white-space: nowrap;
}
.index-news-tab a:after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #a23034;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.index-news-tab a:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #a23034;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.index-news-tab a.active {
  border-color: #a23034;
}
.index-news {
  width: 100%;
  padding: 0 1.6rem;
}
.index-news .content {
  width: 100%;
}
.swiper-news {
  display: none;
  width: 100%;
}
.swiper-news .swiper-slide {
  display: block;
  margin-bottom: 0.4rem;
}
.swiper-news .swiper-slide .slide {
  width: 100%;
  height: 100%;
}
.swiper-news .swiper-slide .img {
  width: 100%;
  height: 2.66rem;
  background-position: center;
  background-size: cover;
}
.swiper-news .swiper-slide .txt {
  width: 100%;
  padding: 0.3rem 0.3rem 0;
  background-color: #f7f7f7;
}
.swiper-news .swiper-slide .txt h6 {
  color: #333;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
.swiper-news .swiper-slide .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.swiper-news .swiper-slide .txt .flex {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  height: 0.54rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-news .swiper-slide .txt .date {
  color: #b2b2b2;
  font-size: 14px;
  font-family: futura;
  padding-left: 24px;
  background: url(../images/icon-rq.png) left center no-repeat;
}
.swiper-news .swiper-slide .txt .icon .s {
  display: block;
}
.swiper-news .swiper-slide .txt .icon .h {
  display: none;
}
.swiper-news .swiper-slide:hover .slide {
  box-shadow: 0 0 20px rgba(162, 48, 52, 0.5);
}
.swiper-news .swiper-slide:hover .txt h6 {
  color: #a23034;
}
.swiper-news .swiper-slide:hover .txt .flex {
  border-color: #a23034;
}
.swiper-news .swiper-slide:hover .txt .icon .s {
  display: none;
}
.swiper-news .swiper-slide:hover .txt .icon .h {
  display: block;
}
.swiper-news .fan-ye {
  width: 153px;
  height: 35px;
  margin: 0 auto;
  border: 2px solid #eaeaea;
  padding: 0 14px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-news .fan-ye .swiper-button-next,
.swiper-news .fan-ye .swiper-button-prev {
  position: initial;
  width: 20px;
  height: 20px;
  margin-top: 0;
  background-size: auto auto;
}
.swiper-news .fan-ye .swiper-button-prev {
  background-image: url(../images/icon-prev2.png);
}
.swiper-news .fan-ye .swiper-button-next {
  background-image: url(../images/icon-next2.png);
}
.index-media {
  width: 100%;
  padding: 0 1.6rem;
}
.index-media .content {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-media .video {
  width: 49.5%;
  height: 4.46rem;
}
.index-media .video .img {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.index-media .video .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.index-media .video .txt .play {
  display: block;
  margin: 0 auto;
  height: 0.56rem;
}
.index-media .video .txt p {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.38rem;
}
.index-media .items {
  width: 49.5%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index-media .item {
  width: 49%;
  position: relative;
}
.index-media .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #a23034;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.index-media .item .video {
  width: 100%;
  height: 2.69rem;
}
.index-media .item .wen {
  width: 100%;
  height: 1.77rem;
  background-color: #f7f7f7;
  padding: 0.5rem 0.45rem 0;
}
.index-media .item .wen h6 {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.index-media .item .wen .desc {
  color: #666;
  font-size: 14px;
}
.index-media .item .wen h6,
.index-media .item .wen .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-media .item:hover:after {
  opacity: 1;
}
.pop-video {
  display: none;
  width: 100%;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
}
.pop-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-theme {
  width: 100%;
  padding: 0 1.6rem 0.7rem;
}
.swiper-theme {
  width: 100%;
}
.swiper-theme .swiper-slide {
  height: 2.58rem;
}
.swiper-theme .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #eeeeee;
}
.swiper-theme .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.swiper-theme .swiper-slide:hover a {
  border-color: #a23034;
}
.fan-ye {
  width: 153px;
  height: 35px;
  margin: 0.37rem auto 0;
  border: 2px solid #eaeaea;
  padding: 0 14px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.fan-ye .swiper-button-next,
.fan-ye .swiper-button-prev {
  position: initial;
  width: initial;
  height: initial;
  margin-top: 0;
  background-size: auto auto;
  color: #333;
  font-size: 13px;
  font-family: futura;
  text-transform: uppercase;
  outline: none;
}
.fan-ye .swiper-button-next:hover,
.fan-ye .swiper-button-prev:hover {
  color: #a23034;
}
.fan-ye .swiper-button-prev {
  padding-left: 17px;
  background-image: url(../images/icon-prev2.png);
  background-position: left center;
}
.fan-ye .swiper-button-next {
  padding-right: 17px;
  background-image: url(../images/icon-next2.png);
  background-position: right center;
}
.index-contact {
  width: 100%;
  padding: 0 1.6rem;
}
.index-contact .content {
  width: 100%;
  border-top: 3px solid #a23034;
  display: flex;
  display: -webkit-flex;
}
.index-contact .text {
  width: 42.13%;
  padding: 0.55rem 0 0.43rem 0.88rem;
  background-color: #f7f7f7;
}
.index-contact .text .en {
  color: #333;
  font-size: 0.5rem;
  font-family: futura;
  text-transform: uppercase;
  letter-spacing: -4px;
}
.index-contact .text h5 {
  color: #333;
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.index-contact .text .ma {
  width: 126px;
  border: 1px solid #cfcfcf;
  margin-bottom: 0.35rem;
}
.index-contact .text .ma img {
  display: block;
  width: 100%;
}
.index-contact .text .t {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.15rem;
  font-size: 0.19rem;
}
.index-contact .text .p p {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 0.4rem;
}
.index-contact .text .p b {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #a23034;
  margin-right: 0.2rem;
}
.index-contact .text .p span {
  color: #333;
  font-size: 0.16rem;
}
.index-contact .text .p .ph {
  font-size: 0.24rem;
  font-family: futura;
}
.index-contact .form {
  width: 57.87%;
  padding-top: 0.6rem;
  padding-left: 0.96rem;
}
.index-contact .form .t {
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.index-contact .inp {
  width: 7.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.index-contact .inp input,
.index-contact .inp textarea {
  display: block;
  height: 0.48rem;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.38rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.index-contact .inp input:focus,
.index-contact .inp textarea:focus {
  border-color: #a23034;
}
.index-contact .inp input::-webkit-input-placeholder,
.index-contact .inp textarea::-webkit-input-placeholder {
  color: #888888;
  font-weight: normal;
}
.index-contact .inp input {
  width: 48.8%;
}
.index-contact .inp textarea {
  width: 100%;
}
.index-contact .inp .yan {
  width: 48.8%;
  height: 0.48rem;
}
.index-contact .inp .btn {
  background-color: #a23034;
  color: #fff;
}
.i-logo {
  padding: 0.78rem 0 0.38rem;
  font-size: 0;
  text-align: center;
}
.i-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 0.42rem;
}
footer {
  width: 100%;
  background-color: #f7f7f7;
}
.foot {
  width: 100%;
  padding: 0.44rem 1.6rem 0.2rem;
}
.foot .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.foot .link {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-bottom: 0.15rem;
}
.foot .link a {
  margin-left: 0.25rem;
  position: relative;
}
.foot .link a .icon .s {
  display: block;
}
.foot .link a .icon .h {
  display: none;
}
.foot .link a .child {
  display: none;
  height: 120px;
  padding: 5px;
  background-color: #fff;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.foot .link a .child img {
  display: block;
  height: 100%;
}
.foot .link a:hover .icon .s {
  display: none;
}
.foot .link a:hover .icon .h {
  display: block;
}
.foot .link a:hover .child {
  display: block;
}
.foot .tit {
  text-align: right;
}
.foot .tit .line {
  font-size: 0;
  margin-bottom: 0.07rem;
}
.foot .tit .line span {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 2px;
  background-color: #a23034;
}
.foot .tit h6 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.foot .p-phone {
  text-align: right;
  margin-bottom: 0.26rem;
}
.foot .p-phone h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-family: futura;
  margin-bottom: 0.08rem;
}
.foot .p-phone p {
  color: #666;
  font-size: 14px;
}
.foot .p-mobile {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-align: right;
  margin-bottom: 0.26rem;
}
.foot .p-mobile li {
  padding-left: 0.2rem;
  border-left: 1px solid #e5e5e5;
  margin-left: 0.25rem;
}
.foot .p-mobile li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.foot .p-mobile h6 {
  color: #333;
  font-size: 18px;
  font-family: futura;
}
.foot .p-mobile p {
  color: #666;
  font-size: 15px;
  margin-bottom: 0.08rem;
}
.foot .addr {
  color: #666;
  font-size: 0.16rem;
  line-height: 1.5;
}
.f-nav {
  display: flex;
  display: -webkit-flex;
}
.f-nav dl {
  margin-right: 0.45rem;
}
.f-nav dl a:hover {
  color: #a23034;
}
.f-nav dt {
  margin-bottom: 0.24rem;
}
.f-nav dt a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.f-nav dd {
  margin-bottom: 0.1rem;
}
.f-nav dd a {
  color: #666;
  font-size: 13px;
}
.foot-btm {
  width: 100%;
  height: 0.7rem;
  padding: 0 1.6rem;
  background-color: #f1f1f1;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.foot-btm p,
.foot-btm a {
  color: #888;
  font-size: 0.15rem;
  outline: none;
}
.right-tar {
  position: fixed;
  right: 0;
  bottom: 20vh;
  z-index: 8;
}
.right-tar li {
  margin-bottom: 5px;
  position: relative;
}
.right-tar li .icon {
  width: 0.53rem;
  height: 0.53rem;
  background-color: #a23034;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.right-tar li .child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  right: 0;
  padding: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.right-tar li .ma {
  width: 110px;
}
.right-tar li .ma img {
  display: block;
  width: 100%;
}
.right-tar li .ph p {
  font-family: futura;
  color: #333;
  font-size: 20px;
  white-space: nowrap;
}
.right-tar li:hover .child {
  right: 0.6rem;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.ins-banner {
  width: 100%;
  position: relative;
}
.ins-banner .img {
  width: 100%;
}
.ins-banner .img img {
  display: block;
  width: 100%;
}
.ins-banner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.ins-banner .txt h4 {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.ins-banner .txt .en {
  font-size: 0.3rem;
  font-family: futura;
  white-space: nowrap;
  text-transform: uppercase;
}
.scroll-down {
  position: absolute;
  bottom: 4.1vh;
  width: 0.8rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.scroll-down img {
  display: block;
  margin: 0 auto 15px;
  animation: myDown 0.5s infinite alternate;
  -webkit-animation: myDown 0.5s infinite alternate;
}
.scroll-down span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-family: futura;
  white-space: nowrap;
}
@keyframes myDown {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
@-webkit-keyframes myDown {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
.ins-nav {
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.ins-nav a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 0.8rem;
  margin: 0 0.3rem;
  position: relative;
  outline: none;
  font-weight: bold;
}
.ins-nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ins-nav a:hover,
.ins-nav a.active {
  color: #a23034;
  font-size: 18px;
}
.ins-nav a:hover:after,
.ins-nav a.active:after {
  background-color: #a23034;
}
.about-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.about-title h4 {
  color: #333;
  font-size: 0.4rem;
  font-weight: bold;
}
.about-title .t {
  color: #666;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.about-title .con {
  margin-top: 0.08rem;
  color: #888;
  font-size: 0.18rem;
  line-height: 1.8;
}
.intro {
  width: 12rem;
  margin: 0 auto;
  padding: 0.65rem 0 1.5rem;
}
.intro .content {
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.team {
  width: 100%;
  padding: 0.6rem 0 0.3rem;
}
.team .head {
  width: 100%;
  padding: 0.51rem 0 0.56rem;
  background-color: #f8f8f8;
}
.team .head .cont {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.team .head .img {
  width: 3.48rem;
}
.team .head .img img {
  display: block;
  width: 100%;
}
.team .head .text {
  width: 7.76rem;
}
.team .head .text h5 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.team .head .text .txt {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.team .head .text .desc {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}
.team .list {
  width: 100%;
  padding: 0.7rem 1.6rem 0;
}
.swiper-team {
  width: 100%;
  padding: 20px 0 0;
}
.swiper-team .swiper-slide .img {
  width: 100%;
  height: 3.8rem;
  background-position: center;
  background-size: cover;
  margin-bottom: 0.34rem;
}
.swiper-team .swiper-slide h6 {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.swiper-team .swiper-slide h6 span {
  font-size: 0.15rem;
  margin-left: 10px;
}
.swiper-team .swiper-slide .zw {
  color: #888;
  font-size: 0.15rem;
}
.swiper-team .swiper-slide:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.swiper-team .fan-ye {
  margin-top: 0.68rem;
}
.culture {
  padding: 0.88rem 0 0.9rem;
}
.culture .about-title {
  margin-bottom: 0.2rem;
}
.culture .text {
  width: 10.8rem;
  margin: 0 auto;
  padding-bottom: 0.89rem;
}
.culture .text .desc {
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.culture .text ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0.6rem 0 0.35rem;
}
.culture .text li {
  width: 22%;
}
.culture .text li .cir {
  width: 2.04rem;
  height: 2.04rem;
  margin: 0 auto 0.4rem;
  border-radius: 50%;
  background-color: rgba(162, 48, 52, 0.1);
  display: flex;
  display: -webkit-flex;
}
.culture .text li .cir p {
  width: 1.48rem;
  height: 1.48rem;
  margin: auto;
  background-color: #a23034;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
}
.culture .text li .desc {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  opacity: 0;
  text-align: center;
}
.culture .text li:hover .desc {
  opacity: 1;
}
.culture .text-thumbs {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.6rem 0 0.48rem;
  margin-bottom: 0.4rem;
}
.culture .text-thumbs .txt {
  width: 10.6rem;
  margin: 0 auto 0.7rem;
}
.culture .text-thumbs .txt .t {
  color: #666;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.26rem;
}
.culture .text-thumbs .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 2;
}
.culture .thumbs {
  width: 12.6rem;
  margin: 0 auto;
  padding: 0 0.54rem;
  position: relative;
}
.culture .swiper-button-next,
.culture .swiper-button-prev {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  margin-top: 0;
  background-color: #fff;
  top: 0;
  outline: none;
  background-image: none;
}
.culture .swiper-button-next:after,
.culture .swiper-button-prev:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.culture .swiper-button-next:hover,
.culture .swiper-button-prev:hover {
  border-color: #c4373c;
}
.culture .swiper-button-prev {
  left: 0;
}
.culture .swiper-button-prev:after {
  border-right: 6px solid #dcdcdc;
}
.culture .swiper-button-prev:hover:after {
  border-right-color: #c4373c;
}
.culture .swiper-button-next {
  right: 0;
}
.culture .swiper-button-next:after {
  border-left: 6px solid #dcdcdc;
}
.culture .swiper-button-next:hover:after {
  border-left-color: #c4373c;
}
.culture .swiper {
  padding: 0 1.6rem;
}
.swiper-culture-thumbs {
  width: 100%;
}
.swiper-culture-thumbs:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0.26rem;
  left: 0;
  right: 0;
  z-index: 0;
}
.swiper-culture-thumbs .swiper-slide {
  text-align: center;
  padding: 0.19rem 0 0;
}
.swiper-culture-thumbs .swiper-slide .cir {
  width: 14px;
  height: 14px;
  margin: 0 auto 0.24rem;
  border-radius: 50%;
  background-color: #d3d3d3;
  display: flex;
  display: -webkit-flex;
}
.swiper-culture-thumbs .swiper-slide .cir span {
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}
.swiper-culture-thumbs .swiper-slide p {
  color: #666;
  font-size: 15px;
}
.swiper-culture-thumbs .thumbs-active .cir {
  background-color: #c4373c;
}
.swiper-culture-thumbs .thumbs-active p {
  color: #c4373c;
}
.swiper-culture {
  width: 100%;
}
.swiper-culture .swiper-slide .img {
  width: 100%;
  height: 2.06rem;
  background-position: center;
  background-size: cover;
}
.swiper-culture .swiper-slide .txt {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.24rem 0.28rem 0.26rem;
  position: relative;
}
.swiper-culture .swiper-slide .txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.swiper-culture .swiper-slide .txt h6 {
  color: #333;
  font-size: 15px;
  margin-bottom: 0.1rem;
}
.swiper-culture .swiper-slide .txt .desc {
  color: #888;
  font-size: 12px;
  line-height: 20px;
}
.swiper-culture .swiper-slide-active .img {
  height: 1.8rem;
}
.swiper-culture .swiper-slide-active .txt {
  padding-top: 0.42rem;
}
.swiper-culture .swiper-slide-active .txt:after {
  background-color: #a23034;
}
.swiper-culture .swiper-slide-active .txt h6 {
  color: #a23034;
}
.history {
  padding: 0.66rem 0 0.8rem;
}
.history .swiper {
  width: 12rem;
  margin: 0 auto;
  position: relative;
}
.history .thumbs {
  position: absolute;
  top: 228px;
  left: 0;
  right: 0;
  width: 11.6rem;
  margin: 0 auto;
}
.swiper-htr {
  width: 100%;
  margin: 0 auto;
}
.swiper-htr .swiper-slide {
  text-align: center;
}
.swiper-htr .swiper-slide .text {
  padding: 0 0.95rem;
  margin-bottom: 250px;
}
.swiper-htr .swiper-slide h6 {
  color: #c4373c;
  font-size: 13px;
}
.swiper-htr .swiper-slide h6 strong {
  font-size: 0.3rem;
  font-family: futura;
}
.swiper-htr .swiper-slide .line {
  width: 14px;
  height: 2px;
  background-color: #c4373c;
  margin: 0 auto 0.22rem;
}
.swiper-htr .swiper-slide .desc {
  width: 530px;
  margin: 0 auto;
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.swiper-htr .swiper-slide .imgs {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.swiper-htr .swiper-slide .img {
  width: 32%;
}
.swiper-htr .swiper-slide .img img {
  display: block;
  width: 100%;
}
.swiper-htr .swiper-button-next,
.swiper-htr .swiper-button-prev {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  margin-top: 0;
  background-color: #fff;
  top: 0.36rem;
  outline: none;
  background-image: none;
}
.swiper-htr .swiper-button-next:after,
.swiper-htr .swiper-button-prev:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.swiper-htr .swiper-button-next:hover,
.swiper-htr .swiper-button-prev:hover {
  border-color: #c4373c;
}
.swiper-htr .swiper-button-prev {
  left: 0.4rem;
}
.swiper-htr .swiper-button-prev:after {
  border-right: 6px solid #dcdcdc;
}
.swiper-htr .swiper-button-prev:hover:after {
  border-right-color: #c4373c;
}
.swiper-htr .swiper-button-next {
  right: 0.4rem;
}
.swiper-htr .swiper-button-next:after {
  border-left: 6px solid #dcdcdc;
}
.swiper-htr .swiper-button-next:hover:after {
  border-left-color: #c4373c;
}
.swiper-htr-thumbs {
  width: 100%;
  margin: 0 auto 0.82rem;
}
.swiper-htr-thumbs:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  z-index: 0;
}
.swiper-htr-thumbs .swiper-slide {
  text-align: center;
}
.swiper-htr-thumbs .swiper-slide .cir {
  width: 13px;
  height: 13px;
  margin: 0 auto 0.26rem;
  border-radius: 50%;
  background-color: #d3d3d3;
  display: flex;
  display: -webkit-flex;
}
.swiper-htr-thumbs .swiper-slide .cir span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
}
.swiper-htr-thumbs .swiper-slide h6 {
  color: #888;
  font-size: 16px;
  font-family: futura;
}
.swiper-htr-thumbs .thumbs-active .cir {
  background-color: #c4373c;
}
.swiper-htr-thumbs .thumbs-active h6 {
  color: #c4373c;
}
.honor {
  padding: 0.9rem 0 0.4rem;
}
.honor .content {
  width: 12rem;
  margin: 0 auto;
}
.honor .desc {
  color: #888888;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0.83rem;
}
.swiper-honor {
  width: 100%;
  height: 4.64rem;
  margin-bottom: 0.64rem;
}
.swiper-honor .swiper-slide {
  height: 2.2rem;
}
.swiper-honor .swiper-slide .txt {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 0.6rem;
  background-color: #f8f8f8;
}
.swiper-honor .swiper-slide .txt img {
  display: block;
  height: 0.28rem;
  margin: 0 auto 0.25rem;
}
.swiper-honor .swiper-slide .txt h6 {
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}
.swiper-honor .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
}
.swiper-honor .swiper-slide .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.swiper-honor .swiper-slide:hover .img {
  opacity: 1;
}
.cooper {
  padding: 0.65rem 1.6rem 0.6rem;
}
.cooper .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cooper .item {
  width: 14.28%;
  height: 2.2rem;
  border: 1px solid #f7f7f7;
}
.cooper .item:nth-child(7n+1) {
  border-left: none;
}
.cooper .item:nth-child(7n) {
  border-right: none;
}
.cooper .item:last-child {
  border-right: none;
}
.cooper .item.top {
  border-top: none;
}
.cooper .item.btm {
  border-bottom: none;
}
.cooper .item a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.cooper .item img {
  display: block;
  max-width: 70%;
  max-height: 90%;
}
.cooper .item:hover {
  box-shadow: 0 0 20px rgba(162, 48, 52, 0.5);
}
.media {
  width: 100%;
  padding: 0.65rem 1.6rem 0.3rem;
}
.media .about-title {
  margin-bottom: 0.68rem;
}
.media .head {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0.36rem;
}
.media .head .video {
  width: 49.5%;
  height: 4.46rem;
}
.media .head .video .img {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.media .head .video .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.media .head .video .txt .play {
  display: block;
  margin: 0 auto;
  height: 0.56rem;
}
.media .head .video .txt p {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.38rem;
}
.media .head .text {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 1.2rem;
  color: #666;
  font-size: 0.2rem;
  line-height: 2;
  background: url(../images/media-bg.jpg) center / cover no-repeat;
}
.media .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 0.32rem;
}
.media .item {
  width: 24.31%;
  margin-right: 0.92%;
  margin-bottom: 0.2rem;
  position: relative;
}
.media .item:nth-child(4n) {
  margin-right: 0;
}
.media .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a23034;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.media .item .video {
  width: 100%;
  height: 2.69rem;
  cursor: pointer;
}
.media .item .video .img {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
}
.media .item .video .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.media .item .video .txt .play {
  display: block;
  margin: 0 auto;
  height: 0.56rem;
}
.media .item .wen {
  width: 100%;
  height: 1.77rem;
  background-color: #f7f7f7;
  padding: 0.5rem 0.45rem 0;
}
.media .item .wen h6 {
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.media .item .wen .desc {
  color: #666;
  font-size: 0.15rem;
}
.media .item .wen h6,
.media .item .wen .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media .item:hover:after {
  opacity: 1;
}
.media .item:hover {
  box-shadow: 0 0 20px rgba(162, 48, 52, 0.5);
}
.ins-more {
  display: block;
  width: 120px;
  height: 34px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
.ins-more:hover {
  color: #a23034;
  border-color: #a23034;
}
.editor {
  width: 12rem;
  margin: 0 auto;
  padding: 1rem 0 0.6rem;
}
.editor img {
  max-width: 100%;
}
.cons-service {
  width: 100%;
  padding: 0.85rem 1.6rem 0.5rem;
}
.cons-service .about-title {
  margin-bottom: 0.65rem;
}
.cons-ser-tab {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 0.7rem;
}
.cons-ser-tab .li {
  cursor: pointer;
  width: 24.3%;
  height: 3.32rem;
  background-color: #f7f7f7;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  position: relative;
}
.cons-ser-tab .li:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a23034;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  opacity: 0;
}
.cons-ser-tab .li .icon {
  display: block;
  height: 0.46rem;
  margin: 0 auto 0.26rem;
}
.cons-ser-tab .li h6 {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.cons-ser-tab .li .en {
  color: #b2b2b2;
  font-size: 14px;
  font-family: futura;
  text-transform: uppercase;
}
.cons-ser-tab .li.active:after {
  opacity: 1;
}
.cons-ser-tab .li.active .en {
  margin-bottom: 0.46rem;
}
.cons-ser-tab .li.active .a {
  opacity: 1;
  height: 35px;
}
.cons-ser-items {
  width: 100%;
}
.cons-ser-items .item {
  display: none;
  color: #666;
  font-size: 14px;
  line-height: 2;
}
.cons-ser-items .item img {
  max-width: 100%;
}
.IP {
  width: 12rem;
  margin: 0 auto;
  padding: 0.86rem 0 0.4rem;
}
.IP .desc {
  color: #888;
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}
.IP .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.IP .item {
  width: 31.6%;
  height: 4.87rem;
  margin-right: 2.6%;
  margin-bottom: 0.2rem;
  position: relative;
  background-position: center;
  background-size: cover;
}
.IP .item:nth-child(3n) {
  margin-right: 0;
}
.IP .item .txt {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0.36rem;
  left: 0;
  right: 0;
  opacity: 0;
}
.IP .item .txt h6 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.IP .item .txt .p {
  font-size: 0.18rem;
}
.IP .item:hover .txt {
  opacity: 1;
}
.highlights {
  width: 100%;
  padding: 0.65rem 1.6rem 0.2rem;
}
.highlights .items {
  width: 100%;
  padding-bottom: 0.1rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.highlights .item {
  width: 24.3%;
  margin-right: 0.93%;
  margin-bottom: 0.6rem;
}
.highlights .item:nth-child(4n) {
  margin-right: 0;
}
.highlights .item .img {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
.highlights .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlights .item .txt {
  width: 100%;
  padding: 0.2rem 0 0;
}
.highlights .item .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}
.highlights .item .txt .p {
  color: #888;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.highlights .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.highlights .item:hover .txt h6 {
  color: #c4373c;
}
.highlights .detail {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0.15rem 0 0;
}
.highlights aside {
  width: 30.5%;
}
.highlights aside .tit {
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #ebebeb;
}
.highlights aside .tit h5 {
  color: #333;
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.highlights aside .tit p {
  color: #888;
  font-size: 15px;
}
.highlights aside .p {
  padding: 0.15rem 0;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 0.52rem;
}
.highlights aside .p p {
  color: #333;
  font-size: 14px;
  line-height: 2;
  padding: 0.1rem 0;
}
.highlights aside .p span {
  color: #b2b2b2;
}
.highlights .prev-next {
  width: 100%;
  margin-bottom: 0.58rem;
}
.highlights .prev-next a {
  display: block;
  width: 100%;
  line-height: 0.64rem;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(../images/icon-more3.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.highlights .prev-next a:hover {
  border-color: #a23034;
  color: #a23034;
  background-image: url(../images/icon-more2.png);
}
.highlights .back {
  display: block;
  width: 100%;
  height: 64px;
  border: 2px solid #ebebeb;
  color: #333;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
.highlights .back:hover {
  color: #a23034;
  border-color: #a23034;
}
.highlights article {
  width: 62.5%;
  color: #666;
  font-size: 15px;
  line-height: 2.2;
}
.highlights article img {
  max-width: 100%;
}
.highlights .sec-title {
  padding: 0.85rem 0 0.6rem;
  color: #333;
  font-size: 0.34rem;
  font-weight: bold;
}
.swiper-highlights {
  width: 100%;
  height: 8.8rem;
}
.swiper-highlights .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-highlights .fan {
  position: absolute;
  bottom: 0;
  right: 1.6rem;
  display: flex;
  display: -webkit-flex;
}
.swiper-highlights .swiper-button-next,
.swiper-highlights .swiper-button-prev {
  position: initial;
  margin-top: 0;
  margin-left: 8px;
  width: 1rem;
  height: 1rem;
  background-color: #c4373c;
  background-size: auto auto;
}
.swiper-highlights .swiper-button-prev {
  background-image: url(../images/icon-prev3.png);
}
.swiper-highlights .swiper-button-next {
  background-image: url(../images/icon-next3.png);
}
.aside-nav {
  padding: 0 1.6rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.aside-nav .flex {
  display: flex;
  display: -webkit-flex;
}
.aside-nav a {
  margin-left: 0;
  margin-right: 0.6rem;
}
.aside-nav .select {
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.aside-nav .select .t {
  color: #888;
  font-size: 16px;
}
.aside-nav .select .layui-form-select .layui-input {
  width: 132px;
}
.aside-nav .select .layui-form-select dl dd.layui-this {
  background-color: #a23034;
}
.news {
  width: 100%;
  padding: 0.55rem 1.6rem 0.3rem;
}
.news .items {
  width: 100%;
}
.news .item {
  width: 100%;
  height: 2.43rem;
  margin-bottom: 0.46rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.news .item .img {
  width: 24.4%;
  height: 100%;
  overflow: hidden;
}
.news .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .item .text {
  width: 75.6%;
  height: 100%;
  background-color: #f9f9f9;
  padding: 0 0.54rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.news .item .txt {
  width: 7.8rem;
}
.news .item .txt h6 {
  color: #666;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.news .item .txt .d {
  width: 85px;
  height: 27px;
  border: 1px solid #e5e5e5;
  padding: 0 0.09rem;
  color: #b2b2b2;
  font-size: 14px;
  font-family: futura;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.news .item .date {
  text-align: center;
  font-family: futura;
}
.news .item .date .y {
  color: rgba(32, 32, 32, 0.5);
  font-size: 0.36rem;
}
.news .item .date .mon {
  color: #b2b2b2;
}
.news .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news .item:hover .txt h6 {
  color: #a23034;
}
.news .item:hover .txt .d {
  border-color: #a23034;
  color: #a23034;
}
.news .detail {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.news article {
  width: 10.72rem;
  padding-left: 1.2rem;
  position: relative;
}
.news article .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.72rem;
  height: 0.82rem;
  border: 2px solid #eeeeee;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-family: futura;
}
.news article .date .day {
  color: #333;
  font-size: 0.41rem;
}
.news article .date .mon {
  color: #888;
  font-size: 12px;
}
.news article .titer {
  padding: 0.3rem 0;
  border-bottom: 2px solid #ebebeb;
  border-top: 2px solid #ebebeb;
}
.news article .titer h4 {
  color: #333;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
.news article .titer .basic {
  color: #888;
  font-size: 14px;
}
.news article .titer .basic span {
  margin-right: 0.3rem;
}
.news article .desc {
  padding: 0.3rem 0;
  color: #666;
  font-size: 15px;
  line-height: 2;
}
.news article .desc img {
  max-width: 100%;
}
.news article .flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0.17rem 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.news article .back {
  display: block;
  width: 89px;
  height: 32px;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  text-align: center;
  color: #666;
  font-size: 14px;
  border-radius: 16px;
}
.news article .prev-next {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.news article .prev-next a {
  display: block;
  width: 3.4rem;
  color: #666;
  font-size: 14px;
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news article .prev-next a:hover {
  color: #a23034;
}
.news aside {
  width: 4.25rem;
}
.news aside .tit {
  margin-bottom: 0.15rem;
}
.news aside .tit .en {
  color: rgba(192, 192, 192, 0.2);
  font-size: 0.36rem;
  font-family: futura;
  text-transform: uppercase;
}
.news aside .tit h5 {
  margin-top: -0.2rem;
  color: #666;
  font-size: 20px;
}
.news aside .list {
  width: 100%;
}
.news aside .list a {
  display: block;
  width: 100%;
  padding: 0.3rem 0 0.25rem;
  border-bottom: 2px solid #f5f5f5;
}
.news aside .list a .date {
  color: #b2b2b2;
  font-size: 15px;
  font-family: futura;
  margin-bottom: 0.08rem;
}
.news aside .list a h6 {
  color: #606060;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news aside .list a:hover {
  border-color: #a23034;
}
.news aside .list a:hover h6 {
  color: #a23034;
}
.bshare-custom {
  font-size: 14px;
  color: #666;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: initial !important;
}
.bshare-custom a {
  padding-left: 0 !important;
  width: 32px;
  height: 32px !important;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background-position: center !important;
  background-size: auto auto !important;
  background-repeat: no-repeat !important;
  margin-right: 8px !important;
}
.bshare-custom .bshare-weixin {
  background-image: url(../images/icon-wx.png) !important;
}
.bshare-custom .bshare-sinaminiblog {
  background-image: url(../images/icon-wb.png) !important;
}
.bshare-custom .bshare-qqim {
  background-image: url(../images/icon-qq.png) !important;
}
.join {
  width: 100%;
  padding: 0.86rem 1.6rem 0.45rem;
}
.join .ruit-tit {
  padding: 0.74rem 0 0.52rem;
}
.join .ruit-tit .t {
  text-align: center;
  color: #666;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 2.1;
  margin-bottom: 0.4rem;
}
.join .ruit-tit .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.join .ruit-tit .flex div {
  margin: 0 0.13rem;
  height: 50px;
  border: 1px solid #eee;
  padding-left: 65px;
  padding-right: 25px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  background-position: 25px center;
  background-repeat: no-repeat;
}
.join .ruit-tit .flex .em {
  background-image: url(../images/icon-em.png);
}
.join .ruit-tit .flex .hr {
  background-image: url(../images/icon-hr.png);
}
.swiper-join {
  width: 100%;
  height: 2.92rem;
}
.swiper-join .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-join .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(162, 48, 52, 0.5);
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.swiper-join .swiper-slide .txt p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.swiper-join .swiper-slide:hover .txt {
  opacity: 1;
}
.recruit {
  width: 100%;
}
.recruit .items {
  width: 100%;
  padding-bottom: 0.3rem;
}
.recruit .item {
  width: 100%;
  margin-bottom: 0.22rem;
}
.recruit .item .btn {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 0.55rem;
  border-bottom: 2px solid #e5e5e5;
  height: 0.56rem;
  background-color: #f8f8f8;
  cursor: pointer;
}
.recruit .item .btn h6 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.recruit .item .btn .jia {
  width: 18px;
  height: 18px;
  background-color: #a23034;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
.recruit .item .desc {
  display: none;
  width: 100%;
  padding: 0.3rem 0.55rem 0.35rem;
  color: #888;
  font-size: 14px;
  line-height: 2;
  background-color: #f8f8f8;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
}
.recruit .r-more {
  display: block;
  width: 180px;
  height: 42px;
  margin: 0 auto;
  border: 2px solid #a23034;
  border-radius: 21px;
  color: #a23034;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
.business {
  width: 100%;
  padding: 0.85rem 0 1.15rem;
}
.business .flex {
  width: 100%;
  padding: 0 1.6rem 0.8rem;
  display: flex;
  display: -webkti-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.business .map {
  width: 10rem;
}
.business .map img {
  display: block;
  width: 100%;
}
.business .shu {
  width: 5.14rem;
}
.business .shu .tit {
  margin-bottom: 1rem;
}
.business .shu .tit h6 {
  color: #a23034;
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.business .shu .tit .en {
  color: #888;
  font-size: 14px;
  font-family: futura;
}
.business .shu ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.business .shu li {
  width: 2.34rem;
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.15rem;
  margin-bottom: 0.76rem;
  position: relative;
}
.business .shu li:after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background-color: #bda68c;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.business .shu li .num {
  color: #bda68c;
  font-size: 0.18rem;
  font-family: futura;
}
.business .shu li .num span {
  font-size: 0.48rem;
}
.business .shu li p {
  color: #666;
  font-size: 14px;
}
.business .tuwen {
  width: 100%;
  height: 4.47rem;
  display: flex;
  display: -webkit-flex;
  background-color: #f8f8f8;
}
.business .tuwen .wen {
  width: 50%;
  height: 100%;
  padding-left: 1.6rem;
  padding-right: 0.6rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.business .tuwen .wen h5 {
  color: #666;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.business .tuwen .wen .en {
  color: #b2b2b2;
  font-size: 14px;
  font-family: futura;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.business .tuwen .wen .desc {
  color: #666;
  font-size: 15px;
  line-height: 2.7;
}
.business .tuwen .IMG {
  width: 50%;
  height: 100%;
  position: relative;
}
.business .swiper-button-next,
.business .swiper-button-prev {
  outline: none;
  width: 0.52rem;
  height: 0.52rem;
  background-color: #c4373c;
  background-size: auto auto;
  bottom: 0;
  margin-top: 0;
  top: initial;
}
.business .swiper-button-prev {
  background-image: url(../images/icon-prev3.png);
  left: -0.52rem;
}
.business .swiper-button-next {
  background-image: url(../images/icon-next3.png);
  right: initial;
  left: 0;
}
.swiper-bus {
  width: 100%;
  height: 100%;
}
.swiper-bus .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.search-tab {
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 0.54rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.search-tab a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 0.64rem;
  margin: 0 0.22rem;
  outline: none;
  position: relative;
}
.search-tab a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.search-tab a.active {
  color: #a23034;
}
.search-tab a.active:after {
  background-color: #a23034;
}
.search-box {
  width: 100%;
}
.search-box .content {
  width: 100%;
  display: none;
}
.search-box .items {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.search-box .item {
  display: block;
  width: 24.4%;
  margin-right: 0.8%;
  margin-bottom: 0.4rem;
}
.search-box .item:nth-child(4n) {
  margin-right: 0;
}
.search-box .item .img {
  width: 100%;
  height: 2.66rem;
  background-position: center;
  background-size: cover;
}
.search-box .item .txt {
  width: 100%;
  padding: 0.3rem 0.3rem 0;
  background-color: #f7f7f7;
}
.search-box .item .txt h6 {
  color: #333;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
.search-box .item .txt .desc {
  color: #666;
  font-size: 14px;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.search-box .item .txt .flex {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  height: 0.54rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.search-box .item .txt .date {
  color: #b2b2b2;
  font-size: 14px;
  font-family: futura;
  padding-left: 24px;
  background: url(../images/icon-rq.png) left center no-repeat;
}
.search-box .item .txt .icon .s {
  display: block;
}
.search-box .item .txt .icon .h {
  display: none;
}
.search-box .item:hover .txt h6 {
  color: #a23034;
}
.search-box .item:hover .txt .flex {
  border-color: #a23034;
}
.search-box .item:hover .txt .icon .s {
  display: none;
}
.search-box .item:hover .txt .icon .h {
  display: block;
}
.search-box .li {
  width: 24.3%;
  margin-right: 0.93%;
  margin-bottom: 0.6rem;
}
.search-box .li:nth-child(4n) {
  margin-right: 0;
}
.search-box .li .img {
  width: 100%;
  height: 2.6rem;
  background-position: center;
  background-size: cover;
}
.search-box .li .txt {
  width: 100%;
  padding: 0.2rem 0 0;
}
.search-box .li .txt h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}
.search-box .li .txt .p {
  color: #888;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-box .li:hover .txt h6 {
  color: #c4373c;
}
.search-box .more {
  display: block;
  width: 120px;
  height: 34px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0.5rem;
}
.f-link {
  display: flex;
  display: -webkit-flex;
  margin-top: .7rem;
}
.f-link span {
  color: #333;
  font-size: 15px;
}
.f-link a {
  color: #888;
  font-size: 15px;
  margin: 0 .15rem .1rem;
  position: relative;
}
.f-link a:hover {
  color: #333;
}
.f-link a:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #e5e5e5;
  position: absolute;
  right: -.15rem;
  top: 4px;
}
.f-link a:last-child:after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .intro .content {
    font-size: 14px;
  }
  .swiper-htr-text .swiper-slide .desc {
    font-size: 14px;
  }
  .swiper-team .swiper-slide .zw {
    font-size: 13px;
  }
  .honor .desc {
    font-size: 14px;
  }
  .swiper-honor .swiper-slide .txt {
    padding: 0 0.2rem;
  }
  .swiper-honor .swiper-slide .txt h6 {
    font-size: 14px;
  }
  .media .item .wen h6 {
    font-size: 15px;
  }
  .media .item .wen .desc {
    font-size: 13px;
  }
  .media .item .wen {
    padding: 0.5rem 0.2rem 0;
  }
  .IP .desc {
    font-size: 15px;
  }
  .highlights article {
    font-size: 14px;
  }
  .news .item .txt h6 {
    font-size: 16px;
  }
  .news article .desc {
    font-size: 14px;
  }
  .news aside .list a h6 {
    font-size: 15px;
  }
  .business .tuwen .wen .desc {
    font-size: 13px;
    line-height: 2;
  }
  .f-link span {
    font-size: 14px;
  }
  .f-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1270px) {
  header {
    height: 1rem;
    padding: 0 0.2rem;
  }
  header .menus {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 0.3rem;
  }
  header .menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #a23034;
    margin: 5px 0;
  }
  nav {
    display: none;
    position: fixed;
    top: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  nav ul {
    display: block;
  }
  nav li {
    margin-left: 0;
  }
  nav li .a {
    margin-right: 0;
    color: #fff;
    padding: 0 0.2rem;
  }
  .column-nav {
    position: static;
    height: initial;
    display: block;
    background-image: none !important;
    padding: 0.1rem 0.2rem 0.2rem;
  }
  .column-nav .close {
    display: none;
  }
  .column-nav .left {
    display: none;
  }
  .column-nav .right {
    width: 100%;
  }
  .column-nav .more {
    display: none;
  }
  .about-nav .second-nav {
    width: 100%;
  }
  .second-nav .items {
    display: none;
  }
  .second-nav dl {
    display: block;
  }
  .second-nav dd {
    display: inline-block;
    vertical-align: top;
  }
  .second-nav dd > a {
    width: 2.6rem;
    font-size: 13px;
    font-weight: normal;
  }
  .advantage-nav .second-nav {
    width: 100%;
  }
  .highlights-nav .second-nav {
    display: block;
  }
  .index-works {
    padding: 0 0.2rem;
  }
  .index-works .item .txt {
    left: 0.2rem;
  }
  .index-service {
    padding: 0 0.2rem;
  }
  .index-service .item h6 {
    font-size: 0.3rem;
  }
  .int-title h4 {
    font-size: 0.48rem;
  }
  .int-title .p {
    font-size: 0.3rem;
  }
  .right-tar li .icon img {
    height: 15px;
  }
  .index-works .item .txt .desc {
    font-size: 13px;
  }
  .swiper-news .swiper-slide .txt .desc {
    font-size: 13px;
  }
  .index-news,
  .index-media,
  .index-contact {
    padding: 0 0.2rem;
  }
  .index-theme {
    padding: 0 0.2rem 0.7rem;
  }
  .index-contact .inp {
    width: 100%;
  }
  .index-contact .inp input,
  .index-contact .inp textarea {
    height: 40px;
  }
  .index-contact .text .p p {
    height: 30px;
  }
  .index-contact .text .p span {
    font-size: 13px;
  }
  .foot .addr {
    font-size: 13px;
  }
  .foot-btm p,
  .foot-btm a {
    font-size: 12px;
  }
  .foot {
    padding: 0.4rem 0.2rem 0.2rem;
  }
  .foot-btm {
    padding: 0 0.2rem;
  }
  .ins-nav a {
    font-size: 14px;
  }
  .history {
    padding: 0.6rem 0.2rem 0.8rem;
  }
  .history .swiper {
    width: 100%;
  }
  .cooper {
    padding: 0.6rem 0.2rem;
  }
  .cooper .item {
    width: 20%;
  }
  .cooper .item:nth-child(7n+1) {
    border: 1px solid #f7f7f7;
  }
  .cooper .item:nth-child(7n) {
    border: 1px solid #f7f7f7;
  }
  .cooper .item:nth-child(5n+1) {
    border-left: none;
  }
  .cooper .item:nth-child(5n) {
    border-right: none;
  }
  .team .head {
    padding: 0.5rem 0.2rem 0.6rem;
  }
  .team .head .cont {
    width: 100%;
  }
  .team .head .img {
    width: 36%;
  }
  .team .head .text {
    width: 60%;
  }
  .team .list {
    padding: 0.7rem 0.2rem 0;
  }
  .swiper-team .swiper-slide .img {
    height: 6rem;
  }
  .swiper-team .swiper-slide h6 {
    font-size: 15px;
  }
  .swiper-team .swiper-slide h6 span {
    font-size: 12px;
  }
  .honor {
    padding: 0.9rem 0.2rem 0.4rem;
  }
  .honor .content {
    width: 100%;
  }
  .media {
    padding: 0.6rem 0.2rem 0.3rem;
  }
  .media .head .text {
    font-size: 13px;
  }
  .culture .thumbs {
    width: 100%;
  }
  .editor {
    padding: 1rem 0.2rem 0.6rem;
    width: 100%;
  }
  .about-title .con {
    font-size: 14px;
  }
  .cons-ser-tab .li h6 {
    font-size: 16px;
  }
  .highlights {
    padding: 0.6rem 0.2rem 0.2rem;
  }
  .highlights .item .txt h6 {
    font-size: 16px;
  }
  .news {
    padding: 0.55rem 0.2rem 0.3rem;
  }
  .news .item .txt .desc {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }
  .news article {
    width: 68%;
  }
  .news aside {
    width: 28%;
  }
  .news article .prev-next {
    display: block;
  }
  .news article .prev-next a {
    width: 100%;
  }
  .business .flex {
    padding: 0 0.2rem 0.8rem;
  }
  .business .shu {
    width: 36%;
  }
  .business .shu li {
    width: 48%;
  }
  .business .tuwen .wen {
    padding-left: 0.2rem;
  }
  .join {
    padding: 0.85rem 0.2rem 0.45rem;
  }
  .swiper-join {
    height: 3.6rem;
  }
  .join .ruit-tit .t {
    font-size: 16px;
  }
  .search-tab a {
    line-height: 50px;
  }
  .search-box .item .txt h6 {
    font-size: 15px;
  }
  .search-box .item .txt .desc {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .f-link span {
    font-size: 13px;
  }
  .f-link a {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .swiper-banner .txt h5 {
    font-size: 15px;
  }
  .index-works .item {
    height: 4.5rem;
  }
  .index-works .item .txt h6 {
    font-size: 0.5rem;
  }
  .index-works .item .txt .desc {
    font-size: 0.4rem;
  }
  .int-title h4 {
    font-size: 0.6rem;
  }
  .int-title .p {
    font-size: 0.4rem;
  }
  .index-service .item .icon {
    height: 0.6rem;
  }
  .index-service .item h6 {
    font-size: 0.48rem;
  }
  .swiper-news .swiper-slide .img {
    height: 5.6rem;
  }
  .swiper-news .swiper-slide .txt .desc {
    line-height: 0.5rem;
    height: 1rem;
  }
  .swiper-news .swiper-slide .txt .flex {
    height: 0.8rem;
  }
  .index-media .content {
    display: block;
  }
  .index-media .video {
    width: 100%;
    height: 9.8rem;
    margin-bottom: 0.3rem;
  }
  .index-media .video .txt .play {
    height: 1.2rem;
  }
  .index-media .video .txt p {
    font-size: 0.48rem;
  }
  .index-media .items {
    width: 100%;
  }
  .index-media .item .video {
    height: 5.2rem;
  }
  .swiper-theme .swiper-slide {
    height: 6rem;
  }
  .index-contact .content {
    display: block;
  }
  .index-contact .text {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
  .index-contact .text .en {
    font-size: 0.8rem;
  }
  .index-contact .text h5 {
    font-size: 0.48rem;
  }
  .index-contact .text .p .ph,
  .index-contact .text .p span {
    font-size: 0.48rem;
  }
  .index-contact .form {
    width: 100%;
    padding: 0.6rem 0.2rem 0;
  }
  .index-contact .form .t {
    font-size: 18px;
  }
  .foot .flex {
    display: block;
  }
  .f-nav {
    display: none;
  }
  .foot .lian {
    text-align: center;
  }
  .foot .link,
  .foot .p-mobile {
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
  }
  .foot .tit,
  .foot .p-phone {
    text-align: center;
  }
  nav li .a {
    font-size: 20px;
    line-height: 60px;
  }
  .second-nav dd > a {
    font-size: 15px;
    height: 0.8rem;
    width: 3rem;
  }
  .ins-nav a {
    line-height: 1.5rem;
  }
  .intro {
    padding: 0.6rem 0.2rem 1.5rem;
    width: 100%;
  }
  .culture .text {
    width: 100%;
    padding: 0 0.2rem 0.8rem;
  }
  .culture .text-thumbs .txt .t {
    font-size: 0.4rem;
  }
  .culture .text-thumbs .txt {
    width: 100%;
    padding: 0 0.2rem;
  }
  .cons-service {
    padding: 0.8rem 0.2rem 0.5rem;
  }
  .IP {
    padding: 0.8rem 0.2rem 0.4rem;
    width: 100%;
  }
  .IP .item {
    height: 8rem;
  }
  .highlights .item {
    width: 49%;
    margin-right: 2%;
  }
  .highlights .item:nth-child(2n) {
    margin-right: 0;
  }
  .highlights .item .img {
    height: 4.6rem;
  }
  .highlights .detail {
    display: block;
  }
  .highlights aside {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .highlights aside .tit h5 {
    font-size: 0.5rem;
  }
  .highlights .prev-next a {
    line-height: 1rem;
  }
  .highlights article {
    width: 100%;
  }
  .highlights .sec-title {
    font-size: 0.48rem;
  }
  .aside-nav .select {
    height: 1.5rem;
  }
  .news .item .txt {
    width: 10rem;
  }
  .news .item {
    height: 4rem;
  }
  .news .item .date .y {
    font-size: 0.5rem;
  }
  .news .detail {
    display: block;
  }
  .news article {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.8rem;
  }
  .news article .date {
    position: initial;
    border: none;
    display: block;
  }
  .news article .date > div {
    display: flex;
    display: -webkit-flex;
  }
  .news article .date .day {
    font-size: 0.6rem;
  }
  .news article .date .mon {
    line-height: 0.6rem;
    margin-left: 0.1rem;
    white-space: nowrap;
  }
  .news article .titer h4 {
    font-size: 0.48rem;
  }
  .news aside {
    width: 100%;
  }
  .business .flex {
    display: block;
  }
  .business .map {
    width: 100%;
  }
  .business .shu {
    width: 100%;
  }
  .business .shu .tit h6 {
    font-size: 0.6rem;
  }
  .business .shu li .num {
    font-size: 0.24rem;
  }
  .business .tuwen {
    display: block;
    height: initial;
  }
  .business .tuwen .wen {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
  .business .tuwen .wen h5 {
    font-size: 0.48rem;
  }
  .business .tuwen .IMG {
    width: 100%;
  }
  .business .swiper-button-next,
  .business .swiper-button-prev {
    display: none;
  }
  .swiper-bus {
    height: 8rem;
  }
  .swiper-join {
    height: 6.8rem;
  }
  .recruit .item .btn {
    height: 1rem;
  }
  .search-box .li {
    width: 49%;
    margin-right: 2%;
  }
  .search-box .li:nth-child(2n) {
    margin-right: 0;
  }
  .search-box .li .img,
  .search-box .item .img {
    height: 220px;
  }
  .search-box .item {
    width: 49%;
    margin-right: 2%;
  }
  .search-box .item:nth-child(2n) {
    margin-right: 0;
  }
  .f-link {
    margin-top: 0;
    margin-bottom: .5rem;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .swiper-banner {
    height: 6rem;
  }
  .swiper-banner .swiper-slide .img {
    height: 100%;
    object-fit: cover;
  }
  .swiper-banner .txt {
    padding: 0 0.2rem;
    text-align: center;
  }
  .swiper-banner .txt h4 {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .swiper-banner .txt a {
    margin: 0 auto;
    height: 34px;
  }
  .swiper-banner .swiper-button-next,
  .swiper-banner .swiper-button-prev {
    display: none;
  }
  .swiper-banner .swiper-pagination {
    left: 0;
    right: 0;
  }
  .int-title h4 {
    font-size: 0.48rem;
  }
  .int-title .p {
    font-size: 0.28rem;
  }
  .index-works .items {
    display: block;
  }
  .index-works .item,
  .index-works .item:nth-child(4),
  .index-works .item:nth-child(5) {
    width: 100%;
    margin-right: 0;
  }
  .index-works .item .txt h6 {
    font-size: 0.4rem;
  }
  .index-works .item .txt .desc {
    font-size: 0.3rem;
  }
  .index-works .item .a {
    left: .2rem;
    padding: 0 .1rem;
    width: 1.2rem;
    height: .6rem;
    font-size: .24rem;
  }
  .index-service .items {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .index-service .item {
    width: 49%;
  }
  .index-service .item:nth-child(2n) {
    margin-right: 0;
  }
  .index-service .item h6 {
    font-size: 0.36rem;
  }
  .index-news-tab .a {
    padding: 0;
    font-size: 0.26rem;
  }
  .swiper-news .swiper-slide .img {
    height: 2.4rem;
  }
  .swiper-news .swiper-slide .txt {
    padding: 0.3rem 0.2rem 0;
  }
  .swiper-news .swiper-slide .txt h6 {
    font-size: 0.3rem;
  }
  .swiper-news .swiper-slide .txt .desc {
    font-size: 0.24rem;
    line-height: 2;
    height: 0.96rem;
  }
  .index-media .video {
    height: 4.8rem;
  }
  .index-media .video .txt .play {
    height: 0.8rem;
  }
  .index-media .video .txt p {
    font-size: 0.36rem;
  }
  .index-media .item .video {
    height: 2.4rem;
    margin-bottom: 0;
  }
  .index-media .item .wen {
    padding: 0.3rem 0.2rem 0;
  }
  .swiper-theme .swiper-slide {
    height: 4.4rem;
  }
  .index-contact .text .en {
    font-size: 0.36rem;
  }
  .index-contact .text .t {
    font-size: 0.3rem;
  }
  .index-contact .text .p .ph,
  .index-contact .text .p span {
    font-size: 0.3rem;
  }
  .index-contact .inp .yan {
    width: 100%;
    height: 54px;
  }
  .index-contact .inp .btn {
    width: 100%;
  }
  .foot-btm {
    display: block;
    height: initial;
    padding: 0.2rem;
    text-align: center;
  }
  .foot-btm p,
  .foot-btm a {
    font-size: 0.2rem;
  }
  nav ul {
    height: 100%;
    overflow-y: auto;
  }
  .highlights-nav .second-nav dd {
    margin-bottom: 0.1rem;
  }
  .pop-search .inp .input {
    width: 85%;
  }
  .pop-search .inp .btn {
    width: 15%;
  }
  .ins-banner .img img {
    height: 6rem;
    object-fit: cover;
  }
  .scroll-down {
    display: none;
  }
  .ins-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .ins-nav a {
    line-height: 1rem;
  }
  .swiper-htr .swiper-slide .text {
    margin-bottom: 0.3rem;
  }
  .swiper-htr .swiper-slide .desc {
    width: 100%;
  }
  .history .thumbs {
    display: none;
  }
  .swiper-htr .swiper-slide .imgs {
    display: block;
  }
  .swiper-htr .swiper-slide .img {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .cooper .item {
    width: 33.333%;
  }
  .cooper .item:nth-child(7n+1) {
    border: 1px solid #f7f7f7;
  }
  .cooper .item:nth-child(7n) {
    border: 1px solid #f7f7f7;
  }
  .cooper .item:nth-child(5n+1) {
    border: 1px solid #f7f7f7;
  }
  .cooper .item:nth-child(5n) {
    border: 1px solid #f7f7f7;
  }
  .cooper .item:nth-child(3n+1) {
    border-left: none;
  }
  .cooper .item:nth-child(3n) {
    border-right: none;
  }
  .team .head .cont {
    display: block;
  }
  .team .head .img {
    width: 100%;
  }
  .team .head .text {
    width: 100%;
  }
  .media .head {
    display: block;
  }
  .media .head .video {
    width: 100%;
  }
  .media .head .video .img {
    width: 100%;
  }
  .media .head .text {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
  .media .items {
    display: block;
  }
  .media .item {
    width: 100%;
  }
  .media .item .video {
    height: 4.2rem;
  }
  .culture .text ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .culture .text li {
    width: 48%;
    margin-bottom: 0.3rem;
  }
  .culture .text li .cir {
    font-size: 0.24rem;
  }
  .culture .text li .cir p {
    font-size: 0.24rem;
  }
  .culture .swiper {
    padding: 0 0.2rem;
  }
  .swiper-culture .swiper-slide-active .img {
    height: 4.2rem;
  }
  .cons-ser-tab {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .cons-ser-tab .li {
    width: 49%;
    margin-bottom: 0.2rem;
  }
  .IP .item {
    width: 49%;
    height: 4.8rem;
    margin-right: 2%;
  }
  .IP .item:nth-child(3n) {
    margin-right: 2%;
  }
  .IP .item:nth-child(2n) {
    margin-right: 0;
  }
  .IP .item .txt {
    opacity: 1;
  }
  .highlights .item {
    width: 100%;
    margin-right: 0;
  }
  .swiper-highlights {
    height: 5rem;
  }
  .swiper-highlights .fan {
    right: 0;
  }
  .aside-nav {
    padding: 0 0.2rem;
  }
  .news .item .date {
    display: none;
  }
  .news .item {
    height: initial;
    display: block;
  }
  .news .item .img {
    width: 100%;
    height: 4.6rem;
  }
  .news .item .text {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
  .news .item .txt {
    width: 100%;
  }
  .news article .titer h4 {
    font-size: 0.36rem;
  }
  .business .shu .tit h6 {
    font-size: 0.44rem;
  }
  .swiper-bus {
    height: 5rem;
  }
  .swiper-join {
    height: 6rem;
  }
  .join .ruit-tit .flex {
    display: block;
  }
  .join .ruit-tit .flex .em {
    margin-bottom: 0.2rem;
  }
  .join .ruit-tit .flex div {
    padding-right: 0.2rem;
    padding-left: 0.8rem;
    background-position: 0.2rem center;
    font-size: 0.28rem;
  }
  .search-box .li {
    width: 100%;
    margin-right: 0;
  }
  .search-box .li .img,
  .search-box .item .img {
    height: 220px;
  }
  .search-box .item {
    width: 100%;
    margin-right: 0;
  }
}
