@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #666;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1200px;
  background-color: #e4f2fb;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

.header {
  min-height: 361px;
}

/* 顶部区域 */
.top-bar {
  background-color: #fff;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
}

.top-link {
  color: #666;
}

/* banner 区域 */
.hearder-banner {
  position: relative;
  height: 269px;
}
.hearder-banner > .container {
  position: relative;
  z-index: 153;
}

.banner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: url("../images/banner_img.jpg") center top no-repeat;
}

/* logo 区域 */
.logo-img {
  padding-top: 53px;
}

/* 搜索 区域 */
.head-middle-inputarea {
  margin-top: 26px;
}

.chosen-outer {
  width: 98px;
}

.chosen-container-single .chosen-single {
  border: none;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 16px;
  color: #999;
}

.chosen-container-single .chosen-single span {
  margin-right: 20px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}

.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/head-middle-select.png") left no-repeat #fff;
}

.chosen-container-single .chosen-drop {
  margin-top: 0;
}

.chosen-container .chosen-results li {
  padding: 5px 4px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head-middle-input {
  width: 271px;
  height: 40px;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #999;
}

.searchbtn {
  width: 38px;
  height: 40px;
  background: url("../images/head-middle-input.png") 10px no-repeat #fff;
  cursor: pointer;
}

/* 导航 区域 */
.header-nav {
  background-color: #007fea;
}

.nav-items {
  display: flex;
}
.nav-items .nav-item {
  width: calc((100% - 159px) / 5);
}
.nav-items .nav-item:first-child {
  width: 159px;
}
.nav-items .nav-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.nav-items .nav-item > a > span {
  display: block;
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
}
.nav-items .nav-item.nav1 > a > span {
  background-image: url("../images/nav_ico1.png");
}
.nav-items .nav-item.nav2 > a > span {
  background-image: url("../images/nav_ico2.png");
}
.nav-items .nav-item.nav3 > a > span {
  background-image: url("../images/nav_ico3.png");
}
.nav-items .nav-item.nav4 > a > span {
  background-image: url("../images/nav_ico4.png");
}
.nav-items .nav-item.nav5 > a > span {
  background-image: url("../images/nav_ico5.png");
}
.nav-items .nav-item.nav6 > a > span {
  background-image: url("../images/nav_ico6.png");
}
.nav-items .nav-item.current, .nav-items .nav-item:hover {
  background-color: #ffa615;
}
.nav-items .nav-item.current > a, .nav-items .nav-item:hover > a {
  font-weight: bold;
}

/* 网页底部 */
.footer {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 27px;
  background-color: #001c33;
}
.footer a {
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  height: 32px;
  line-height: 32px;
  padding-top: 27px;
  margin-bottom: 2px;
}
.footer-links > li {
  position: relative;
}
.footer-links > li:not(:first-child) {
  margin-left: 20px;
}
.footer-links > li:not(:first-child):before {
  position: absolute;
  content: "";
  left: -10px;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background-color: #fff;
}
.footer-links a {
  color: #fff;
}

.footer-info {
  display: flex;
  justify-content: center;
  line-height: 28px;
}
.footer-info > p:not(:first-child) {
  margin-left: 35px;
}


/* 2025-5-28 */
.header {
	min-height: 247px;
}

.hearder-banner {
	height: 155px;
}

.banner-box {
	background: url("../images/top_bar_bg.jpg") center top no-repeat;
}

.logo-img {
	padding-top: 36px;
}

.head-middle-inputarea {
	margin-top: 57px;
}


/* 底部访问量 */
#siteViewCount img{
	margin-top:8px;
}	
