.case {
  padding-top: 6.25rem;
}
.case .padd {
  padding: 0 1.875rem;
}
.case .item {
  margin-bottom: 2.5rem;
}
.case .item:hover .box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.case .item:hover .box .circle .ctop {
  width: 100%;
}
.case .item:hover .box .circle .cright {
  height: 100%;
}
.case .item:hover .box .circle .cbottom {
  width: 100%;
}
.case .item:hover .box .circle .cleft {
  height: 100%;
}
.case .item:hover .more {
  color: #1963ce;
}
.case .item .box {
  border: 2px transparent solid;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}
.case .item .box img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.case .item .box .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.case .item .box .circle .ctop {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.case .item .box .circle .cright {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.case .item .box .circle .cbottom {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
}
.case .item .box .circle .cleft {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
}
.pro-top {
  padding: 3.75rem 0;
  border-bottom: 1px #f7f7f7 solid;
}
.pro-top .list .item .box {
  width: 250px;
  line-height: 6.25rem;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 0 2px #dfdfdf;
}
.pro-top .list .item .box span {
  padding-left: 1.25rem;
}
.pro-top .list .item .box .img1 {
  display: inline-block;
}
.pro-top .list .item .box .img2 {
  display: none;
}
.pro-top .list .item .box.active {
  box-shadow: 0 0 2px #1963ce;
  background-color: #1963ce;
  color: #ffffff;
}
.pro-top .list .item .box.active .img1 {
  display: none;
}
.pro-top .list .item .box.active .img2 {
  display: inline-block;
}
.pro-list .item {
  margin-top: 2.25rem;
  box-shadow: 0 0 3px #dfdfdf;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pro-list .item:hover {
  box-shadow: 0 0 3px #aaaaaa;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pro-list .item:nth-child(odd) .pro-img {
  padding-right: 5.625rem;
}
.pro-list .item:nth-child(odd) .pro-info .info-box {
  padding: 1.25rem 5.625rem 1.25rem 0;
}
.pro-list .item:nth-child(even) .pro-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  padding-left: 5.625rem;
}
.pro-list .item:nth-child(even) .pro-info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.pro-list .item:nth-child(even) .pro-info .info-box {
  padding: 1.25rem 0 1.25rem 5.625rem;
}
.pro-list .img-box {
  width: 100%;
  height: 17.1875rem;
  background: url("../images/pro-list-bg.png") no-repeat center center;
  background-size: 100% auto;
  text-align: center;
  margin: 0 auto;
}
.pro-list .img-box img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px 0;
  width: 50%;
  max-height: 100%;
}
.pro-list .hline {
  margin-top: 1rem;
  width: 25px;
  height: 1px;
  background-color: #1963ce;
}
.pro-list .reflection {
  display: none;
  width: 100%;
  position: relative;
  height: 24px;
  background: bottom center no-repeat;
  background-size: 50% auto;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  opacity: 0.5;
}
.pro-list .desc {
  height: 82px;
  margin-top: 20px;
  color: #666666;
}
.pro-list .more {
  margin-top: 45px;
}
.contact-top .item {
  padding-bottom: 5rem;
  text-align: center;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
  position: relative;
}
.contact-top .item .hline {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 5px;
  background-color: #1963ce;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.contact-top .item:not(:last-child) {
  border-right: 1px #f7f7f7 solid;
}
.contact-top .item:hover {
  box-shadow: 0 0 1px #aaaaaa;
}
.contact-top .item:hover .hline {
  width: 100%;
}
.contact-top .item .icon {
  margin-top: 2.5rem;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px #1963ce solid;
}
.contact-top .item .icon .iconfont {
  display: inline-block;
  font-size: 40px;
  color: #1963ce;
}
.contact-top .item .title {
  margin-top: 14px;
  font-size: 14px;
}
.contact-top .item .i-info {
  margin-top: 20px;
  font-size: 16px;
  padding:0 5px;
}
.contact-liuyan .top-title {
  font-size: 2.5rem;
  line-height: 1.875rem;
}
.contact-liuyan .form {
  margin-top: 4.375rem;
}
.contact-liuyan label {
  width: auto !important;
  padding-left: 1.25rem !important;
  letter-spacing: 3px;
  color: #666;
}
.contact-liuyan label img {
  height: 30px;
  padding-right: 1rem;
}
.contact-liuyan textarea {
  height: 9.0625rem;
}
.contact-liuyan .label-op::after {
  opacity: 0;
}
.contact-liuyan .button {
  padding-left: 2.8125rem;
  padding-right: 2.875rem;
}
.contact-liuyan .form .input-group,
.contact-liuyan .form fieldset > .input-group {
  margin-bottom: 2.5rem;
}
.about-jiashao {
  position: relative;
  background: url("../images/about-jieshao-bg.png") no-repeat left bottom;
  background-size: 30% auto;
}
.about-jiashao .about-img {
  position: absolute;
  right: 0;
  top: 6.875rem;
  width: 50%;
}
.about-jiashao .about-img img {
  width: 100%;
  height: auto;
}
.about-jiashao .left {
  padding-right: 5rem;
}
.about-jiashao .left .text {
  width: 100%;
  height: 345px;
  margin-top: 5rem;
  overflow: auto;
}
.about-jiashao .left .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.about-jiashao .left .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1963ce;
}
.about-jiashao .left .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #aaaaaa;
}
.about-jiashao .left .op-wrap {
  margin-top: 3.125rem;
}
.about-jiashao .left .op-wrap .item {
  line-height: 40px;
  color: #aaaaaa;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about-jiashao .left .op-wrap .item:not(:last-child) {
  border-right: 1px #f7f7f7 solid;
}
.about-jiashao .left .op-wrap .item img {
  max-width: 20%;
  padding-right: 5px;
}
.about-jiashao .left .op-wrap .item img:first-child {
  display: inline-block;
}
.about-jiashao .left .op-wrap .item img:last-child {
  display: none;
}
.about-jiashao .left .op-wrap .item.active {
  background-color: #1963ce;
  background-image: -webkit-gradient(linear, left top, right top, from(#1963ce), to(#67b4e8));
  background-image: linear-gradient(to right, #1963ce, #67b4e8);
  color: #ffffff;
}
.about-jiashao .left .op-wrap .item.active img:first-child {
  display: none;
}
.about-jiashao .left .op-wrap .item.active img:last-child {
  display: inline-block;
}
.about-jiashao .left .op-text {
  margin-top: 1.875rem;
}
.about-jiashao .left .op-text p {
  font-size: 1.125rem;
}
.about-jiashao .left .op-text p:not(:first-child) {
  display: none;
}
.about-js-gs {
  padding: 3.75rem 0;
  background: url("../images/gshj-bg.png") no-repeat right bottom;
  background-color: #fafafa;
  background-size: auto;
}
.about-js-gs .po {
  position: relative;
}
.about-js-gs .ags-sw {
  position: relative;
}
.about-js-gs .ags-sw .left img {
  width: 100%;
  object-fit: contain;
}
.about-js-gs .ags-sw .right {
  padding-left: 5rem;
}
.about-js-gs .ags-sw .right .title {
  margin-top: 250px;
}
.about-js-gs .top {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.about-js-gs .top .right {
  padding-left: 5rem;
}
.about-js-gs .top .sub-title {
  color: #aaaaaa;
  font-size: 0.875rem;
}
.about-js-gs .page {
  width: 7.5rem;
  height: 2.8125rem;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
}
.about-js-gs .page .ags-next,
.about-js-gs .page .ags-prev {
  color: #aaaaaa;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-js-gs .page .ags-next:hover,
.about-js-gs .page .ags-prev:hover {
  color: #ffffff;
  background-color: #1963ce;
  border: 1px solid #1963ce;
}
.about-js-gs .page .ags-next::after,
.about-js-gs .page .ags-prev::after {
  font-size: 1.75rem;
}
.about-js-fz {
  padding-top: 5rem;
  background: url("../images/jsfz-bg.png") no-repeat left center;
}
.about-js-fz .top .hline {
  width: 5rem;
  height: 5px;
  background-color: #1963ce;
  display: inline-block;
}
.about-js-fz .desc {
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: 4.375rem;
  box-shadow: 0 0 5px #dfdfdf;
  background-color: #ffffff;
  display: table;
}
.about-js-fz .desc .yinhao {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-js-fz .desc .yinhao.y1 {
  left: 5%;
}
.about-js-fz .desc .yinhao.y2 {
  right: 5%;
}
.about-js-fz .desc .op {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.about-js-fz .desc .op span {
  display: inline-block;
  max-width: 80%;
}
.about-js-fz .desc .op span:not(:nth-child(1)) {
  display: none;
}
.about-js-fz .year {
  font-size: 7.5rem;
  text-align: center;
  color: #f5f5f5;
}
.about-js-fz .year p:not(:nth-child(1)) {
  display: none;
}
.about-js-fz .fz-sw .bot {
  padding-top: 20px;
}
.about-js-fz li.swiper-slide {
  width: 180px;
}
.about-js-fz .nav.nav-step > li[title]::after {
  width: 15px;
  height: 15px;
  top: -7px;
}
.about-js-fz .nav.nav-step > li[title].active::after {
  width: 20px;
  height: 20px;
  top: -9px;
}
.about-js-ry {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  background: url("../images/jsry-bg.png") no-repeat center center;
  background-size: auto 100%;
}
.about-js-ry .s-title-big {
  color: #c8c192;
}
.about-js-ry .s-title {
  color: #ffffff;
}
.about-js-ry .top .hline {
  width: 5rem;
  height: 5px;
  background-color: #ffffff;
  display: inline-block;
}
.about-js-ry .ary-sw {
  padding-top: 110px;
}
.about-js-ry .ary-sw .swiper-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-js-ry .ary-sw .swiper-slide-active,
.about-js-ry .ary-sw .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.2) translateY(-7%);
          transform: scale(1.2) translateY(-7%);
  z-index: 2;
}
.about-js-ry .ary-sw .swiper-slide-active .bg-img,
.about-js-ry .ary-sw .swiper-slide-duplicate-active .bg-img {
  display: none;
}
.about-js-ry .ary-sw .box {
  position: relative;
}
.about-js-ry .ary-sw .box img {
  width: 100%;
  display: block;
}
.about-js-ry .ary-sw .box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.about-js-ry .ary-sw .page .ary-prev,
.about-js-ry .ary-sw .page .ary-next {
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.about-js-ry .ary-sw .page .ary-prev:hover,
.about-js-ry .ary-sw .page .ary-next:hover {
  background-color: #1963ce;
  color: #fff;
}
.about-js-ry .ary-sw .page .ary-next:after,
.about-js-ry .ary-sw .page .ary-prev:after {
  font-size: 2.5rem;
}
.about-js-ry .ary-sw .ary-pag {
  padding-top: 2.5rem;
  text-align: center;
}
.about-js-ry .ary-sw .swiper-pagination-bullet {
  border: 1px #aaaaaa solid;
  background: none;
  opacity: 1;
}
.about-js-ry .ary-sw .swiper-pagination-bullet-active {
  background: #1963ce !important;
  border-color: #1963ce;
}
.news-top .item {
  position: relative;
}
.news-top .right-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
}
.news-top .right {
  padding: 1.5625rem 3.75rem;
  box-shadow: 0 0 2px #dfdfdf;
  background-color: #ffffff;
}
.news-top .right .title {
  font-size: 1.375rem;
  color: #1963ce;
}
.news-top .right .time {
  font-size: 1rem;
  color: #aaaaaa;
  line-height: 2;
}
.news-top .right .desc {
  height: 5.8125rem;
  font-size: 1.125rem;
  color: #666;
}
.news-top .right .lj {
  color: #aaaaaa;
  font-size: 0.875rem;
  margin-top: 3.875rem;
}
.news-top .right .lj a {
  z-index: 3;
  color: inherit;
  position: relative;
}
.news-top .right .lj a:hover {
  color: #1963ce;
}
.news-top .img-box {
  height: 0;
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
}
.news-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-top .news-top-sw {
  position: relative;
  padding: 1.375rem 0;
}
.news-top .news-top-pag {
  position: absolute;
  right: 20%;
  left: auto;
  width: 38.33333333%;
  padding-left: 60px;
  z-index: 2;
  bottom: 20%;
}
.news-top .swiper-pagination-bullet {
  border: 1px #aaaaaa solid;
  background: none;
  opacity: 1;
}
.news-top .swiper-pagination-bullet-active {
  background: #1963ce !important;
  border-color: #1963ce;
}
.news-list {
  padding-bottom: 2.5rem;
}
.news-list .wrap {
  padding: 0 1.375rem;
}
.news-list .item {
  width: 100%;
  margin-right: 5%;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.news-list .item .s-box21,
.news-list .item .s-box32,
.news-list .item .s-box11 {
  overflow: hidden;
}
.news-list .item .box {
  height: 0;
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
}
.news-list .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-list .item:nth-child(3n) {
  margin-right: 0;
}
.news-list .item:hover .more {
  color: #1963ce !important;
}
.news-list .item:hover .more .line {
  width: 100%;
}
.news-list .item:hover .more .swiper-button-next {
  opacity: 1;
}
.news-list .item .more {
  margin-top: 1.25rem;
  color: #aaaaaa;
  font-size: 1rem;
  letter-spacing: 3px;
  border-top: 1px solid #aaaaaa;
  line-height: 2.25rem;
  position: relative;
}
.news-list .item .more .swiper-button-next {
  color: inherit;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-list .item .more .swiper-button-next::after {
  font-size: inherit;
}
.news-list .item .more .line {
  width: 0px;
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  background-color: #1963ce;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 2;
}
.news-list .item .content {
  padding: 20px;
  padding-bottom: 5px;
  color: #aaaaaa;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news-list .item .content .title {
  color: #333333;
  font-size: 18px;
  letter-spacing: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .item .content .time {
  margin-top: 22px;
  font-size: 16px;
}
.news-list .item .content .more {
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 50px;
  text-align: right;
}
.news-list .item .content .more .iconfont {
  font-size: 20px;
}
.news-list .item .play {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.news-list .item .play img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
@media (min-width: 1601px) {
  .news-top .news-top-pag {
    bottom: 23%;
  }
  .about-jiashao .left .text {
    height: 410px;
  }
  .pro-list .img-box {
    height: 21.25rem;
  }
  .pro-list .more {
    margin-top: 95px;
  }
}
@media (max-width: 992px) {
  .case {
    padding-top: 3.75rem;
  }
  .pro-top .list .item .box {
    max-width: 90%;
  }
  .news-top .right-wrap {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .pro-list .item .pro-img {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
       -moz-box-ordinal-group: 2 !important;
            order: 1 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pro-list .item .pro-info {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
       -moz-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
  .pro-list .item .pro-info .info-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .news-top .right .desc {
    font-size: 1rem;
    height: auto;
  }
  .news-top .news-top-pag {
    right: auto;
  }
  .news-top .right .lj {
    margin-top: 1.25rem;
  }
  .news-top .news-top-pag {
    right: auto;
    bottom: 30px;
  }
  .news-top .right .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 760px) {
  .case {
    padding-top: 2.5rem;
  }
  .case .padd {
    padding: 0 0.5rem;
  }
  .case .item {
    margin-bottom: 1.25rem;
  }
  .pro-top {
    padding: 2rem 0;
  }
  .pro-top .list .item .box img {
    width: 30%;
  }
  .pro-top .list .item .box span {
    padding: 0;
  }
  .pro-list .item .pro-img {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
       -moz-box-ordinal-group: 2 !important;
            order: 1 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pro-list .item .pro-info {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
       -moz-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
  .pro-list .item .pro-info .info-box {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .pro-list .more {
    margin-top: 1.25rem;
  }
  .pro-top .list .item .box {
    line-height: 5rem;
  }
  .contact-liuyan .top-title {
    font-size: 1.25rem;
  }
  .contact-top .item {
    padding-bottom: 2rem;
  }
  .about-jiashao .left {
    padding-right: 0;
  }
  .about-js-gs .ags-sw .right .title {
    margin-top: 30px;
  }
  .about-js-gs .ags-sw .right {
    padding-left: 0%;
  }
  .about-js-gs .page {
    position: relative;
    bottom: 0;
  }
  .about-js-gs .top {
    position: relative;
  }
  .about-js-gs .top .right {
    padding-left: 0;
  }
  .about-js-gs {
    padding-top: 0rem;
  }
  .about-js-fz {
    padding-top: 0rem;
  }
  .about-js-fz .desc {
    padding: 0;
    margin-top: 1.25rem;
    height: 130px;
  }
  .about-js-fz .year {
    font-size: 5.625rem;
  }
  .about-js-ry .ary-sw {
    padding-top: 1.875rem;
  }
  .about-js-ry {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .about-js-ry .ary-sw .page .ary-prev,
  .about-js-ry .ary-sw .page .ary-next {
    width: 2.5rem;
    height: 2.5rem;
    top: 45%;
  }
  .about-js-ry .ary-sw .page .ary-next:after,
  .about-js-ry .ary-sw .page .ary-prev:after {
    font-size: 1.875rem;
  }
  .news-list .wrap {
    padding: 0 0.5rem;
  }
  .news-top .right {
    padding: 10px;
  }
  .pro-list .img-box {
    height: 11.875rem;
  }
  .contact-liuyan label {
    padding-left: 0 !important;
  }
  .contact-liuyan label img {
    padding-right: 5px;
  }
  .contact-liuyan .form .input-group,
  .contact-liuyan .form fieldset > .input-group {
    margin-bottom: 16px;
  }
  .contact-liuyan textarea {
    height: 4.375rem;
  }
  .news-list .item .box {
    margin-top: 5px !important;
  }
  .about-jiashao .left .op-wrap .item img {
    display: none !important;
  }
  .about-js-fz li.swiper-slide {
    width: 140px;
  }
  .about-js-fz .nav.nav-step > li[title]::after {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
}
@media (max-width: 340px) {
  .pro-list .img-box {
    height: 165px;
  }
}
.yheyun_pages {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .yheyun_pages {
    margin-top: 20px;
  }
  .contact-map .map {
    height: 300px !important;
  }
}
