@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:1600px;margin: 0 auto;width: 100%;}
.w1400{max-width:1400px;margin: 0 auto;width: 100%;}
/*网站头部*/
.top_top{
	background: #003399;
}
.top_top dl{
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.top_dg{height:130px;max-width:1600px;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 dl{
	line-height: 40px;
}
.top_left dl dt{
	font-size: 40px;
	color: #222;
	font-weight: bold;
	padding-top: 10px;
	line-height: 40px;
}
.top_left dl dd{
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding-top: 10px;
}
.top_nav{float:right;display: flex;justify-content: space-between;}
.top_nav ul{
display: flex;
align-items: center;
justify-content: space-between;
}
.top_nav ul li{float: left;padding-left:40px;line-height:60px;position: relative;}
.top_nav ul li a{color:#222;font-weight: 500;font-size:18px;text-transform: uppercase;font-family:"Microsoft YaHei";position: relative;display: block;}
.nav_hover a{color:#222 !important;}
.top_nav ul li:hover a{color:#222 !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;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{background:#fff;top: 60px;left: 20%;visibility: hidden;width:100%;-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;
    flex-wrap: wrap;
    justify-content: center;
}
.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:auto;border-right:none;line-height: 30px;height: 30px;background: none;}
.top_nav .subnav li .subnav_a{color: #666 !important;font-size: 15px;padding:0 20px;display: flex;align-items: center}
.top_nav .subnav li:nth-child(1) .subnav_a{border-left: none;}
.top_nav .subnav li .subnav_a:hover{color:#000 !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: 1px;
	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: 1px;
	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;
	padding-left: 40px;
	}
.ind_tel{position: relative;padding-right:20px;}
.ind_tel::after{
	content: "";
	position: absolute;
	bottom:50%;
	transform: translateY(50%);
	right: 0;
	width: 10px;
	height: 8px;
	background:url(../images/3.png) no-repeat center;
}
.ind_tel dl{display: none;position: absolute;
    background: #fff;
    padding: 20px;
    left: -50%;
}
.ind_tel:hover dl{display: block;}
.ind_tel dl dd img{width:40px;border-radius: 6px;margin-right: 10px;}
.ind_tel dl dd{font-size:16px;font-family: arial;display: flex;padding-top: 15px;}

.top_tel span{font-size:22px;color: #003399;font-family: arial;line-height:28px;display: inline-block;
background:url(../images/tel.png) no-repeat center left;padding: 0 0px 0 45px;font-weight: bold;
}

.searchBtn{float: right;height:100px;background:url(../images/icon_02.png) no-repeat center;cursor: pointer;position: relative; z-index:999;line-height: 100px;}

.searchBtn dd{font-size:16px;color: #ccc;width: 50px;}
.searchBtn .search {transition: all 1s;position: absolute;right: -1000px;top: 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;}


@media ( max-width:1030px) {
	.top_nav{display: none;}
	.sp_header{display: block;}
	.top_left{padding-left:0px;}
}
@media ( max-width:768px) {
 .top_dg{height:60px !important;}
 .sp_header{height: 60px !important;top: 0;}
 .top_left{padding: 0;}
 #ups-banner{margin-top:0px !important;}
 .sp_nav{margin-top:35% !important;}
 .top_left img{height:40px;}
 .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:0px !important;}
 .sp_nav{margin-top:50% !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:#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 */
.banNews{position: relative;}
.banNews h3{
	position: absolute;
	bottom: 22%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1380px;
	width: 100%;
	text-align: left;
	color: #fff;
	font-family: arial;
	font-size: 46px;
	text-transform: uppercase;
	font-weight: bold;
}
.banNews h3 dd{
	font-size: 32px;
	font-weight: 400;
}
.bottom-nav {
	text-align: center;
	position: absolute;
	bottom:13%;
	z-index: 10;
	left:50%;
	width: 100%;
	max-width:94%;
	transform: translateX(-50%);
}
.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.8);
}

#ups-banner .swiper-pagination-bullet-active {
	background: #0049c0;
	width: 20px;
	border-radius: 40px;
}	
#ups-banner .swiper-slide img{width: 100%;}
/* banner end*/
.ind_search{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ind_search dd{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
}
.ind_search dd a{
	font-weight: 400;
	color: #666;
}
.ind_search form{
	border: solid 1px #cccccc;
	border-radius: 40px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 10px;
}
.ind_search form input{
	border: none;
	color: #666;
}
.ind_search form .anSearch{
	background: url(../images/icon_01.png) no-repeat center;
	width: 30px;
	height: 30px;
}
/* 标题 */
.ind_txt {
    text-align: center;
    padding-top: 80px;
	position: relative;
}
.ind_txt h2 {
    font-size: 44px;
    color: #333333;
    font-weight: bold;
    line-height: 44px;
}
.ind_txt h2 span{
	color: #003399;
}
.ind_txt dd {
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
}
.ind_txt img{
	padding-top: 27px;
}
/* 标题 end*/

/* 产品 */
.ind_pr{
	background: #f7f8fa url(../images/pr.jpg) no-repeat center bottom;
}
.ind_pr_box{
	padding:10px 0px 70px;
}
.ind_pr_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind_pr_box ul li{
	width:18.5%;
	text-align: center;
	margin-top: 40px;
}
.ind_pr_box ul li img{
	margin-bottom: -100px;
	max-width: 100%;
	height: 200px;
}
.ind_pr_box ul li dl{
	background: #fff;
	padding:130px 20px 35px;
	border-radius: 0 0 180px 180px;
	box-shadow: 0 5px 5px rgba(0, 51, 153, .07);
}
.ind_pr_box ul li dl dt{
	font-size: 34px;
	line-height: 34px;
	color: #333;
	font-weight: bold;
}
.ind_pr_box ul li dl dd{
	font-size: 14px;
	color: #333;
    padding: 10px 0 10px;
    height: 36px;
    line-height: 18px;
}
.ind_pr_box ul li dl i{
	border-top: 15px solid #cccccc;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-radius: 2px;
	display: inline-block;
}
.ind_pr_box ul li:hover dl{
	background: #003399;
}
.ind_pr_box ul li:hover dl dt,.ind_pr_box ul li:hover dl dd{
	color: #fff;
}
.ind_pr_box ul li:hover dl i{
	border-top: 15px solid #fff;
}

.ind_pro_list {
	padding: 80px 0 10px;
}
.ind_pro_list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind_pro_list ul li a{
	display: block;
}
.ind_pro_list ul li{
	width: 32.5%;
	background: #f7f8fa;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.ind_pro_list ul li a>img{
	width: 100%;
}
.ind_pro_list ul li.ind_pro_list_c img{
	width: auto;
}
.ind_pro_list ul li.ind_pro_list_c{
	background: #003399 url(../images/pro.png) no-repeat center;
	text-align: left;
	padding: 25px 25px 50px;
	box-sizing: border-box;
}
.ind_pro_list ul li dl{
	padding-bottom: 30px;
}
.ind_pro_list ul li dt{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 60px;
}
.ind_pro_list ul li dd{
	font-size: 18px;
}
.ind_pro_list ul li span{
	position: absolute;
	right: 40px;
	top: 40px;
	background: #333;
	color: #fff;
	width: 76px;
	height: 76px;
	text-align: center;
	border-radius: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.ind_pro_list ul li span img{
	display: block;
}
.ind_pro_list ul li.ind_pro_list_c a{
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: space-between;
}
.ind_pro_list ul li.ind_pro_list_c dt{
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	line-height: 44px;
}
.ind_pro_list ul li.ind_pro_list_c dd{
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	padding-top: 50px;
}
.ind_pro_list ul li.ind_pro_list_c p{
	font-size: 18px;
	border-bottom: solid 1px #fff;
	color: #fff;
	padding-bottom: 10px;
}
/* 产品列表 end*/

/* 隔断 */
.ind_gg{
	background:url(../images/gg.jpg) no-repeat center bottom;
	padding-bottom: 100px;
}
.ind_gg_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.ind_gg_fl{
	width: 56%;
}
.ind_gg_fl h3{
	font-size: 48px;
	line-height: 48px;
	color: #333;
	font-weight: bold;
}
.ind_gg_fl dt{
	font-size: 18px;
	line-height: 36px;
	color: #333;
	padding:47px 0 60px;
}
.ind_gg_fl dd{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.ind_gg_fl a{
	font-size: 18px;
	background:#003399;
	line-height: 52px;
	padding:0 40px;
	display: inline-block;
	color: #fff;
	border-radius: 40px;
	margin-top: 70px;
}
.ind_gg_fr{
	width: 40%;
}
.ind_gg_fr img{
	width: 100%;
}
/* 隔断 end*/

/*优势*/
.str-box{
	margin-top: 60px;
}
.str-box_top{
	border-top: solid 1px #ccd6eb;
	background: #f7f8fa;
}
.str-box_top ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.str-box_top ul li{
	width: 25%;
	text-align: center;
	padding:30px 0 20px;
}
.str-box_top ul li p{
	font-size: 36px;
	color: #333;
	line-height: 36px;
	font-weight: bold;
}
.str-box_top ul li span{
	font-size: 18px;
	color:#333;
	text-transform: uppercase;
	font-weight: 500;
	font-family: arial;
	padding-top: 10px;
	display: block;
}
.str-box_top ul li.on{
	background: #003399;
}
.str-box_top ul li.on p,.str-box_top ul li.on span{
	color: #fff;
}
.str-list .str-img{
	position: relative;
}
.str-list .str-img>img{
	width: 100%;
}
.str-list .str-img .str-img-text{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #003399;
	border-radius:0px 50px 0px 0px;
	color: #fff;
	padding:30px 50px 50px;
	box-sizing: border-box;
}
.str-list .str-img .str-img-text dd{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
}
.str-list .str-img .str-img-text p{
	font-size: 24px;
	padding-top: 25px;
}
.str-list .str-img .str-img-text .gsys_fr{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
/* 优势 end */

/* 案例 */
.ind_anli{
	margin-top: 40px;
}
.ind_anli ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind_anli ul li{
	width: 33.33%;
	display: block;
	position: relative;
}
.ind_anli ul li img{
	width: 100%;
}
.ind_anli ul li dl{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.ind_anli ul li dl a{
	display: flex;
	height: 100%;
	width: 100%;
	color: #fff;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.95) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.95) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.95) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.95) 100%);
}
.ind_anli ul li dl a dt{
	padding-bottom: 20px;
	font-size: 24px;
	font-family: arial;
}
.ind_anli ul li dl a dd{
	display: none;
	font-size: 18px;
}
.ind_anli ul li:hover dl a{
	background: rgba(0, 51, 153, 0.68);
	justify-content: center;
}
.ind_anli ul li:hover dl a dd{
	display: block;
}
/* 案例 end*/

/* 关于我们  */
.ind_about{
	background:url(../images/about.jpg) no-repeat center;
	margin-top: 50px;
}
.ind_about dl {
	padding:70px 0;
}
.ind_about dl dt{
	color: #fff;
	font-size: 60px;
	line-height: 72px;
	font-weight: bold;
}
.ind_about dl dd{
	font-size: 18px;
	line-height: 36px;
	padding-top: 50px;
	color: #fff;
	width: 44%;
}
.ind_about dl a{
	line-height: 46px;
	display: inline-block;
	border-radius: 30px;
	background: #fff;
	padding: 0 28px;
	color: #235cad;
	font-size: 18px;
	margin-top: 45px;
}
.ind_album{
	position: relative;
}
.mySwiper_album{
	overflow: hidden;
	margin-top: 50px;
}
.mySwiper_album .swiper-slide a img{
	width: 100%;
	border-radius: 10px;
}
.mySwiper_album .swiper-slide{
	text-align: center;
}
.mySwiper_album .swiper-slide a dd{
	font-size: 22px;
	color: #333;
	padding-top: 18px;
}
.ind_album .swiper-button-next02,.ind_album .swiper-button-prev02{
	position: absolute;
	top: 50%;
	z-index: 9;
}
.swiper-button-next02{
	left: 20px;
}
.swiper-button-prev02{
	right: 20px;
}
/* 关于我们 end */

/* 应用 */
.cert_bg{
	background: #f7f8fa;
	margin-top: 70px;
	padding-bottom:80px;
}
.cert-scoll {
    position: relative;
}
.cert-scoll .cert-swiper {
    width: 90%;
    margin: 30px auto 0;
    overflow: hidden;
	max-width: 1400px;
}

.cert-scoll .cert-swiper img {
    width: 100%;transition: all 0.8s;
}
.cert-scoll .cert-swiper .swiper-wrapper{
	display: flex;
	align-items: stretch;
}
.cert-scoll .cert-swiper .swiper-slide{
	background: #f6f6f6;
	height: 100%;
}
.cert-scoll .cert-swiper .swiper-slide a{
	display: block;
	position: relative;
}
.cert-scoll .cert-swiper .swiper-slide dl {padding:25px;background: #fff;}
.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: 2;
	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:#eee url(../images/p-l.png) center no-repeat;}
.cert-scoll .swiper-button-next:hover{background:#eee url(../images/p-r.png) center no-repeat;}
.cert-scoll .swiper-button-prev {
    background: url(../images/p-l.png) center no-repeat;
	left: 0px;
}
.cert-scoll .swiper-button-next {
    right: 0px;
    background: url(../images/p-r.png) center no-repeat;
}

/* 应用 end */


@keyframes myMove {
    0% {top: 10px;}
    50% {top: 40px;}
	100% {top: 10px;}
}
@-webkit-keyframes myMove {
    0% {top: 10px; }
    50% {top: 40px;}
    100% {top: 10px;}
}


/*网站内容 end*/

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

  .footbnav {
    padding: 35px 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: 70%;
	padding-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .footbnav_box .footbnav_box_item{
	  width: 20%;
  }
  .footbnav_box .footbnav_box_item:nth-child(3) {
	  width: 30%;
  }
  .footbnav_box .footbnav_box_item:nth-child(1) {
	  width: 34%;
  }
  .footbnav_logo{
	  width: 20%;
  }
  .footbnav_logo img{
	  padding-bottom: 10px;
  }
  .footbnav_logo p{
	  font-size: 16px;
	  color: #cccccc;
	  padding-top: 10px;
  }
  .footbnav_logo dl{
	  margin-top: 50px;
	  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_box_itembox .footbnav_itembox_link:hover {
    color: #fff;
  }
  .footbbq {
    line-height:70px;
	background:#21242a;
  }
  .footbbql_sy {
    font-size: 16px;
    color: #999999;
  }
  .footbbql .footbbql_ba {
    margin-left: 15px;
    font-size: 16px;
    color: #999999;
    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 span{
	  font-size: 30px;
	  color: #ff6600;
	  font-weight: bold;
	  font-family: arial;
	  line-height: 40px;
  }
  .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);
  }
  @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%;
	  padding-bottom: 20px;
    }
    .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:nth-of-type(3) {
      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:0px;}
	.footblxfs{display: none;}
	.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;}
	.ind_tel dl{margin-left:20px;padding-left: 50px;}
	.searchBtn{margin-left:20px;}
	.searchBtn dd{width: 80px;}
	.w1600{
		max-width: 94%;
	}
	.top_dg{
		max-width: 94%;
	}
}

@media ( max-width:1440px) {
	.ind_tel{display: none;}
	.ind_about_fl {
	    width: 38%;
	}
	.ind_about_fl>p {
	    font-size: 30px;
	}
	.innum_foot ul li h4 {
		font-size: 46px;
		line-height: 46px;
	}
	.cert-scoll .swiper-button-prev{
		left: 0px;
	}
	.cert-scoll .swiper-button-prev, .cert-scoll .swiper-button-next{
		width: 40px;
		height: 40px;
	}
	.cert-scoll .swiper-button-next{
		right: 0px;
	}
	.w1400{
		max-width: 94%;
	}
	.swiper-button-next02{
		left: 0px;
	}
	.swiper-button-prev02{
		right: 0px;
	}
	.ind_about{
		background-size: cover;
	}
}
@media ( max-width:1300px) {
}
@media ( max-width:760px) {
	.banner_home{margin-top:60px;}
	#ups-banner .swiper-pagination{bottom: 0;}
	.bottom-nav{bottom: 0;}
	.ind_txt h2{font-size: 22px;line-height:22px;}
	.ind_txt dd{font-size: 14px;padding-top: 10px;width: 90%;margin: 0 auto;}
	.ind_txt i{background-size: 30px;}
	.ind_txt{ padding-top: 30px;}
	.ind_txt span{font-size: 60px;top: 8%;line-height: 60px;}
	.ind_pr_box ul{flex-wrap: wrap;margin-top: 0px;}
	.ind_pr_box ul li{
    line-height: 60px;
    padding: 0 2%;
	width: 50%;
	box-sizing: border-box;
	margin-top: 20px;
	}
	.ind_pr_box ul li dd{font-size: 18px;}
	.ind_pr_list ul .ind_pr_fl{width: 92%;margin:0 auto;}
	.ind_pr_list ul .ind_pr_fl li a{flex-wrap: wrap;}
	.ind_pr_list ul li .ind_pro_box{width: 100%;top: 4%;}
	.ind_pr_list ul li .ind_pro_box dl dt {
	    font-size: 18px;
	}
	.ind_pr_list ul li .ind_pro_box dl dd {
	    font-size: 20px;
	    padding-top: 0px;
	}
	.ind_pr_list ul .ind_pr_fl li .ind_pro_moer span {
	    line-height: 35px;
	    padding: 0 20px;
	    font-size: 14px;
	}
	.ind_pr_list ul .ind_pr_fr li a{
		flex-wrap: wrap;text-align: center;justify-content: center;
	}
	.ind_pr_list ul .ind_pr_fr li dl{
		position: initial;text-align: center;
	}
	.ind_pr_list ul .ind_pr_fr li span{
		position: initial;text-align: center;
	}
	.ind_pr_list ul .ind_pr_fr li dl dt{
		font-size: 16px;
	}
	.ind_pr_list ul .ind_pr_fr li dl dd {
	    font-size: 16px;
	    font-weight: 400;
	    padding-top: 0px;
	}
	.ind_pr_list ul li .ind_pro_box h3{margin-bottom: 10px; font-size: 24px;}
	.ind_pr_list ul li .ind_pro_box dl{font-size: 16px;line-height: 30px;}
	.ind_pr_list ul .ind_pr_fr{width: 92%;margin: 0px auto;}
	.ind_pr_list ul .ind_pr_fr li:nth-child(1) img{width: 100%;height: auto;}
	.ind_pr_list ul .ind_pr_fr li{height: auto;margin-top: 20px;padding: 20px 0;}
	.ind_pr{background-size: cover;}
	.ind_pr_list{padding-bottom: 40px;margin-top: 20px;}
	.ind_pr_list ul .ind_pr_fr li p{padding:10px 0;font-size: 16px;text-align: center;}


	.ind_gylc{
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cert-scoll .cert-swiper .swiper-slide dl dt{font-size: 18px;}
	.cert-scoll .cert-swiper .swiper-slide dl dd{font-size: 14px;line-height:26px;}

	.ind_about{flex-wrap: wrap;padding: 60px 0 40px;}
	.ind_about_fl,.ind_about_fr{width: 92%;margin: 0 auto;}
	.ind_about_fr{margin-top:20px;}
	.ind_about_fl p{font-size: 20px;line-height: 20px;}
	.ind_about_fl h2{font-size: 36px;line-height: 36px;}
	footer{padding-top: 0;}
	.footbnav_box,{width: 90%;margin:0 auto;}
	.footbnav_box .footbnav_box_item:nth-child(4){display: block;}
	.top_box_fl{display: none;}
	.top_top{display: none;}
	.top_left dl dd{display: none;}
	.top_left dl dt{font-size: 20px;line-height: 20px;}
	.ind_search dd{display: none;}
	.ind_search form{
		width: 100%;
	}
	.ind_search{
		padding: 20px 0;
	}
	.ind_txt h2 span{
		font-size: 22px;
		line-height: 22px;
	}
	.ind_pr_box ul li dl dt {
	    font-size: 20px;
	    line-height: 20px;
	}
	.ind_pr_box ul li dl dd{
		line-height: 24px;
	}
	.ind_pr_box ul li dl{
		padding: 100px 20px 20px;
	}
	.ind_pro_list ul li{
		width: 100%;
	}
	.ind_pro_list ul li.ind_pro_list_c img {
	    width: 100px;
	}
	.ind_pro_list ul li.ind_pro_list_c dt {
	    font-size: 22px;
	    line-height: 22px;
		padding-top: 40px;
	}
	.ind_pro_list ul li.ind_pro_list_c dd {
	    font-size: 15px;
	    line-height: 27px;
	    color: #fff;
	    padding-top: 20px;
	}
	.ind_pro_list ul li.ind_pro_list_c p {
	    font-size: 15px;
	}
	.ind_pro_list ul li span{
		right: 20px;
		top: 20px;
		width: 65px;
		height: 65px;
	}
	.ind_gg_fl {
	    width: 100%;
	}
	.ind_gg {
	    background: url(../images/gg.jpg) no-repeat center top;
	    padding-top: 40px;
		padding-bottom: 0;
	}
	.ind_gg_fl h3 {
	    font-size: 22px;
	    line-height: 22px;
	}
	.ind_gg_fl dt {
	    font-size: 15px;
	    line-height: 30px;
	    color: #333;
	    padding: 20px 0 20px;
	}
	.ind_gg_fl dd {
	    font-size: 15px;
	}
	.ind_gg_fl a {
	    font-size: 14px;
	    line-height: 36px;
	    padding: 0 30px;
	    margin-top: 20px;
	}
	.ind_gg_fr {
	    width: 80%;
		margin: 0 auto;
	}
	.str-box_top ul li p {
	    font-size: 18px;
	    line-height: 18px;
	}
	.str-list .str-img .str-img-text dd {
	    font-size: 18px;
	    line-height: 18px;
	}
	.str-list .str-img .str-img-text p {
	    font-size: 15px;
	    padding-top: 10px;
	}
	.str-list .str-img .str-img-text .gsys_fr img{
		display: none;
	}
	.str-list .str-img .str-img-text{
		padding: 20px;
		border-radius: 0;
		position: initial;
		transform: translateX(0%);
		max-width: 100%;
	}
	.str-list .str-img{
		width: 94%;
		margin:  0 auto;
	}
	.str-box_top ul li span{
		display: none;
	}
	.ind_anli ul li {
	    width: 50%;
	}
	.ind_anli ul li dl a dt {
	    font-size: 18px;
	}
	.ind_about {
	    background: url(../images/about.jpg) no-repeat top left;
	    margin-top: 20px;
	}
	.str-box {
	    margin-top: 20px;
	}
	.ind_about dl {
	    padding: 0px 0;
	}
	.ind_about dl dt {
	    font-size: 30px;
	    line-height: 40px;
	}
	.ind_about dl dd {
		width: 100%;
		padding-top: 20px;
		font-size: 15px;
		line-height: 30px;
	}
	.ind_about dl a{
		margin: 20px 0;
		font-size: 15px;
		line-height: 40px;
	}
	.ind_about img{
		width: 100%;
	}
	.mySwiper_album .swiper-slide a dd {
	    font-size: 18px;
	    color: #333;
	    padding-top: 10px;
	}
	.mySwiper_album {
	    margin-top: 20px;
	}
	.cert_bg {
	    margin-top: 40px;
	    padding-bottom: 50px;
	}
	.footbnav_logo {
	    width: 100%;
	    text-align: center;
	}
	.footbnav_logo dl dd{
		width: 30%;
	}
	.footbnav_logo dl dd img{
		width: 100%;
	}
	.footbnav_box .footbnav_box_item:nth-child(3){
		width: 100%;
	}
	.footbbql_sy{
		display: none;
	}
	.footbbql {
		margin-bottom: 20px;
	}
	.ind_pr_box ul li dl i{
	    display: none;
	}
	.ind_pr_box ul li img{
	    height: auto;
	    max-width: 80%;
	}
	.ind_pr_box {
    padding: 10px 0px 40px;
}
.ind_pro_list {
    padding: 40px 0 10px;
}
.ind_pro_list ul li dd {
    font-size: 16px;
}
.ind_pro_list ul li dt {
    font-size: 20px;
}
.footbnav_logo dl,.footbnav_box_itemh{
    display: none;
}
.banNews{
    overflow: hidden;
}
.banNews img{
    width: 250%;
}
.banNews h3{
    width: 90%;font-size: 28px;
}
.banNews h3 dd {
    font-size: 20px;
    font-weight: 400;
}
}