/*header*/
.block__header {
	=:relative;
}

.header__container {
	position: relative;
}

.header__top {
	background: #00a0d5;
}

.header__top .box {
	padding: 6px 0;
	color: #fff;
}

.header__address {
}

.header__address i {
}

.header__address span {
}

.header__slogan {
}

.header__slogan marquee {
}

.header__email {
}

.header__email i {position: relative;top: 1px;}

.header__email span {
}

.header__phone {
}

.header__phone i {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	top: 2px;
}

.header__phone span {
}

.header__social {
}

.header__social a {
}

.header__user {
}

.header__mid {
	display: none
}

.header__mid .box {
	padding: 10px 0;
}

.header__mid .box i {
	color: #00579e;
	font-size: 24px;
	margin-right: 0.5rem;
}

.header__logo {
}

.header__logo figure {
}

.header__logo figure img {
}

.header__logo figure a {
}

.header__banner {
	margin-left: 2rem;
}

.header__banner figure {
}

.header__banner figure img {
}

.header__banner figure a {
}

.header__hotline {
}

.header__hotline b {
	font-size: 1rem;
	color: #0154a0;
}

.header__hotline span {
	font-size: 1.25rem;
	color: #ed1b24;
	font-weight: bold;
}

.header__lang {
}

.header__lang a {
}

.header__lang a svg {
	width: 30px;
}

.header__bot {
	/* position: absolute; */
	top: 100%;
	left: 0;
	right: 0;
}

.header__support {
	margin: 0 -1.25rem;
	margin-top: 1rem;
}

.header__support__item {
	margin: 0 1.25rem;
}

.header__support__item i {
}

.header__support__item a {
	font-size: 1rem;
	color: #199dd7;
}

.user-head{
    display: flex;
    align-items: center;
    min-width: 300px;
    justify-content: end;
}
.user-head a {
  color: #fff;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  /* font-size: 15px; */
  /* font-weight: 300; */
}
.user-head a i{
    /* width: 35px; */
    /* height: 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 0.3rem;
    color: #fff;
}

/*Responsive*/
@media (max-width:1200px) {
}

@media (max-width:992px) {
	.header__info {
		display: none;
	}

	.header__mid .box {
		justify-content: center;
	}

	.header__address,.header__email,.header__phone {
		display: none;
	}

	.header__top .box {
		/* justify-content: space-around; */
	}

}

@media (max-width:767px) {
}

@media (max-width:580px) {
	.header__logo {
		width: 70px;
	}

	.header__banner {
		margin-left: 1rem;
		width: 240px;
	}

}

@media (max-width:450px) {
}
