@charset "utf-8";

body,
div,
ul,
li,
p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

img {
	border: 0;
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

li {
	list-style-type: none;
}

p {
	word-wrap: break-word
}

a {
	text-decoration: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.shgz_container {
	width: 100%;
}

.shgz_head {
	width: 100%;
	height: 415px;
	background: url(../images/headbg2024113.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.shgz_logo {
	width: 565px;
	margin-top: 100px;
}

.head_text {
	padding-top: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #CA0707;
}

.oper_btn {
	width: 220px;
	position: relative;
}

.oper_btn ul {
	display: flex;
	justify-content: space-between;
}

.oper_btn ul li a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #CA0707;
}

.wxb {
	display: none;
	position: absolute;
	right: 0px;
}

.shgz_nav {
	position: relative;
	height: 50px;
	background: #CA0707;
}

.shgz_nav ul {
	overflow: hidden;
}

.shgz_nav ul li {
	float: left;
	margin-left: -2px;
}

.nav_name {
	padding: 0px 16px;
	border-left: 2px solid #fff;
}

.nav_name,
.shgz_nav ul span {
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 50px;
}

.second_column {
	min-width: 200px;
	height: 36px;
	background: #EEEEEE;
	text-align: center;
	position: absolute;
}

.mybg {
	display: none;
	width: 100%;
	height: 36px;
	background: #EEEEEE;
	position: absolute;
	top: 49px;
	z-index: -1;
}

.second_column a {
	font-size: 16px !important;
	color: #444444 !important;
	line-height: 38px !important;
	margin-left: 10px;
}

.second_column a:hover {
	color: #CA0707 !important;
	font-weight: normal !important;
}

.search {
	float: right;
	position: relative;
	margin-top: 8px;
}

#myInput {
	width: 220px;
	height: 30px;
	outline: none;
	background: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #FFFFFF;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 32px;
	padding-left: 10px;
}

.search_icon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 32px;
	background: #CA0707;
	border: 1px solid #FFFFFF;
	border-radius: 0px 15px 15px 0;
}

.search_icon img {
	position: absolute;
	width: 70%;
	margin-top: 3px;
	margin-left: 2px;
}