  
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale {
  0%,85%,100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-ani-1 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes o-ani-2 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes o-ani-3 {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes o-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o-run {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 40px;
    height: 40px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}
@keyframes o-run-1 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 32px;
    height: 32px;
  }
  100% {
    width: 16px;
    height: 16px;
  }
}
@keyframes o-width {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 100%;
    left: 0;
    right: auto;
  }
  61% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }

  .dom-loaded .header .ope .hide {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search .bg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .dom-loaded .fixed-search form {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
.wrapper {
  width: 86vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

/* common */
.c-tit {
 line-height:32px;
}
.c-tit h3 {
  font-size: 48px;
  letter-spacing: 2px;
}
.c-tit h4 {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.6;
  letter-spacing: 2px;
}
.c-tit p {
  font-size: 18px;
  margin-top: 15px;
}
.c-tit.gray h3 {
  color: #1e2835;
}
.c-tit.gray h4 {
  color: #808080;
}
.c-tit.gray p {
  color: #1e2835;
}
.c-tit.white h3 {
  color: #fff; margin-bottom:30px;
}
.c-tit.white h4 {
  color: #fff;
}

/* about */
.about-page{ width:100%; float:left; margin-top:1.0rem;}
.about-page-s1 {
  position: relative;
}
.about-page-s1 .img-box {
  overflow: hidden;
}
.about-page-s1 .img-box img {
  display: block;
  width: 100%;
  -webkit-animation: o-scale 12s linear infinite;
  -moz-animation: o-scale 12s linear infinite;
  -ms-animation: o-scale 12s linear infinite;
  animation: o-scale 12s linear infinite;
}
.about-page-s1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/static/home/images/about/bg.png");
  z-index: 1;
}
.about-page-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
.about-page-s1 .cn, .about-page-s1 .en {
  line-height: 1;
  color: #fff;
  font-style: italic;
}
.about-page-s1 .cn {
  font-size: 60px;
  letter-spacing: 5px;
}
.about-page-s1 .en {
  font-size: 48px;
  font-family: 'AVGARDM_0';
  margin-top: 20px;
}

.about-page-s2 {
  background-color: #f7f9fc;
  position: relative;
  z-index: 2;
  border-top: 1px solid transparent;
}
.about-page-s2 .cont {
  margin-top: -6vw;
  position: relative;
}
.about-page-s2 .cont:after {
  content: '';
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-1.png");
  z-index: 1;
}
.about-page-s2 .para {
  background-color: #fff;
  border-radius: 20px;
  padding: 4vw 6.25vw;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  position: relative;
  z-index: 2;
}

.about-page-s3 {
  padding: 4.5vw 0 1vw;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/about/img-3.jpg");
}
.about-page-s3 .cont {
  position: relative;
  margin-top:0;
}
.about-page-s3 .airplane {
  position: absolute;
  top:120px;
  width: 86%;
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dashed rgba(255,255,255,0.5);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-15deg);
  z-index: 1;
}
.about-page-s3 .airplane:before {
  content: '';
  position: absolute;
  left: 0;
  width: 30%;
  height: 3px;
  top: -2px;
}
.about-page-s3 .airplane:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30%;
  height: 3px;
  top: -2px;
}
.about-page-s3 .airplane img {
  width: 114px;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -ms-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.about-page-s3 .tab-cont {
  max-width:800px;
  height: auto;
  margin: 2rem auto;
  padding: 0 3.125vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-page-s3 .tab-cont .child {
  display: none;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-page-s3 .tab-cont .child.active {
  display: block;
}
.about-page-s3 .tab-cont h3 {
  position: relative;
  text-align: center;
  font-size: 4vw;
  color: #c30d18;
  font-family: 'DINPro-Medium';
  width:30%;
  float:left
}
.about-page-s3 .tab-cont h3:before {
  content: '';
  width: 27px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.about-page-s3 .tab-cont .para {
  margin-top: 1.0vw;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width:64%;
  float:right;
  border-left:1px solid #ddd;
  padding-left:5%;
}
.about-page-s3 .tab-cont .para img{ max-width:100%; height:auto}
.about-page-s3 .tab-cont .para dl{ width:100%; float:left; margin-top:1.0rem;}
.about-page-s3 .tab-cont .para dl dt{ width:100px; float:left}
.about-page-s3 .tab-cont .para dl dd{ width:calc(100% - 110px); float:right}
@media screen and (max-width: 1199px){
  .about-page-s3 .tab-cont .para dl dt{
    width: 2.5rem;
  }
  .about-page-s3 .tab-cont .para dl dd{
    width: calc(100% - 2.8rem);
  }
}
.about-page-s3 .year {
  max-width: 1200px;
  margin: 2vw auto 0;
  position: relative;
  z-index: 2;
}
.about-page-s3 .year .item {
  position: relative;
}
.about-page-s3 .year .item .box {
  text-align: center;
  cursor: pointer;
}
.about-page-s3 .year .item .box:before {
  content: '';
  width: 25px;
  height: 32px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page-s3 .year .item .box .dot {
  width: 16px;
  height: 16px;
  margin: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-3.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-page-s3 .year .item .box h3 {
  font-size: 0.8rem;
  line-height: 1;
  color:rgba(0,0,0,1);
  opacity: .5;
  font-family: 'DINPro-Regular';
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.95);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight:normal;
}
.about-page-s3 .year .item .line {
  position: absolute;
  left: 100%;
  top:85px;
  width: 100px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/img-4.png");
}
.about-page-s3 .year .item .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #c30d18;
}
@media screen and (min-width: 1025px) {
  .about-page-s3 .year .item:hover .box h3 {
    opacity: 1;
    color: #eb1329;
  }
}
.about-page-s3 .year .item.active .box:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-page-s3 .year .item.active .box .dot {
  background-image: url("/static/home/images/about/icon-3-on.png");
}
.about-page-s3 .year .item.active .box h3 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #c30d18;
  opacity: 1;
  font-weight:normal
}
.about-page-s3 .year .item.active .line:after {
  width: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.about-page-s3 .button {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/prev.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 2;
}
.about-page-s3 .button:hover {
  background-image: url("/static/home/images/about/prev.png");
}
.about-page-s3 .button-prev {
  left: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(0deg);
}
.about-page-s3 .button-next {
  right: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  
}

.about-page-s4 {
  padding: 4.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/home/images/about/img-1.jpg");
  background-attachment: fixed;
}
.about-page-s4 .tab-tit {
  text-align: center;
  font-size: 0;
  margin: 2vw 0;
}
.about-page-s4 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 24px;
  margin: 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-page-s4 .tab-tit span:hover, .about-page-s4 .tab-tit span.active {
  border-color: #eb1329;
  background-color: #eb1329;
  color: #fff;
}
.about-page-s4 .tab-cont {
  position: relative;
}
.about-page-s4 .tab-cont:after {
  content: '';
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  bottom: -30px;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-6.png");
  z-index: 1;
}
.about-page-s4 .tab-cont .child {
  position: relative;
  z-index: 2;
  display: none;
}
.about-page-s4 .tab-cont .child.active {
  display: block;
}
.about-page-s4 .tab-cont .box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  opacity: 0;
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-page-s4 .tab-cont .txt-box {
  width: 50%;
  padding: 2vw 3vw;
}
.about-page-s4 .tab-cont h3 {
  font-size: 24px;
  color: #1e2835;
}
.about-page-s4 .tab-cont .para {
  font-size: 16px;
  line-height: 2;
  color: #496080;
  margin-top: 20px;
  letter-spacing: 2px;
}
.about-page-s4 .tab-cont .img-box {
  width: 50%;
  overflow: hidden;
}
.about-page-s4 .tab-cont .img-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.about-page-s4 .cont {
  text-align: center;
}
.about-page-s4 .cont .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  padding: 2vw 0;
}
.about-page-s4 .cont a {
  display: block;
  width: 300px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  border-radius: 6px;
  background-color: #eb1329;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-page-s4 .cont a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(235, 19, 41, 0.3);
  }
}

.about-page-s5 {
  position: relative;
  padding-bottom: 6vw;
}
.about-page-s5 .c-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.5vw;
  z-index: 3;
}
.about-page-s5 .cont {
  margin-top: -4.5vw;
  position: relative;
  z-index: 3;
}
.about-page-s5 .tab-cont {
  position: relative;
  z-index: 1;
}
.about-page-s5 .tab-cont .child {
  position: relative;
  display: none;
}
.about-page-s5 .tab-cont .child img {
  display: block;
  width: 100%;
}
.about-page-s5 .tab-cont .child .map-c {
  position: absolute;
  bottom: 36.71%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page-s5 .tab-cont .child .map-c .box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 20px;
  font-size: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  opacity: 0;
  -webkit-animation: o-opacity 0.3s ease forwards;
  -moz-animation: o-opacity 0.3s ease forwards;
  -ms-animation: o-opacity 0.3s ease forwards;
  animation: o-opacity 0.3s ease forwards;
}
.about-page-s5 .tab-cont .child .map-c .box:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.about-page-s5 .tab-cont .child .map-c .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  height: 90px;
  text-align: center;
  background-color: #eb1329;
}
.about-page-s5 .tab-cont .child .map-c .img-box img {
  display: inline;
  width: auto;
  max-height: 42px;
  max-width: 80%;
}
.about-page-s5 .tab-cont .child .map-c .txt-box {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  text-align: center;
  background-color: #fff;
}
.about-page-s5 .tab-cont .child .map-c .txt-box span {
  font-size: 16px;
  line-height: 24px;
  color: #496080;
}
.about-page-s5 .tab-cont .child .map-c:after {
  content: '';
  width: 30px;
  height: 42px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-13.png");
  opacity: 0;
  -webkit-animation: o-opacity 0.3s ease forwards;
  -moz-animation: o-opacity 0.3s ease forwards;
  -ms-animation: o-opacity 0.3s ease forwards;
  animation: o-opacity 0.3s ease forwards;
}
.about-page-s5 .tab-cont .child.active {
  display: block;
}
.about-page-s5 .tab-cont .child.active .map-c .box {
  animation-delay: .3s;
}
.about-page-s5 .tab-tit {
  font-size: 0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  overflow: hidden;
}
.about-page-s5 .tab-tit .item {
  position: relative;
  width: 25%;
  height: 180px;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
}
.about-page-s5 .tab-tit .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #eb1329;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.about-page-s5 .tab-tit .item:after {
  content: '';
  width: 1px;
  height: 90px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page-s5 .tab-tit .item .cell-box {
  height: 100%;
}
.about-page-s5 .tab-tit .item h3 {
  font-size: 24px;
  color: #1e2835;
  letter-spacing: 2px;
}
.about-page-s5 .tab-tit .item p {
  font-size: 14px;
  line-height: 18px;
  color: #496080;
  margin-top: 10px;
  letter-spacing: 2px;
}
.about-page-s5 .tab-tit .item:last-of-type:after {
  display: none;
}
.about-page-s5 .tab-tit .item:hover:before, .about-page-s5 .tab-tit .item.active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.about-page-s5 .info-items {
  margin: 24px -12px 0;
  font-size: 0;
  display: flex;
  position: relative;
}
.about-page-s5 .info-items:after {
  content: '';
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  bottom: -30px;
  right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/home/images/about/icon-1.png");
  z-index: 1;
}
.about-page-s5 .info-items .info {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 0 12px;
  padding: 2.5vw 2vw;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.about-page-s5 .info-items .info h3 {
  font-size: 24px;
  color: #1e2835;
  letter-spacing: 2px;
}
.about-page-s5 .info-items .info .para {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #496080;
}
.about-page-s5 .info-items .info a.btn {
  display: block;
  width: 180px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  border-radius: 24px;
  margin: 4.5vw auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .about-page-s5 .info-items .info a.btn:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.about-page-s5 .info-items .info a.red {
  background-color: #eb1329;
}
@media screen and (min-width: 1025px) {
  .about-page-s5 .info-items .info a.red:hover {
    box-shadow: 0 10px 30px rgba(235, 19, 41, 0.3);
  }
}
.about-page-s5 .info-items .info a.black {
  background-color: #1e2835;
}
@media screen and (min-width: 1025px) {
  .about-page-s5 .info-items .info a.black:hover {
    box-shadow: 0 10px 30px rgba(30, 40, 53, 0.3);
  }
}
.about-page-s5 .info-items .info .ewm {
  width: 60%;
  max-width: 180px;
  margin: 24px auto 0;
  border: 1px solid #e6e6e6;
}
.about-page-s5 .info-items .info .ewm img {
  display: block;
  width: 100%;
}
.about-page-s5 .info-items .info .link {
  font-size: 0;
  max-width: 180px;
  margin: 0 auto;
}
.about-page-s5 .info-items .info .link a {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2vw;
}
.about-page-s5 .info-items .info .link a:nth-of-type(1), .about-page-s5 .info-items .info .link a:nth-of-type(2) {
  margin-top: 0;
}
.about-page-s5 .info-items .info .link a:nth-of-type(even) {
  margin-left: 3.125vw;
}
.about-page-s5 .info-items .info .link a.weibo {
  background-image: url("/static/home/images/about/icon-7.png");
}
.about-page-s5 .info-items .info .link a.zhihu {
  background-image: url("/static/home/images/about/icon-8.png");
}
.about-page-s5 .info-items .info .link a.baidu {
  background-image: url("/static/home/images/about/icon-9.png");
}
.about-page-s5 .info-items .info .link a.souhu {
  background-image: url("/static/home/images/about/icon-10.png");
}
.about-page-s5 .info-items .info .link a.yidian {
  background-image: url("/static/home/images/about/icon-11.png");
}
.about-page-s5 .info-items .info .link a.toutiao {
  background-image: url("/static/home/images/about/icon-12.png");
}



@media screen and (max-width: 1366px) {


  .about-page-s1 .en,
  .index-s1 .item .en {
    font-size: 28px;
  }

  .about-page-s2 .para {
    font-size: 14px;
  }

  .about-page-s3 .tab-cont {
    max-width: 580px;
    height: auto;
  }

  .about-page-s3 .year .item .line {
    width: 60px;
  }

  .about-page-s3 .airplane img {
    width: 90px;
  }

  .about-page-s4 .tab-tit span {
    width: 140px;
  }

  .about-page-s4 .tab-cont h3 {
    font-size: 18px;
  }

  .about-page-s4 .tab-cont .para {
    font-size: 14px;
  }

  .about-page-s4 .cont .para {
    font-size: 14px;
  }

  .about-page-s4 .cont a {
    font-size: 14px;
    line-height: 40px;
    width: 260px;
  }

  .about-page-s5 .tab-cont .child .map-c .img-box {
    width: 150px;
    height: 70px;
  }

  .about-page-s5 .tab-cont .child .map-c .txt-box {
    width: 210px;
  }

  .about-page-s5 .tab-cont .child .map-c .txt-box span {
    font-size: 14px;
  }

  .about-page-s5 .tab-cont .child .map-c:after {
    width: 24px;
    height: 36px;
  }

  .about-page-s5 .tab-tit .item h3 {
    font-size: 18px;
  }

  .about-page-s5 .info-items .info a.btn {
    width: 140px;
    font-size: 14px;
    line-height: 40px;
  }

  .about-page-s5 .info-items .info .link a:nth-of-type(even) {
    margin-left: 40px;
  }


}
@media screen and (max-width: 1024px) {


  .about-page-s1 .en,
  .index-s1 .item .en {
    font-size: 28px;
  }

  .about-page-s2 {
    padding: 40px 5vw;
  }

  .about-page-s2 .cont {
    margin-top: 0;
  }

  .about-page-s3 {
    padding: 10vw 5vw 0px;
  }

  .about-page-s4 {
    padding: 40px 5vw;
  }

  .about-page-s5 .tab-cont .child .map-c .box {
    display: none;
  }

  .about-page-s5 .cont {
    margin-top: 0;
    padding: 40px 5vw;
  }

  .about-page-s5 {
    padding-bottom: 0;
  }

  .about-page-s5 .info-items .info .link a:nth-of-type(even) {
    margin-left: 28px;
  }


}
@media screen and (max-width: 768px) {
  .tech-page1-s1 h3,
  .solution-s1 h3,
  .about-page-s1 .cn,
  .about-page-s3 .tab-cont h3,
  .comm-s2 h3,
  .index-s1 .item .cn {
    font-size: 24px;
  }

  .tech-page1-s1 p {
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
  }

  .tech-page1-s2 .item h3 {
    font-size: 16px;
  }

  .tech-page1-s2 .item i {
    width: 70px;
    height: 50px;
  }

  .tech-page1-s2 .item .show h3 {
    margin-top: 15px;
  }

  .tech-page1-s2 .item p {
    font-size: 12px;
    line-height: 18px;
    height: auto;
    max-height: 72px;
    margin-top: 15px;
  }

  .tech-page1-s2 .item a.btn {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
  }

  .comm-s1 {
    padding: 40px 20px;
  }

  .solution-s7 .item .show {
    padding: 50px 0;
  }

  .solution-s7 .item .show i {
    height: 36px;
  }

  .solution-s7 .item .hide i {
    width: 24px;
    height: 24px;
  }

  .solution-s9 .item .img-box {
    width: 100%;
    height: 80px;
    display: block;
  }

  .solution-s9 .item .txt-box {
    width: 100%;
    display: block;
  }

  .solution-s9 .item h3 {
    text-align: center;
  }

  .solution-s6 .item .show {
    padding: 50px 0;
  }

  .solution-s6 .item .show i {
    height: 36px;
  }

  .solution-s6 .item .hide i {
    width: 24px;
    height: 24px;
  }

  .solution-s2 .item {
    margin: 0 5px;
  }

  .solution-s3 .tab-tit .item {
    margin: 0;
  }

  .solution-s3 .tab-tit .item .icon {
    margin: 0 auto;
  }

  .solution-s3 .tab-tit .item span {
    position: static;
    transform: none;
  }

  .solution-s3 .tab-tit .item .line {
    width: 30px;
    right: -20px;
  }

  .about-page-s1 .en,
  .index-s1 .item .en {
    font-size: 16px;
    margin-top: 10px;
  }

  .about-page-s3 .airplane {
    display: none;
  }

  .about-page-s3 .button {
    display: none;
  }

  .about-page-s3 .year .item .line {
    margin-left: -20px;
  }

  .index-s1 .item p {
    font-size: 16px;
  }

  .index-s2 .deep-box .para p {
    padding: 20px;
  }

  .index-s2 .deep-box .para {
    width: 100%;
  }

  .news-separate .left-block {
    width: 100%;
    display: block;
  }

  .news-separate .right-block {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .tech-page1-s1 .txt-box,
  .solution-s1 .txt-box,
  .about-page-s1 .txt-box,
  .comm-s2 .txt-box,
  .index-s1 .item .txt-box,
  .news-detail-s1 .txt-box {
    padding: 40px 5vw;
    position: relative;
    z-index: 2;
  }

  .tech-page1-s1 .img-box,
  .solution-s1 .img-box,
  .about-page-s1 .img-box,
  .comm-s2 .img-box,
  .index-s1 .item .img-box,
  .news-detail-s1 .img-box {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
  }

  .tech-page1-s1 .img-box img,
  .solution-s1 .img-box img,
  .about-page-s1 .img-box img,
  .comm-s2 .img-box img,
  .index-s1 .item .img-box img,
  .news-detail-s1 .img-box img {
    position: absolute;
    top: 0;
    left: 50%;
    animation: none;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }

  .tech-page1-s2 .items {
    margin: 0;
  }

  .tech-page1-s2 .items-3 .item,
  .tech-page1-s2 .items-2 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .tech-page1-s2 .items-3 .item:nth-of-type(1),
  .tech-page1-s2 .items-2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .comm-s1 .cont {
    padding: 0;
  }

  .c-tit h3 {
    font-size: 2.0rem; letter-spacing:0px;
  }

  .c-tit h4 {
    font-size: 14px;
    margin-top: 15px;
  }

  .comm-s1 a {
    width: 120px;
    line-height: 36px;
    font-size: 14px;
    position: static;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .solution-s1 .tip {
    font-size: 14px;
    margin-top: 10px;
  }

  .solution-s1 .tip span {
    font-size: 24px;
  }

  .solution-s1 .prog {
    padding: 10px;
    margin-top: 10px;
  }

  .solution-s1 .prog span:before {
    width: 14px;
    height: 14px;
    margin: -2px 4px 0 0;
  }

  .solution-s1 .prog span {
    font-size: 12px;
    line-height: 24px;
  }

  .solution-s1 .prog span:after {
    width: 5px;
    height: 7px;
    margin: -2px 4px 0;
  }

  .solution-s8 {
    padding: 40px 5vw;
  }

  .solution-s8 h3 {
    font-size: 24px;
  }

  .c-tit p {
    font-size: 14px;
    line-height: 24px;
  }

  .solution-s7 .items {
    margin: 20px 0 0;
    display: block;
  }

  .solution-s7 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .solution-s7 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s7 .item .hide i,
  .solution-s6 .item .hide i {
    top: 20px;
    left: 20px;
  }

  .solution-s7 .item .hide .txt,
  .solution-s6 .item .hide .txt {
    padding: 0 20px 20px;
  }

  .solution-s7 .item .show h3,
  .solution-s7 .item .hide h3,
  .solution-s6 .item .show h3,
  .solution-s6 .item .hide h3 {
    font-size: 16px;
  }

  .solution-s9 .items {
    margin-top: 20px;
    display: block;
  }

  .solution-s9 .item {
    flex: none;
  }

  .solution-s9 .item:nth-of-type(2) {
    margin: 20px 0 0;
  }

  .solution-s9 .item .txt-box {
    padding: 20px;
  }

  .solution-s9 .item h3 {
    font-size: 16px;
  }

  .solution-s2 .items {
    margin: 20px 0 0;
    display: block;
  }

  .solution-s2 .item {
    margin: 20px 0 0;
  }
  .solution-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s2 .item .txt-box {
    padding: 20px;
  }

  .solution-s2 .item h3 {
    font-size: 16px;
  }

  .solution-s6 .items {
    margin: 20px 0 0;
    display: block;
  }

  .solution-s6 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .solution-s6 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .solution-s6 .item .hide p {
    font-size: 12px;
    line-height: 14px;
  }

  .solution-s6 .item .hide p:before {
    top: 6px;
  }

  .solution-s1 .dot {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .solution-s1 .dot span {
    font-size: 20px;
  }

  .solution-s1 .dot:nth-of-type(3), .solution-s1 .dot:nth-of-type(4) {
    margin-top: 0;
  }

  .solution-s1 .dot:nth-of-type(even) {
    margin-left: 0;
  }

  .solution-s4 .items {
    margin-top: 20px;
    padding: 0;
    display: block;
    background-color: transparent;
  }

  .solution-s4 .item {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
  }
  .solution-s4 .item:nth-of-type(1) {
    margin: 0;
  }

  .solution-s4 .item .icon {
    width: 40px;
    height: 40px;
    float: left;
  }

  .solution-s4 .item h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0 60px;
  }

  .solution-s4 .item p {
    margin: 10px 0 0 60px;
  }

  .solution-s5 .no-detail {
    margin-top: 20px;
  }

  .solution-s5 .no-detail .items {
    margin: -10px -5px 0;
  }

  .solution-s5 .no-detail .item {
    width: calc(50% - 10px);
    height: 80px;
    margin: 10px 5px 0;
  }

  .solution-s5 .tab-tit .item .logo {
    height: 60px;
  }

  .solution-s5 .tab-tit .item img {
    max-width: 90%;
  }

  .solution-s5 .tab-cont {
    margin: 0;
  }

  .solution-s5 .swiper {
    margin: 20px 0 0;
    padding: 0;
  }

  .solution-s5 .swiper .box {
    padding: 20px;
  }

  .solution-s5 .swiper .box i {
    width: 34px;
    height: 34px;
    top: 20px;
    right: 20px;
  }

  .solution-s5 .swiper .box h3 {
    font-size: 16px;
  }

  .solution-s5 .pagination {
    margin-top: 15px;
  }

  .solution-s5 .pagination span {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .solution-s5 a.more {
    margin-top: 20px;
  }

  .solution-s3 .tab-tit {
    margin-top: 20px;
  }

  .solution-s3 .tab-tit .item {
    width: 85px;
    margin-right: 40px;
  }
  .solution-s3 .tab-tit .item:last-of-type {
    margin-right: 0;
  }

  .solution-s3 .tab-tit .item span {
    font-size: 12px;
  }

  .sitemap-s1 .item {
    padding: 15px 0;
  }

  .sitemap-s1 a.btn {
    width: calc((100% - 10px) / 3);
    line-height: 36px;
    font-size: 13px;
  }

  .sitemap-s1 .link a.btn {
    margin-right: 5px;
    margin-top: 5px;
  }
  .sitemap-s1 .link a.btn:nth-of-type(3n) {
    margin-right: 0;
  }
  .sitemap-s1 .link a.btn:nth-of-type(5n) {
    margin-right: 5px;
  }

  .search-s2 .item {
    border-bottom-width: 2px;
  }

  .search-s2 .item a {
    padding: 20px 0;
  }

  .search-s2 .item .date {
    font-size: 12px;
  }

  .search-s2 .item h3 {
    font-size: 16px;
  }

  .search-s2 .item .url {
    font-size: 12px;
    line-height: 18px;
  }

  .search-s2 .tip {
    text-align: center;
  }

  .legal-s1 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .about-page-s2 .para {
    line-height: 24px;
    padding: 0;
    background-color: transparent;
  }

  .about-page-s3 .cont {
    margin-top: 20px;
  }

  .about-page-s3 .tab-cont {
    padding: 20px;
    height: auto;
  }

  .about-page-s3 .tab-cont .para {
    margin-top: 10px;
  }

  .about-page-s3 .tab-cont h3:before {
    width: 16px;
    height: 16px;
  }

  .about-page-s3 .year {
    margin-top: 20px;
  }

  .about-page-s3 .year .item .box:before {
    width: 16px;
    height: 24px;
  }

  .about-page-s3 .year .item .box .dot {
    margin: 15px auto;
  }

  .about-page-s3 .year .item .line {
    top: 44px;
    height: 2px;
  }

  .about-page-s3 .year .item .line:after {
    height: 2px;
  }

  .about-page-s4 .tab-tit {
    margin: 20px 0;
  }

  .about-page-s4 .tab-tit span {
    width: 80px;
    line-height: 30px;
    border-width: 1px;
    margin: 0 5px;
    font-size: 14px;
  }

  .about-page-s4 .tab-cont .box {
    display: block;
    border-radius: 5px;
  }

  .about-page-s4 .tab-cont .txt-box {
    padding: 20px;
    width: 100%;
  }

  .about-page-s4 .tab-cont .img-box {
    width: 100%;
  }

  .about-page-s4 .tab-cont h3 {
    font-size: 16px;
    text-align: center;
  }

  .about-page-s4 .tab-cont .para {
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 15px;
  }

  .about-page-s4 .cont .para {
    line-height: 24px;
    padding: 15px 0;
  }

  .about-page-s5 .tab-cont {
    overflow: hidden;
  }

  .about-page-s5 .tab-cont .child img {
    width: 140%;
    margin-left: -20%;
  }

  .about-page-s5 .tab-tit {
    display: block;
    background-color: transparent;
    box-shadow: none;
    overflow: inherit;
  }

  .about-page-s5 .tab-tit .item {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .about-page-s5 .tab-tit .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-page-s5 .tab-tit .item:after {
    display: none;
  }

  .about-page-s5 .info-items {
    margin: 20px 0 0;
    display: block;
  }

  .about-page-s5 .info-items .info {
    width: 100%;
    padding: 20px;
    margin: 20px 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .about-page-s5 .info-items .info:nth-of-type(1) {
    margin-top: 0;
  }

  .about-page-s5 .info-items .info a.btn {
    width: 120px;
    line-height: 36px;
    margin-top: 20px;
  }

  .about-page-s5 .info-items .info .ewm {
    width: 50%;
  }

  .about-page-s5 .info-items .info .link {
    max-width: 220px;
  }

  .about-page-s5 .info-items .info .link a {
    margin: 10px !important;
  }

  .about-page-s2 .cont:after,
  .about-page-s4 .tab-cont:after,
  .about-page-s5 .info-items:after {
    display: none;
  }

  .comm-s2 p {
    font-size: 16px;
  }

  .case-page-s2 .item {
    padding: 0;
    background-color: transparent;
  }

  .case-page-s2 .item .img-box {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  .case-page-s2 .item .txt-box {
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }

  .case-page-s2 .item h3 {
    width: 100%;
    height: 24px;
    margin-top: 0;
  }

  .case-page-s2 .item svg {
    display: none;
  }

  .case-page-s2 .item .tit span {
    font-size: 16px;
    color: #333;
  }

  .case-page-s2 .item .para {
    margin-top: 15px;
  }

  .case-page-s2 .item .icons {
    margin-top: 15px;
    padding-top: 15px;
  }

  .case-page-s2 .item .icon {
    margin-right: 0;
    width: 25%;
    margin-top: 15px;
  }
  .case-page-s2 .item .icon:nth-of-type(1), .case-page-s2 .item .icon:nth-of-type(2), .case-page-s2 .item .icon:nth-of-type(3), .case-page-s2 .item .icon:nth-of-type(4) {
    margin-top: 0;
  }

  .case-page-s2 .item .icon i {
    width: 40px;
    height: 32px;
  }

  .case-page-s2 .item .icon p {
    font-size: 12px;
    transform: scale(0.9);
  }

  .index-s1 .item .txt-box {
    top: 0;
    height: 240px;
  }

  .index-s1 .item .btn {
    margin-top: 20px;
  }

  .index-s2 {
    overflow: hidden;
  }

  .index-s2 .deep-box {
    margin-top: -40px;
  }

  .index-s2 .deep-box .tit {
    width: 80px;
    height: 70px;
  }

  .index-s2 .deep-box .tit span {
    font-size: 14px;
  }

  .index-s2 .deep-box .para p {
    line-height: 24px;
  }

  .index-s3 .tab-wrap {
    margin-top: 20px;
  }

  .index-s3 .tab-tit {
    float: none;
    margin-top: 0;
  }

  .index-s3 .tab-tit .items {
    width: 100%;
    background-color: transparent;
    font-size: 0;
    border-radius: 0;
  }

  .index-s3 .tab-tit .item:after {
    display: none;
  }

  .index-s3 .tab-tit .item {
    margin-bottom: 0;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .index-s3 .tab-tit .item .txt {
    height: auto;
    padding: 10px 0;
  }

  .index-s3 .tab-tit .item i {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 28px;
  }

  .index-s3 .tab-tit .item span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    transform: scale(0.9);
  }

  .index-s3 .tab-cont {
    margin: 20px 0 0;
    padding: 0;
  }

  .index-s3 .tab-cont h3 {
    font-size: 16px;
  }

  .index-s3 .tab-cont .para {
    line-height: 24px;
    margin-top: 15px;
  }

  .index-s3 .tab-cont .btn {
    margin-top: 15px;
  }

  .index-s3 .tab-cont a {
    width: 140px;
  }

  .index-s3 .tab-cont .logos {
    margin-top: 15px;
    padding-top: 15px;
  }

  .index-s3 .tab-cont .logo {
    width: calc(50% - 5px);
    margin-top: 10px;
    margin-right: 10px;
  }
  .index-s3 .tab-cont .logo:nth-of-type(1), .index-s3 .tab-cont .logo:nth-of-type(2) {
    margin-top: 0;
  }
  .index-s3 .tab-cont .logo:nth-of-type(even) {
    margin-right: 0;
  }

  .index-s5 .cont {
    margin-top: 20px;
  }

  .index-s5 .cont .items {
    margin: 0 -5px;
  }

  .index-s5 .cont .item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }

  .index-s5 .cont .item .show {
    display: none;
  }

  .index-s5 .cont .item .hide {
    position: static;
    opacity: 1;
  }

  .index-s5 .cont .item .img-box {
    height: 150px;
  }

  .index-s5 .cont .item h3 {
    font-size: 16px;
  }

  .index-s5 .cont .item p {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    padding: 0 10px;
  }

  .index-s6 .tab-tit {
    margin-top: 20px;
  }

  .index-s6 .tab-tit span {
    width: 70px;
    margin: 0 2px;
    font-size: 12px;
    line-height: 30px;
  }

  .index-s6 .tab-cont .item {
    height: 50px;
  }

  .index-s6 .tab-cont .swiper {
    padding: 20px 0;
  }

  .index-s6 .tab-cont .items {
    padding: 0;
  }

  .index-s6 img.img-bg {
    display: none;
  }

  .index-s7 {
    padding: 0 5vw 40px;
  }

  .index-s7 .items {
    margin: 20px 0 0;
  }

  .index-s7 .item {
    width: 100%;
    margin: 0;
  }
  .index-s7 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s7 .item .txt-box {
    padding: 10px 10px 0;
  }

  .index-s7 .item .date {
    font-size: 12px;
  }

  .index-s7 .item h3 {
    margin: 10px 0;
  }

  .index-s7 a.more {
    width: 140px;
    font-size: 14px;
    line-height: 36px;
    margin-top: 20px;
  }

  .index-s7 .pagination {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
  }

  .index-s7 .pagination span {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #e1e1e1;
    transition: all .3s ease;
    cursor: pointer;
  }
  .index-s7 .pagination span.active {
    background-color: #eb1329;
  }

  .index-s3 .tab-tit:after,
  .index-s5 .cont:before {
    display: none;
  }

  .comm-s2 h4,
  .news-detail-s1 h4 {
    font-size: 24px;
  }

  .comm-s2 form {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    margin-top: 20px;
  }

  .comm-s2 button {
    width: 40px;
    height: 40px;
    background-size: auto 20px;
  }

  .news-page-s2 .cate-box {
    padding: 0;
    text-align: center;
  }

  .news-page-s2 .cate-box a {
    line-height: 40px;
    padding: 0 10px;
    margin: 0 10px;
    border-width: 2px;
  }

  .news-page-s2 {
    padding: 0;
  }

  .news-page-s2 .de-box {
    padding: 20px;
  }

  .news-page-s2 .de-box .item a {
    padding: 0;
  }

  .news-page-s2 .de-box .item {
    margin-top: 20px;
  }
  .news-page-s2 .de-box .item:nth-of-type(1) {
    margin-top: 0;
  }

  .news-page-s2 .de-box .item .img-box {
    width: 100px;
    vertical-align: top;
  }

  .news-page-s2 .de-box .item .btn {
    display: none;
  }

  .news-page-s2 .de-box .item .txt-box {
    width: calc(100% - 100px);
    padding-left: 10px;
    vertical-align: top;
  }

  .news-page-s2 .de-box .item .date {
    position: static;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    display: none;
  }

  .news-page-s2 .de-box .item h3 {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
  }

  .news-page-s2 .de-box .item p {
    display: none;
  }

  .news-page-s2 .de-box .item .label {
    padding: 0;
    margin-top: 5px;
  }

  .news-page-s2 .de-box .item .label span {
    padding: 0 5px;
    margin-left: 5px;
    margin-top: 2px;
  }

  .comm-page {
    margin-top: 20px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .news-separate .right-block .top-box {
    padding: 0 20px 20px;
  }

  .news-separate .right-block .tit {
    margin: 0 -20px;
    padding: 15px 20px;
  }

  .news-separate .right-block .pic-list .label span,
  .news-separate .right-block .txt-list .label span {
    padding: 0 5px;
    margin-left: 5px;
  }

  .news-separate .right-block .txt-list {
    margin-top: 20px;
  }

  .news-separate .right-block .bot-box {
    margin-top: 20px;
    padding: 0 20px 20px;
  }

  .news-detail-s1 h4 {
    width: 100%;
  }

  .news-detail-s2 .info {
    padding: 0 20px;
  }

  .news-detail-s2 .info span {
    font-size: 12px;
  }

  .news-detail-s2 .news-separate {
    margin-top: 20px;
  }

  .news-detail-s2 .cont-box {
    padding: 20px;
  }

  .comm-other {
    margin-top: 20px;
    padding: 15px 20px;
  }

  .comm-other a {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .comm-other a:nth-of-type(2) {
    margin-top: 5px;
  }

  .news-detail-s2 {
    padding: 20px 0 40px;
  }

  .news-detail-s2 a.back {
    display: none;
  }

  .news-detail-s1 .txt-box {
    min-height: 164px;
  }
}




.cell-box{font-size: 0;}
.cell-box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell-box .cell{width: 100%; display: inline-block; vertical-align: middle;}

.contact-s2 .map {
  height: 30vw;
  max-height: 540px;
}
.contact-s2 .amap-icon{
  width: 30px;
  height: 43px;
}
.contact-s2 .map-cont {
  width: 450px;
  margin: -10px -18px -10px -10px;
  font-size: 0;
}
.contact-s2 .map-cont .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
  height: 90px;
  text-align: center;
  background-color: #c81527;
}
.contact-s2 .map-cont .img-box img {
  width: auto;
  max-width: 70% !important;
  max-height: 50% !important;
}
.contact-s2 .map-cont .txt-box {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  text-align: center;
}
.contact-s2 .map-cont .txt-box span {
  font-size: 16px;
  color: #444;
}


@media (max-width: 1199px){
  .contact-s2 .map{
    height: 300px;
  }
  .contact-s2 .map-cont{
    width: 260px;
  }
  .contact-s2 .map-cont .img-box{
    height: 60px;
    width: 40%;
  }
  .contact-s2 .map-cont .txt-box{
    width: 60%;
  }
  .contact-s2 .map-cont .txt-box span{
    font-size: 12px;
  }
}