.top-title {
	height: 90px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/* padding: 0 110px; */
	overflow: hidden;
	z-index: 100;
	background: rgba(255,255,255,0);

}



.top-title .site-logo {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.logo {
	width: 231px;
	height: 37px;
	background: url('../imgs/icon_ityimai_logo.png') no-repeat;
	background-size: 231px 77px;
	margin: 26px auto 27px auto;
}
.choose-text.getred {
	color: #dd0415;
	font-weight: bold;
}
.active::after{
	display: block;
	content: " ";
	height: 2px;
	background-color: #fff;
	top: 12px;
	position: relative;
}
.getred::after {
	display: block;
	content: " ";
	height: 2px;
	background-color: #dd0415;
	top: 12px;
	position: relative;
}
.Menu {
	width: 75%;
	float: right;
	padding-right: 6%;
	box-sizing: border-box;
}
.choose-content {
	float: right;
	overflow: hidden;
}
.choose-text {
	float: left;
	margin: 36px 39px 36px 0px;
	font-size: 18px;
	height: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
	cursor: pointer;
}


/* .top-title .choose-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}

.secound-content .choose-text {
    color: #333;
}

.choose-text {
    margin-left: 39px;
    padding-bottom: 8px;
    padding-top: 8px;
    cursor: pointer;
} */
.choose-text:nth-last-child(1) {
	margin-right: 0px;
}
.company-copyright {
	font-size: 14px;
	color: #fff;
	width: 554px;
	line-height: 30px;
	margin-bottom: 30px;
	position: fixed;
	left: 120px;
	bottom: 0;
	z-index: 10;
}

.company-copyright .first {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-bottom: 15px; */
}

.company-copyright .third {
	display: flex;
	align-items: center;
}

.company-copyright .third .police-icon {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url('../imgs/icon_footer_record.png') no-repeat;
	background-size: 20px 20px;
}