header {
  margin-bottom: 70px;
}

.slider_ctn {
  position: relative;
  top: 70px;
  z-index: 1;
  width: 100%;
  height: 660px;
  background-color: #ccc;
}

/* slider--------------s */
h3 {
  text-align: center;
}

.vui-slider {
  position: relative;
  overflow: hidden;
  background: #999;
}

.vui-slider .vui-items {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.vui-slider .vui-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vui-slider .vui-item a,
.vui-slider .vui-item img {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

.vui-slider .vui-buttons {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  left: 50%;
  margin-left: -48px;
  float: left;
  display: inline;
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.vui-slider .vui-button {
  float: left;
  display: inline;
  overflow: hidden;
  height: 12px;
  width: 12px;
  margin: 0 10px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: #ffffff48;
  cursor: pointer;
}

.vui-slider .vui-button-cur {
  background-color: rgb(255, 255, 255);
}

.vui-slider .vui-transfer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.vui-slider .vui-prev {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 60px;
  height: 150px;
  margin-top: -75px;
  border-radius: 0 10px 10px 0;
  background: url(prev.gif) no-repeat;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.vui-slider .vui-next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  width: 60px;
  height: 150px;
  margin-top: -75px;
  border-radius: 10px 0 0 10px;
  background: url(next.gif) no-repeat;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.vui-slider .vui-sidebutton-hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  background-color: #000;
}

.slider_box {
  position: relative;
  z-index: 1;
  width: 100%;
  /* height: calc(100% - 60px); */
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: none !important;
  background-color: #fff !important;
}

.vui-slider {
  position: relative;
  z-index: 1;
}

/* .vui-slider .vui-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
} */

.vui-slider .vui-item a {
  display: flex;
  height: 100%;
}

.vui-slider .vui-item img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.new_info {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* slider-------------------e */
.slider_ctn .form_ctn {
  position: relative;
  top: -660px;
  margin: 0 auto;
  width: 1366px;
  z-index: 2;
}

.slider_ctn .form_ctn .form_box {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 140px;
  width: 360px;
  height: 360px;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all .2s;
}

.slider_ctn .form_ctn .form_box:hover {

}

.slider_ctn .form_ctn .form_box {
  text-align: center;
}

.slider_ctn .form_ctn .form_box .tit {
  margin-bottom: 30px;
  height: 40px;
  font-size: 24px;
  /* background: linear-gradient(to right, #1BA0DC 0%, #10B190 100%); */
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #ffffff;
}

.slider_ctn .form_ctn .form_box .tit .sub {
  margin-left: 10px;
  color: #bebebe;
}

.slider_ctn .form_ctn .form_box .row0 {
  position: relative;
  margin-bottom: 30px;
}

.slider_ctn .form_ctn .form_box .row1 {
  position: relative;
  margin-bottom: 20px;
}

.slider_ctn .form_ctn .form_box .icon {
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 24px;
  height: 24px;
}

.slider_ctn .form_ctn .form_box .icon_user {
  background: url(../images/user_icon.png) no-repeat;
  background-size: contain;
}

.slider_ctn .form_ctn .form_box .icon_password {
  background: url(../images/password_icon.png) no-repeat;
  background-size: contain;
}

.slider_ctn .form_ctn .form_box .lg_tip {
  height: 40px;
}

.slider_ctn .form_ctn .form_box input {
  width: 100%;
  height: 40px;
  border: none;
  /* border-radius: 5px; */
  padding: 3px 10px 3px 50px;
  /* transition: all .2s; */
  /* box-shadow: 0 0 3px 0 #39393900; */
  background: transparent;
  border-bottom: 1px #ffffff21 solid;
  color: #FFF;
  transition: all .2s;
}

.slider_ctn .form_ctn .form_box input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.651);
}

.slider_ctn .form_ctn .form_box input::placeholder {
  color: #ffffff50;
  font-weight: 300;
}

.slider_ctn .form_ctn .form_box input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #ffffff50;
  font-weight: 300;
}

.slider_ctn .form_ctn .form_box .fm_wrap {
  position: absolute;
  z-index: 999;
  width: 290px;
}

.slider_ctn .form_ctn .form_box .fm_wrap input {
  caret-color: #ffffff57 ; /* 输入光标 */
}

.slider_ctn .form_ctn .login_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 25px 0 #00000024;
  border-radius: 10px;
}

.slider_ctn .form_ctn .login_bg::before { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(40px);
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff2a, #ffffff14);;
    border-radius: 10px;
    
}

/* placeholder颜色 */
input::-webkit-input-placeholder {
  color: #dbdbdb;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dbdbdb;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dbdbdb;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dbdbdb;
}

.slider_ctn .form_ctn .form_box button {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 5px;
  background: #ffffff2e;
  color: #fff;
  transition: all .2s;
  box-shadow: 0 0 15px 0 #0000001a;
}

.slider_ctn .form_ctn .form_box button:hover {
  background: #ffffff3f;
}

.slider_ctn .notice_ctn {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #002627;
}

.slider_ctn .notice_ctn .notice_box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 60px;
  line-height: 60px;
}

.slider_ctn .notice_ctn .notice_box .bi {
  width: 24px;
  height: 24px;
  color: #ffffff88;
}

.slider_ctn .notice_ctn .notice_box .tit {
  color: #ffffff88;
}

.main_body .row0 {
  background-color: #ecf3f3;
  padding-bottom: 3rem;
}

.main_body .row2 {
  background-color: #ecf3f3;
}

.main_body .row_ctn {
  margin: 0 auto;
  padding: 2.4rem 0 2.4rem;
  width: 1200px;
}

.main_body .row_ctn_w {
  width: 100%;
}

.main_body .main_ctn {

}

.main_body .row_ctn h1 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 50px;
}

.main_body .row_ctn .tab_box {
  display: flex;
  margin: 0 auto 2rem;
  width: 800px;
}

.main_body .row_ctn .tab_box .tab_btn {
  width: 50%;
  margin: 0 0.6rem 0;
  padding: 0.6rem;
  background-color: #FFF;
  color: #00B9C1;
  text-align: center;
  border: 1px #00B9C1 solid;
  border-radius: 5px;
  font-size: 22px;
}

.main_body .row_ctn .tab_box button.active {
  background-color: #00B9C1;
  color: #FFF;
}

.main_body .row_ctn .main_ctn {
  display: none;
}

.main_body .row_ctn .current {
  display: flex;
  height: 100%;
}

.l_tab_box {
  border-right: 1px #ccc solid;
}

.l_tab_box ul {}

.l_tab_box li:first-child a {
  border-top-left-radius: 10px;
}

.l_tab_box li>a {
  display: block;
  padding-left: 1.6rem;
  width: 180px;
  height: 70px;
  line-height: 70px;
}

.l_tab_box li.current>.l_link {
  color: #00B9C1;
  background-color: #ebfafb;
  border-right: 4px #00B9C1 solid;
}

.r_main_box {
  width: 100%;
}

.r_main_box .r_box {
  display: none;
}

.r_main_box .r_box .box_l {
  width: calc(100% - 230px);
  padding: 3rem;
  padding-bottom: 0;
  line-height: 2rem;
}

.r_main_box .r_box .box_l .tag_box {
  position: relative;
}

.r_main_box .r_box .box_l .tag_box h3 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 1rem;
  background: #fff;
  position: absolute;
  top: -3rem;
  width: 80px;
}

.r_main_box .r_box .box_l>p {
  height: 130px;
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px #f1f1f1 solid;
}

.r_main_box .r_box .box_l>.no_line {
  border-bottom: none;
}

.r_main_box .r_box .box_l .tag {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.1rem 0.6rem 0.1rem;
  background: #ddf4f5;
  border-radius: 5px;
  color: #00B9C1;
}

.r_main_box .r_box .box_r {
  width: 230px;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.r_main_box .r_box .box_r_01 {
  background: url(../images/tab_pic_01.webp) no-repeat;
  background-size: cover;
}

.r_main_box .r_box .box_r_02 {
  background: url(../images/tab_pic_02.webp) no-repeat;
  background-size: cover;
}

.r_main_box .r_box .box_r_03 {
  background: url(../images/tab_pic_03.webp) no-repeat;
  background-size: cover;
}

.r_main_box .r_box .box_r_04 {
  background: url(../images/tab_pic_04.webp) no-repeat;
  background-size: cover;
}

.r_main_box .r_box .box_r_05 {
  background: url(../images/tab_pic_05.webp) no-repeat;
  background-size: cover;
}

.r_main_box .r_box .box_r_06 {
  background: url(../images/tab_pic_06.webp) no-repeat;
  background-size: cover;
}

.r_main_box .r_box .box_r_07 {
  background: url(../images/tab_pic_07.webp) no-repeat;
  background-size: cover;
}

.r_main_box .r_box .box_r_08 {
  background: url(../images/tab_pic_08.webp) no-repeat;
  background-size: cover;
}

.r_main_box>div.current {
  display: flex;
}

/* 水平滑动窗口-----开始 */
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  position: relative;
  z-index: 1;
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #22979b83;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
  opacity: .2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .item .item_pic {
  
}

#customers-testimonials .item .h_pic {
  width: 500px;
  margin-left: -50px;
  margin-top: 30px;
  height: auto;
}

#customers-testimonials .item .v_pic {
  margin: 0 auto;
  width: auto;
  height: 360px;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel.owl-drag .center {
  z-index: 1;
}

/* .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
} */

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #00B9C1;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #00B9C1;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 10px;
}

/* 水平滑动窗口-----结束 */

/* 公司进程 ------开始 */
.product-section {
  padding-bottom: 50px;
  position: relative;
  /* background: url(../lib/jqueryswiper/statics/images/productBase-features-bag.jpg) no-repeat; */
  background-size: cover
}

.product-title {
  padding: 50px 10px 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #000;
  text-align: center;
}

.product-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.product-features .product-body {
  margin: 0px 25px
}

.product-features .product-body:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../lib/jqueryswiper/statics/images/productBase-features-model.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0
}

/*li*/
.features-item {
  position: relative;
  float: left
}

.features-slide .features-item>* {
  text-align: center
}

.features-item h3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
  color: #000;
  opacity: 0.7;
  transition: all 0.1s
}

.features-item i {
  position: absolute;
  width: 75%;
  height: 33px;
  background: url(../lib/jqueryswiper/statics/images/productBase-features-timeline.png) no-repeat;
  background-size: contain;
  background-position: right center;
  left: -25%;
  margin-left: 10px;
  top: 35px;
  z-index: 3
}

.features-item .features-info {
  display: block;
  margin: 0 auto;
  padding: 20px 53px;
  transition: all 0.3s;
  border-radius: 2px
}

.features-item .features-info .features-info-i {
  font-size: 14px;
  color: #A0A2A8;
  line-height: 22px;
  margin-bottom: 10px
}

.features-item .features-info .features-info-s {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  overflow: hidden
}

.features-item.dark i {
  background: url(../lib/jqueryswiper/statics/images/productBase-features-timeline-dark.png) no-repeat;
  background-size: contain;
  background-position: right center
}

/*鼠标悬浮效果*/
.features-item:hover h3 {
  font-size: 22px;
  line-height: 28px;
  opacity: 0.9
}

.features-item:hover i {
  width: 75%;
  margin-left: 13px;
  background: url(../lib/jqueryswiper/statics/images/productBase-features-timeline-hover.png) no-repeat;
  background-size: contain;
  background-position: right center
}

.features-item:hover a {
  background: url(../lib/jqueryswiper/statics/images/productBase-features-info.png) no-repeat;
  background-size: 100% 100%
}

/*左右按钮*/
.product-features .swiper-button-prev {
  width: 30px;
  height: 40%;
  left: -15px;
  top: 60%;
  background: none
}

.product-features .swiper-button-prev:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 30px;
  background: url(../lib/jqueryswiper/statics/images/productBase-features-left.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px
}

.product-features .swiper-button-next {
  width: 30px;
  height: 40%;
  right: -15px;
  top: 60%;
  background: none
}

.product-features .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 30px;
  background: url(../lib/jqueryswiper/statics/images/productBase-features-right.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -7px
}

/* 公司进程 ------------结束 */

.main_ctn .div_box {
  width: 100%;
  height: 350px;
  text-align: center;
}

.main_ctn .div_box .re_box {
  display: inline-block;
  margin-top: 6.4rem;
  width: 700px;
  height: 120px;
  background: url(../images/re_img.png) no-repeat;
  background-size: contain;
}

footer {
  padding: 3.5rem 0 2rem;
  width: 100%;
  height: 500px;
  background-color: #009FA3;
  color: #fff;
}

.ft_ctn {
  margin: 0 auto;
  width: 1200px;
}

.ft_ctn .ft_top {
  display: flex;

}

.ft_ctn .ft_top .ft_t_l {
  display: flex;
  width: 50%;
}

.ft_ctn .ft_top .ft_t_l .ft_item {
  width: 33.33333%;
}

.ft_ctn .ft_item dt,
.ft_ctn .ft_item dd {
  margin-bottom: 6px;
}

.ft_ctn .ft_item dt>a {
  font-size: 16px;
  color: #fff;
}

.ft_ctn .ft_item dd>a {
  font-size: 12px;
  color: #fff;
}

.ft_ctn .ft_top {
  padding-bottom: 1.8rem;
  border-bottom: 1px #fff3 solid;
}

.ft_ctn .ft_top .ft_t_r {
  width: 50%;
}

.ft_ctn .ft_t_r .hz_logo {
  display: inline-block;
  width: 180px;
  height: 85px;
  background: url(../images/hz-logo-white.svg) no-repeat;
  background-size: contain;
  margin-right: 2rem;
  border-right: 1px #ffffff40 solid;
  padding-right: 2rem;
  box-sizing: content-box;
}

.ft_ctn .ft_t_r .s_row_01 {
  position: relative;
  margin-bottom: 4.8rem;
  width: 100%;
}

.ft_ctn .ft_t_r .s_row_01>span {
  position: absolute;
  top: 0;
  display: inline-block;
  line-height: 40px;
  font-size: 22px;
}

.row_box {
  display: flex;
}

.s_row_02 {
  margin-left: 7px;
  width: 100%;
  font-size: 20px;
}

.s_row_02 .r01 {
  margin-bottom: .6rem;
}

.s_row_02 .r01 span:last-child {
  margin-left: 2.4rem;
}

.s_row_02 .tel {
  color: #009FA3;
}

.d_f {
  opacity: .5;
}

.s_row_03 {
  margin-top: -20px;
  width: 35%;
}

.s_row_03 .hz_qr_box {
  margin: 0 auto;
  padding: 12px;
  width: 120px;
  height: 120px;
  background-color: #FFF;
  border-radius: 10px;
}

.s_row_03 .hz_qr_box>img {
  width: 100%;
}

.ft_bottom .b_row_01 {
  margin-top: 1.8rem;
  text-align: center;
}

.ft_bottom .b_row_01>img {
  width: 52px;
  height: auto;
}

.web_id {
  margin-top: 3.2rem;
  text-align: center;
}

.web_id p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 12px;
}

.web_id p:last-child {
  margin-top: 0;
}

#floatPic {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 160px;
}

#floatPic span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  top: 6px;
  border-radius: 16px;
  background-color: #ffffff48;
  color: #ffffff94;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}

#floatPic img {
  width: 100%;
  height: auto;
}

#floatPic02 {
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 50%;
  width: 731px;
  height: 450px;
  margin-top: -290px;
  margin-left: -388px;
  top: 50%;
}

#floatPic02 span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
      right: 70px;
    top: 40px;
  border-radius: 16px;
  background-color: #ffffff57;
  color: #ffffff82;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}

#floatPic02 img {
  width: 100%;
  height: auto;
}

.grid_ctn {
  padding: 50px 0 10px;
  width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;  
  grid-template-rows: 1fr 1fr;   
  gap: 5px;
}

.grid_ctn .intro_box {
  margin: 20px;
  padding: 25px;
  background-color: #e6e6e6;
  border-radius: 10px;
}

.grid_ctn .intro_box h3 {
  font-size: 26px;
}

.grid_ctn .grid_item .zm {
  background: url(../images/zm_sq_bg.jpg) no-repeat;
  background-size: cover;
}

.grid_ctn .grid_item .zp {
  background: url(../images/zp_sq_bg.jpg) no-repeat;
  background-size: cover;
}

.grid_ctn .grid_item .fj {
  background: url(../images/fj_sq_bg.jpg) no-repeat;
  background-size: cover;
}

.grid_ctn .grid_item .mls {
  background: url(../images/mls_sq_bg.jpg) no-repeat;
  background-size: cover;
}

.grid_ctn .grid_item .ddz {
  background: url(../images/ddz_sq_bg.jpg) no-repeat;
  background-size: cover;
}

.grid_ctn .grid_item .wlw {
  background: url(../images/wlw_sq_bg.jpg) no-repeat;
  background-size: cover;
}

.grid_ctn .intro_box {
  color: #222222;
}

.grid_ctn .intro_box h3 {
  margin-bottom: 30px;
  text-align: left;
}

.grid_ctn .intro_box h3 a:hover {
  color: #222222;
}

.grid_ctn .intro_box .info {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 15.6px;
  height: 78px;
}

.grid_ctn .intro_box .pic_box {
  display: flex;
  justify-content: space-between;
}

.grid_ctn .intro_box .pic_box img {
  width: 110px;
  height: auto;
}

.grid_ctn .grid_item .link_more {
  display: block;
  margin-top: 30px;
  text-align: right;
}