@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:"arial"; max-width:1920px;}
img{ border:none;}
form{ margin:0px; padding:0px;}
.clear{ clear:both;}
a{ text-decoration:none; color:#191919; font-family:"arial";}
a:hover{ color:#ff0000; text-decoration:underline; font-family:"arial";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: 0;width:100%;z-index:999;
    background:#fff;
}
header.xg{
    background:#fff;
}
header:hover{
    background:#fff;
}
.top_dg{height:100px;max-width:100%;margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.top_box{
	padding-left: 2%;
}
.top_left{float: left;line-height: 100px;}
.top_left a{
    display: flex;
    align-items: center;
    height: 100px;
}
.top_nav{float:right;}
.top_nav ul{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.top_nav ul li{float: left;padding-left:60px;line-height: 100px;position: relative;}
.top_nav ul li a{color:#222;font-size:18px;font-family:"arial";position: relative;display: block;}
.nav_hover a{color:#3175e0 !important;font-weight: 500;}
.top_nav ul li:hover a{color:#3175e0 !important;}

header .top_nav ul li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background:#0049c0;
	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:#0049c0;
	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: #0049c0;
	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;padding:0 30px;border-left:dashed 1px #d2d2d2;height:30px;position: relative;}
.nav_weixin img{float: left;}
.nav_weixin dd{float: left;line-height:35px;font-size:16px;color:#ccc;}
.nav_weixin_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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{background:#fff;top: 100px;left:30px;visibility: hidden;width:200px;-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:15px 0;text-align: center; position: relative;width:90%;border-right:none;line-height: 30px;height: 30px;background: none;}
.top_nav .subnav li .subnav_a{color: #333 !important;font-size: 15px;padding:0 20px;display: flex;align-items: center;justify-content: center;}
.top_nav .subnav li:nth-child(1) .subnav_a{border-left: none;}
.top_nav .subnav li .subnav_a:hover{color:#3175e0 !important;}
.top_nav .subnav li .subnav_a img{padding-right:10px;}
.top_nav ul li .subnav ul li a::after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 3px;
	background:#009b4d;
	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 .top_nav ul li .subnav ul li a:hover::after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 3px;
	background:#009b4d;
	width: 100%;
	-webkit-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}

.top_box_fl{display: flex;
    align-items: center;
    justify-content: space-between;}
.top_tel{
	background:url(../images/tel.png) no-repeat center left;padding-left: 50px;
}
.top_tel span{font-size:18px;color: #fff;font-family: arial;line-height: 36px;display: inline-block;
padding:0 20px;
margin-right:30px;
background: #231816;
font-weight: bold;
border-radius: 50px;
}

.searchBtn{float: right;height:100px;background: linear-gradient(90deg,#3175e0,#0852bf);
cursor: pointer;position: relative; z-index:999;line-height: 100px;width: 120px;}

.searchBtn dd{position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.searchBtn .search {transition: all 1s;position: absolute;right: -1000px;bottom: -70px;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:10px;}
.sp_header{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:40px;}
 .top_left{padding-left:10px;}
 .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:50% !important;    transform: scale(0.79);}
 .top_left{padding-left:20px;}
}

/*----手机站导航开始----------*/
.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:#0033cc;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 */
.banner_home{
    margin-top: 100px;
}
/* #ups-banner{margin-top: 100px;}
.bottom-nav {
	text-align: center;
	position: absolute;
	bottom:6%;
	z-index: 10;
	left:50%;
	width: 100%;
	max-width:94%;
	transform: translateX(-50%);
}
.swiper-pagination {
    position: relative;
    display: contents;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}
#ups-banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background:none;
	opacity: 1;
	box-sizing: border-box;
	margin:15px 6px;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.3);
}

#ups-banner .swiper-pagination-bullet-active {
	background:#ececec;
	border-radius: 40px;
}	
#ups-banner .swiper-slide img{width: 100%;}
#ups-banner .index-cp-r-line{
	position: absolute;
	right: 0;
	bottom: 0;
}
#ups-banner .index-cp-r-line dd{
	font-family: 'Bebas';
	color: #fff;
	font-size: 24px;
	opacity: 0.7;
}
#ups-banner .index-cp-r-line dd span{
	font-size: 40px;
} */
/* banner end*/

/* 标题 */
.ind_txt {
    text-align: left;
    padding-top: 100px;
	position: relative;
}
.ind_txt h2 {
    font-size: 48px;
    color: #276cd8;
    font-weight: bold;
    line-height: 48px;
}
.ind_txt dd {
    font-size: 30px;
    color: #333333;
    padding-top: 25px;
}
/* 标题 end*/

/* 产品 */
.ind_pr .ind_classification_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind_pr .ind_classification_box ul li{
	overflow: hidden;
	width: 30%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	max-height: 500px;
	display: flex;
	justify-content: center;
	background: #363636;
	position: relative;
}
.ind_pr .ind_classification_box ul li.on{
	width:68%;
	background: #064687;
}
.ind_pr .ind_classification_box ul li img{
	opacity:1;
}
.ind_pr .ind_classification_box ul li.on img{
	opacity:0.7;
}
.ind_pr .ind_classification_box ul li .ind_pr_list{
	position: absolute;
	z-index: 9;
	width: 80%;
	height: 68%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.ind_pr .ind_classification_box ul li .ind_pr_list h3{
	font-size: 60px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	background: #0002;
    border-radius: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.ind_pr .ind_classification_box ul li .ind_pr_list dt{
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	display: none;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.ind_pr .ind_classification_box ul li .ind_pr_list dt a{
	display: inline-block;
	background: #276cd8;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	margin-top: 30px;
}
.ind_pr .ind_classification_box ul li.on .ind_pr_list{
	align-content: space-between;
}
.ind_pr .ind_classification_box ul li.on .ind_pr_list dt{
	display: block;
	opacity: 1;
}
.ind_pr .ind_classification_box ul li.on .ind_pr_list h3{
	margin: 0;
	width: 100%;
    text-align: left;
    background: none;
}
.ind_classification_box{
	margin-top: 70px;
}
/* 产品 end*/

/* 关于我们 */
.ind_about_dg{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #e9f3fc;
	margin-top: 90px;
	position: relative;
}
.ind_about_fl{
	width: 50%;
	padding:0 5% 0 7%;
	box-sizing: border-box;
	background:url(../images/about_dg.png) no-repeat top left;
}
.ind_about_fl .ind_txt h2{
	color: #343434;
}
.ind_about_fl .ind_about_con{
	font-size: 18px;
	line-height: 34px;
	color: #343434;
	padding-top: 80px;
}
.ind_about_fr{
	width: 50%;
}
.ind_about_fr img{
	width: 100%;
}

.ind_about_list{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}
.ind_about_list dl{
	width: 25%;
	text-align: center;
	padding:60px 0 40px;
	position: relative;
	background: #fff;
}
.ind_about_list dl dt{
	color: #2b70db;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 25px;
	font-weight: 500;
}
.ind_about_list dl dd{
	font-family: arial;
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}
.ind_about_list dl.on{
	background: #2b70db;
}
.ind_about_list dl.on dt,.ind_about_list dl.on dd{
	color: #fff;
}
.ind_about_list dl::after{
	content: "";
	position: absolute;
	bottom:0px;
	left: 0%;
	height: 100%;
	background:#ececec;
	width: 1px;
}
/* 关于我们 end*/

/* 优势 */
.ind_advantage{
	background:url(../images/ys.jpg) no-repeat center center;
	max-height: 950px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.ind_advantage_box{
	width: 50%;
	position: relative;
	background: rgba(6, 70, 135, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.ind_advantage_box dl{
	text-align: center;
	width: 50%;
	padding:200px 0;
}
.ind_advantage_box dl dt{
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	font-weight: 500;
	width: auto;
	margin: 0 auto;
}
.ind_advantage_box dl dd{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	display: none;
}
.ind_advantage_box dl i{
	display: inline-block;
	width:50px;
	height: 3px;
	background: #fff;
	margin:50px auto 30px;
}
.ind_advantage_box dl h3{
	font-size: 90px;
	font-family: 'Bebas';
	color: #fff;
	line-height: 90px;
}
.ind_advantage_box.on{
	background: rgba(4, 87, 171, 0.95);
}
.ind_advantage_box.on dl dd{
	display: block;
}
.ind_advantage_box.on dl dt{
	width: auto;
}
.ind_advantage_box.on dl h3{
	position: absolute;
	bottom: 0px;
	left: 50%;
	font-size: 420px;
	opacity: 0.15;
	transform: translateX(-50%);
}
/* 优势 end */

/* 应用 */
.ind_news{
	background: #e9f3fc;
	padding-bottom: 100px;
}
.cert-scoll {
    position: relative;
}

.cert-scoll .cert-swiper {
    width: 90%;
    margin:50px auto 0;
    overflow: hidden;
	max-width: 1600px;
}

.cert-scoll .cert-swiper .swiper-slide a>img {
    width: 100%;transition: all 0.8s;height: 320px;
}
.cert-scoll .cert-swiper .swiper-wrapper{
	display: flex;
	align-items: stretch;
}
.cert-scoll .cert-swiper .swiper-slide{
	background: #fff;
	height: 100%;
}
.cert-scoll .cert-swiper .swiper-slide a{
	display: block;
	position: relative;
}
.cert-scoll .cert-swiper .swiper-slide dl {padding:25px;}
.cert-scoll .cert-swiper .swiper-slide dl dt{
	font-size: 22px;
	color: #333333;
	line-height:36px;
	margin:5px auto 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.cert-scoll .cert-swiper .swiper-slide dl dd{font-size:16px;color: #666;line-height:30px;margin-top:20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
	}
.cert-scoll .cert-swiper .swiper-slide dl img{width: auto;padding-top:25px;transition: all 0.8s;}
.cert-scoll .cert-swiper .swiper-slide:hover dl img{padding-left:30px;}
.cert-scoll .cert-swiper .swiper-slide:hover dl dt{color:#0049c0;}
.cert-scoll .cert-swiper .swiper-slide dl p{
	font-size: 18px;
	color: #333333;
	font-family: arial;
	background:url(../images/icon_09.png) center left no-repeat;
	padding-left:30px;
}
.cert-scoll .cert-swiper .swiper-slide a span{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	line-height: 40px;
	background:#3338;
	font-size: 16px;
	color: #fff;
	padding:0 13px;
}
.cert-scoll .swiper-button-prev,
.cert-scoll .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
	background:#f4f5f6;
	box-shadow: 0px 10px 21px rgb(0 0 0 / 10%);
	border-radius: 100%;
}

.cert-scoll .swiper-button-next:before,
.cert-scoll .swiper-button-prev:before {
    display: none;
}
.cert-scoll .swiper-button-prev:hover{background:#ccc url(../images/p-l.png) center no-repeat;}
.cert-scoll .swiper-button-next:hover{background:#ccc url(../images/p-r.png) center no-repeat;}
.cert-scoll .swiper-button-prev {
    background:#fff url(../images/p-l.png) center no-repeat;
	left: 30px;
}

.cert-scoll .swiper-button-next {
    right: 30px;
    background:#fff url(../images/p-r.png) center no-repeat;
}

/* 应用 end */


/*网站内容 end*/

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

  .footbnav {
    padding: 70px 0 120px;
    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: 24%;
    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: #ccc;
  }
  .footbbql .footbbql_ba {
    margin-left: 15px;
    font-size: 16px;
    color: #ccc;
    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: #ccc;
  }
  .footbbqr a {
    font-size: 16px;
    color: #ccc;
    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);
  }
  .footbbqr_flink{position: relative;  width: 70%;margin-top: 30px;}
  .footbbqr_flink span{color: #999999;display: inline-block;
    width: 100%;
    line-height: 40px;
	text-align: left;
	border: solid 1px #666;
	padding-left:20px;
	}
	.footbbqr_flink span p{
	float: right;
	padding: 0 20px;
	background:#666666;
	color: #fff;
	}
  .footbbqr_flink dl{display: none;position: absolute;bottom: 1px;background:#333;left: 1px;width: 75%;text-align: center;padding:10px 0;}
  .footbbqr_flink:hover dl{display: block;}
  .footbbqr_flink dl dd a{font-size: 14px;line-height:40px;color: #999;}
  .footbbqr_flink dl dd:hover a{color:#fff;}
  .footbnav_weixin>dl{
	  text-align: left;
	  padding-top: 30px;
  }
  .footbnav_weixin>dl>dd{
	  color: #999;
	  line-height: 34px;
	  font-size: 16px;
  }
  .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%;
	  transform: translateX(-50%);
  }
  .ind_ewm_bottom_box dd img{
	  width: 90px;
  }
  .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 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:20px;margin-bottom:60px;}
	.footblxfs{display: none;}
	.footbnav_weixin{padding:20px 0;justify-content: center;}
	.footbbql_sy{font-size:14px;line-height:40px;}
	.footbbq{line-height:40px;margin-bottom:0;}
}
@media ( max-width:1640px) {
	.w1600{max-width:1600px;margin: 0 auto;width: 90%;}
	
}

@media ( max-width:1480px) {
.top_nav ul li{padding-left: 30px;}
	.ind_about_list dl{
	    padding: 40px 0 30px;
	}
.ind_about_fl{
    padding: 0 3% 0 3%;
}
    .ind_txt {
    padding-top: 40px;
}
.ind_about_fl .ind_about_con {
    padding-top: 40px;
}
.ind_about_list {
    bottom: 10%;
}
.ind_advantage_box dl dt {
    font-size: 62px;
    line-height: 62px;
}
.footbnav_weixin {
    width: 33%;
}
}
@media ( max-width:1280px) {
    .top_tel{
        display: none;
    }
    .ind_about_list dl dt {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 30px;
}
.ind_about_list dl dd {
    font-size: 16px;
}
.ind_about_list {
    bottom: 7%;
}
.ind_about_fl .ind_about_con {
    font-size: 16px;
}
.cert-scoll .cert-swiper .swiper-slide a>img {
    height: 220px;
}
}
@media ( max-width:760px) {
.top_box_fl{
    display: none;
}
.o-slider--item .ind_fmyj dt {
    font-size: 28px;
    line-height: 28px;
}
.o-slider--item .ind_fmyj dd {
    font-size: 20px;
    padding-top: 20px;
}
.footbnav_box_itemh{
    font-size: 16px;
}
.ind_txt h2 {
    font-size: 25px;
    line-height: 25px;
}
.ind_txt dd {
    font-size: 16px;
    padding-top: 10px;
}
.ind_classification_box {
    margin-top: 30px;
}
.ind_pr .ind_classification_box ul li .ind_pr_list h3{
    font-size: 30px;
    line-height: 30px;
}
.ind_pr .ind_classification_box ul li .ind_pr_list dt{
    font-size:15px;
    line-height: 30px;
}
.ind_about_dg {
    margin-top: 30px;
}
.ind_about_fl,.ind_about_fr{
    width: 100%;
}
.ind_about_list{
    position: inherit;
    transform: translateX(0%);
    width: 100%;overflow: hidden;
}
.ind_about_list dl dt {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 18px;
}
.ind_about_list dl dd {
    font-size: 14px;
}
.ind_advantage_box dl {
    width: 80%;
    padding: 60px 0;
}
.ind_advantage_box dl dt {
    font-size: 30px;
    line-height: 30px;
}
.ind_advantage_box dl dd {
    font-size: 16px;
    line-height: 30px;
}
.ind_advantage_box dl dt {
    width: auto;
}
.ind_advantage_box dl h3 {
    font-size: 36px;
    line-height: 36px;
}
.ind_advantage_box dl i {
    width: 30px;
}
.footbbqr_flink {
    width: 90%;
}
.footbbqr_flink span {
    padding-left: 0px;
}
.cert-scoll .swiper-button-prev, .cert-scoll .swiper-button-next{
    display: none;
}

.cert-scoll .cert-swiper .swiper-slide dl dt {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin: 5px auto 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind_news {
    padding-bottom: 30px;
    padding-top: 20px;
}
.footb {
    margin-top: 0px;
    margin-bottom: 60px;
}
.footbnav_weixin {
    width: 100%;
}
.footbbql_ba{
    display: none;
}
.banner_home{
    margin-top: 60px;
}
.ind_pr .ind_classification_box ul li.on {
    width: 100%;
}
.ind_pr .ind_classification_box ul li{
    width: 100%;
    background: #064687;
    margin-bottom: 20px;
}
.ind_pr .ind_classification_box ul li .ind_pr_list dt{
    display: block;
    opacity: 1;
}
.ind_pr .ind_classification_box ul li .ind_pr_list h3{
    margin: 0;
    width: 100%;
    text-align: left;
    background: none;
}
.ind_pr .ind_classification_box ul li .ind_pr_list {
    align-content: space-between;
}
.ind_pr .ind_classification_box ul li img {
    opacity: 0.6;
}
.ind_about_fl {
    padding: 0 6% 40px 6%;
    background-size: contain;
}
.ind_about_list dl{
    width: 50%;
}
.ind_advantage{
    flex-wrap: wrap;
}
.ind_advantage_box{
    width: 100%;
}
.ind_advantage_box dl dd {
    display: block;
}
.ind_advantage_box dl h3 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 420px;
    opacity: 0.15;
    transform: translateX(-50%);
}
.cert-scoll .cert-swiper .swiper-slide dl img{
    zoom: 0.7;
}
.cert-scoll .cert-swiper .swiper-slide dl dt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ind_ewm_bottom{
    margin-bottom: 40px;
}
.o-slider-pagination{
    bottom: 6% !important;
}
}