<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  overflow: hidden;
}
.header .logo {
   width: 800px;
    height: 85px;
    margin-top: 24px;
    background-image: url(/img/logo.png?1015);
    background-repeat: no-repeat;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.header .logohb {
   width: 800px;
    height: 85px;
    margin-top: 24px;
    background-image: url(/img/logohb.png);
    background-repeat: no-repeat;
}
.header .logohb a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.header .search {
  position: relative;
  float: right;
  width: 257px;
  height: 40px;
  margin-top: 42px;
  background-color: #fff;
  border: 1px solid #D5D5D5;
}
.header .search input {
  height: 100%;
  width: 217px;
  padding: 12px;
  font-size: 13px;
}
.header .search i {
  position: absolute;
  /*top: 8px;
  right: 18px;*/
  width: 38px;
  height: 38px;
  background-image: url(/img/secrch.png);
  cursor: pointer;
  background-repeat:no-repeat;
  top:7px;
  right:-9px;
}
.nav {
  height: 56px;
  margin-top: 24px;
  /*background-color: #2671BB;*/
   background: url("/img/nav_bg.png") no-repeat center;
}
.nav ul {
  height: 100%;
  padding: 0 7px 0 8px;
}
.nav ul li {
  float: left;
  width: 130px;
  height: 100%;
}
.nav ul a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.nav_select_bg {
	/*background: #fff;*/
	color: #2651D4 !important;
   background: url("/img/nav_select_bg.png") no-repeat center;
}
.footer {
  height: 218px;
  background-color: #eee;
  overflow: hidden;
}
.footer .searchLink {
  margin-top: 29px;
}
.footer .searchLink .links {
  position: relative;
  float: left;
  width: 336px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  margin-left: 23px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  background-image: url(/img/link.png);
  background-repeat: no-repeat;
  background-position: 314px center;
}
.footer .searchLink .links div {
  display: none;
  border-top: 1px solid #999;
  position: absolute;
  top: 34px;
  max-height: 180px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  background-color: #fff;
}
.footer .searchLink .links div a {
  display: block;
  line-height: 25px;
  color: #2671BB;
}
.footer .navLink {
  margin-top: 28px;
  text-align: center;
}
.footer .navLink a {
  padding: 0 15px 0 8px;
  color: #3077BF;
}
.footer .copyright {
  margin-top: 34px;
}
.footer .copyright p {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 30px;
}
</pre></body></html>