@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%;}
.w1360{max-width:1360px;margin: 0 auto;width: 92%;}
/*网站头部*/
header{position: fixed;top: 0;width:100%;z-index:999;
}
header.xg{
    background:rgba(0,0,0,.7);
}
/* header:hover{
    background:#fff;
} */
.top_dg{height:90px;max-width:1500px;margin: 0 auto;width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
box-sizing: border-box;
}
.top_left{float: left;line-height: 90px;}
.top_left a{
    display: flex;
    align-items: center;
    height: 90px;
}
.top_nav{float:right;
display: flex;
    justify-content: flex-end;}
.top_nav ul{
display: flex;
align-items: center;
justify-content: space-between;
}
.top_nav ul li{float: left;padding-left:30px;line-height: 90px;}
.top_nav ul li a{color:#fff;font-size:16px;text-transform: uppercase;font-family:"Microsoft YaHei";position: relative;display: block;}
.nav_hover a{color:#fff !important;}
.top_nav ul li:hover a{color:#fff !important;}


header .top_nav ul li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background:#fff;
	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:#fff;
	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: #fff;
	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:#646464;top: 100px;left: 0%;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: fixed;padding: 0;}
.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: #cecece !important;font-size: 15px;border-left:solid 1px #818181;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:#fff !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;}
	
.ind_language{
	position: relative;
	font-size: 16px;
	color: #fff;
}
.ind_language>img{padding-left: 5px;}
.ind_language_box{
	position: absolute;
	box-sizing: border-box;
	display: none;
	padding-top:18px;
	left: 0;
}
.ind_language_box dl{
	background:rgba(255,255,255,0.9);
	padding: 10px 30px;
}
.ind_language_box dd{
	line-height: 40px;
}
.ind_language_box dd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_language_box dd img{
	height: 20px;
	padding-right:10px;
}
.ind_language:hover .ind_language_box{
	display: block;
}

.ind_nav_ewm{
	position: relative;
	margin-right: 30px;
}
.ind_nav_ewm dl{
	position: absolute;
	padding-top: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: none;
}
.ind_nav_ewm dl dd{
	background: #fff;
	color: #666;
	font-size: 14px;
	padding: 8px 0;
}
.ind_nav_ewm:hover dl{
	display: block;
}

.searchBtn{height:80px;background: url(../images/icon_02.png) no-repeat center;cursor: pointer;position: relative; z-index:999;line-height: 80px;
margin:auto 40px auto 50px;
}
.searchBtn dd{font-size:16px;color: #ccc;width:24px;}
.searchBtn .search {transition: all 1s;position: absolute;right: -1000px;top: 10px;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_02-1.png) no-repeat center;border: none;}
.searchBtn:hover .search {right:0px;}

@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:0px !important;}
 .sp_nav{margin-top:35% !important;}
 .top_left img{height:46px;}
 .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:0px !important;}
 .sp_nav{margin-top:50% !important;    transform: scale(0.79);}

}

/*----手机站导航开始----------*/
.sp_header{overflow:hidden;z-index:999;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:22px;}
.sp_nav span{display:block;background:#fff;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{
	background: #111;
}
.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 */
#ups-banner{
	overflow-x:hidden;
}
.bottom-nav {
	text-align: center;
	position: absolute;
	bottom:4%;
	z-index: 10;
	left:50%;
	width: 100%;
	max-width:1400px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}
#ups-banner .img-fix{
	max-width: 1600px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	color: #fff;
	text-align: center;
}
#ups-banner .img-fix h3{
	font-size: 48px;
	line-height: 48px;
	padding-bottom: 40px;
}
#ups-banner .img-fix dd{
	font-size: 20px;
	line-height: 35px;
}
.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%;height: 100vh;    object-fit: cover;}
.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{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ind_txt dd{
	font-size: 16px;
	color: #666666;
	width: 60%;
	box-sizing: border-box;
	padding-left: 60px;
	border-left: solid #dcdcdc 1px;
}
.ind_txt h2{
	font-size: 48px;
	color: #000;
	line-height: 48px;
}
/* 标题 end*/

/* 产品 */
.ind_pro{
	padding-top: 140px;
}
.ind_pro_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.ind_pro_box dl{
	width: 31.5%;
	text-align: center;
}
.ind_pro_box dl img{
	width: 100%;
}
.ind_pro_box dl dt{
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}
.ind_pro_box dl dd{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-top: 14px;
}
/* 产品 end*/

/* 产品优势 */
.ind_advantages{
	background: url(../images/advantages.jpg)no-repeat center center;
	padding: 130px 0;
	margin-top: 100px;
}
.ind_advantages .w1360{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind_advantages_txt{
	width: 50%;
	color: #fff;
}
.ind_advantages_txt h2{
	font-size: 30px;
	line-height: 48px;
	padding-bottom: 100px;
}
.ind_advantages_txt h3{
	font-size: 100px;
	font-weight: bold;
	line-height: 100px;
	font-family: Arial;
}
.ind_advantages_box{
	width: 50%;
	color: #fff;
	padding-bottom: 115px;
}
.mySwiper_ys1{
	margin-top: 100px;
}
.mySwiper_ys2 .swiper-slide dt{
	font-size: 16px;
	line-height: 24px;
}
.mySwiper_ys1 .swiper-slide {
	margin-bottom: 34px;
}
.mySwiper_ys1 .swiper-slide dd{
	font-size: 16px;
	opacity: 0.3;
}
.mySwiper_ys1 .swiper-slide-thumb-active dd{
	opacity: 1;
}
.mySwiper_ys1 .swiper-wrapper{
	flex-wrap: wrap;
}
.swiper-advantages-next,.swiper-advantages-prev{
	width: 65px;
	height: 65px;
	position: absolute;
	bottom: 0;
	z-index: 99;
}
.ind_advantages .w1360{
	position: relative;
}
.mySwiper_ys2{
	position: inherit !important;
}
.swiper-advantages-next{
	background: url(../images/icon_05.png)no-repeat center center;
	right: 150px;
}
.swiper-advantages-prev{
	background: url(../images/icon_06.png)no-repeat center center;
	right: 30px;
}
.swiper-advantages-next:hover,.swiper-advantages-prev:hover{
	border: solid rgba(255, 255, 255, 0.4) 1px;
	border-radius: 100%;
}
.advantages-pagination{
	position: absolute;
	bottom: 30px !important;
	left: 0;
}
.advantages-pagination .swiper-pagination-bullet{
	width: 60px;
	height: 4px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0%;
	opacity: 1;
}
.advantages-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(255, 255, 255, 1);
}
/* 产品优势 end*/

/* 合作客户 */
.ind_partners{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.ind_partners ul{
	white-space: nowrap;
}
.ind_partners ul li{
	text-align: center;
	display: inline-block;
	width: 15vw;
}
.ind_partners ul li img{
	vertical-align: top;
	filter: grayscale(100%);
	opacity: 0.7;
}
.ind_partners ul li:hover img{
	filter: grayscale(0%);
	opacity: 1;
}
/* 合作客户 end*/

.ind_experience{
	background:url(../images/experience.jpg)no-repeat center center;
	padding: 240px 0;
}
.ind_experience .w1360{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind_experience .ind_experience_box{
	-webkit-backdrop-filter: blur(6.65rem);
	backdrop-filter: blur(6.65rem);
	background-color: hsla(0, 0%, 7%, .2);
	width: 31.5%;
	color: #fff;
}
.ind_experience .ind_experience_box .experience_h3{
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ind_experience .ind_experience_box .experience_h3 h3{
	font-size: 46px;
	font-weight: bold;
	line-height: 46px;
	font-family: Arial;
	padding-right: 10px;
	padding-bottom: 6px;
}
.ind_experience .ind_experience_box .experience_h3 p{
	border: solid 2px #fff;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Arial;
	line-height:28px;
	padding: 0 8px;
}
.ind_experience .ind_experience_box dl{
	padding: 40px;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
}
.ind_experience .ind_experience_box dl dt{
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 25px;
}
.ind_experience .ind_experience_box dl dd span{
	font-size: 14px;
	padding: 4px 12px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	margin-right: 8px;
}
.ind_experience .ind_experience_box:hover{
	background: #fff;
}
.ind_experience .ind_experience_box:hover .experience_h3 {
	color: #333333;
}
.ind_experience .ind_experience_box:hover .experience_h3 p{
	border: solid 2px #333333;
}
.ind_experience .ind_experience_box:hover dl{
	border-top: solid 1px rgba(0, 0, 0, 0.15);
}
.ind_experience .ind_experience_box:hover dt{
	color: #666666;
}
.ind_experience .ind_experience_box:hover dd{
	color: #333333;
}
.ind_experience .ind_experience_box:hover dd span{
	border: solid 1px rgba(0, 0, 0, 0.2);
}

/* 关于我们 */
.ind_about{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 120px;
}
.ind_about .ind_about_fl{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.ind_about .ind_about_fr{
	width: 50%;
}
.ind_about .ind_about_fr img{
	width: 100%;
}
.ind_about .ind_about_fl dl{
	width: 70%;
}
.ind_about .ind_about_fl dl dt{
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 30px;
	color: #333;
	font-weight: bold;
}
.ind_about .ind_about_fl dl dd{
	font-size: 16px;
	line-height: 34px;
	color: #666;
	padding-bottom: 40px;
	padding-right: 40px;
}
.ind_about .ind_about_fl dl a{
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 10px 30px;
	border: solid 1px #333;
	position: relative;
	z-index: 99;
}
.ind_about .ind_about_fl dl a:hover{
	color: #fff;
}
.ind_about .ind_about_fl dl a::after{
	content: "";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 0%;
	height: 100%;
	background: #333;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	z-index: -1;
}
.ind_about .ind_about_fl dl a:hover::after{
	width: 100%;
}

.ind_introduce_fl{
	width: 50%;
}
.ind_introduce_fr{
	width: 50%;
}
.ind_introduce_fr dl dt{
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 30px;
	color: #333;
	font-weight: bold;
	padding-top: 50px;
}
.ind_introduce_fr dl dd{
	font-size: 16px;
	line-height: 34px;
	color: #666;
}
.ind_introduce {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
}
.ind_introduce_fr dl dd i{
	font-weight: bold;
	color: #333333;
}

.ind_advert{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 130px 0;
}
.ind_advert dt{
	font-size: 30px;
	color: #222222;
	font-weight: 500;
	line-height: 38px;
}
.ind_advert i{
	font-size: 40px;
	color: #222222;
	font-weight: 500;
	line-height: 40px;
	padding: 0 80px;
}
/* 关于我们 end*/

.ind_category{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ind_category_box{
	width: 50%;
	position: relative;
}
.ind_category_box img{
	width: 100%;
}
.ind_category_box dl{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}
.ind_category_box dl dt{
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	padding-bottom: 55px;
}
.ind_category_box dl a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	z-index: 99;
	background: #fff;
}
.ind_category_box dl a:hover{
	color: #fff;
}
.ind_category_box dl a::after{
	content: "";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 0%;
	height: 100%;
	background: #333;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	z-index: -1;
}
.ind_category_box dl a:hover::after{
	width: 100%;
}

.ind_gg{
	position: relative;
	margin-top: 120px;
}
.ind_gg img{
	width: 100%;
}
.ind_gg dl{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}
.ind_gg dl dt{
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	padding-bottom: 55px;
}
.ind_gg dl a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	z-index: 99;
	background: #fff;
}
.ind_gg dl a:hover{
	color: #fff;
}
.ind_gg dl a::after{
	content: "";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 0%;
	height: 100%;
	background: #333;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	z-index: -1;
}
.ind_gg dl a:hover::after{
	width: 100%;
}

/* 新闻 */
.ind_news{
	padding: 120px 0 90px;
}
.ind_news h2{
	font-size: 48px;
	color: #111;
	line-height: 48px;
	text-align: center;
	padding-bottom: 60px;
}
.ind_news_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ind_news_box dl{
	width: 31.5%;
}
.ind_news_box dl img{
	width: 100%;
	height: 300px;
	object-fit:cover;
}
.ind_news_box dl dt a{
	 font-size: 20px;
	 color: #292929;
	 padding: 30px 0 18px;
	 display: inline-block;

 }
.ind_news_box dl dd{
	 font-size: 16px;
	 line-height: 28px;
	 color: #333;
	 overflow: hidden;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
	 margin-bottom: 34px;
 }
.ind_news_box dl dd span{
	 color: #afafaf;
 }
.ind_news_box dl dd i{
	  color: #afafaf;
  }
.ind_news_box dl>a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	z-index: 99;
	background: #fff;
	border: solid 1px #333333;
}
.ind_news_box dl>a:hover{
	color: #fff;
}
.ind_news_box dl>a::after{
	content: "";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 0%;
	height: 100%;
	background: #333;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	z-index: -1;
	border: solid 1px #333333;
}
.ind_news_box dl>a:hover::after{
	width: 100%;
}
/* 新闻 end*/

/*网站内容 end*/

/* 底部 */
#top-back2{
	position: fixed;
	right:20px;
	bottom: 10%;
}
.ind_foot{
	background: #efefef;
	text-align: center;
	padding: 120px 0 50px;
}
.ind_foot .ind_foot_nav ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}
.ind_foot .ind_foot_nav ul li a{
	color: #000;
}
.ind_foot .ind_foot_nav ul i{
	padding: 0 25px;
}

.ind_foot_tel{
	padding-top: 50px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.ind_foot_ewm{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: #333333;
	margin-top: 50px;
}
.ind_foot_ewm dl{padding: 0 16px;}
.ind_foot_ewm dl dd{padding-top: 6px;}
/* 底部 end*/

@media ( max-width:1380px) {
}
@media ( max-width:760px) {
	.searchBtn{
		display: none;
	}
	.top_dg{
		padding: 0;
		width: 94%;
	}
	.ind_nav_ewm{
		margin-left: 30px;
	}
	#ups-banner .img-fix h3 {
	    font-size: 28px;
	    line-height: 28px;
	}
	#ups-banner .img-fix dd {
	    font-size: 16px;
	    line-height: 30px;
	}
	.ind_txt{
		text-align: center;
		justify-content: center;
	}
	.ind_txt dd{
		width: 100%;
		border: none;
		padding:20px 0 0;
		font-size: 15px;
	}
	h2{
		font-size: 28px !important;
		line-height: 35px !important;
	}
	.ind_pro {
	    padding-top: 40px;
	}
	.ind_pro_box {
	    margin-top: 30px;
	}
	.ind_pro_box dl {
	    width: 100%;
		margin-bottom: 30px;
	}
	.ind_pro_box dl dt {
	    font-size: 18px;
	    padding-top: 20px;
	}
	.ind_pro_box dl dd {
	    font-size: 15px;
	    line-height: 25px;
	    padding-top: 8px;
	}
	.ind_advantages {
	    margin-top: 40px;
		padding: 60px 0;
	}
	.ind_advantages_txt {
	    width: 100%;
	}
	.ind_advantages_txt h3 {
	    font-size: 55px;
	    line-height: 60px;
	}
	.ind_advantages_box {
	    width: 100%;
		padding-bottom: 60px;
		margin-top: 30px;
	}
	.ind_advantages_txt h2 {
	    padding-bottom: 20px;
	}
	.mySwiper_ys2 .swiper-slide dt {
	    font-size: 20px;
	}
	.mySwiper_ys1 .swiper-slide {
	    width: 33% !important;
	}
	.swiper-advantages-next, .swiper-advantages-prev{
		display: none;
	}
	.ind_partners ul li{
		width:33vw;
	}
	.ind_partners ul li img{
		width: 80%;
		vertical-align: middle;
	}
	.ind_partners{
		padding: 40px 0;
	}
	.ind_experience .ind_experience_box{
		width: 100%;
		margin-bottom: 30px;
	}
	.ind_experience {
	    background-size: cover;
		padding: 60px 0;
	}
	.ind_experience .ind_experience_box .experience_h3 {
	    height: 140px;
	}
	.ind_about {
	    margin-top: 60px;
	}
	.ind_about .ind_about_fl {
	    width: 94%;
		margin: 0 auto;
	}
	.ind_about .ind_about_fl dl {
	    width: 100%;
	}
	.ind_about .ind_about_fl dl dt {
	    font-size: 24px;
	    line-height: 24px;
	    padding-bottom: 20px;
	}
	.ind_about .ind_about_fl dl a {
	    font-size: 15px;
	}
	.ind_about .ind_about_fr {
	    width: 100%;
		margin-top: 30px;
	}
	.ind_introduce_fl {
	    width: 100%;
		margin-top: 40px;
	}
	.ind_introduce_fl img{
		width: 100%;
	}
	.ind_introduce_fr {
	    width: 100%;
	}
	.ind_introduce_fr dl dt {
	    font-size: 24px;
	    line-height: 24px;
	    padding-bottom: 20px;
	}
	.ind_advert {
	    padding: 60px 0;
	}
	.ind_advert dt {
	    font-size: 20px;
	    line-height: 35px;
	}
	.ind_advert i {
	    font-size: 28px;
	    line-height: 40px;
	    padding: 0 30px;
	}
	.ind_advert dt img{
		width: 80px;
		margin-top: 30px;
	}
	.ind_category_box {
	    width: 92%;
		margin: 10px auto;
	}
	.ind_category_box dl dt {
	    font-size: 28px;
	    line-height: 28px;
	}
	.ind_category_box dl a {
	    font-size: 15px;
	}
	.ind_gg {
	    position: relative;
	    margin-top: 10px;
	}
	.ind_gg dl {
	    flex-wrap: nowrap;
	}
	.ind_gg dl dt {
	    font-size: 26px;
	    line-height: 26px;
	    padding-bottom: 20px;
	}
	.ind_gg img {
		object-fit: cover;
	    width: 100%;
	    height: 200px;
	}
	.ind_news {
	    padding: 60px 0 40px;
	}
	.ind_news h2 {
	    padding-bottom: 30px;
	}
	.ind_news_box dl {
	    width: 100%;
		margin-bottom: 30px;
	}
	.ind_foot {
	    padding: 50px 0 50px;
	}
	.ind_foot_nav{
		display: none;
	}
	.nav_hover a {
    color: #000 !important;
}
}