@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  /* body{	overflow: hidden;} */
/* CSS Document */
html, body, div, span, iframe,input,select, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun;
}
table, tr, td, th {
	padding: 0;
	border: 1;
	border:1px solid black
	box-sizing: border-box;
	font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif,SimHei,SimSun;
}
ol, ul {
	list-style: none;
}
button{ vertical-align:middle; cursor:pointer;}
input, button,textarea{	vertical-align:middle; border:none; font-family:"微软雅黑";}
input,button,select,textarea{outline:none}
textarea{resize:none}
h1, h2, h3, h4, h5, h6 {
	line-height:1;
}
a{
	text-decoration: none;
	transition: all .25s;
	font-size: 16px;
	color: #ff0000;
}
i, em {
    font-style: normal;
}

a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}

input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none;
	background: none;
}
img {
	display: block;
	max-width: 100%;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
.clear{
	zoom: 1;
}
/* @font-face{
    font-family: 'Bahnschrift-SemiBoldCondensed';
    src:url('../fonts/bahnschrift.ttf');
}
@font-face{
    font-family: 'Bahnschrift-Light';
    src:url('../fonts/bahnschrift.ttf');
}
@font-face{
    font-family: 'Bahnschrift-Regular';
    src:url('../fonts/bahnschrift.ttf');
} */
/* 头部公用 2023.1.30   */
.header_key {
	display: flex;
	align-items: center;
}

.header-tag-nav {
	position: relative;
	height: 3px;
	width: 1400px;
	margin: 0 auto;
	background-color: #013DA5;
}

.header-tag-right {
	position: absolute;
	width: 300px;
	height: 0px;
	border-top: 30px solid #97BAF6;
	border-left: 60px solid transparent;
	right: 0px;
}
.header-tag-right:hover{
	cursor: pointer;
}

.header-tag-right-pannel {
	position: absolute;
	top: -30px;
	color: #fff;
	font-size: 16px;
}

.header-tag-right-position {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #013DA5;
	position: absolute;
	top: 5px;
	right: -26px;


}
.header-tag-pannel {
	position: absolute;
	border-radius: 0px 0px 10px 10px;
	background-color: #97BAF6;
	right: 0px;
	z-index: 22;
	width: 240px;
	display: none;
}

.header-tag-option {
	display: block;
	color: #fff
}

.header-tag-option {
	height: 30px;
	text-align: center;
	line-height: 30px;
}