html,body{margin: 0; padding: 0;}
.topimg1{width:40px;height: 40px; border-radius: 20px;}
.top{width: 100%; background: #242424;}
.head1{width:100%;height:70px; margin:0 auto; position: relative;}
.head1>img{ position: absolute; top:10px; left: 30px;}
.head1 .menus{ width: 1000px; text-align: right; margin: 0 auto;}
.head1>div:first-child{width:210px;height:50px;float:left; margin-top:10px;}
.head1>div:last-child{width:170px;height:50px;float:left;position: absolute; top:15px; right: 30px;}
.head1 a{display:block; margin-top: 1.6rem; color:white;width:10.5%; float: right; text-align: right; font-size: 1rem; text-decoration: none;}
.head1>div:last-child a{ margin-top: 0;width:120px;float: left;}
.head1>div:last-child a:first-child{ margin-top: 12px;}
.head1>div:last-child a:last-child{ width: 50px;}
.head1 	a:hover{color: white; text-decoration: underline;}
.head1 	a.sp0{ width: 12%;}
.head1 	a.sp1{ width: 9%;}

@media only screen and (min-width:1900px ) {
	.head1 .menus{ width: 1166px;}
}
@media only screen and (max-width:1350px ) {
	.head1>div:last-child{ display:none;}
}