@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  -khtml-user-select: none;
  /* Khtml内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  height: 100%;
  min-width: 1280px;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

/*定义滚动条*/
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  width: 5px;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.fix {
  transform: scale(1);
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src:
    url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType');
}

@font-face {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  src:
    url(../fonts/AlibabaPuHuiTi-2-65-Medium.ttf) format('TrueType');
}

/*基本编写顺序*/
body {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-style: normal;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.banner_page {
  line-height: 1vh;
}

/*公共样式*/

/* 头部 */
.head {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 9999;
}

.head .head_box {
  width: 1520px;
  display: flex;
  margin: 0 auto;
}

.head .logo {
  width: 195px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 25px;
}

.head .logo a {
  display: block;
}

.head .logo a h1 {
  font-size: 0;
}

.head .menu {
  padding-top: 52px;
  padding-bottom: 26px;
  margin-left: 265px;
  width: 56%;
}

.head .menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.head .menu ul li {
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
}

.head .menu ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: center;
}

.head .menu ul li.active a {
  color: #C8161D;
}

.head .telphone {
  padding-top: 52px;
  padding-bottom: 28px;
  display: flex;
}

.head .telphone i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/telphone.svg) no-repeat center;
  background-size: cover;
}

.head .telphone span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

/* 滚动后样式 */
.bgw {
  background: #fff;
  position: fixed;
  width: 100%;
}

.bgw .menu ul li a {
  color: #303133;
}

.bgw .telphone i {
  background: url(../images/telphone_on.svg) no-repeat center;
}

.bgw .telphone span {
  color: #C8161D;

}

/* 首页分类 */
.catname_box {
  width: 1040px;
  padding-top: 80px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
}

.catname_box .catname {
  width: 230px;
  color: #303133;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 50px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.catname_box .catname::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  display: block;
  width: 18px;
  height: 23px;
  background: url(../images/footer_logo.svg) no-repeat center;
  background-size: cover;
}

.catname_box .catname_desc {
  color: #909399;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 9px;
}

/* 列表和内页菜单 */
.list_menu_list {
  display: flex;
  justify-content: space-between;
}

.list_menu_list ul {
  display: flex;
}

.list_menu_list ul li {
  line-height: 56px;
  color: #606266;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  position: relative;
  margin-right: 38px;
}

.list_menu_list ul li:last-child {
  padding-right: 0;
}

.list_menu_list ul li a {
  display: block;
}

.list_menu_list ul li.active,
.list_menu_list ul li:hover {
  color: #C8161D;
}

.list_menu_list ul li.active::before,
.list_menu_list ul li:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #C8161D;
}


/* 内页banner图 */
.inner_banner_box {
  text-align: center;
}

.inner_banner_box .inner_banner_swiper {
  overflow: hidden;
  line-height: 0;
}

.inner_banner_box .img {
  line-height: 0;
}

/* 列表页主体 */
.new_list_body,
.business_list_body,
.case_list_body {
  margin-top: 2rem;
}

.inner_body_box {
  background: #F5F6F8;
  padding-bottom: 100px;
  position: relative;
}

.inner_body_box::before {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  content: '';
}

/* 详情页主体 */
.info_body_box {
  position: relative;
}

.info_body_box::before {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  content: '';
}

/* 列表和内页面包屑 */
.breadcrumb {
  height: 56px;
  line-height: 56px;
}

.breadcrumb a {
  color: #606266;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.breadcrumb>a+a:before {
  content: ">";
  padding: 0 5px;
  color: #909399;
}

/* 列表分页 */
.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #303133;
  margin-right: 8px;
  background: #FFFFFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.514px;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/prev.svg) no-repeat center;
  display: block;
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/next.svg) no-repeat center;
  color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  border: 1px solid #C8161D;
  background: #C8161D;
  color: #fff;
}

/* 底部 */
.footer {
  background: #303133;
  padding-top: 49px;
  padding-bottom: 49px;
}

.footer .footer_box {
  display: flex;
  justify-content: space-between;
}

.footer .footer_box .footer_left {
  display: flex;
}

.footer .qrcodes {
  margin-left: 33px;
  display: flex;
  align-items: flex-end;
  margin-top: 22px;
}

.footer .qrcodes .weixin,
.footer .qrcodes .douyin {
  position: relative;
}

.footer .qrcodes .douyin {
  margin-left: 20px;
}

.footer .qrcodes .weixin i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/weixin.svg) no-repeat center;
}

.footer .qrcodes .douyin i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/douyin.svg) no-repeat center;
}

.footer .qrcodes .hide_class {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 118%;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 156px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ffffff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.footer .qrcodes .hide_class::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.footer .qrcodes .weixin:hover .hide_class,
.footer .qrcodes .douyin:hover .hide_class {
  display: block;
}

.footer .qrcodes .hide_class img {
  width: 120px;
  height: 120px;
  margin: 8px 10px 0;
}

.footer .qrcodes .hide_class span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #C0C4CC;
  margin-top: -5px;
}

.footer .copyright_box {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: right;
  color: #909399;
  opacity: 0.4;
}

.footer .copyright_box>span {
  display: block;
  margin-bottom: 11px;
}

.footer .copyright_box .icp_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end
}

.footer .copyright_box .icp_box img {
  width: 17px;
  height: 17px;
}

.footer .copyright_box .icp_box span {
  display: block;
  margin-left: 1px;
}

.footer .copyright_box .icp_box a {
  display: block;
  color: #909399;
}

.footer .copyright_box .icp_box a:nth-child(3) {
  padding-left: 5px;
  padding-right: 5px;
}


/* 首页开始 */

/* 首页轮播图 */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
}

.banner .banner_swiper {
  width: 100%;
  position: relative;
}

.banner .banner_swiper a {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 0;
  text-align: center;
}

.banner .banner_text {
  position: absolute;
  top: 36%;
  left: 22%;
}

.banner .banner_text_first {
  left: 42%;
}

.banner .swiper_prev_next {
  position: absolute;
  left: 17%;
  bottom: 11%;
  width: 152px;
  height: 50px;
}

.banner .swiper_prev_next .swiper-button-prev {
  background: url(../images/banner_prev.svg) no-repeat center;
  width: 50px;
  height: 50px;
  background-size: contain;
  left: 0;
}

.banner .swiper_prev_next .swiper-button-next {
  background: url(../images/banner_next.svg) no-repeat center;
  width: 50px;
  height: 50px;
  background-size: contain;
  right: 0;
}


.banner .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 5%;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/mouse.svg) no-repeat center;
  z-index: 2;
}

.banner .mouse::after {
  content: "";
  display: block;
  width: 3px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  -webkit-animation: myAnib1 2s ease-out infinite;
  -moz-animation: myAnib1 2s ease-out infinite;
  -o-animation: myAnib1 2s ease-out infinite;
  animation: myAnib1 2s ease-out infinite;
}

@-webkit-keyframes myAnib1 {

  0%,
  100% {
    top: 5px
  }

  50% {
    top: 10px
  }
}

@-moz-keyframes myAnib1 {

  0%,
  100% {
    top: 5px
  }

  50% {
    top: 10px
  }
}

@-o-keyframes myAnib1 {

  0%,
  100% {
    top: 5px
  }

  50% {
    top: 10px
  }
}

@keyframes myAnib1 {

  0%,
  100% {
    top: 5px
  }

  50% {
    top: 10px
  }
}

/* 服务范围 */
.service_box {
  position: relative;
  padding-bottom: 90px;
  background: #F5F6F8;
}

.service_box .service_swiper {
  position: relative;
  overflow: hidden;
}

.service_box .service_swiper .swiper-slide:nth-child(2n-1) {
  margin-top: 60px;
}

.service_box .service_swiper .swiper-slide a {
  display: block;
  line-height: 0;
  width: 100%;
}

.service_box .service_swiper .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
}

.service_box .service_swiper .swiper-slide:hover .mask {
  background: linear-gradient(180deg, rgba(195, 13, 35, 0) 0%, rgba(195, 13, 35, 0.8) 100%);
}

.service_box .service_swiper .service_desc_box {
  position: absolute;
  left: 22px;
  bottom: 27px;
}

.service_box .service_desc_box span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
  color: #fff;
  margin-top: 12px;
}

.service_box .swiper_prev_next {
  position: absolute;
  left: 0;
  bottom: 34%;
  width: 100%;
  height: 40px;
}

.service_box .swiper_prev_next .swiper-button-prev {
  background: url(../images/service_prev.svg) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: cover;
  left: 12%;
}

.service_box .swiper_prev_next .swiper-button-next {
  background: url(../images/service_next.svg) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: cover;
  right: 12%;
}

/* 公司简介 */
.about_box {
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
}

.about_box a {
  display: block;
}

.about_box .about_title {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 46px;
  font-weight: 500;
  line-height: 64.4px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #303133;
}

.about_box .about_desc {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #606266;
}

.about_box .about_more {
  width: 462px;
  height: 52px;
  margin-top: 87px;
  background: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.8px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #909399;
  display: flex;
}

.about_box .about_more .about_telphone {
  background: rgba(195, 13, 35, 0.1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-size: 22px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  color: #C8161D;
  padding-left: 30px;
  display: block;
  width: 315px;
  height: 52px;
}

.about_box .about_more .about_telphone i {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 52px;
  text-align: left;
  color: #C8161D;
  font-style: normal;
}

.about_box .about_more .about_text_more {
  display: block;
  height: 52px;
  line-height: 52px;
  margin-left: 20px;
  padding-right: 22px;
  background: url(../images/about_more.svg) no-repeat right;
}

/* 精选案例 */
.case_box {
  background: #fff;
}

.case_box .case_swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}

.case_box .case_swiper .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.case_box .case_swiper .swiper-slide a {
  display: block;
}

.case_box .case_swiper .swiper-slide .case_item {
  line-height: 0;
  overflow: hidden;
}

.case_box .case_swiper .swiper-slide .case_item img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  width: 100%;
}

.case_box .case_swiper .swiper-slide .case_item:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}


.case_box .case_swiper .swiper-pagination {
  bottom: 40px;
}

.case_box .case_swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 10px;
  background: none;
  position: relative;
}

.case_box .case_swiper .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #E4E7ED;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.case_box .case_swiper .swiper-pagination-bullet-active {
  border: 1px solid #C8161D;
}

.case_box .case_swiper .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #C8161D;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.case_box .case_desc {
  position: absolute;
  width: 100%;
  /* height: 84px;
  padding-top: 44px; */
  height: 60px;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 16px;
}

.case_box .case_desc .case_title {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.case_box .swiper-slide:hover .case_desc {
  padding-top: 16px;
  background: linear-gradient(89.64deg, #C8161D 28.94%, rgba(200, 22, 29, 0.2) 99.69%);
}

.case_box .case_desc .case_tel_add {
  display: none;
}

.case_box .swiper-slide:hover .case_desc .case_tel_add {
  display: flex;
  margin-top: 8px;
}

.case_box .case_tel_add .case_telphone {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  padding-left: 22px;
  background: url(../images/telphone.svg) no-repeat left;
  background-size: 20px;
}

.case_box .case_tel_add .case_address {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  width: 56%;
  padding-left: 22px;
  background: url(../images/address.svg) no-repeat left;
  background-size: 20px;
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 新闻资讯 */
.new_box {
  background: #F5F6F8;
  position: relative;
  padding-bottom: 106px;
}

.new_box .catname_box {
  width: 100%;
  margin: 0;
  position: relative;
}

.new_box .catname_box .catname {
  margin: 0;
}

.new_box .new_swiper {
  margin-top: 32px;
  margin-left: 17.5%;
  overflow: hidden;
}

.new_box .swiper-slide {
  width: 353px !important;
}

.new_box .swiper-slide .new_item {
  line-height: 0;
}

.new_box .swiper-slide .new_desc {
  padding-left: 27px;
  padding-right: 17px;
}

.new_box .new_desc .new_title {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  padding-top: 23px;
  min-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_box .new_desc .new_time {
  display: block;
  padding-top: 20px;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;

}

/* 选中样式 */
.new_box .swiper-slide-active {
  width: 600px !important;
  position: relative;
}

.new_box .swiper-slide-active .new_desc {
  position: absolute;
  bottom: 30px;

}

.new_box .swiper-slide-active .new_title,
.new_box .swiper-slide-active .new_time {
  color: #fff;
}

.new_box .swiper-slide-active .new_title {
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_box .swiper-slide-active .new_time {
  padding-top: 9px;
}

.new_box .swiper-slide-active .mask {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 53.3%, #00288E 100%);
  position: absolute;
  top: 0;
}

.new_box .swiper_prev_next {
  width: 121px;
  height: 37px;
  position: absolute;
  right: 14%;
  top: 18%;
}

.new_box .swiper_prev_next::after {
  content: '';
  position: relative;
  left: 50%;
  display: block;
  width: 1px;
  height: 22px;
  background: #C0C4CC;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.new_box .swiper-button-prev {
  background: url(../images/new_prev.svg) no-repeat center;
  width: 37px;
  height: 37px;
  background-size: cover;
  left: 0;
  top: 0;
  margin-top: 0;
}

.new_box .swiper-button-next {
  background: url(../images/new_next.svg) no-repeat center;
  width: 37px;
  height: 37px;
  background-size: cover;
  right: 0;
  top: 0;
  margin-top: 0;
}

.new_box .new_more {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  background: #C8161D;
  margin-top: 53px;
  margin-left: 17.5%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.new_box .new_more span {
  display: block;
  width: 110px;
  padding-right: 14px;
  background: url(../images/new_more.svg) no-repeat right center;
  margin: 0 auto;
}

/* 首页结束 */

/* 精选案例样式 */
.business_tab_body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.business_tab_body .business_item {
  margin: 15px 20px;
}

.business_tab_body .business_item .img {
  line-height: 0;
  overflow: hidden;
}

.business_tab_body .business_item img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.business_tab_body .business_item:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

.business_tab_body .business_item .desc_box {
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 10px;
  background: #FFF;
}

.business_tab_body .business_item .desc_box span {
  display: block;
  color: #303133;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.36px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.business_item a {
  position: relative;
  display: block;
}

.business_item .case_desc {
  position: absolute;
  width: 100%;
  /* height: 84px; */
  /* padding-top: 44px; */
  height: 60px;
  padding-top: 16px;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.business_item .case_desc .case_title {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #fff;
}


.business_item:hover .case_desc {
  padding-top: 16px;
  background: linear-gradient(89.64deg, #C8161D 28.94%, rgba(200, 22, 29, 0.2) 99.69%);
}

.business_item .case_desc .case_tel_add {
  display: none;
}

.business_item:hover .case_desc .case_tel_add {
  display: flex;
  margin-top: 8px;
}

.business_item .case_tel_add .case_telphone {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  padding-left: 22px;
  background: url(../images/telphone.svg) no-repeat left;
  background-size: 20px;
}

.business_item .case_tel_add .case_address {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  width: 54%;
  padding-left: 22px;
  background: url(../images/address.svg) no-repeat left;
  background-size: 20px;
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 企业资质 */
.case_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 70px;
}

.case_list .cases_item {
  background: #FFF;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.service_list {
  grid-template-columns: 1fr 1fr 1fr;
}

.service_list .cases_item {
  padding-top: 0;
}

.case_list .cases_item a {
  display: block;
  line-height: 0;
  overflow: hidden;
  /* border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; */
}

.case_list .cases_item a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.case_list .cases_item:hover a img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

.case_list .cases_item span {
  color: #303133;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 新闻资讯 */
.new_list_body .new_item {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 28px;
  padding-top: 31px;
  padding-bottom: 30px;
  margin-bottom: 24px;
  background: #FFF;
  position: relative;
}

.new_list_body .new_item .img {
  width: 280px;
}

.new_list_body .new_item .new_desc {
  margin-left: 24px;
  width: 61%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc span {
  color: #303133;
  text-align: justify;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc p {
  display: block;
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.36px;
  margin-top: 12px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.new_list_body .new_item .new_desc time {
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/time.svg) no-repeat left center;
  padding-left: 24px;
}

.new_list_body .new_item .new_desc em {
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/view.svg) no-repeat left center;
  padding-left: 24px;
  margin-left: 42px;
}

.new_list_body .new_item .new_desc a {
  display: block;
  width: 142px;
  height: 56px;
  flex-shrink: 0;
  border: 1px solid #E4E7ED;
  color: #606266;
  background: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.4px;
  position: absolute;
  right: 28px;
  top: 88px;
}

.new_list_body .new_item:hover {
  box-shadow: 0px 10px 22px 0px rgba(26, 53, 95, 0.08);
}

.new_list_body .new_item:hover a {
  border: 1px solid #C8161D;
  background: #C8161D;
  color: #FFF;
}

/* 内页详情样式 */
.info_body_box .new_title {
  color: #303133;
  text-align: center;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.info_body_box .view_desc {
  text-align: center;
  padding-bottom: 24px;
}

.info_body_box .view_desc time {
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/time.svg) no-repeat left center;
  padding-left: 24px;
}

.info_body_box .view_desc em {
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/view.svg) no-repeat left center;
  padding-left: 24px;
  margin-left: 42px;
}

.info_body_box .new_info_content {
  margin-top: 7px;
  margin-bottom: 100px;
}

.info_body_box .new_info_content,
.info_body_box .new_info_content p,
.info_body_box .new_info_content span {
  font-family: AlibabaPuhuiTi-2-55-Regular !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 2.2rem !important;
  letter-spacing: 0.3px !important;
}

.info_body_box .new_info_content img {
  margin-top: 2rem;
}

/* 联系我们 */
.contact_info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.contact_info .contact_info_item {
  margin-right: 2.5rem;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  border: 1px solid #E4E7ED;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.contact_info .contact_info_item:last-child {
  margin-right: 0;
}

.contact_info .contact_info_item i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.contact_info .contact_info_item .contact_info_name {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #C8161D;
  margin-top: 24px;
  margin-bottom: 19px;
}

.contact_info .contact_info_item .contact_info_text {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.8px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #303133;
  width: 96%;
  margin: 0 auto;
}

.contact_info.en .contact_info_item .contact_info_text {
  font-size: 1rem;
  line-height: normal;
}

.contact_info .contact_tel i {
  background: url(../images//contact_tel.png) no-repeat center;
  background-size: 60px;
}

.contact_info .contact_email i {
  background: url(../images//contact_email.png) no-repeat center;
  background-size: 60px;
}

.contact_info .contact_address i {
  background: url(../images//contact_address.png) no-repeat center;
  background-size: 60px;
}

#company_map {
  margin-top: 1rem;
  height: 520px;
  border-radius: 16px;
  margin-bottom: 100px;
}

.company_map_box .company_name {
  display: block;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1862D0
}

.company_map_box .company_address {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #303133;
  margin-top: 2px;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 990px;
    margin: 0 auto;
  }

  .head {
    width: 100%;
  }

  .head .logo {
    margin-left: 1rem;
  }

  .head .menu {
    margin-left: 2%;
    width: 40%;
  }

  .head .menu ul li {
    margin-left: 8px;
    margin-right: 8px;
  }

}