body {
  word-wrap: break-word;
  word-break: break-all;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  font-size: 0.16rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

*:focus {
  outline: none;
}

button,
input,
select,
textarea,
label {
  vertical-align: middle;
  border: 0;
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
  display: inline-block;
  max-width: 100%;
}
img {
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
        -webkit-user-select:none; /*webkit浏览器*/
        -khtml-user-select:none; /*早期浏览器*/
        -moz-user-select:none;/*火狐*/
        -ms-user-select:none; /*IE10*/
        user-select:none;
}
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #666;
  vertical-align: baseline;
  cursor: pointer;
  font-size: inherit;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

input,
textarea {
  outline: none;
  -webkit-appearance: none;
  background: none;
}

input[type='checkbox']:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8b8b8b;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8b8b8b;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8b8b8b;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8b8b8b;
}

.l-container {
  width: 1600px;
  margin: 0 auto;
}

.m-container {
  width: 1400px;
  margin: 0 auto;
}

.s-container {
  width: 1200px;
  margin: 0 auto;
}

/*********************** 首页 ***************************/

/* header */
.header {
  /* position: absolute; */
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
  -moz-transition: .8s cubic-bezier(.19, 1, .22, 1);
  -o-transition: .8s cubic-bezier(.19, 1, .22, 1);
  transition: .8s cubic-bezier(.19, 1, .22, 1);
  z-index: 99;
  border-bottom: 1px solid rgba(173, 189, 205, .3);
}

.header._hidden._show {
  /* position: fixed; */
  /* transform: translateY(0); */
  /* background: rgba(0,0,0,.6); */
}

.header._hidden {
  /* background: rgba(0,0,0,.5);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px); */
  /* box-shadow: 0 0 10px rgba(53,53,53,0.2); */
}

.header._show {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 .1rem rgba(53, 53, 53, 0.2);
}

.header._show a.logo img,
.header.inside_header a.logo img {
  display: none;
}

.header._show a.logo img+img,
.header.inside_header a.logo img+img {
  display: inline-block;
}

.header._show .naver ul li a,
.header.inside_header .naver ul li a {
  color: #666;
}

.hd_con {
  position: relative;
}

a.logo {
  float: left;
  padding-top: .18rem;
}

a.logo img+img {
  display: none;
}

.naver {
  float: left;
}

.naver ul li {
  display: inline-block;
  margin: 0 .12rem;
}

.naver ul li a {
  display: inline-block;
  color: #fff;
  font-size: .18rem;
  line-height: .8rem;
  position: relative;
  padding: 0 .15rem;
}

.naver ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: .04rem;
  background: #0492dd;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  transition: all .36s;
}

.naver ul li:hover a::before,
.naver ul li.active a::before {
  width: 100%;
}

.header._show .naver ul li:hover a,
.header._show .naver ul li.active a,
.header.inside_header .naver ul li:hover a,
.header.inside_header .naver ul li.active a {
  color: #0c0f18;
}

.hd_right {
  float: right;
}

.plat_entra {
  float: right;
  padding-top: .22rem;
  margin-left: .3rem;
}

.plat_entra a {
  display: inline-block;
  color: #fff;
  line-height: .4rem;
  width: 1.1rem;
  text-align: center;
  background-color: #0492dd;
  border-radius: .2rem;
}

/* 二级导航 */
.second_main {
  display: none;
}

.second_level .sec_ul {
  position: fixed;
  width: 100%;
  left: 0;
  top: .81rem;
  z-index: 99;
  background: #fff;
  padding: .15rem 0 .2rem 0;
  text-align: center;
}

.second_level .sec_ul li {
  display: inline-block;
  margin: 0 .2rem;
  vertical-align: top;
}

.second_level .sec_ul li a {
  display: inline-block;
  text-align: center;
}

.second_level .sec_ul li a h4 {
  font-size: .16rem;
  color: #666;
  position: relative;
  line-height: .6rem;
  padding: 0 .2rem;
  display: inline-block;
}

.second_level .sec_ul li a h4::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #999999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all .3s;
}

.second_level .sec_ul li a:hover h4 {
  color: #0c0f18;
}

.second_level .sec_ul li a:hover h4::before {
  width: 100%;
}

.sec_img {
  height: 1.77rem;
  margin-top: .23rem;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
}

.sec_img img {
  max-height: 100%;
  max-width: 100%;
}

/* mobile header */
.m_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.1);
  background: #0492dd;
  height: 56px;
}

.m_hcon {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

a.m_logo {
  float: left;
  line-height: 56px;
}

a.m_logo img {
  height: 34px;
}

.nav_icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 24px;
  cursor: pointer;
}

.nav_icon span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  top: 0;
  -webkit-transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
  transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
  -o-transition: background 400ms ease, transform 300ms ease, top 300ms ease;
  transition: background 400ms ease, transform 300ms ease, top 300ms ease;
  transition: background 400ms ease, transform 300ms ease, top 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.nav_icon span:nth-child(2) {
  width: 18px;
  margin: 7px 0;
}

.nav_icon.on span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav_icon.on span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_icon.on span:nth-child(2) {
  opacity: 0;
}

.nav_icon.on span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m_naver {
  position: fixed;
  width: 100%;
  left: 0;
  top: 56px;
  background: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  display: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.m_plat_entra {
  padding: 10px 6%;
}

.m_plat_entra a {
  font-size: 16px;
  color: #333;
}

.m_naver ul {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.m_naver ul li {
  text-indent: 6%;
  font-size: 16px;
  line-height: 40px;
  padding-right: 15px;
}

.m_naver ul li>a {
  display: block;
  color: #333333;
  position: relative;
}

.m_naver ul li>a.icon1:before {
  position: absolute;
  content: "";
  width: .08rem;
  height: .14rem;
  transition: all ease-in-out .36s;
  right: 0;
  top: 50%;
  margin-top: -.05rem;
  background: url(../images/icon3.png) no-repeat center;
  background-size: cover;
}

.m_naver ul li dl {
  display: none;
}

.m_naver ul li dl dd {
  font-size: .16rem;
  line-height: .34rem;
  text-indent: 10%;
}

.m_naver ul li dl dd a {
  color: #666666;
}

.m_naver ul li>a.active {
  color: #007AFF;
}

.m_naver ul li>a.icon1.active:before {
  transform: rotate(90deg);
}

.bannerSwiper .swiper-pagination {
  display: block;
  bottom: .7rem;
}

.bannerSwiper .swiper-pagination-bullet {
  width: .3rem;
  height: .05rem;
  opacity: 1;
  background: rgba(255, 255, 255, .4);
  border-radius: 2px;
}

.bannerSwiper .swiper-pagination-bullet-active {
  background: rgba(4, 146, 221, 1);
}

.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-button-next {
  width: .48rem;
  height: .96rem;
  background: rgba(255, 255, 255, .1);
  transition: all .3s;
}

.bannerSwiper .swiper-button-prev {
  left: calc((100% - 1600px)/2);
}

.bannerSwiper .swiper-button-prev>div {
  width: 100%;
  height: 100%;
  background-image: url(../images/ai_left1.png);
}

.bannerSwiper .swiper-button-next {
  right: calc((100% - 1600px)/2);
}

.bannerSwiper .swiper-button-next>div {
  width: 100%;
  height: 100%;
  background-image: url(../images/ai_right1.png);
}

.bannerSwiper .swiper-button-prev:hover,
.bannerSwiper .swiper-button-next:hover {
  background: rgba(4, 146, 221, 1);
}

.m_banner .swiper-pagination {
  display: block;
}

.com_more .more_a {
  display: inline-block;
  border: 1px solid #969696;
  width: 1rem;
  text-align: center;
  font-size: 0;
  border-radius: .15rem;
  transition: all .36s;
  position: relative;
}

.com_more .more_a>* {
  display: inline-block;
  vertical-align: middle;
  transition: all .36s;
}

.com_more .more_a span {
  font-size: .14rem;
  color: #333333;
  line-height: .28rem;
  margin-right: .06rem;
  transition: all .36s;
}

.com_more .more_a img+img {
  display: none;
}

.com_more .more_a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0492dd;
  border-radius: .15rem;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(.7, 1, 1);
  transform: scale3d(.7, 1, 1);
  -webkit-transition: -webkit-transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
  transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}

.com_more .more_a:hover,
.ins_news_list ul li a:hover .com_more .more_a,
.ins_solu_list ul li a:hover .com_more .more_a,
.ins_solu_item a:hover .com_more .more_a,
.ins_case_list ul li a:hover .com_more .more_a {
  background: #0492dd;
  border-color: #0492dd;
}

.com_more .more_a:hover span,
.ins_news_list ul li a:hover .com_more .more_a span,
.ins_solu_list ul li a:hover .com_more .more_a span,
.ins_solu_item a:hover .com_more .more_a span,
.ins_case_list ul li a:hover .com_more .more_a span {
  color: #fff;
}

.com_more .more_a:hover img,
.ins_news_list ul li a:hover .com_more .more_a img,
.ins_solu_list ul li a:hover .com_more .more_a img,
.ins_solu_item a:hover .com_more .more_a img,
.ins_case_list ul li a:hover .com_more .more_a img {
  display: none;
}

.com_more .more_a:hover img+img,
.ins_news_list ul li a:hover .com_more .more_a img+img,
.ins_solu_list ul li a:hover .com_more .more_a img+img,
.ins_solu_item a:hover .com_more .more_a img+img,
.ins_case_list ul li a:hover .com_more .more_a img+img {
  display: inline-block;
}

.com_more .more_a:hover::before,
.ins_news_list ul li a:hover .com_more .more_a::before,
.ins_solu_list ul li a:hover .com_more .more_a::before,
.ins_solu_item a:hover .com_more .more_a::before,
.ins_case_list ul li a:hover .com_more .more_a::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.about_c1 {
  display: flex;
  align-items: center;
}

.about_left1 {
  width: 33.33%;
  padding-left: calc((100% - 1600px)/2);
  padding-right: 5%;
}

.about_right1 {
  width: 66.67%;
}

.index_title1 h1 {
  font-size: .66rem;
  color: #343434;
  font-weight: bold;
}

.index_title1 h3 {
  color: #343434;
  font-size: .36rem;
  font-weight: bold;
  line-height: .4rem;
}

.about_info1 .info {
  margin: .5rem 0 .4rem 0;
  font-size: .15rem;
  color: #666;
  line-height: .24rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.about_c2 {
  height: 2.8rem;
}

.about_left2 {
  float: left;
  width: 33.33%;
  height: 100%;
  background: #e8edf8;
  display: flex;
  align-items: center;
  padding-left: calc((100% - 1600px)/2);
  padding-right: 5%;
  text-align: justify;
}

.about_left2 .about_info2 h4 {
  font-size: .22rem;
  color: #343434;
}

.about_left2 .about_info2 .info {
  font-size: .16rem;
  color: #999;
  line-height: .24rem;
  margin-top: .26rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.about_right2 {
  width: 66.67%;
  float: right;
  height: 100%;
}

.about_list1 {
  background: #f6f9ff;
  height: 100%;
}

.about_list1 li {
  width: 25%;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all .3s;
}

.about_list1 li h3 img {
  height: .45rem;
}

.about_list1 li h3 img+img {
  display: none;
}

.about_list1 li h4 {
  font-size: .24rem;
  color: #343434;
  margin: .2rem 0 .3rem 0;
}

.about_list1 li p {
  color: #999;
  font-size: .16rem;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%)
  }

  51% {
    opacity: 1
  }
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%)
  }

  51% {
    opacity: 1
  }
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%)
  }

  51% {
    opacity: 1
  }
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%)
  }

  50% {
    opacity: 0;
    transform: translate(-100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%)
  }

  50% {
    opacity: 0;
    transform: translate(100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%)
  }

  50% {
    opacity: 0;
    transform: translateY(100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%)
  }

  50% {
    opacity: 0;
    transform: translateY(-100%)
  }

  51% {
    opacity: 1
  }
}

.about_list1 li:hover {
  background: #fff;
}

.about_list1 li:hover h3 img {
  display: none;
}

.about_list1 li:hover h3 img+img {
  display: inline-block;
  -webkit-animation: toRightFromLeft .3s forwards;
  -moz-animation: toRightFromLeft .3s forwards;
  animation: toRightFromLeft .3s forwards;
}

.about_list1 li:nth-child(2):hover h3 img+img {
  -webkit-animation: toBottomFromTop .3s forwards;
  -moz-animation: toBottomFromTop .3s forwards;
  animation: toBottomFromTop .3s forwards;
}

.about_list1 li:nth-child(3):hover h3 img+img {
  -webkit-animation: toTopFromBottom .3s forwards;
  -moz-animation: toTopFromBottom .3s forwards;
  animation: toTopFromBottom .3s forwards;
}

.about_list1 li:nth-child(4):hover h3 img+img {
  -webkit-animation: toLeftFromRight .3s forwards;
  -moz-animation: toLeftFromRight .3s forwards;
  animation: toLeftFromRight .3s forwards;
}

.pro_list1 {
  padding: 0 .1rem;
  margin-top: .42rem;
}

.pro_list1 .item {
  float: left;
  padding: 0 .15rem;
  margin-bottom: .26rem;
}

.pro_list1 .item a {
  position: relative;
  display: block;
  width: 100%;
}

.pro_list1 .item a .pro_bg1 {
  width: 100%;
}

.pro_list1 .item1 {
  width: 50%;
}

.pro_list1 .item1 a {
  border-radius: .1rem;
}

.pro_list1 .item .pro_info1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pro_list1 .item1 .pro_info1 {
  justify-content: center;
  align-items: center;
}

.pro_list1 .item .pro_info1 .name {
  font-size: .42rem;
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_list1 .item .pro_info1 .info {
  font-size: .18rem;
  color: #666;
  margin: .27rem 0 .18rem 0;
}

.pro_list1 .item .pro_info1 .img {
  margin-top: .12rem;
  text-align: center;
}

.pro_list1 .item1 .pro_info1 .img img {
  max-height: 2.3rem;
}

.pro_list1 .item2 .pro_info1 .img img {
  max-height: 1.5rem;
}

.pro_list1 .item2 {
  width: 33.33%;
}

.pro_list1 .item2 .pro_info1 {
  padding-left: .5rem;
  justify-content: center;
}

.pro_list1 .item2 .pro_info1 .img {
  margin-top: 0;
}

.index_news {
  padding: 1.4rem 0 .8rem 0;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.index_title2 {
  text-align: center;
  margin-bottom: .3rem;
}

.pub_case {
  width: 91.05%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}

.news_case .news_swiper {
  position: relative;
}

.news_case .news_swiper .swiper-container {
  overflow: visible;
}

.news_case .news_swiper .swiper-container .swiper-slide {
  position: relative;
  padding: 28.88vh 0;
}

.news_case .news_swiper .swiper-container .swiper-slide>a {
  border: 2px solid;
  border-image: linear-gradient(0deg, rgba(184, 184, 184, 0.42), rgba(246, 246, 246, 0.42)) 2 2;
  box-shadow: 0px .2rem .2rem 0px rgba(0, 0, 0, 0.08);
  display: flex;
  position: absolute;
  width: 37.1%;
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(1) {
  left: 0;
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(2) {
  left: 15%;
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(3) {
  left: 50%;
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(4) {
  left: 65%;
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(odd) {
  top: 50%;
  transform: translateY(.5rem);
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(even) {
  bottom: 50%;
  transform: translateY(-.5rem);
}

.news_case .news_swiper .swiper-container .swiper-slide>a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  border: 0.03rem solid #333;
  background-color: #fff;
  border-radius: 50%;
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(odd):before {
  bottom: calc(100% + 0.52rem);
  margin-bottom: -0.1rem;
}

.news_case .news_swiper .swiper-container .swiper-slide>a:nth-child(even):before {
  top: calc(100% + 0.52rem);
  margin-top: -0.1rem;
}

.news_case .news_swiper .swiper-container .swiper-slide>a .ind_new_left {
  width: 32.4%;
  position: relative;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: .75;
  text-align: center;
  padding: 5% 0.2rem;
}

.news_case .news_swiper .swiper-container .swiper-slide>a .ind_new_left::before {
  content: '';
  display: block;
  width: 1px;
  height: 74%;
  position: absolute;
  top: 13%;
  right: 0;
  background: #0492dd;
  transition: all .3s ease;
}

.ind_new_left .ind_new_time {
  position: absolute;
  width: 100%;
  padding: 0 0.2rem;
  transition: all .3s ease;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ind_new_left .ind_new_time_y {
  color: #999999;
  font-size: .16rem;
  margin-bottom: 0.13rem;
  transition: all .3s ease;
}

.ind_new_left .ind_new_time_m {
  transition: all .3s ease;
  font-size: .26rem;
  color: #0492dd;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
}

.ind_new_left .ind_new_more {
  position: absolute;
  left: 50%;
  bottom: 19.2%;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: -0.18rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s ease;
  opacity: 0;
}

.ind_new_left .ind_new_more::before,
.ind_new_left .ind_new_more::after {
  content: '';
  background-color: #007AFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ind_new_left .ind_new_more::before {
  width: 0.16rem;
  height: 0.02rem;
}

.ind_new_left .ind_new_more::after {
  height: 0.16rem;
  width: 0.02rem;
}

.ind_new_right {
  width: 67.6%;
  position: relative;
  overflow: hidden;
}

.ind_new_right .ind_new_tex {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.9rem;
}

.ind_new_right .ind_new_tex .ind_new_title {
  font-size: .18rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  margin-bottom: 0.27rem;
}

.ind_new_right .ind_new_tex .ind_new_info {
  font-size: .14rem;
  color: #999999;
  line-height: 1.71;
  margin: -0.35em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
}

.ind_new_right .bg_img {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.ind_new_right .bg_img::before {
  content: '';
  display: block;
  margin-top: 47.82%;
}

.ind_new_right .bg_img .img {
  transform: scale(1.05);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}

.news_case .news_swiper::before {
  content: '';
  display: block;
  pointer-events: none;
  width: 100vw;
  height: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #DADADA;
  position: absolute;
}

.news_case .new_nav_box {
  display: flex;
  justify-content: center;
}

.news_case .arrows_sty {
  background: none;
  text-align: center;
  color: #ffffff;
  height: 0.53rem;
  line-height: 1;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 0.05rem;
  width: 4.9rem;
  line-height: .5rem;
  border-radius: 0;
  border-color: #e3e3e3;
}

.news_case .arrows_sty>div {
  height: 0.02rem;
  width: 0.17rem;
  border-radius: 0.02rem;
  position: relative;
  transition: all .3s ease-in-out;
  background-color: #ffffff;
}

.news_case .arrows_sty>div {
  background-color: #333333;
}

.news_case .arrows_sty>div::before,
.news_case .arrows_sty>div::after {
  content: '';
  height: 0.02rem;
  width: 0.11rem;
  border-radius: 0.02rem;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out;
  background-color: #333333;
}

.news_case .arrows_sty.swiper-button-prev>div::before,
.news_case .arrows_sty.swiper-button-prev>div::after {
  left: 0;
  transform-origin: 0 50%;
}

.news_case .arrows_sty.swiper-button-prev>div::before {
  transform: rotate(-45deg);
}

.news_case .arrows_sty.swiper-button-prev>div::after {
  transform: rotate(45deg);
}

.news_case .arrows_sty.swiper-button-next>div::before,
.news_case .arrows_sty.swiper-button-next>div::after {
  right: 0;
  transform-origin: 100% 50%;
}

.news_case .arrows_sty.swiper-button-next>div::before {
  transform: rotate(45deg);
}

.news_case .arrows_sty.swiper-button-next>div::after {
  transform: rotate(-45deg);
}

.news_case .arrows_sty.swiper-button-disabled {
  opacity: .35;
}

.index_solution {
  padding: 1rem 0 .8rem 0;
  background-size: cover;
  background-position: center;
  margin-bottom: .5rem;
}

.solution_swiper {
  margin-top: 0.8rem;
  padding-bottom: .5rem;
  position: relative;
}

.ind_solution_ul {
  display: flex;
}

.ind_solution_ul .ind_solution_li {
  display: block;
  position: relative;
  width: 33.33%;
  height: 4.78rem;
  background-position: left center;
  transition: all .3s;
}

.ind_solution_ul .ind_solution_li .ind_solution {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: .5rem .5rem 0 .5rem;
  z-index: 10;
  background: rgba(0, 0, 0, .2);
}

.ind_solution_info .title {
  font-size: .26rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ind_solution_info .info {
  font-size: .14rem;
  color: #fff;
  line-height: .24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  margin-top: .3rem;
}

.solution_swiper .swiper-pagination {
  display: block;
  bottom: 0;
  width: 100%;
}

.solution_swiper .swiper-pagination .swiper-pagination-bullet {
  width: .3rem;
  height: .05rem;
  border-radius: .02rem;
  background: #d3d3d3;
  opacity: 1;
  margin: 0 .05rem;
}

.solution_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0492dd;
}


/* footer */
.footer {
  background: #171b27;
}

.foot_con {
  padding: .9rem 0 .4rem 0;
}

.foot_left {
  float: left;
}

.foot_left .f_logo {
  display: block;
}

.foot_left .f_address {
  font-size: .14rem;
  color: #848894;
  line-height: .26rem;
  margin-top: .4rem;
}

.foot_right {
  float: right;
}

.foot_right .foot_ul {
  display: flex;
}

.foot_right .foot_ul li {
  margin-left: 1rem;
}

.foot_right .foot_ul li h4 {
  font-size: .18rem;
  color: #fff;
  margin-bottom: .2rem;
}

.foot_right .foot_ul li dl dd a {
  color: #848894;
  font-size: .15rem;
  line-height: .31rem;
  display: block;
  transition: all .3s;
}

.foot_right .foot_ul li dl dd a:hover {
  color: #fff;
}

.footer .copyright {
  width: 1400px;
  text-align: center;
  line-height: .68rem;
  border-top: 1px solid rgba(252, 252, 252, .1);
  font-size: .14rem;
  color: #848894;
  margin: 0 auto;
}

/* floatRight */
.float_right {
  position: fixed;
  right: 8px;
  bottom: 10%;
  z-index: 999;
  background: #d9efff;
  border-radius: 10px;
  border: 1px solid #c1ddfd;
}

.float_right ul {
  padding: 5px;
}

.float_right ul li {
  position: relative;
  margin-bottom: 5px;
}

.float_right ul li:last-child {
  margin-bottom: 0;
}

.float_w {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  cursor: pointer;
}

.float_w .float_icon img+img {
  display: none;
}

.float_w h3 {
  color: #333;
  font-size: 12px;
  transition: all .3s;
  margin-top: 4px;
}

.float_l {
  position: absolute;
  left: -190px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(55, 99, 170, 0.3);
  border-radius: 10px;
  padding: 20px 10px;
  display: none;
}

.float_ewm {
  text-align: center;
}

.float_ewm img {
  width: 144px;
  height: 144px;
}

.float_ewm p {
  font-size: 16px;
  color: #333;
  margin-top: 12px;
}

.float_tel h3 {
  color: #333;
  font-size: 16px;
}

.float_tel p {
  padding: 5px 10px;
  font-size: 18px;
  color: #0492dd;
  background: #f5f7fa;
  margin-top: 8px;
}

.float_right ul li:hover .float_w .float_icon img {
  display: none;
}

.float_right ul li:hover .float_w .float_icon img+img {
  display: inline-block;
}

.float_right ul li:hover .float_w h3 {
  color: #fff;
}

.float_right ul li:hover .float_w {
  background: #0492dd;
}

.float_right ul li:hover .float_w+.float_l {
  display: block;
}

/*************** 关于我们 ***************/
.s_banner {
  position: relative;
}

.s_b_info {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.b_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.b_info h4 {
  font-size: .3rem;
  color: #0492dd;
}

.b_info h2 {
  font-size: .58rem;
  line-height: .66rem;
  color: #222022;
  width: 56%;
  font-weight: bold;
  margin: .4rem 0 .6rem 0;
}

.b_info .more a {
  display: flex;
  width: 1.4rem;
  height: .5rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0492dd;
}

.b_info .more a img {
  margin-left: .16rem;
}

.ins_about_c1 {
  position: relative;
}

.ins_about_h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ins_about_bg1 img {
  width: 100%;
}

.ins_about_left {
  width: 43.25%;
  padding-top: 1.7rem;
}

.ins_about_left .s_title {
  color: #0492dd;
  font-size: .2rem;
}

.ins_about_left .title {
  font-size: .6rem;
  color: #0c0f18;
  margin: .1rem 0 .6rem 0;
  font-weight: bold;
}

.ins_about_left .title span {
  color: #0492dd;
  font-weight: bold;
}

.ins_about_left .info {
  font-size: .15rem;
  color: #5d616c;
  line-height: .32rem;
  text-align: justify;
}

.ins_about_right {
  position: absolute;
  right: calc((100% - 1600px)/ 2);
  bottom: 1rem;
}

.ins_about_ul ul li {
  padding: .2rem 0;
  text-align: center;
}

.ins_about_ul ul li h2>* {
  display: inline-block;
  vertical-align: top;
}

.ins_about_ul ul li h2 b {
  font-size: .58rem;
  color: #0492dd;
  font-weight: bold;
  font-family: arial;
  line-height: 1;
}

.ins_about_ul ul li h2 span {
  font-size: .22rem;
  color: #0c0f18;
  font-weight: bold;
  margin-left: .05rem;
}

.ins_about_ul ul li p {
  font-size: .16rem;
  color: #0c0f18;
  margin-top: .06rem;
}

.ins_about_c3 {
  position: relative;
}

.coop_bg1 img {
  width: 100%;
}

.ins_coop_c {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.coop_imgs {
  margin-top: .3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.coop_imgs img {
  margin: 8px;
  height: 100px;
}

.ins_honor {
  padding: .9rem 0;
}

.ins_honor_left {
  width: 40.75%;
  float: left;
}

.ins_honor_right {
  width: 59.25%;
  float: right;
  padding: .4rem .5rem .35rem .5rem;
  background-size: cover;
  background-position: center;
}

.ins_honor_rhd {
  display: flex;
  align-items: center;
  margin-bottom: .7rem;
}

.ins_honor_rhd .num {
  position: relative;
}

.ins_honor_rhd .num span {
  color: #333;
  font-size: .44rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  font-family: arial;
  font-weight: bold;
}

.ins_honor_rhd .ins_honor_ht {
  margin-left: .2rem;
}

.ins_honor_rhd .ins_honor_ht h2 {
  color: #333;
  font-size: .35rem;
}

.ins_honor_rhd .ins_honor_ht h3 {
  font-size: .18rem;
  color: #333;
  margin-top: .06rem;
}

.ins_honor_img {
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .1rem;
}

.ins_honor_img img {
  max-height: 100%;
  max-width: 100%;
}

.ins_honor_swiper {
  position: relative;
  padding-bottom: 1rem;
}

.ins_honor_swiper .swiper-pagination {
  display: block;
  text-align: center;
  width: 100%;
  bottom: 0;
}

.ins_honor_swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 .03rem;
  background: #fff;
  opacity: 1;
}

.ins_honor_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0492dd;
}

.ins_honor_swiper .swiper-button-prev,
.ins_honor_swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  background: none;
  width: .44rem;
  height: .44rem;
  margin-top: 0;
  border-radius: 50%;
  background: rgba(12, 15, 24, .1);
}





/************** 产品中心 *****************/
.s_banner2 .b_info {
  align-items: center;
  text-align: center;
}

.s_banner2 .b_info h4 {
  font-size: .58rem;
  color: #fff;
  font-weight: bold;
}

.s_banner2 .b_info h2 {
  width: 100%;
  font-weight: normal;
  font-size: .3rem;
  color: #fff;
  margin: .24rem 0 0;
}

.ins_pro_con {
  padding: .5rem 0;
  margin-bottom: .5rem;
}

.pro_nav {
  text-align: center;
  margin-bottom: .65rem;
}

.pro_nav ul li {
  display: inline-block;
  margin: 0 .12rem;
}

.pro_nav ul li a {
  display: inline-block;
  padding: 0 .34rem;
  line-height: .38rem;
  border-radius: .19rem;
  color: #666;
  font-size: .18rem;
  transition: all .3s;
}

.pro_nav ul li.active a,
.pro_nav ul li:hover a {
  background: #0492dd;
  color: #fff;
}

.ins_pro_list {
  margin-bottom: .5rem;
}

.ins_pro_list ul li {
  width: 48.75%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: .42rem;
}

.ins_pro_list ul li:nth-child(2n) {
  margin-right: 0;
}

.ins_pro_list ul li a {
  display: flex;
  height: 3.35rem;
  background: #f5f6f7;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 .5rem;
}

.ins_pro_left {
  width: 50%;
}

.ins_pro_left .name {
  font-size: .26rem;
  color: #0c0f18;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ins_pro_left .s_name {
  font-size: .2rem;
  color: #696a6b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .18rem;
}

.ins_pro_left .info {
  font-size: .15rem;
  color: #696a6b;
  line-height: .28rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: .24rem 0;
}

.ins_pro_right {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
}

.ins_pro_right .pro_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 1.8rem;
}

.ins_pro_right .pro_img img {
  max-height: 100%;
  max-width: 100%;
}

.pages {
  text-align: center;
}

.pages>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2rem;
}

.pages a {
  font-size: .21rem;
  color: #333;
}

.pages a.active {
  color: #0492dd;
}

.pages a.prev,
.pages a.next {
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  height: .3rem;
}

.pages a.prev img,
.pages a.next img {
  max-height: 100%;
}

/*************** 产品详情 *********************/
.ins_pro_detail_head {
  position: relative;
}

.det_box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.det_box .l-container,
.det_box .m-container {
  height: 100%;
}

.det_hd {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.det_hd_left {
  width: 43.42%;
}

.det_hd_left .name {
  font-size: .34rem;
  color: #333;
  font-weight: bold;
}

.det_hd_left .s_name {
  color: #999;
  font-size: .22rem;
  position: relative;
  padding: .2rem 0 .5rem 0;
  margin-bottom: .6rem;
  border-bottom: 1px solid #ddd;
}

.det_hd_left .s_name::before {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: .06rem;
  background: #0492dd;
  left: 0;
  bottom: -.03rem;
}

.det_hd_left .info {
  font-size: .16rem;
  color: #666;
  line-height: .3rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.det_hd_right {
  width: 42.8%;
  position: relative;
}

.det_hd_right .det_quan {
  text-align: center;
}

.det_hd_right .det_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pro_det {
  margin-bottom: 1.5rem;
}

.pro_det .title {
  border-bottom: 1px solid #ddd;
  margin-bottom: .5rem;
}

.pro_det .title span {
  display: inline-block;
  position: relative;
  line-height: .96rem;
  font-size: .28rem;
  color: #333;
  font-weight: bold;
}

.pro_det .title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: .06rem;
  bottom: -.03rem;
  left: 0;
  background: #0492dd;
}

.pro_det .info {
  font-size: .16rem;
  color: #666;
  line-height: .3rem;
  text-align: justify;
  padding-bottom: .6rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid #ddd;
}

.page_turning a {
  float: left;
  width: 50%;
  color: #333;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page_turning a+a {
  text-align: right;
}

.page_turning a:hover {
  color: #0492dd;
}

/************** 解决方案 *******************/
.ins_solu_con {
  padding-bottom: .9rem;
  margin-top: .75rem;
}

.ins_solu_list {
  margin-bottom: .3rem;
}

.ins_solu_list ul li {
  width: 31.7%;
  float: left;
  margin-right: 2.45%;
  margin-bottom: .6rem;
}

.ins_solu_list ul li:nth-child(3n) {
  margin-right: 0;
}

.ins_solu_list ul li a {
  display: block;
  background: #fafafa;
  border-radius: .1rem;
}

.ins_solu_list ul li a .solu_img {
  height: 2.68rem;
}

.ins_solu_list ul li a .solu_img img {
  width: 100%;
  height: 100%;
  border-radius: .1rem;
}

.ins_solu_list ul li a .solu_info {
  padding: .3rem .4rem;
}

.ins_solu_list ul li a .solu_info .time {
  font-size: .16rem;
  color: #999;
}

.ins_solu_list ul li a .solu_info .title {
  font-size: .18rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .2rem 0;
  transition: all .3s;
}

.ins_solu_list ul li a .solu_info .info {
  font-size: .14rem;
  line-height: .24rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: .48rem;
  margin-bottom: .2rem;
}

.ins_solu_list ul li a:hover .solu_info .title,
.ins_solu_item a:hover .ins_item_right .ins_item_info .solu_info .title {
  color: #0492dd;
}

.ins_solu_item {
  margin-bottom: .6rem;
}

.ins_solu_item a {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fafafa;
  border-radius: .1rem;
}

.ins_solu_item a .ins_item_left {
  width: 51.92%;
}

.ins_solu_item a .ins_item_left img {
  border-radius: .1rem;
  width: 100%;
}

.ins_solu_item a .ins_item_right {
  width: 48.08%;
  padding: 0 .8rem;
}

.ins_solu_item a .ins_item_right .ins_item_info .solu_info .time {
  font-size: .16rem;
  color: #999;
}

.ins_solu_item a .ins_item_right .ins_item_info .solu_info .title {
  font-size: .24rem;
  color: #333;
  margin: .4rem 0 .25rem 0;
}

.ins_solu_item a .ins_item_right .ins_item_info .solu_info .info {
  font-size: .15rem;
  line-height: .3rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: .4rem;
}

/************ 新闻动态 *****************/
.ins_news_con {
  padding: .8rem 0 1.3rem 0;
}

.ins_news_list ul li {
  width: 30.55%;
  float: left;
  margin-right: 4.175%;
  margin-bottom: .55rem;
}

.ins_news_list ul li:nth-child(3n) {
  margin-right: 0;
}

.ins_news_list ul li a {
  display: block;
}

.ins_news_img {
  height: 2.38rem;
  overflow: hidden;
  border-radius: .2rem;
}

.ins_news_img img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.ins_news_info .ins_news_title {
  position: relative;
  padding: .28rem 0;
}

.ins_news_info .ins_news_title::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #d5d5d5;
  transition: all .3s;
}

.ins_news_info .ins_news_title .title {
  font-size: .18rem;
  color: #595757;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}

.ins_news_info .ins_news_title .time {
  font-size: .15rem;
  color: #aaaaaa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ins_news_info .info {
  font-size: .14rem;
  line-height: .26rem;
  height: .52rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: .2rem 0 .3rem 0;
}

.ins_news_list ul li a:hover .ins_news_info .ins_news_title::before {
  width: 100%;
  background: #0492dd;
}

.ins_news_list ul li a:hover .ins_news_info .ins_news_title .title {
  color: #0492dd;
}

.ins_news_list ul li a:hover .ins_news_img img {
  transform: scale(1.2);
}

/******************** 新闻详情 ************************/
.news_det_info {
  padding: .5rem 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: .5rem;
}

.news_det_info .info {
  font-size: .16rem;
  color: #666;
  line-height: .3rem;
  text-align: justify;
}

.news_details {
  margin-bottom: 1.2rem;
}

.news_det_hd {
  text-align: center;
  transform: translateY(.4rem);
}

.news_det_hd h4 {
  font-size: .32rem;
  color: #333;
}

.news_det_hd h2 {
  font-size: .16rem;
  color: #999;
  width: 100%;
  line-height: 1;
  margin: .4rem 0 0;
  font-weight: normal;
}

/*************** 案例中心 *****************/
.ins_case_hd {
  text-align: center;
}

.ins_case_hd h4 {
  color: #fff;
  font-size: .48rem;
}

.ins_case_hd h2 {
  color: #fff;
  font-size: .3rem;
  line-height: .31rem;
  margin: .4rem 0 0;
  width: 100%;
  font-weight: normal;
}

.ins_case_list {
  padding-top: .6rem;
  margin-bottom: .4rem;
}

.ins_case_list ul li a {
  display: flex;
  width: 100%;
  padding: .5rem 0;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.ins_case_list ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  left: 0;
  top: 0;
}

.ins_case_list ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: .04rem;
  background: #272525;
  left: 0;
  top: 0;
  transition: all .2s;
  z-index: 2;
}

.ins_case_left {
  width: 41.42%;
  overflow: hidden;
  border-radius: .15rem;
  height: 3.58rem;
}

.ins_case_left img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.ins_case_right {
  width: 58.58%;
  padding: 0 .4rem 0 .6rem;
}

.ins_case_right .title {
  color: #444343;
  font-size: .26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-bottom: .4rem;
  margin-bottom: .5rem;
  transition: all .3s;
}

.ins_case_right .title::before {
  position: absolute;
  content: "";
  width: .72rem;
  height: .05rem;
  background: #eee;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

.ins_case_right .info {
  font-size: .16rem;
  line-height: .3rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: .4rem;
}

.ins_case_list ul li a:hover::after {
  width: 100%;
}

.ins_case_list ul li a:hover .ins_case_left img {
  transform: scale(1.2);
}

.ins_case_list ul li a:hover .ins_case_right .title {
  color: #0492dd;
}

.ins_case_list ul li a:hover .ins_case_right .title::before {
  background: #0492dd;
}

.insider_case {
  padding-bottom: .9rem;
}

/************* 联系我们 ***************/
.ins_contract_c1 {
  height: 3.54rem;
  background-size: cover;
  background-position: center;
}

.ins_contract_c1 ul {
  height: 100%;
}

.ins_contract_c1 .m-container {
  height: 100%;
}

.ins_contract_c1 ul li {
  width: 33.33%;
  float: left;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ins_contract_c1 ul li .title {
  color: #000;
  font-size: .2rem;
  margin: .24rem 0;
}

.ins_contract_c1 ul li .info {
  font-size: .15rem;
  line-height: .28rem;
  color: #666;
  text-align: center;
}

.ins_map {
  height: 400px;
  width: 100%;
}

.ins_contract_form {
  padding-bottom: 1.1rem;
}

.ins_contract_form .title {
  text-align: center;
  color: #000;
  font-size: .33rem;
  margin: .6rem 0;
}

.ins_contract_form .form .form_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: .3rem;
}

.ins_contract_form .form .form_item .item {
  width: 41.42%;
  height: .5rem;
  background: #f9f9f9;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  position: relative;
}

.ins_contract_form .form .form_item .item .yzm_img {
  position: absolute;
  right: .28rem;
  top: 50%;
  transform: translateY(-50%);
  height: .26rem;
  z-index: 5;
}

.ins_contract_form .form .form_item .item span {
  color: #333;
  font-size: .16rem;
  width: 16%;
}

.ins_contract_form .form .form_item .item input {
  font-size: .16rem;
  color: #333;
  line-height: .5rem;
  width: 80%;
}

.ins_contract_form .form .form_btn {
  margin-top: .5rem;
  text-align: center;
}

.ins_contract_form .form .form_btn button {
  width: 2.3rem;
  height: .5rem;
  line-height: .5rem;
  display: inline-block;
  text-align: center;
  background: #0492dd;
  border-radius: .25rem;
  color: #fff;
  cursor: pointer;
  font-size: .16rem;
}

.ins_contract_form .form .form_item .item1 {
  width: 100%;
  height: 1.2rem;
  align-items: flex-start;
}

.ins_contract_form .form .form_item .item1 span {
  width: auto;
}

.ins_contract_form .form .form_item .item1 textarea {
  flex: 1;
  height: 100%;
  width: 100%;
  font-size: .16rem;
  color: #333;
}