@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;}
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:1550px;margin: 0 auto;width: 100%;}
.w1400{max-width:1400px;margin: 0 auto;width: 100%;}
/*网站头部*/
header{position: fixed;top: 0;width:100%;z-index:999;
border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
header.xg{
    background:#fff;
	box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.top_dg{height:100px;margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.top_left{float: left;line-height: 100px;}
.top_left a{
    display: flex;
    align-items: center;
    height: 100px;
}
.top_left a img{
	height: 50px;
}
.top_left a img.logo_nav{
	display: none;
}
header.xg .top_left a img.logo_nav{
	display: block;
}
header.xg .top_left a img.logo_nav01{
	display: none;
}

.top_nav{
display: flex;
justify-content: flex-end;
align-items: center;
}
.top_nav ul{
display: flex;
align-items: center;
justify-content: space-between;
}
.top_nav ul li{float: left;padding-left:38px;line-height: 100px;position: relative;}
.top_nav ul li a{color:#fff;font-size:16px;text-transform: uppercase;font-family:"Microsoft YaHei";position: relative;display: block;}
header.xg .top_nav ul li a{
	color: #333;
}
.nav_hover a{color:#02bcad !important;font-weight: 500;}
.top_nav ul li:hover a{color:#02bcad !important;}

header .top_nav ul li a::after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 3px;
	border-radius: 2px;
	background: -webkit-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: -moz-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: -o-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	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: -2px;
	left: 0;
	height: 3px;
	border-radius: 2px;
	background: -webkit-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: -moz-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: -o-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	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: -2px;
	left: 0;
	height: 3px;
	border-radius: 2px;
	background: -webkit-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: -moz-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: -o-linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	background: linear-gradient(right, rgba(0, 194, 177, 0) 0%, rgba(0, 194, 177, 1) 80%);
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}
header .searchBtn dd{color:#333 !important;}
header.xg .searchBtn dd img{
	filter: invert(80%);
}
.nav_weixin{float: left;padding-left:20px;border-left:1px #e5e5e5 solid;height:20px;margin-left:20px;position: relative;}
.nav_weixin_box{
	display: flex;
	align-items: center;
}
header.xg .nav_weixin_box img{
	filter: invert(80%);
}
.nav_weixin img{float: left;}
.nav_weixin dd{float: left;line-height:20px;font-size:16px;color:#fff;padding: 0 8px;}
header.xg .nav_weixin dd{
	color: #333;
}
.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:10px 20px;
	  visibility: hidden;
	  border-radius: 6px;
}
.nav_weixin .weixin_img01 img{
	display: block;
	z-index: 99999;
	width:40px;
	border-radius:60px;
}
.nav_weixin .weixin_img01 a{display: block;width: 100%;line-height:30px;width: 140px;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{background:#fff;top: 100px;left:-10px;visibility: hidden;width:160px;-webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;z-index: 9999999;box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);position: absolute;padding: 0;
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.top_nav .subnav ul{max-width:1600px;width: 100%;margin: 0 auto;display: flex; flex-wrap: wrap;justify-content: center;}
.top_nav ul li:hover .subnav{ visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;}
.top_nav .subnav li{padding:10px 0;text-align: center; position: relative;width:100%;border-right:none;line-height: 30px;background: none;}
.top_nav .subnav li .subnav_a{color: #333 !important;font-size: 15px;padding:0 8px;display: flex;align-items: center;font-weight: 400;justify-content: center;}
header.xg .top_nav .subnav li{line-height: 30px;}
.top_nav .subnav li:nth-child(1) .subnav_a{border-left: none;}
.top_nav .subnav li .subnav_a:hover{color:#00c3b3 !important;}
.top_nav .subnav li .subnav_a img{padding-right:10px;}
.top_nav .subnav li .subnav_a::after{
    display: none;
}
header.xg .top_nav .subnav li .subnav_a{
    color: #333 !important;
}
header.xg .top_nav ul li:hover .subnav li a.subnav_a{
    color: #333;
}
header.xg .top_nav ul.subnav li a.subnav_a:hover{
    color: #00c3b3 !important;
}
header.xg .top_nav .subnav{
    top: 70px;
}

.searchBtn{
cursor: pointer;position: relative;margin-left: 70px;
}
.searchBtn .search {transition: all 1s;position: absolute;right: -1000px;bottom:-20px;width: 610px;background: #fff;height: 74px;}
.searchBtn .search {overflow: hidden;width: 410px;height: 55px;border: 1px solid #e3e3e3;border-radius: 27px;}
.searchBtn .search #seachkeywords {height: 51px;margin: 2px 0 2px 18px;border: none;float: left;width:320px;color: #ccc;line-height: 51px;outline: none;font-size: 16px;}
.searchBtn .search .anSearch {float: right;height: 47px;width: 47px;margin:4px 5px 0 0;background: url(../images/icon_03_1.png) no-repeat center;border: none;}
.searchBtn:hover .search {right:0px;}
.sp_header{display: none;}
header.xg .top_nav ul li,header.xg .top_left,header.xg .top_left a{
	line-height: 70px;
	height: auto;
}
header.xg .top_dg{
	height: 70px;
}

@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 a img{height:32px;}
 .top_left{padding-left:20px;}
 .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:70px !important;}
 .sp_nav{margin-top:40% !important;    transform: scale(0.79);}
 .top_left{padding-left:0px;}
}

/*----手机站导航开始----------*/
.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:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.xg .sp_nav span{background:#02bcad;}
.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>img{
    width: 60%;
    padding: 20px;
}
.sjj_nav_yy{
    margin:0 20px;
    display: flex;
    justify-content: space-between;
}
.sjj_nav_yy a{
    background: #aaa;
    padding: 0 10px;
    color: #fff;
}
.sjj_nav_yy a.yyaaa{
    background: #02bcad;
}
.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 */
/* banner end*/

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

/* 产品 */
.ind_pro {
	margin-top: 80px;
}
.ind_pro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ind_pro ul li{
	width: 48.6%;
	text-align: center;
	position: relative;
	margin-bottom:40px;
	overflow: hidden;
}
.ind_pro ul li a{
	display: block;
}
.ind_pro ul li img{
	width: 100%;
	transition: all 0.3s;
}
.ind_pro ul li dl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:14%;
}
.ind_pro ul li dl dt{
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}
.ind_pro ul li dl dd{
	font-size: 16px;
	color: #999;
	padding-top: 16px;
	padding-bottom: 30px;
}
.ind_pro ul li dl span{
	font-size: 16px;
	color: #00c3b2;
}
.ind_pro ul li:hover dl dt{
	color: #00c3b2;
}
.ind_pro ul li:hover img{
	transform: scale(1.1);
}
/* 产品 end */

/* 应用 */
.ind_application{
	background: url(../images/application.jpg) center center no-repeat;
	position: relative;
	margin-top: 80px;
}
.ind_application .ind_txt{
	position: absolute;
	width: 100%;
}
.ind_application .ind_txt h2,.ind_application .ind_txt dd{
	color: #fff;
}
.ind_application_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_application_box dl{
	width: 16.6%;
	padding:450px 0px 350px;
	text-align: center;
}
.ind_application_box dl dd{
	color: #fff;
	font-size: 24px;
	padding-top: 45px;
}
.ind_application_box dl.on{
	background: rgba(0, 195, 179, 0.7);
}
/* 应用 end */

/* 关于 */
.ind_about{
	position: relative;
	background: url(../images/about_box.jpg) center center no-repeat;
	padding: 120px 0;
}
.ind_about_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ind_about_box_fl{
	width: 46%;
}
.ind_about_box_fl h2{
	font-size: 42px;
	color: #333;
	line-height: 60px;
}
.ind_about_box_fl dd{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding: 40px 0;
}
.ind_about_box_fr{
	width: 50%;
}
.ind_about_box_fr img{
	width: 100%;
}
.innum_foot{width:100%;margin-top: 60px;}
.innum_foot ul{display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	width: 100%;
}
.innum_foot ul li h4{color:#00c3b3;font-size:60px;font-family: arial;line-height: 60px;font-weight: bold;}
.innum_foot ul li{
	text-align: center;
}
.innum_foot ul li dd{
	color: #666666;
	font-size: 18px;
	padding-top:18px;
}
.spbox img.bf{ display:block; cursor:pointer; position:absolute; z-index:1;left: 50%;top: 50%;}
.spbox .sp{width:100%;height:100%;  position:fixed; z-index:999; left:0%; top:0%;background:rgba(0, 0, 0, 0.7);display:none; }
.spbox .sp .close{ display:block; position:absolute; cursor:pointer; right:10%; top:10%;
background: #fff;
border-radius: 100%;
padding:16px;
}
.spbox .sp video{
	border:5px solid #fff;
	border-radius:5px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	max-width: 1000px;
	height: auto;
	width: 100%;
	background: #000;
}
.spbox .sp iframe{
	border:5px solid #fff;
	border-radius:5px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	max-width: 1000px;
	height: auto;
	width: 100%;
	background: #000;
}
.spbox a.bf{
	display: inline-flex;
	background: #00c3b3;
	color: #fff;
	align-items: center;
	line-height: 46px;
	padding: 0 20px;
	border-radius: 5px;
}
.spbox a.bf img{
	padding-left: 10px;
}
.innum_foot ul i{
	display: block;
	width: 1px;
	height: 100px;
	background: #c8f2ef;
}
/* 关于 end */

/* 服务 */
.ind_service{
	background: url(../images/service.jpg) center center no-repeat;
	padding:180px 0;
}
.ind_service h2{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
	padding-bottom: 100px;
}
.ind_service_box{
	display: flex;
	justify-content: flex-start;
}
.ind_service_box a{
	margin-right: 50px;
	display: block;
	max-width: 200px;
	width: 100%;
	border-radius: 5px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	background:rgba(255, 255, 255, 0.1);
	padding: 30px;
	box-sizing: border-box;
}
.ind_service_box dl dt{
	font-size: 24px;
	color: #fff;
	padding-bottom: 130px;
}
.ind_service_box a dl dd img{
	opacity: 0.2;
}
.ind_service_box a.on{
	border: solid 1px rgba(255, 255, 255, 1);
	background:rgba(255, 255, 255, 0.2);
}
.ind_service_box a.on dl dd img{
	opacity: 1;
}
/* 服务 end */

/* 新闻 */
.ind_news_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:70px auto;
}
.ind_news_box dl{
	background-color: #f6f6f6;
	box-sizing: border-box;
	width: 49%;
	position: relative;
	margin-bottom: 30px;
	height: 300px;
}
.ind_news_box dl.on{
	background: #000;
}
.ind_news_box dl div{
	position: absolute;
	left: 50%;
	top: 0;
	width: 90%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateX(-50%);
	z-index: 9;
}
.ind_news_box dl>img{
	width: 100%;
	height: 100%;
	display: none;
}
.ind_news_box dl.on>img{
	display: block;
	opacity: 0.4;
}
.ind_news_box dl dt a{
	font-size: 22px;
	color: #333;
}
.ind_news_box dl p{
	font-size: 15px;
	color: #999;
	padding-bottom: 18px;
}
.ind_news_box dl dd img{
	background: #e5e5e5;
	padding:15px;
	border-radius: 30px;
}
.ind_news_box dl.on dt a,.ind_news_box dl.on p{
	color: #fff;
}
.ind_news_box dl.on dd img{
	background: #00c3b3;
}
.ind_news_box dl::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 170px;
	width: 170px;
	border-radius: 100%;
	border: solid 40px rgba(255, 255, 255, 0.15);
	transform: translate(-50%,-50%);
	z-index: 8;
}
/* 新闻 end */

/*网站内容 end*/

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

  .footbnav {
    padding: 30px 0 70px;
    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;
  }
  .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: #00c3b3;
	  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(../images/icon_10.png) center right no-repeat;
  }
  .foot_tel dl:nth-child(2){
	  background:url(../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;
    }
	.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;
    }
  }

@media only screen and (max-width:1124px ) {
	.top_head{display: none;}
	.top_nav{display: none;}
	.sp_header{display: block;}
}

@media only screen and (max-width:760px ) {
	.banner_gd_box{display: none}
	.footb{margin-top:0px;margin-bottom:60px;}
	.footblxfs{display: none;}
	.footbnav_weixin{padding:20px 0;}
	.footbbql_sy{font-size:14px;line-height:40px;}
	.footbbq{line-height:40px;margin-bottom:0;}
}
@media ( max-width:1680px) {
	.top_nav ul li{padding-left:20px;}
	.searchBtn{margin-left:20px;}
}

@media ( max-width:1480px) {
    .w1400{width:96%;}
    .w1600{width:96%;}
}
@media ( max-width:1260px) {
	.ind_pro ul li dl{top: 8%;width: 100%;}
	.ind_pro ul li dl dt {
    font-size: 28px;
    line-height: 28px;
}
.ind_application_box dl {
    padding: 350px 0px 250px;
}
.ind_application_box dl dd {
    font-size: 22px;
}
.ind_about_box_fl h2 {
    font-size: 34px;
    line-height: 50px;
}
.ind_application {
    margin-top: 40px;
}
.ind_service {
    padding: 120px 0;
}
.ind_service h2 {
    font-size: 42px;
    line-height: 60px;
}
.ind_txt h2{
    font-size: 40px;
    line-height: 40px;
}
.footbnav_weixin>dl>dt {
    font-size: 26px;
    line-height: 26px;
}
}
@media ( max-width:760px) {
.ind_txt {
    padding-top: 50px;
}
.ind_txt dd {
    font-size: 24px;
}
.ind_txt h2 {
    font-size: 28px;
    line-height: 28px;
}
.banner_home div:nth-child(2){
    padding-top: 0 !important;
}
.ind_pro {
    margin-top: 40px;
}
.ind_pro ul li dl{
    position: initial;
    transform: translateX(0%);
    padding-top: 20px;
}
.ind_pro ul li{
    width: 100%;
}
.ind_pro ul li dl dt {
    font-size: 22px;
    line-height: 22px;
}
.ind_pro ul li dl dd {
    padding-bottom: 16px;
}
.ind_application_box {
    flex-wrap: wrap;
    padding-top: 160px;
}
.ind_application_box dl {
    width: 33.3%;
    padding: 80px 0px 80px;
}
.ind_application_box dl dd {
    font-size: 18px;
}
.ind_application_box dl img{
    width: 50px;
}
.ind_about_box_fl {
    width: 100%;
}
.ind_about_box_fr {
    width: 100%;
    margin-top: 40px;
}
.ind_about_box_fl h2 {
    font-size: 22px;
    line-height: 30px;
}
.ind_about {
    padding:40px 0 24px;
}
.ind_about_box_fl dd {
    padding: 30px 0;
}
.innum_foot ul li {
    width: 50%;
    margin-bottom: 20px;
}
.innum_foot ul i{
    display: none;
}
.innum_foot {
    margin-top: 40px;
}
.innum_foot ul li h4 {
    font-size: 40px;
    line-height: 40px;
}
.innum_foot ul li dd {
    font-size: 16px;
    padding-top: 10px;
}
.ind_service {
    padding: 80px 0;
    background-size: cover;
}
.ind_service h2 {
    font-size: 28px;
    line-height: 50px;
}
.ind_service h2 {
    padding-bottom: 60px;
}
.ind_service_box {
    flex-wrap: wrap;
}
.ind_service_box dl dt {
    font-size: 20px;
    padding-bottom: 60px;
}
.ind_service_box a dl dd img {
    opacity: 1;
    zoom: 0.7;
}
.ind_service_box a{
    margin-right: 0px;
    display: block;
    max-width: none;
    width: 32%;
    padding: 10px;
}
.ind_service_box {
    display: flex;
    justify-content: space-between;
}
.footbnav_weixin {
    width: 100%;
}
.sp_nav_se span{
    background: #02bcad;
}
.nav_show .nav_hover a{
    color: #02bcad !important;
}
.nav_hover a::after{
    z-index: 9;
}
.ind_news_box dl{
    width: 100%;
    height: 200px;
}
.ind_news_box dl::after{
    display: none;
}
.ind_news_box dl dt a {
    font-size: 18px;
}
.ind_news_box dl dd img {
    padding: 10px;
}
.ind_news_box {
    margin: 40px auto 0px;
}
}