/* header */
a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.nar-left {
	margin-left: 30px;
}

.fgw_header_phone {
	background-color: #005293;
	height: 56px;
	position: relative;
}

.fgw_header_logo {
	float: left;
	overflow: hidden;
	width: 80%;
	line-height: 56px;
}

.fgw_header_logo img {
	max-width: 100%;
}

.fgw_header_search {
	float: right;
	overflow: hidden;
	width: 10%;
	line-height: 56px;
}

.fgw_header_search img {
	width: 50%;
	margin-left: 50%;
}

.fgw_header_menu {
	float: right;
	overflow: hidden;
	width: 10%;
	line-height: 56px;
}

.fgw_header_menu img {
	width: 50%;
	margin-left: 50%;
}

.fgw_header_bg {
	background-color: #ddecf9;/* EFD0B3 */
	height: 66px;
	margin-top: -56px;
}

.page_position {
	display: none;
	background-color: #ddecf9;/* f5f5f5 */
	height: 30px;
	line-height: 30px;
	color: #7E7E7E;
	margin-top: 23px;
}

.page_position a{
	color: #7E7E7E;
}

.fgw_header_pc {
	display: none;
}

.header_phone_list {
	position: absolute;
	top: 65px;
	z-index: 9999;
	width: 100%;
	background-color: #FFFFFF;
	display: none;
	transition: all 0.5s;
	right: -100%;
	overflow: auto;
	height: auto;
}

.header_phone_list ul {
	list-style: none;
}

.header_phone_list>ul>li {
	width: 100%;
}

.header_phone_list>ul>li>div {
	font-size: 20px;
	color: #3a3a3a;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ececec;
	padding: 0 10px;
}

.header_phone_list>ul>li>div>a{
	color: #3a3a3a;
	text-decoration: none;
	width: 94%;
    display: inline-block;
}

.header_phone_list>ul>li>div>img {
	float: right;
	overflow: hidden;
	margin-top: 18px;
	width: 9px;
}

.header_phone_list>ul>li>ul {
	padding: 0;
	display: none;
}

.header_phone_list>ul>li>ul>li>div {
	height: 48px;
	line-height: 48px;
	display: block;
	font-size: 20px;
	color: #3a3a3a;
	border-bottom: 1px solid #ECECEC;
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出的显示省略号*/
	overflow: hidden;
	/*超出部分隐藏*/
}

.header_phone_list>ul>li>ul>li>div>img {
	margin-left: 20px;
}

.header_phone_list>ul>li>ul>li>div>a {
	color: #3a3a3a;
	text-decoration: none;
}

.header_phone_list>ul>li>ul>li>ul {
	padding: 0;
	display: block;
}

.header_phone_list>ul>li>ul>li>ul>li>a {
	color: #3a3a3a;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ECECEC;
	display: block;
	padding-left: 50px;
	text-decoration: none;
}

.header_phone_search {
	padding: 20px 0;
	text-align: center;
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	background-color: #FFFFFF;
	transition: all 0.5s;
	right: -100%;
}

.header_phone_input {
	border: 1px solid #ECEDEC;
	width: 75%;
	height: 40px;
	outline: none;
	line-height: initial;
	padding: 10px 15px;
	-webkit-appearance: none;
	/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 点击高亮的色彩*/
	vertical-align: middle;
}

.header_phone_button {
	margin-left: -5px;
	background-color: #005293;
	width: 50px;
	height: 40px;
	border: 1px solid #005293;
	outline: none;
}

.header_phone_button img {
	width: 17px;
	height: 18px;
}

.cover {
	position: absolute;
	left: 0px;
	top: 65px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	/*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	height: 5000px;
	filter: alpha(opacity=100);
	/*设置透明度为100%*/
	opacity: 1;
	/*非IE浏览器下设置透明度为100%*/
	z-Index: 999;
	display: none;
}

@media print{
     a[href]:after {
          content: none !important;
     }
     .noprint{
           display:none
     }
 }

@media (min-width: 500px) {
	.fgw_header_phone {
		height: 112px;
	}

	.fgw_header_bg {
		height: 122px;
		margin-top: -112px;
	}

	.fgw_header_logo,
	.fgw_header_menu,
	.fgw_header_search {
		line-height: 112px;
	}

	.page_position {
		font-size: 16px;
		/* height: 48px; */
		height: 54px;
		padding-top: 8px;
		line-height: 40px;
	}
	
	.header_phone_list,.cover {
		top: 122px;
	}
}

@media (min-width: 768px) {
	
	/* .nar-left {
		margin-left: 70px;
	} */

	.header_phone_input {
	    width: 540px;
	    height: 60px;
	}
	
	.header_phone_button {
	    width: 90px;
	    height: 60px;
	}
	
	.header_phone_button img {
	    width: 34px;
	    height: 36px;
	}

	.header_phone_list>ul>li>div {
		height: 56px;
		line-height: 56px;
		font-size: 24px;
	}

	.header_phone_list>ul>li>ul>li>div {
		height: 56px;
		line-height: 56px;
		font-size: 24px;
	}

	.header_phone_list>ul>li>ul>li>ul>li>a {
		height: 56px;
		line-height: 56px;
		font-size: 24px;
	}

	.header_phone_list>ul>li>div>img {
		margin-top: 24px;
	}

}

@media (min-width: 992px) {

	.fgw_header_phone,
	.fgw_header_bg {
		display: none;
	}

	.fgw_header_pc {
		display: block;
	}

	.fgw_header_pc_logo {
		height: 132px;
		padding-top: 25px;
	}

	.fgw_header_pc_nav {
		background-color: #005293;
		height: 60px;
		margin-top: 128px;
	}
	
	.fgw_header_pc_nav ul{
		position: relative;
		z-index: 1;
	}
	
	.nav2-bg{
		background-color: #f7e0ce;
		height: 8px;
		position: absolute;
		width: 98%;
		top: 60px;
		left: 1%;
		right: 0;
		bottom: 0;
		border-radius: 0 0 10px 10px;
		behavior: url(/web2021/PIE.htc);
	}

	.nav_item {
		background-color: #ffffff;/* #F7E9DE */
		width: 98%;
		position: absolute;
		top: 60px;
		left: 1%;
		right: 0;
		z-index: 9999;
		line-height: 48px;
		padding: 0px 10px;
		border-radius: 0 0 10px 10px;
		behavior: url(/web2021/PIE.htc);
		display: none;
		text-align: center;
	}
	
	.nav_item a:hover {
		color: #005293;
		display: inline-block;
		border-bottom: 3px solid #448fcc;
		height: 46px;
	}

	.nav_item>a {
		color: #333333;
		font-size: 18px;
		margin: 0px 10px;
		text-decoration: none;
	}

	.fgw_header_pc {
		height: 400px;
		background: url(/web2021/20211102banner.png) center no-repeat;
		background-size: cover;
	}

	.zt_header {
		background-color: #FFFFFF;
		background: none;
		height: auto;
	}

	.fgw_header_zt {
		margin-top: -15px;
	}

	.zt_header .fgw_header_pc_logo .container .row .fgw_header_zt a {
		font-size: 16px;
		font-family: "微软雅黑";
		color: #333;
		line-height: 40px;
		margin: 30px 5px;
		float: left;
	}

	.zt_header .fgw_header_pc_logo .container .row .fgw_header_zt a:hover {
		color: #005293;
	}

	.zt_nav,.zt_page {
		margin-top: 0;
	}

	.search-input {
		width: 100%;
		height: 42px;
		outline: none;
		line-height: initial;
		border: 1px solid rgba(255, 255, 255, 0);
		box-shadow: 0px 0px 10px #edeced;
		padding-left: 10px;
		padding-right: 40px;
	}

	.search-img {
		position: absolute;
		left: 86%;
		top: 20%;
		cursor: pointer;
	}

	.fgw_header_logo_left img {
		max-width: 100%;
	}
	.fgw_header_logo_right {
		padding-top: 10px;
	}

	.search-text {
		text-align: center;
	}

	.search-text p {
		float: left;
		overflow: hidden;
		color: #999999;
	}

	.search-text ul {
		list-style: none;
	}

	.search-text ul li {
		float: left;
		overflow: hidden;
		margin-left: 20px;
	}

	.search-text a {
		text-decoration: none;
		color: #999999;
	}

	.fgw_header_pc_nav ul {
		list-style: none;
		margin: 0;
    	padding: 0;
	}

	.fgw_header_pc_nav ul li {
		float: left;
		overflow: hidden;
		line-height: 50px;
		/* margin-left: 10px; */
		padding: 0 16px;
	}

	.fgw_header_pc_nav ul li:hover>a {
		color: #005293;
		background-color: #FFFFFF;
		text-decoration: none;
	}

	.fgw_header_pc_nav ul li>a {
		color: #FFFFFF;
		font-size: 22px;
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin: 4px 0px;
		padding: 0px 20px;
		text-decoration: none;
	}

	.fgw_header_pc_nav ul li>.active {
		color: #005293;
		background-color: #FFFFFF;
	}
	
	.page_position{
		display: block;
	}

	.header_PC_top {
		height: 56px;
		line-height: 56px;
		text-align: center;
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}

	.header_PC_top_left {
		float: left;
		overflow: hidden;
	}

	.header_PC_top_left a:hover div {
		display: block;
	}

	.header_PC_top_left a {
		float: left;
		overflow: hidden;
	}

	.header_PC_top_left img {
		margin-right: 10px;
	}

	.header_PC_top_left a div {
		display: none;
		position: fixed;
		z-index: 99;
	}

	.header_PC_top_left img {
		margin-right: 10px;
	}

	.header_PC_top_con {
		color: #FFFFFF;
		float: left;
		overflow: hidden;
	}

	.header_PC_top_con a {
		color: #FFFFFF;
		position: relative;
		text-decoration: none;
	}

	.IPv6 {
		padding: 2px 5px !important;
		border-radius: 50px;
		behavior: url(/web2021/PIE.htc);
		background: rgba(255, 255, 255, 0.5);
		color: rgba(255, 255, 255, 1);
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
	}

	.IPv6:hover:after {
		display: none;
	}

	.header_PC_top_con a:hover:after {
		content: '';
		position: absolute;
		left: 25%;
		/* right: 0px; */
		bottom: -20px;
		right: auto;
		height: 6px;
		width: 42px;
		background-color: #FFFFFF;
		text-align: center;
	}

	.ft:hover:after {
		left: 0 !important;
	}

	.header_PC_top_right {
		float: right;
		overflow: hidden;
	}

	.header_PC_top_right img {
		float: right;
		overflow: hidden;
	}

	.header_PC_bottom {
		margin-top: 20px;
	}

	.header_PC_bottom .container {
		position: relative;
	}

	.header_PC_logo {
		text-align: center;
	}

	.header_PC_search {
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
	}

	.header_search_text {
		border: 1px solid rgba(255, 255, 255, 0);
		border-radius: 50px;
		width: 220px;
		height: 42px;
		line-height: 42px;
		behavior: url(/web2021/PIE.htc);
		background: rgba(255, 255, 255, 0.4);
		color: #ffffff;
		caret-color: #ffffff;
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
		outline-style: none;
		font-size: 16px;
		/* padding-left: 20px;
		padding-right: 21%; */
		padding-left: 15px;
        padding-right: 32%;
	}
	
	.header_search_text::-webkit-input-placeholder {
		color: #ffffff;
	}
	.header_search_text::-moz-input-placeholder {
		color: #ffffff;
	}
	.header_search_text::-ms-input-placeholder {
		color: #ffffff;
	}
	.header_search_text::-o-input-placeholder {
		color: #ffffff;
	}

	.header_search_img {
		position: absolute;
		left: 84%;
		right: 0;
		top: 16%;
		width: 24px;
		height: 26px;
		cursor: pointer;
	}

	.header_search_img img {
		width: 24px;
		height: 26px;
	}

	.header_search_znyy {
		position: absolute;
    	left: 68%;
	}

	.header_search_znyy img {
		width: 34px;
	}

}

@media (min-width: 1350px) {
	.search-text,.search-wrap{
		padding-left: 50px;
	}
	
	.search-text ul li{
		margin-left: 12px;
	}
	
	.search-input{
		padding-right: 50px;
	}
	
	.fgw_header_pc_nav ul{
		padding: 0 66px;
	}

	.fgw_header_pc_nav ul li {
		padding: 0 31px;
	}
	
	.fgw_header_pc_nav ul li>a {
		padding: 0 22px;
		height: 56px;
		line-height: 56px;
		margin: 2px 0px;
		text-decoration: none;
	}
	
	/* #zwgk_item {
		padding: 0px 172px;
	}
	
	#hdjl_item {
		padding: 0px 245px;
	}
	
	#fzgggz_item {
		padding: 0px 102px;
	}
	
	#ztzl_item {
		padding: 0px 446px;
	} */

	.container {
		padding: 0;
	}

	.header_PC_top_left img {

		margin-right: 28px;
	}

	.header_PC_top_con {
		font-size: 16px;
	}

	.header_PC_top_con a {
		padding: 0 5px;
	}

	.header_search_img {
		/* left: 80%; */
	}

	.fgw_header_zt {
		margin-top: -15px;
	}

	.zt_header .fgw_header_pc_logo .container .row .fgw_header_zt a {
		font-size: 20px;
		font-family: "微软雅黑";
		color: #333;
		line-height: 40px;
		margin: 30px 10px;
		float: left;
	}

	.zt_header .fgw_header_pc_logo .container .row .fgw_header_zt a:hover {
		color: #005293;
	}
}
