@charset "utf-8";
/* CSS Document */
html,body,ul,li,p,input,form,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0; padding:0;}
ol,ul,li{ list-style:none;padding: 0;}
body{ font-size:14px; color:#191919; line-height:24px; margin:0px auto; padding:0px;  font-family:"Microsoft YaHei"; max-width:1920px;
    
}
img{ border:none;display:block;}
form{ margin:0px; padding:0px;}
.clear{ clear:both;}
a{ text-decoration:none; color:#191919; font-family:"Microsoft YaHei";}
a:hover{ color:#ff0000; text-decoration:underline; font-family:"Microsoft YaHei";text-decoration:none; }
em,i{font-style:normal}
h1,h2,h3,h4{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
@font-face {
	font-family: 'Bebas';
	src:url('../font/BebasNeue-Regular-3.ttf');
}
@font-face {
	font-family: 'play';
	src:url('../font/PlayfairDisplay-Black-2.ttf');
}
.w1600{max-width:1600px;margin: 0 auto;width: 100%;}
.w1400{max-width:1400px;margin: 0 auto;width: 100%;}
/*网站头部*/
header{position: fixed;top: 23px;width:100%;z-index:999;}
header.xg{
    background:rgba(255,255,255,1);
    top: 0;
    box-shadow:0 4px 32px 0 rgba(36,40,40,.09);
}
/* header:hover{
    background:#fff;
} */
.top_dg{height:90px;max-width:100%;margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
box-sizing: border-box;
}
.top_left{float: left;line-height: 90px;}
.top_left a{
    display: flex;
    align-items: center;
    height: 90px;
	padding-left: 65px;
}
.top_left a img{
    display: none;
}
.top_left a img.logo_nav{
    display: block;
    height: 60px;
}
header.xg .top_left a img{
    display: block;
    height: 55px;
}
header.xg .top_left a img.logo_nav{
    display: none;
}

.top_nav{
    float: right;
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, .8);
    align-items: center;
    width: 80%;
}
.top_nav ul{
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
}
.top_nav ul li{float: left;line-height: 90px;position: relative;}
.top_nav>ul>li:nth-child(1){
    padding-left: 20px;
}
.top_nav ul li a{color:#02b7c4;font-size:16px;text-transform: uppercase;font-family:"Microsoft YaHei";position: relative;display: block;}
.nav_hover a{color:#02b7c4  !important;}
.top_nav ul li:hover a{color:#02b7c4 !important;}


header .top_nav>ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background:#3bb2b1;
	width: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
header .nav_hover>a::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 2px;
	background:#3bb2b1;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}
header .top_nav ul li a:hover::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 2px;
	background: #3bb2b1;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}
header .nav_weixin dd{color:#333 !important;}
header .searchBtn dd{color:#333 !important;}

.nav_weixin{float: left;margin-top:32px;padding-left:30px;border-left:dashed 1px #d2d2d2;height:30px;margin-left:30px;position: relative;}
.nav_weixin img{float: left;}
.nav_weixin dd{float: left;line-height:35px;font-size:16px;color:#ccc;}
.nav_weixin:hover dd{color:#ff991b;}
.weixin_img01{opacity: 0;
-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform: translateX(-50%,30px);
	  transform: translate(-50%,30px);
	  background:#fff;
	  position: absolute;
	  top:30px;
	  left:0%;
	  padding:30px 20px 0px;
	  visibility: hidden;
}
.nav_weixin .weixin_img01 img{
	display: block;
	z-index: 99999;
	width:40px;
	border-radius:6px;
}
.nav_weixin .weixin_img01 a{display: block;width: 100%;line-height:30px;width: 100px;text-align: center;font-size: 16px;padding: 16px 0;
border-bottom: solid 1px #eee;
}
.nav_weixin .weixin_img01 a:hover span{color:#ff991b;}
.nav_weixin .weixin_img01 a span{color: #666;}
.nav_weixin:hover .weixin_img01{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.top_nav .subnav {
    display: flex;
    flex-direction: column;
    background: #fff;
    top: 90px;
    visibility: hidden;
    width: 200px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    z-index: 9999999;
    position: absolute;
    padding: 0;
    margin-left: -70px;
}

.top_nav ul li:hover ul {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.top_nav .subnav li {
    float: none;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    border-right: none;
    line-height: 60px;
    height: 60px;
    background: none;
}

.top_nav .subnav li .subnav_a {
    line-height: 60px;
    height: 60px;
    display: block;
    color: #333 !important;
    border-bottom: 1px solid #eee;
    border-left: none;
    padding: 0;
}

.top_nav .subnav li .subnav_a:hover {
    color: #333 !important;
}

.top_nav li:hover .subnav {
    top: 90px;
}


.top_box_fl{display: flex;
    align-items: center;
    justify-content: space-between;}

.sp_header{display: none;}

.top_nav .cen{ position:absolute; left:0; top:100px; width:100%; background:rgba(255,255,255,0.95); display:none;}
.top_nav .cen>ul{ display:flex; flex-wrap:wrap; padding:30px 0;}
.top_nav .cen>ul>li{ width:170px; height:170px;padding: 0;}
.top_nav .cen>ul>li div{ width:90px; height:90px; margin:20px auto; border:1px solid #ededed; border-radius:50%; background-repeat:no-repeat; background-size:cover;}
.top_nav .cen>ul>li p{ font:normal 14px/14px "思源黑体 CN Regular"; text-align:center;padding-bottom:6px;}
.top_nav .cen>ul>li:hover{ box-shadow:0 10px 10px rgba(61,61,61,0.18);}
.top_nav .cen>ul>li:hover div{ border:1px solid #1d2088; background-color:#1d2088; background-position:0 bottom;}
.top_nav .cen>ul>li:hover p{ color:#1d2088;}
.top_nav li:hover>.cen{ display:block;}

.top_box_fl .call_1 {
  position: relative;
  padding-left: 20px;
  color:#02b7c4;
  font-size: 20px;
  font-weight: 700;
}
.top_box_fl .call_1:before {
  content:"";
  display:block;
  width:16px;
  height:16px;
  background:url(../image/icon_nav_tel_3.png) no-repeat 50%;
  background-size:16px;
  position:absolute;
  left:-5px;
  top:49%;
  transform:translateY(-52%)
}

#ups-banner{
    overflow: hidden;
}
@media ( max-width:1030px) {
	.top_nav{display: none;}
	.sp_header{display: block;}
	.top_left{padding-left:20px;}
}
@media ( max-width:768px) {
 .top_dg{height:60px !important;}
 .sp_header{height: 60px !important;top: 0;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:60px !important;}
 .sp_nav{margin-top:35% !important;}
 .top_left img{height:46px;}
 .top_left{padding-left:0px;}
 .top_left a{height: 60px;}
}
@media ( max-width:375px) {
 .top_dg{height:60px !important;}
 .sp_header{height: 60px !important;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:60px !important;}
 .sp_nav{margin-top:40% !important;    transform: scale(0.79);}

}

/*----手机站导航开始----------*/
.sp_header{height:120px;overflow:hidden;position:absolute;z-index:999;right: 0;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;margin-top:100%;}
.sp_nav span{display:block;background:#02b7c4;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99;background:#fff;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.sjj_nav span{padding-top: 20px;display: block;margin-left:20px;float: left;}
.sjj_nav span img{display: block;float: left;padding-top:6px;}
.nav_show{top:0;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:60px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%;text-transform: uppercase;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*----手机站导航结束----------*/

/* banner */
.bottom-nav {
	text-align: center;
	position: absolute;
	bottom:8%;
	z-index: 10;
	left:50%;
	width: 100%;
	max-width:1400px;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.swiper-pagination {
    position: relative;
    display: block;
    /* height: 29px; */
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}
#ups-banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background:none;
	opacity: 1;
	box-sizing: border-box;
	margin:15px 6px;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.9);
}

#ups-banner .swiper-pagination-bullet-active {
	background: #0049c0;
	width: 20px;
	border-radius: 40px;
}	
#ups-banner .swiper-slide img{width: 100%;display: block;}
.bottom-nav .swiper-pagination{position: initial;width: auto;}
.index-cp-r-line dd{color:#fff;font-size: 16px;font-family: arial;}
.banner_gd_box dd{
	color: #fff;
	font-size: 16px;
	float: right;
	padding-left: 10px;
}
.banner_gd_box span img{
width: auto !important;
margin:0 auto;
position: relative;
bottom: 10px;
animation: myMove 2s infinite;
-webkit-animation: myMove 2s infinite;
/* infinite 表示无限循环 */
}

@keyframes myMove {
    0% {bottom: 10px;}
    50% {bottom: 40px;}
	100% {bottom: 10px;}
}
@-webkit-keyframes myMove {
    0% {bottom: 10px; }
    50% {bottom: 40px;}
    100% {bottom: 10px;}
}
/* banner end*/


.home-theme-el {
  width:92%;
  margin:-125px auto 0;
  z-index:9;
  position: relative;
  overflow: hidden;
}
[class*="el-col-"] {
  float: left;
  box-sizing: border-box;
}
.el-row::after, .el-row::before {
  display: table;
}
.el-col-sm-6 {
    width: 25%;
  }
.home-theme-col {
  color: #fff;
  cursor: pointer;
}
.home-theme-col .theme_box{
    position: relative;
    overflow: hidden;
}
.home-theme-col div:first-child {
  height: 125px;
}
.home-theme-col p, .home-theme-col span {
  position: relative;
  text-align: left;
  padding-left: 10%;
  box-sizing: border-box;
}
.home-theme-col span {
  padding: 40px 0 0;
  padding-left: 10%;
  font-size: 20px;
  display: block;
}
.home-theme-col div:first-child img {
  display: block;
  width: 46px;
  height: 26px;
  float: right;
  margin: -24px 35px 0 0;
  position: relative;
  right: 0;
  opacity: 0;
}
.home-theme-col:hover div:first-child img{
    transition-duration: 0.6s;
    opacity: 1;
    right: -6px;
}

.home-theme-col div:last-child img {
  transform: scale(1);
  transition-duration: 1s;
  transition-timing-function: linear;
  width: 100%;
  transition-duration: .8s;
  display: block;
}
.home-theme-col div:last-child span {
  position: absolute;
  background: rgba(49, 164, 156, 0.86);
  top: 0;
  left: -100%;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  padding: 59px 26px 0;
  font-weight: 300px;
  letter-spacing: 1px;
  opacity: 0;
}
.home-theme-col:hover .theme_box span{
    left: 0;
    opacity: 1;
    transition-duration: 0.6s;
}

section{
    background: #edf5f5;
    padding-bottom: 130px;
}
.home-site-title1 {
  margin: 130px auto 80px;
}
.home-site-title {
  width: 90%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.font_active_left {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: font_left;
  animation-name: font_left;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.home-site-right {
  background: linear-gradient(270deg,rgba(237,245,245,.5),rgba(66,170,165,.5));
}
.home-site-left {
  background: linear-gradient(90deg,rgba(237,245,245,.5),rgba(66,170,165,.5));
}
.home-site-left, .home-site-right {
  display: inline-block;
  width: 33%;
  height: 2px;
}
.home-site-title-centre {
  flex: 1;
  text-align: center;
}
.home-site-title-centre p:first-child {
  height: 58px !important;
  overflow: hidden;
  width: 100%;
  display: block;
}
.home-site-title-centre p:last-child {
  height: 30px;
  overflow: hidden;
}
.home-site-title-centre p:first-child span {
  font-size: 23px !important;
  color: #1dbfba;
  font-weight: 600;
  display: inline-block;
  margin-top: 23px;
  opacity: 1;
  letter-spacing: 2px;
}
.font_active_up {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: font_up;
  animation-name: font_up;
  transform: translateY(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.home-site-title-centre p:last-child span {
  color: #1bb8b3;
  font-size: 18px;
  font-weight: 350;
  display: inline-block;
  opacity: 1;
}
.font_active_up {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: font_up;
  animation-name: font_up;
  transform: translateY(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.mySwiper_case > .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.mySwiper_case .swiper-slide {
  width: 384px !important;
  height: 262px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px 1px rgba(5,0,1,.1);
  border-radius: 10px;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 24px;
}
.mySwiper_case .swiper-slide img{
    width: 100%;
}
.mySwiper_case .swiper-slide span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.mySwiper_case .swiper-slide:hover span{
    opacity: 0;
}
.mySwiper_case .swiper-slide dl{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
    z-index: 9;
}
.mySwiper_case .swiper-slide dl dt{
    font-size: 17px;
  color: #fff;
  text-shadow: 0 3px 2px rgba(5,0,1,.3);
  font-weight: 600;
}
.mySwiper_case .swiper-slide dl dd{
    display: none;
      color: #fff;
      text-shadow: 0 1px 2px rgba(5,0,1,.69);
      font-weight: 400;
      font-size: 15px;
}
.mySwiper_case .swiper-slide:hover dl dd{
    display: block;
}

.joinus-imgcare {
  width:90%;
  height:110px;
  background-image:url(https://ingcare.oss-cn-beijing.aliyuncs.com/images2/bggg.png);
  background-size:cover;
  margin:87px auto 0px
}
.joinus-imgcare ul {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%
}
.joinus-imgcare ul li:first-child {
  width:30%;
  text-align:center
}
.joinus-imgcare ul li:first-child img {
  height:50px;display: inline-block;
}
.joinus-imgcare ul li:nth-child(2) {
  width:70%;
  text-align:left;
  color:#fff;
  font-size:20px
}
.joinus-imgcare ul li:nth-child(3) {
  width:30%;
  text-align:center
}
.joinus-imgcare ul li:nth-child(3) a {
  display:inline-block;
  font-size:18px;
  background:#ec804d;
  border:1px solid #ec804d;
  color:#fff;
  border-radius:4px;
  width:185px;
  height:53px;
  text-align:center;
  line-height:53px;
  margin-top:10px
}
@media screen and (min-width:800px) and (max-width:1140px) {
  .joinus-imgcare ul li:nth-child(3) a {
    width:130px;
    height:45px;
    text-align:center;
    line-height:45px
  }
  .joinus-imgcare ul li:nth-child(2) {
    font-size:16px
  }
}

.enqi_video {
  width: 1078px;
  height: 557px;
  margin: 50px auto 103px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px 1px rgba(5,0,1,.1) !important;
  position: relative;
}
.enqi_video video {
  width: 100%;
}
.play_btn {
  width: 105px;
  height: 106px;
  background: url(../image/play333.png) no-repeat;
    background-size: auto;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video_logo {
  width:142px;
  height:37px;
  background:url(/uploads/img1/20250115/678795342579d.png) no-repeat;
  background-size:100%;
  position:absolute;
  z-index:2;
  left:55px;
  top:55px
}
.mask_video {
  width:100%;
  height:100%;
  background:hsla(0,0%,100%,.9);
  position:fixed;
  z-index:100;
  left:0;
  top:0;
  display: none;
}
.mask_video>div {
  width:960px;
  height:540px;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto
}
.close_video {
  position:absolute;
  width:100%;
  left:0;
  bottom:-70px;
  cursor:pointer;
}
.close_video p {
  width:45px;
  height:45px;
  background:url(https://ingcare.oss-cn-beijing.aliyuncs.com/images2/close_btn.png) no-repeat;
  background-size:100%;
  cursor:pointer;
  margin:0 auto
}
/*.shipin{*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  cursor: pointer;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%,-50%);*/
/*}*/
.shipin .bf{
  width: 105px;
  height: 106px;
}
.shipin .sp {
  position: fixed;
  width:100%;
  height:100%;
  background:hsla(0,0%,100%,.9);
  z-index:100;
  left:0;
  top:0;
  display: none;
  z-index: 999;
  text-align: center;
}
.shipin .sp video{
    max-width: 900px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shipin .sp .close{
    position: absolute;
    bottom: 10%;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
}

.BannerCommonComponent_list {
  width: 1079px;
  display: flex;
  margin: 50px auto 0;
  flex: 1;
}
.BannerCommonComponent_list img {
  width: 212px;
  margin-right: 77px;
  flex: 1;
}

.commonality-footer {
  width:100%;
  height:232px;
  display:flex
}
.commonality-footer-left {
  width:25%;
  height:232px;
  background:#2bbfbb;
  display: flex;
    align-items: center;
    justify-content: center;
}
.commonality-footer-left img {
  display:block;
  width:190px;
}
.commonality-footer-right {
  width:75%;
  height:232px;
  background:#2bb7b3;
  display:flex
}
.commonality-footer-right-skip {
  height:220px
}
.commonality-footer-right-skip a {
  display: block;
  color:#fff;
  font-size:12px;
  padding-top:8px;
  text-align:left;
  line-height: 24px;
}
.commonality-footer-right-service {
  text-align:center;
  color:#fff;
  margin-left:8%!important
}
.commonality-footer-right-service img {
  display:block;
  width:83px;
  height:85px;
  margin:45px auto 13px
}
.commonality-footer-right-service span {
  font-size:12px
}
.commonality-footer-right-service p {
  font-weight:700;
  font-size:18px;
  padding-top:10px
}
.erweima {
  display:block;
  width:119px!important;
  height:119px!important
}
.footer-copyright {
  width:100%;
  height:52px;
  line-height:52px;
  background:#28afab;
  color:#fff;
  font-size:11px;
  text-align:center
}
.footer-copyright a {
  color:#fff
}
.footer_ipad {
  width:100%;
  height:122px;
  background:#2bb7b3;
  display:flex;
  justify-content:center
}
.footer-ipad-skip {
  width:117px;
  height:110px
}
.footer-ipad-skip a {
  color:#fff;
  font-size:13px;
  padding-top:9.1px;
  display:inline-block;
  width:115px
}
.footer-ipad-service {
  width:128px;
  text-align:center;
  color:#fff
}
.footer-ipad-service img {
  display:block;
  width:53.95px;
  height:55.25px;
  margin:10px auto 3px
}
.footer-ipad-service span {
  font-size:13px
}
.footer-ipad-service p {
  font-weight:700;
  font-size:14px
}
.commonality-footer-right-skip {
  margin: 22px 0 0 50px !important;
}

.fixedRight {
  position:fixed;
  right:40px;
  bottom:40px;
  z-index:200;
  display:flex;
  justify-content:center;
  align-items:center;
  height:120px
}
.fixedIcon {
  width:105px;
  cursor:pointer
}
.isFixed {
  
}
.fixedBg {
  background:url(https://ingcare.oss-cn-beijing.aliyuncs.com/guanwang/20211206/bg.png) no-repeat;
  background-size:contain;
  width:335px;
  height:128px;
  position:absolute;
  right:119px;
  top:0;
  transition:all .3s
}
.fixedBg div {
  padding-top:10px;
  height:64px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
  color:#25bfb5;
  font-weight:700
}
.fixedBg div img {
  margin-right:4px;
  width:20px
}
.fixedBg p {
  width:270px;
  margin:0 auto;
  display:flex;
  justify-content:space-between
}
.fixedBg p span {
  height:32px;
  width:120px;
  border-radius:16px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-size:16px;
  background-color:#ec804d;
  cursor:pointer
}
.fixedBg p span:last-child {
  background-color:#3bb2b1
}
.fixedClose {
  position:absolute;
  width:32px;
  right:-4px;
  top:-5px;
  cursor:pointer
}
.fixedRight:hover .isFixed{
    opacity:1!important
}
@media ( max-width:760px) {
    header{top:0;background:#fff;}
.top_left a img.logo_nav{
    display: none !important;
    height: 40px;
}
header .top_left a img{
    display: block !important;
    height: 36px;
}
header.xg .top_left a img{
    height: 36px;
}
.top_left a{
    padding-left: 25px;
}
.BannerCommonComponent_list{
    width: 100%;
}
.enqi_video{
    width: 90%;
    height: auto;
    margin: 50px auto 50px;
}
.BannerCommonComponent_list{
    flex-wrap: wrap;
}
.commonality-footer,.commonality-footer-right,.joinus-imgcare ul{
    flex-wrap: wrap;
}
.home-theme-el{
    margin: 0 auto;
    padding-top: 20px;
}
.el-col-sm-6 {
  width: 100%;
  margin-bottom: 20px;
}
.home-site-title1 {
  margin: 0px auto 10px;
}
.joinus-imgcare ul li:first-child{
    display: none;
}
.joinus-imgcare ul li:nth-child(2){
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.joinus-imgcare ul li:nth-child(3) {
    width: 80%;
    text-align: center;
    position: absolute;
    bottom: -60px;
    display: none;
}
.joinus-imgcare ul{
    position: relative;
}
.joinus-imgcare ul li:nth-child(3) a {
  font-size: 14px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.joinus-imgcare {
  margin: 40px auto 0px;
}
.video_logo{
    display: none;
}
.play_btn{
    width: 50px;
    height: 50px;
}
.enqi_video video{
    height: 100%;
    border-radius: 10px;
}
.shipin .sp video{
    width: 90%;
}
.shipin .sp .close{
    bottom: 20%;
}
.BannerCommonComponent_list img {
    width: 48%;
    height: 200px;
    margin: 0px 1%;
    flex: auto;
    max-width: 48%;
}
section {
  padding-bottom: 50px;
}
.commonality-footer-left{
    display: none;
}
.commonality-footer-right{
    width: 100%;
}
.fixedRight,.commonality-footer-right-service{
    display: none;
}
.commonality-footer-right{
    height: auto;
}
.footer-copyright{
    height: auto;
}
.home-site-title-centre p:last-child span{
    font-size: 14px;
}
.home-site-title-centre p:first-child span{
    font-size: 16px !important;
}
.home-site-title-centre {
  flex: auto;
}
.home-site-left, .home-site-right{
    display: none;
}
.home-site-title-centre p:first-child{
    height: auto !important;
}
}