.loading-mask{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	background-color: #DCDCDC;
	z-index: 2;
	opacity: 0.8;
}
.loading-mask-no{
	display: none;
}
.loading{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 50%;
	top: 50%;
}
.ring{
	width: 48px;
	height: 48px;
	border: 6px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border-top: 6px solid #378fb6;
	animation: spin 0.6s infinite linear;
}
@keyframes spin {
	to {
		transform:  rotate(360deg);
	}
}
.header{
	display: flex;
	height: 2rem;
	align-items: center;
	margin: 0 4.17rem;
}
.change-language{
	cursor: pointer;
	font-size: 0.24rem;
	font-weight: bold;
	margin-left: 0.2rem;
	white-space: nowrap;
}
.change-language:hover{
	color: #B4B4B4;
}
.img-group{
	display: flex;
}
.logo{
	width: 1.04rem;
	height: 1.05rem;
	margin-right: 0.21rem;
}
.logo-name{
	width: 2.18rem;
	height: 1.03rem;
}
.header-url{
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	margin-left: 2.06rem;
	margin-right: 1.59rem;
}
.url{
	font-size: 0.42rem;
	font-weight: bold;
	margin: 0 10px;
}
.url>a{
	color: #5D5F5D;
	white-space: nowrap;
}
.header-url>.url:hover >a{
	color: #004097;
}
.header-url>.url:nth-child(2):hover #downList{
	display: block;
}
.search{
	width: 4.3rem;
	height: 1rem;
	border-radius: 1rem;
	border: 0.07rem #5D5F5D solid;
	padding: 0 0.5rem;
	background: url(../img/search.png) no-repeat;
	background-size: 0.69rem 0.68rem;
	background-position: 3.07rem center;
}
.center-group{
	position: relative;
}
.center-group>img{
	width: 100%;
}
.center-url{
	display: flex;
	justify-content: space-between;
	width: 13.7rem;
	margin-left: 11.7rem;
	position: absolute;
	top: 0.8rem;
}
.center-url>.url{
	font-size: 0.33rem;
	font-weight: 400;
}
.center-url>.url>a{
	color: #FFFFFF;
}
.title{
	width: 100%;
	margin: 2.06rem 0 1.16rem;
	font-size: 0.88rem;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.product{
	position: relative;
}
.product-img{
	width: 100%;
}
.product-ul{
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10.88rem;
	width: 22rem;
	justify-content: space-between;
}
.product-item{
	width: 4.6rem;
	height: 3.5rem;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 0.27rem;
	box-sizing: border-box;
	box-shadow: 0.1rem 0.1rem 0.2rem 0px #5D5F5D;
}
.product-item>img{
	width: 2.3rem;
	height: 2.1rem;
	margin-bottom: 0.33rem;
}
.sub-title{
	font-size: 0.38rem;
	font-weight: 400;
	color: #000000;
}
.banner{
	display: block;
	width: 100%;
	margin-top: 3.13rem;
}
.company-bg{
	display: flex;
	padding: 0 7rem;
}
.company-bg>li{
	text-align: center;
	position: relative;
	background: url(../img/company.png) no-repeat;
	width: 34%;
	height: 8.8rem;
	background-size: 200%;
	background-position: -4.5rem;
}
.bg-item{
	width: 100%;
	display: none;
}
.bg-title{
	font-size: 0.5rem;
	font-weight: bold;
	color: #FFFFFF;
	border: 0.13rem solid;
	border-radius: 9rem;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.38rem 1rem;
}
.company-news{
	display: flex;
	padding: 0 4.17rem;
	margin-bottom: 4rem;
}
.big-img{
	position: relative;
	margin-right: 0.65rem;
}
.main-title{
	position: absolute;
	left: 50%;
	bottom: 0.1rem;
	transform: translateX(-50%);
	font-size: 0.67rem;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	width: 100%;
	height: 1.68rem;
	line-height: 1.68rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
}
.banner-news{
	width: 15rem;
	height: 8.3rem;
}
.news-list>a>li{
	display: flex;
	margin-bottom: 0.47rem;
}
.news-list >li:nth-child(3){
	margin-bottom: 0;
}
.small-img{
	width: 4.7rem;
	height: 2.5rem;
	margin-right: 0.5rem;
}
.news-title{
	font-size: 0.5rem;
	font-weight: bold;
	color: #000000;
}
.time{
	padding: 0.3rem 0;
	display: flex;
}
.logo-time{
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.14rem;
}
.font-time{
	font-size: 0.25rem;
	font-weight: bold;
	color: #B4B4B4;
}
.info{
	font-size: 0.25rem;
	font-weight: 400;
	color: #B4B4B4;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.second-logo-group{
	padding: 0 4.17rem;
	display: flex;
	align-items: center;
}
.second-logo{
	width: 0.61rem;
	height: 0.61rem;
	margin-right: 0.12rem;
}
.second-logo-name{
	width: 1.29rem;
}
.link-table{
	margin: 0 4.17rem;
	padding: 0.6rem;
	display: block;
	border-top: 0.02rem #505050 solid;
	margin-top: 0.6rem;
}
.link-tr{
	text-align: left;
}
.link-tr>th:nth-child(1){
	display: block;
	margin-bottom: 0.6rem;
}
.link-table th{
	font-size: 0.29rem;
	font-weight: bold;
	color: #505050;
}
.link-table td{
	font-size: 0.25rem;
	font-weight: 400;
	color: #505050;
}
.link-table th,.link-table td{
	height: 0.5rem;
	width: 8rem;
}
.link-table a{
	color: #000000;
}
.multi{
	margin: 0 4.17rem;
	padding-left: 15.63rem;
}
.multi>h4{
	font-size: 0.38rem;
	font-weight: bold;
	color: #505050;
	margin-bottom: 0.44rem;
}
.multi-logo{
	border-top: 0.02rem #505050 solid;
	display: flex;
	align-items: center;
	padding-top: 0.18rem;
}
.multi-logo>h4{
	font-size: 0.25rem;
	font-weight: 400;
	color: #505050;
	margin-right: 6.97rem;
}
.douyin{
	width: 0.46rem;
	margin-right: 0.92rem;
	display: block;
	float: left;
}
.weixin{
	width: 0.71rem;
	display: block;
}
.footer{
	background-color: #DCDCDC;
	padding: 0.84rem 4.17rem;
	font-size: 0.38rem;
	font-weight: 400;
	color: #000000;
	margin-top: 1.35rem;
	text-align: center;
}

input::-webkit-search-cancel-button{
	-webkit-appearance: none;
}
.ulactive{
	color: #004097 !important;
}
.active{
	color: #004097 !important;
}

#downList{
	position: absolute;
	z-index: 99;
	background: #fff;
	line-height: 1rem;
	margin-top: 0rem;
	padding: 0.5rem;
	display: none;
	margin-left: -0.5rem;
}
#downList .url:hover a{
	color: #004097;
}
/* a:hover {
	color: #ccc;
} */
.banner-swiper{
	margin-top: 0.9rem;
}
.banner-swiper img{
	object-fit: cover;
	width: 100%;
	height: 750px;
}