/*通用-头部*/
.Background_wall {
  width: 100%;
  height: auto;
  background-image: url(images/Background_wall.jpg);
  background-size: 100% 722px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 3px;
  background-color: #fff;
  padding-bottom: 33px;
}
.head {
	width: 100%;
	height: 333px;
	background: url(images/head_bg.png) center no-repeat;
	background-size: 100% 333px;
}
.head_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;.foot
	background: url(images/head_top_bg.png) center no-repeat;
	background-size: 100% 35px;
}
.head_top .line {
	display: inline-block;
	margin: 0 10px;
	width: 2px;
	height: 10px;
	background-color: #fff;
}
.head_top .head_top_left_part a {
	font-size: 14px;
	color: #fff;
}
.head_top .head_top_left_part .left_a {
	display: inline-block;
	margin-left: 10px;
	width: 22px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.head_top .head_top_right_part a {
	font-size: 14px;
	color: #fff;
}
.head_top .head_top_right_part img {
	display: inline-block;
	margin-right: 3px;
}
.head_top .head_top_right_part .right_a {
	display: inline-block;
	margin-left: 10px;
	width: 110px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.head_top .head_top_right_part .wzayd_a {
	background-color: #4f9edf;
}
.head_top .head_top_right_part .xxsb_a {
	background-color: #dc6661;
}
.head .logo {
	margin-top: 60px;
}
.head .logo img {
	margin: 0 auto;
}

/*通用-导航*/
.nav {
	height: 60px;
	line-height: 60px;
	background-color: #015293;
}
.nav_list li {
	float: left;
	padding: 0 63px;
	height: 60px;
	line-height: 60px;
}
.nav_list li a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.nav_list li:hover {
	background-image: url(images/nav_li_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #004882;
}
.nav .search_box {
	position: relative;
	margin-top: 10px;
	width: 235px;
	height: 40px;
	line-height: 40px;
	background: url(images/search_box_bg.png) center no-repeat;
}
.search_box .search_input {
	margin-left: 15px;
	padding: 0 5px;
	width: 150px;
	height: 40px;
	font-size: 14px;
	color: #c6e5fd;
	background: none;
	border: none;
	outline: none;
}
.search_input::-webkit-input-placeholder { 
    /* WebKit browsers */ 
	font-size: 14px;
	color: #c6e5fd; 
} 
.search_input:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	font-size: 14px;
	color: #c6e5fd; 
} 
.search_input::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
	font-size: 14px;
	color: #c6e5fd; 
} 
.search_input:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
	font-size: 14px;
	color: #c6e5fd; 
}
.search_box .search_btn {
	position: absolute;
	top: 8px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(images/search_icon.png) right center no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
}

/*通用-尾部*/
.foot {
	padding: 30px 0;
	/*height: 162px;*/
	background-color: #015293;
}
.foot .foot_top_part {
	margin-bottom: 35px;
}
.foot_top_part select {
	float: left;
	margin-right: 12px;
	padding: 9px 15px;
	width: 160px;
	height: 40px;
	line-height: 22px;
	*margin-top: 7px;
	*padding: 0 15px;
	*height: 28px;
	*line-height: 28px;
	font-size: 14px;
	color: #cde4f9;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/select.png");
    background-position: 133px center;
    background-repeat: no-repeat;
    background-color: #0e64b1;
    border: none;
    outline: none;
    border: 1px solid #0e64b1;
}
.foot_top_part select::-ms-expand { 
	display: none; 
}
.foot_top_part a {
	display: inline-block;
	float: left;
	width: 161px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fce9e9;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.foot_top_part .a1 {
	background-color: #c33a48;
}
.foot_top_part .a2 {
	margin-left: 13px;
	background-color: #1b75ce;
}
.foot_bottom_part .foot_left_img {
	margin-right: 20px;
}
.foot_bottom_part .foot_info {
	font-size: 14px;
	color: #cde4f9;
}
.foot_info p {
	margin-bottom: 10px;
}
.foot_info span {
	display: inline-block;
	margin-right: 24px;
}
.foot_info a {
	color: #cde4f9;
}
.foot_bottom_part .foot_relative_info {
	padding-top: 7px;
}
.foot_relative_info a {
	font-size: 14px;
	color: #bfe1ff;
}
.foot_relative_info .line {
	display: inline-block;
	position: relative;
	top: 1px;
	margin: 0 5px;
	width: 1px;
	height: 12px;
	background-color: #cde4f9;
}
.foot_relative_info img {
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}


/*头部搜素*/
.head .qi_searchtop {
  width: 100%;
  height: 210px;
}

.head .qi_search {
  width: 400px;
  height: 42px;
  margin: 25px auto;
  background-image: url(images/qi_header_top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 2px;
}

.head .qi_search .qi_search_input {
  width: 325px;
  height: 100%;
  display: block;
  border: none;
  border-radius: 6px;
  background: none;
  padding-left: 25px;
}

.head .qi_search .qi_search_btn {
  display: block;
  width: 48px;
  height: 100%;
  border: none;
  background: none;
  background-image: url(images/qi_header_topicon.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  margin: 0;
}
/*头部搜索 end*/

.footer_2023 *{
    box-sizing:border-box;
}

.footer_2023 {
  width: 100%;
  height: 289px;
}

.footer_2023 .footer_top {
  width: 100%;
  height: 229px;
  background: #115db2;
}

.footer_2023 .footer_top .container {
  padding-top: 30px;
}

.footer_2023 .footer_top .container .footer_links2023 {
  width: 100%;
  height: 40px;
}

.footer_2023 .footer_top .container .footer_links2023 select {
  float: left;
  margin-right: 12px;
  padding: 9px 15px;
  width: 160px;
  height: 40px;
  line-height: 22px;
  *margin-top: 7px;
  *padding: 0 15px;
  *height: 28px;
  *line-height: 28px;
  font-size: 14px;
  color: #cde4f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select.png);
  background-position: 133px center;
  background-repeat: no-repeat;
  background-color: #1669c0;
  border: none;
  outline: none;
  border: 1px solid #1669c0;
}

.footer_2023 .footer_top .container .footer_links2023 a {
  display: block;
  float: left;
  width: 161px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fce9e9;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footer_2023 .footer_top .container .footer_links2023 .footer_links2023a1 {
  background-color: #c33a48;
}

.footer_2023 .footer_top .container .footer_links2023 .footer_links2023a2 {
  margin-left: 13px;
  background-color: #1b75ce;
}

.footer_2023 .footer_top .container .footer2023_mid {
  width: 100%;
  height: auto;
  margin-top: 31px;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midleft {
  width: 675px;
  padding-left: 129px;
  height: 95px;
  background-image: url(images/footer2023_icon1.png);
  background-repeat: no-repeat;
  background-size: 106px 72px;
  background-position: 0 center;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midleft .footer2023_midleftlist {
  width: 100%;
  height: auto;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midleft .footer2023_midleftlist li {
  line-height: 32px;
  color: #cde4f9;
  font-size: 14px;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midleft .footer2023_midleftlist li a,
.footer_2023 .footer_top .container .footer2023_mid .footer2023_midleft .footer2023_midleftlist li span {
  color: #cde4f9;
  font-size: 14px;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midleft .footer2023_midleftlist li span {
  margin: 0 12px;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midright {
  width: 342px;
  height: 94px;
  line-height: 85px;
  position: relative;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midright .footer2023_midrightbox1 a,
.footer_2023 .footer_top .container .footer2023_mid .footer2023_midright .footer2023_midrightbox1 span {
  color: #cde4f9;
  font-size: 14px;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midright .dwjg_2023 {
  width: 53px;
  height: 100%;
  position: absolute;
  right: 120px;
  top: 0;
  background-image: url(images/footer2023_icon2.png);
  background-repeat: no-repeat;
  background-size: 53px 64px;
  background-position: center 13px;
}

.footer_2023 .footer_top .container .footer2023_mid .footer2023_midright .zczw_2023 {
  width: 110px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 17px;

}

.footer_2023 .footer_under {
  width: 100%;
  height: 60px;
  background: #2c486e;
  line-height: 60px;
  color: #cde4f9;
  font-size: 14px;
}

.footer_2023 .footer_under div a {
  margin-left: 30px;
  color: #cde4f9;
  font-size: 14px;
}
.dwjg_2023 a {display: block;width: 100%;height: 100%;}

.footer_2023 .footer_under .container .width{ display:inline-block; width:685px  }
.mobile_top{
    background-image: url("images/mobile_zfxxgkpt_top.jpg"); 
    display: none;
}
.mobile_top_logo{
    background-image: url("images/mobile_zfxxgkpt_logo.png"); 
    display: none;
}
.mobile_top_name{
    display: none;
}
.mobile_top_guohui{
    background-image: url("images/mobile_gh.png"); 
    display: none;
}