@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('/Public/Home/default/font/BebasNeue-Regular-3.ttf');
}
@font-face {
	font-family: 'play';
	src:url('/Public/Home/default/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: 0px;width:100%;z-index:999;background:rgba(255,255,255,1);}
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:70px;max-width:1600px;margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
box-sizing: border-box;
width: 100%;
}
.top_left{float: left;line-height: 70px;}
.top_left a{
    display: flex;
    align-items: center;
    height: 70px;
}
.top_left a img{
    display: none;
}
.top_left a img.logo_nav{
    display: block;
    height: 42px;
}
header.xg .top_left a img{
    display: block;
    height: 42px;
}
header.xg .top_left a img.logo_nav{
    display: none;
}

.top_nav{
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 65%;
}
.top_nav ul{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.top_nav ul li{float: left;line-height: 70px;position: relative;}
/*.top_nav>ul>li:nth-child(1){*/
/*    padding-left: 20px;*/
/*}*/
.top_nav ul li a{color:#222;font-size:15px;text-transform: uppercase;font-family:"Microsoft YaHei";position: relative;display: block;}
.nav_hover a{color:#e61c17  !important;}
.top_nav>ul>li:hover>a{color:#e61c17 !important;}


header .top_nav ul.subnav>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background:#eee;
	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:#e61c17;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}
header .top_nav ul.subnav li a:hover::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 2px;
	background: #eee;
	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;
    font-size: 14px;
}

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

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


.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:26px;
  color:#333;
  font-size: 17px;
  font-family: Arial;
}
.top_box_fl .call_1:before {
  content:"";
  display:block;
  width:25px;
  height:25px;
  background:url(/Public/Home/default/images/tel.jpg) no-repeat 50%;
  background-size:20px;
  position:absolute;
  left:-5px;
  top:49%;
  transform:translateY(-52%)
}

#ups-banner{
    overflow: hidden;
    margin-top: 60px;
}
/*#ups-banner .swiper-wrapper .swiper-slide:nth-child(4) dl{*/
/*    display: none;*/
/*}*/
@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:#e61c17;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;}

#ups-banner .swiper-slide dl{
    position: absolute;
    top: 17%;
    text-align: center;
    max-width: 1400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#ups-banner .swiper-slide dl dt{
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    color: #111;
}
#ups-banner .swiper-slide dl dd{
    font-size: 20px;
    padding-top: 26px;
    color: #333;
}
.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*/

/* 标题 */
.ind_txt {
    text-align: center;
    padding-top: 100px;
	position: relative;
}
.ind_txt h2 {
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    line-height: 42px;
}
.ind_txt dd {
    font-size: 36px;
    color: #444;
    padding-bottom: 25px;
}
/* 标题 end*/

.recommend-list{
    width: 100%;
    max-width: 1600px;
    margin: 40px auto;
}
.recommend-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.recommend-list ul li{
    width: calc(50% - 20px);
    margin: 10px;
}
.recommend-list ul li a{
    position: relative;
    display: block;
    height: 100%;
}
.recommend-list ul li a::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
    z-index: 5;
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%);
}
.recommend-list ul li a .body{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 6;
    transition: all 500ms ease 0s;
    display: flex;
    align-items: center;
    padding-left: 25px;
    color: #FFF;
    box-sizing: border-box;
}
.recommend-list ul li a .body img{
    height: 50px;
}
.recommend-list ul li a .body p{
    color: #FFF;
}
.recommend-list ul li a .body p:nth-child(2){
    padding-top: 20px;
    font-size: 18px;
}
.recommend-list ul li a .body p:nth-child(3){
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
}
.recommend-list ul li a .body button{
    width: 80px;
    line-height: 26px;
    border: 1px solid #FFF;
    margin-top: 20px;
    font-size: 12px;
    color: #FFF;
    background: none;
}
.recommend-list ul li a:hover .body button{
    background: #FFF;
    color: #0c418f;
}
.recommend-list ul li a:hover .image-zoom img{
    transform: scale(1.15);
}
.image-zoom{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.image-zoom img{
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 500ms ease 0s;
}
.image-zoom:hover img{
    transform: scale(1.15);
}

/*优势*/
.case_box {margin-top:45px;position: relative;}
.case_box .category{position: absolute;z-index: 9;
width: 100%;
max-width: 1600px;
left: 50%;
transform: translateX(-50%);
bottom: 10%;
}
.case_box .category ul {
    display: flex;
    justify-content:center;
    align-content: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.case_box .category ul li {
	width:12%;
    position: relative;
	background: #fff;
	text-align: center;
	line-height: 50px;
	margin: 0 20px;
	border-radius: 8px;
}
.case_box .category ul li a{
	color:#222;
	font-size:16px;
}
.case_box .category ul li.active{
	background: #222;
}
.case_box .category ul li.active a{
    color: #fff;
}
.case_box .content01 .cont01 {
	display: none;
	background:#001f51;
	position: relative;
	/*height: 800px;*/
}
.case_box .content01 .cont01::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
 /*   background: -webkit-linear-gradient(right, rgba(6, 34, 61, 0) 10%, rgba(6, 34, 61, 1) 100%);*/
	/*background: -moz-linear-gradient(right, rgba(6, 34, 61, 0) 10%, rgba(6, 34, 61, 1) 100%);*/
	/*background: -o-linear-gradient(right, rgba(6, 34, 61, 0) 10%, rgba(6, 34, 61, 1) 100%);*/
	/*background: linear-gradient(right, rgba(6, 34, 61, 0) 10%, rgba(6, 34, 61, 1) 100%);*/
	background: -webkit-linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
	background: -moz-linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
	background: -o-linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
	background: linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
}
.case_box .content01 .cont01.active {
	display: block;
}
.case_box .content01 .cont01 .bg{width:100%;opacity:1;object-fit: cover;height: 100%;}
.case_box .content01 .cont01 .info {width:100%;position: absolute;
top: 12%;
left:0%;
/*max-width:1600px;*/
/*transform: translateX(-50%);*/
z-index: 10;
}
.case_box .content01 .cont01 .info .title{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.case_box .content01 .cont01 .info .title h4 {
	font-size: 42px;
	line-height: 42px;
	color: #fff;
}
.case_box .content01 .cont01 .info dl{margin-top:10px;}
.case_box .content01 .cont01 .info dl dd{font-size:18px;line-height:40px;color: #fff;}
.case_box .content01 .cont01 .info a{
	font-size: 16px;
	color: #fff;
	background: #0049c0;
	display: inline-block;
	line-height: 50px;
	padding:0 40px;
	border-radius:30px;
	margin-top: 20%;
}
/* 优势 end */

.innum_foot{
    position: relative;
    margin-top: 6px;
    /*height: 800px;*/
}
.innum_foot::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: -webkit-linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
	background: -moz-linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
	background: -o-linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
	background: linear-gradient(top, rgba(6, 34, 61, 1) 0%, rgba(6, 34, 61, 0) 40%);
}
.innum_foot1::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
	background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
}
.innum_foot img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.innum_foot .innum_box{
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.innum_foot .innum_box h3{
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}
.innum_foot .innum_box>p{
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    color: #fff;
}
.innum_foot .innum_box ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
}
.innum_foot .innum_box ul li{
    color: #fff;
    width: 25%;
}
.innum_foot .innum_box ul li h4 span{
    font-size: 60px;
    line-height: 40px;
    font-family: Arial;
}
.innum_foot .innum_box ul li h4 p{
    font-size: 22px;
    padding-left: 10px;
}
.innum_foot .innum_box ul li h4{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.innum_foot .innum_box ul li dd{
    padding-top: 18px;
    font-size: 18px;
}

.innum_foot1 .innum_box h3,.innum_foot1 .innum_box>p,.innum_foot1 .innum_box ul li{
    color: #333;
}

.ind_news{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.ind_news_dg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ind_news_box{
    width: 32%;
}
.ind_news_box h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-bottom: 30px;
}
.ind_news_box h3 span{
    font-size: 16px;
    color: rgb(126, 126, 126);
    font-weight: 400;
}
.ind_news_box .ind_news_dl{
    border: solid 1px #ccc;
    margin-bottom: 20px;
}
.ind_news_box .ind_news_dl img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.ind_news_box .ind_news_dl dl{
    padding: 30px 20px;
}
.ind_news_box .ind_news_dl dl span{
    font-size: 16px;
    color: rgb(133, 133, 133);
}
.ind_news_box .ind_news_dl dl dt{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 50px;
}
.ind_news_box .ind_news_dl dl dd{
    font-size: 16px;
    color: rgb(133, 133, 133);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ind_news_box ul{
    border-bottom: solid 4px #333;
    padding-bottom: 10px;
}
.ind_news_box ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
}
.ind_news_box ul li p{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 75%;
    font-size: 18px;
    color: #333;
}
.ind_news_box ul li span{
    font-size: 16px;
    color: rgb(133, 133, 133);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ind_news_dg{
    margin-bottom: 100px;
}
.ind_news h2{
    font-size: 46px;
    line-height: 46px;
    color: rgb(205, 205, 205);
    padding:80px 0 40px;
}

.ind_hez{
    max-width: 1600px;
    width: 94%;
	margin: 0px auto 0px;
}
.scroll {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.scroll ul {
	white-space: nowrap;
	width: 100%;
}

.scroll ul li {
	display: inline-block;
	margin: 10px;
	width: 19%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.scroll ul img {
	vertical-align: top;
	width: 100%;
}

/* 底部 */
footer{}
 .footb {
    background-color: #181818;
    z-index: 1;
    position: relative;
  }

  .footbnav {
    padding: 0px 0 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footbnav_box {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .footbnav_box_itemh {
    font-size:18px;
    color: #fff;
  }
  .footbnav_box_itembox {
    margin-top: 25px;
  }
  .footbnav_box_itembox .footbnav_itembox_link {
    line-height:40px;
    display: block;
    font-size: 16px;
    color: #999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_weixin {
	width: 40%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
  }
  .footbnav_weixintx {
    margin-top: 8px;
    font-size: 14px;
    color: #777;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbnav_weixinimg img {
    margin: auto;
    max-width: 180px;
    border: solid 10px #fff;
  }
  .footbnav_weixin:hover .footbnav_weixintx {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    color: #fff;
  }
  .footbbq {
    border-top: 1px solid #3b3b3b;
    line-height:100px;
    overflow: hidden;
  }
  .footbbql_sy {
    font-size: 16px;
    color: #9f9f9f;
  }
  .footbbql .footbbql_ba {
    margin-left: 15px;
    font-size: 16px;
    color: #9f9f9f;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbql .footbbql_ba:hover {
    color: #fff;
  }
  .footbbqr span {
    font-size: 13px;
    color: #9f9f9f;
  }
  .footbbqr a {
    font-size: 16px;
    color: #9f9f9f;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .footbbqr a:hover {
    color: #fff;
  }
  .footbnav_box_itembox .footbnav_itembox_link:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  .footbnav_weixin>dl{
	  text-align: left;
  }
  .footbnav_weixin>dl>dt{
	  font-size: 40px;
	  color: #e61c17;
	  line-height: 40px;
	  font-weight: bold;
	  padding-bottom: 40px;
  }
  .footbnav_weixin>dl>dd{
	  color: #999;
	  line-height: 34px;
	  font-size: 16px;
  }
  .footb .container .row{
	  padding-top: 60px;
  }
  .foot_tel dl{
	  padding-right:60px;
	  background:url(/Public/Home/default/images/icon_10.png) center right no-repeat;
  }
  .foot_tel dl:nth-child(2){
	  background:url(/Public/Home/default/images/icon_11.png) center right no-repeat;
	  margin-top:8px;
  }
  .foot_tel dl:nth-child(2) dd{
	  line-height:50px;
  }
  .foot_tel dl dt{
	  font-size: 14px;
	  color: #fff;
  }
  .foot_tel dl dd{
	  font-size: 24px;
	  color: #fff;
	  font-weight: bold;
	  font-family: arial;
	  padding: 0;
  }
  .foot_tel p{
	  font-size:16px;
	  color: #666666;
	  padding:25px 0 50px;
  }
  .ind_ewm_bottom{
	  width: 100%;display: flex;
	  margin-top: 40px;
  }
  .ind_ewm_bottom_box{
	  width: auto;
	  position: relative;
	  margin-right: 15px;
  }
  .ind_ewm_bottom_box dd{
	  display: none;
	  position: absolute;
	  padding:10px;
	  background: #fff;
	  text-align: center;
	  bottom: 120%;
	  left: 50%;
	  font-size: 16px;
	  transform: translateX(-50%);
  }
  .ind_ewm_bottom_box dd img{
	  width:140px;
  }
  .ind_ewm_bottom_box:hover dd{
	  display: block;
  }
  @media screen and (max-width: 1200px) {
    .footlan {
      padding: 20px 0;
    }
    .footbnav {
      padding: 50px 0;
    }
    .footlanlimg {
      transform: translateY(-75px);
      -webkit-transform: translateY(-75px);
      -moz-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
      -o-transform: translateY(-75px);
    }
  }
  @media screen and (max-width: 992px) {
    .footlan {
      padding: 30px;
      height: auto;
      margin-top: 30px;
    }
    .footblxfs_item {
      padding: 25px 0 25px 10px;
    }
    .footblxfs_itemi i {
      display: none;
      font-size: 26px;
    }
    .footblxfs_itemtxtp {
      margin-top: 0;
    }
    .footblxfs_itemtxtp a {
      font-size: 14px;
    }
    .footbbq > div {
      width: 100%;
      text-align: center;
      font-size: 12px;
    }
    .footlanlimg {
      display: none;
    }
    .footlanr .footlanra {
      width: 200px;
      height: 50px;
      line-height: 50px;
    }
    .footbnav {
      display: block;
    }
    .footbnav_box {
      width: 100%;
      margin-bottom: 40px;
    }
    .footbnav_weixin {
      padding: 30px 0;
    }
	.footbnav_weixin img{
		width: auto;
	}
    .footbbq > div.fr {
      display: none;
    }
    /*.footbbq {*/
    /*  margin-bottom: 60px;*/
    /*}*/
  }
  @media screen and (max-width: 768px) {
    .footlan {
      display: none;
    }
    .footblxfs_itemi i {
      display: block;
      font-size: 30px;
    }
    .footblxfs_item {
      width: 100%;
      padding-left: 15px;
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .footbnav_box .footbnav_box_item {
      display: none;
    }
    /*.footbnav_box .footbnav_box_item:first-child, .footbnav_box .footbnav_box_item:nth-of-type(3),.footbnav_box .footbnav_box_item:nth-of-type(2) {*/
    /*  display: block;*/
    /*}*/
    .footbnav {
      padding: 30px 0 0;
    }
    .footbnav > div {
      /* width: 50%; */
    }
    .footbnav_box_itembox {
      margin-top: 15px;
    }
    .footbbql_sy, .footbbql .footbbql_ba {
      font-size: 12px;
      line-height: 1.2;
    }
  }

.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;
}

/* 导航下拉菜单 */

.slidBox{
    position: absolute;
    left: 50%;
    height: 0;
    visibility: hidden;
    width: 300px;
    z-index: 110;
    margin: 0 auto;
    opacity: 0;
    box-sizing: border-box;
    transform: translateX(-50%);
}
.top_nav ul li .slidBox ul li a:hover::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 3px;
	background: #bb161c;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}
.leftBox{
    overflow: hidden;
    max-width: 455px;
}
.right_img:hover .img100{
    transform: scale(1.1);
}
.right_img .img100{
    transition-duration: .5s;
    display: block;
    width: 100%;
}
.rightBox{
    margin: 20px auto;
    position: relative;
}
.slidBox::after{
    content: "";
	position: absolute;
	top:0;
	left: 0;
	height: 1px;
	background:#eee;
	width: 100%;
}
/*.slidBox::before{*/
/*    content: "";*/
/*	position: fixed;*/
/*	top:-12px;*/
/*	left: 50%;*/
/*	transform: translateX(-50%);*/
/*	border-width: 0 35px 12px 35px;*/
/*    border-style: solid;*/
/*    border-color: transparent transparent #ac1a2f transparent;*/
/*}*/
.left_text .onetitle{
    font-size: 18px;
    line-height: 1.1;
    color: #333;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: bold;
    text-align: left;
}
.navSbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}
.navSli{
   width: 90%;
   padding: 0 !important;
}
.navSbox .navSlink{
        display: block;
    font-size: 14px;
    line-height: 45px;
    color: #222;
    padding: 0px 15px;
    margin: 0px 0px 10px 0;
    border: 1px #ddd solid;
    border-radius: 0px;
    text-align: left;
    position: relative;
        width: 20%;
        box-sizing: border-box;
}
.navSbox .navSlink:before{
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    width: 4px;
    height: 4px;
    background: #ccc;
    position: relative;
    top: 20px;
}
.top_nav ul li:hover .slidBox { 
    height:auto; 
    opacity:1; 
    background:#f9f9f9 url(../images/nav.jpg) no-repeat center bottom; 
    background-repeat: no-repeat; 
    background-position: bottom center; 
    top: 70px;
    visibility:visible;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
}
.top_nav ul li .slidBox{
    position: fixed;
    width: 100%;
    opacity: 1 !important;
    max-width: 1600px;
    min-height: 420px;
}
.top_nav>ul>li:before{
    content: "";
	position: absolute;
	bottom:0px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #e61c17;
	width: 0%;
}
.top_nav>ul>li:hover:before{
	width: 100%;
	-webkit-transition: all ease .35s;
    transition: all ease .35s;
}
.top_nav ul li .navSbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    flex-direction: column;
    align-content: flex-start;
    position: relative;
}
.top_nav ul li .rightBox.left_text{
    max-width: 95%;
    
}
.top_nav ul li .navSbox .navSli{
    width: 100%;
    position: initial;
}
.top_nav ul li .navSbox .navSli .nav_v2{
    position: absolute;
    top: 0px;
    right:0px;
    width:80%;
    background: #fff;
    display:none;
    line-height:50px;
    padding: 10px;
    box-sizing: border-box;
}
.top_nav ul li .navSbox .navSli:hover .nav_v2{
    display:block;
}
.top_nav ul li .navSbox .navSli .nav_v2 a{
    border-bottom: solid #ddd 1px;
}
.top_nav ul li .navSbox .navSli:hover>a{
    background:#bb161c;
    color: #fff !important;
}
.ine_nav_v2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    padding:10px 0 30px;
}
.ine_nav_v2 ul{
    display: flex;
    justify-content: flex-start;
}
.ine_nav_v2 ul li{
    width: 20%;
    text-align: center;
    line-height: 50px;
    margin-right: 2%;
}
.ine_nav_v2 ul li img{
    width: 100%;
    border: solid 1px #eee;
}
.ine_nav_v2 div{
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.ine_nav_v2 div ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ine_nav_v2 div ul li{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    line-height: 45px;
}
.ine_nav_v2 div>a{
    font-weight: bold;
    color: #bb161c;
}
.ine_nav_v2 div ul li a{
    color: #666 !important;
}
.ine_nav_v2 div ul li:hover a{
    color: #666 !important;
}
/* 导航下拉菜单 end*/
.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(/Public/Home/default/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:#e61c17
}
.fixedClose {
  position:absolute;
  width:32px;
  right:-4px;
  top:-5px;
  cursor:pointer
}
.fixedRight:hover .isFixed{
    opacity:1!important
}
@media ( max-width:1680px) {
    .ind_news{
        width: 90%;
    }
    .w1600{
        width: 90%;
    }
    .footbnav_weixin > dl > dt{
        font-size: 34px;
    }
    .top_dg{
        width: 90%;
    }
    .top_nav ul li a{
        font-size: 14px;
    }
}

@media ( max-width:1280px) {
    .footbnav_box_itemh{
        font-size: 16px;
    }
    .footbnav_box_itembox .footbnav_itembox_link{
        font-size: 14px;
    }
    .footbnav_weixin > dl > dt {
    font-size: 30px;
  }
  #ups-banner .swiper-slide dl dt{
    font-size: 38px;
    line-height: 38px;
  }
  #ups-banner .swiper-slide dl dd {
  font-size: 17px;
  padding-top: 16px;
}
.ind_txt h2 {
  font-size: 38px;
  line-height: 38px;
}
.ind_news_box .ind_news_dl img {
  height:220px;
}
}
@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;
}
.top_box_fl{
    display: none;
}
.ind_txt{
    padding-top: 50px;
}
.ind_txt dd{
    font-size: 20px;padding-bottom: 10px;
}
.ind_txt h2{
    font-size: 24px;
    line-height: 24px;
}
.recommend-list ul li{
    width: 100%;
}
.recommend-list {
    margin: 20px auto;
}
.case_box .content01 .cont01 .info .title{
            width: 90%;
        margin: 0 auto;
}
.ind_news h2 {
    font-size: 24px;
    padding: 40px 0 20px;
}
.ind_news {
    width: 94%;
}
.ind_news_box {
    margin-bottom: 30px;
    width: 100%;
}
.ind_news_box .ind_news_dl dl dt{
    font-size: 18px;
    line-height: 40px;
}
.ind_news_box ul li p{
    font-size: 16px;
}
.ind_news_dg {
    margin-bottom: 40px;
}
.footbnav_weixin {
    width: 100%;
    box-sizing: border-box;
}
.footbnav_weixin>dl>dt {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
}
.footb .container .row {
    padding-top: 0px;
}
.footbnav_box {
    width: 100%;
    margin-bottom: 0px;
}
.footbbql .footbbql_ba{
    display: none;
}
.case_box .content01 .cont01 {
	height: 400px;
}
.innum_foot{
    height: 400px;
}
#ups-banner .swiper-slide dl{
    width: 90%;
    top: 16%;
}
#ups-banner .swiper-slide dl dt{
    font-size: 20px;
    line-height: 20px;
}
#ups-banner .swiper-slide dl dd{
    font-size: 12px;
    padding-top: 6px;
    display: none;
}
.case_box .content01 .cont01 .info .title h4 {
    font-size: 24px;
    line-height: 24px;
}
.case_box .content01 .cont01 .info dl dd {
    font-size: 14px;
    line-height: 25px;
}
.case_box .category ul li {
    width: 25%;
    line-height: 40px;
    margin: 0 10px;
    border-radius: 8px;
}
.innum_foot .innum_box h3 {
    font-size: 24px;
    line-height: 24px;
}
.innum_foot .innum_box {
    width: 90%;
}
.innum_foot .innum_box>p {
    font-size: 14px;
    line-height: 25px;
}
.innum_foot .innum_box ul {
    flex-wrap: wrap;
}
.innum_foot .innum_box ul li {
    width: 50%;
    margin-bottom: 20px;
}
.innum_foot .innum_box ul li h4 span {
    font-size: 40px;
    line-height: 28px;
    font-family: Arial;
}
.innum_foot .innum_box ul li dd {
    padding-top: 9px;
    font-size: 14px;
}
.innum_foot1 .innum_box ul li{
    color: #333;
}
.footbbq{
    line-height: 25px;
    padding: 20px 0;
}
}