<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei"
}

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

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

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

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

table tr td,
table {
  border-collapse: collapse;
}

body {
  font-size: 0;
  min-width: 1200px;
  color: #000;
  font-family: "Microsoft YaHei";
  background-color: #e9f6ff;
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

/*****边距调整****/

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}


.content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.pagination a {
  width: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin: 0 6px;
}

.pagination a:hover {
  background: #2760b7;
  color: #fff;
  cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
  width: 78px;
}

.pagination .active {
  background: #2760b7;
  color: #fff;
}

.header {
  width: 100%;
  background: url(../images/header-bg.png) no-repeat center top;
  /*background-size: 100% 100%;*/
}


/* 头部 */

.h-tool1 {
  overflow: hidden;
  font-size: 16px;
  padding-top: 15px;
}

.h-tool1-left {
  float: left;
  display: inline-block;
}

.h-tool1-left&gt;a {
  color: #fff;
}

.h-tool1-left&gt;i {
  font-style: normal;
  color: #fff;
  display: inline-block;
  margin: 0 6px;
}

.h-tool1-right {
  float: right;
  display: inline-block;
}

.h-tool1-right&gt;a {
  color: #fff;
}

.h-tool1-right&gt;a:hover {
  color: #2760b7;
}

.h-tool1-right&gt;i {
  font-style: normal;
  color: #fff;
  display: inline-block;
  margin: 0 6px;
}

.h-tool2 {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.h-tool2-left {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 460px;
  height: 78px;
}

.h-tool2-right {
  float: right;
  margin-top: 10px;
  background: #fff;
  border-radius: 23px;
  padding: 0 20px;
  overflow: hidden;
}

.h-tool2-right&gt;input {
  width: 320px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  float: left;
  font-size: 14px;
  line-height: 40px;
  color: #7ea9c3;
}

.h-tool2-right .h-search {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 11px;
  background: url("../images/icon-search.png") no-repeat center center;
  background-size: auto 100%;
  cursor: pointer;
  float: right;
}

.hot-words {
  width: 360px;
  font-size: 13px;
  height: 30px;
  color: #2c5da6;
  position: absolute;
  right: 0;
  top: 55px;
  text-align: left;
}

.hot-words a {
  cursor: pointer;
  color: #2c5da6;
}

.h-menu {
  margin-top: 60px;
  height: 50px;
  background-color: #2c5da6;
  overflow: hidden;
}

.h-menu a {
  display: inline-block;
  color: #ffffff;
  padding: 13px 0;
  width: 240px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  background: url("../images/g-line.png") no-repeat right center;
}

.h-menu a.bgn {
  background: none;
}

.h-menu img {
  margin-top: -5px;
}



.h-menu a.cur {
  text-align: center;
  background: #0b3f7e url("../images/g-line.png") no-repeat right center;
}

.h-menu a:hover {
  background: #0b3f7e url("../images/g-line.png") no-repeat right center;
  color: #fff;
}

.h-menu a.bgn.cur,
.h-menu a.bgn:hover {
  background: #0b3f7e;

}

.footer {
  margin: 0 0 20px 0;
  min-width: 1200px;
  clear: both;
  /*清除浮动*/
}

.f-hr {
  width: 100%;
  height: 2px;
  background-color: #1178d5;
}

.f-info-left {
  width: 700px;
  padding-left: 13px;
}

.f-info-div {
  margin-top: 18px;
}

.f-info-div&gt;a {
  font-size: 15px;
  color: #313131;
}

.f-info-div&gt;a:hover {
  text-decoration: underline;
}

.f-info-div&gt;span {
  color: #ccc;
  font-size: 15px;
  display: inline-block;
  margin: 0 5px 16px;
}

.f-info-p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 28px;
}

.f-info-right {
  width: 480px;
  overflow: hidden;
  margin-top: 20px;
}

.f-info-right&gt;a {
  display: inline-block;
  float: right;
  width: 82px;
  text-align: center;
}

.f-info-right&gt;a+a {
  margin-left: 10px;
}

.f-info-right&gt;a&gt;span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 4px;
}


/* 右侧分享 */

.share {
  position: fixed;
  top: 20%;
  right: 10px;
  width: 130px;
  z-index: 99999;
  text-align: center;
}
.share a{
  display: inline-block;
  margin-bottom: 12px;
}
.share a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*.share .weixin,
.share .weibo {
  width: 90px;
  height: 80px;
  padding: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.share span {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}

.share .icon-weixin {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url(../images/weixin.png) no-repeat center center;
}

.share .icon-weibo {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: url(../images/weibo.png) no-repeat center center;
}

.codes {
  display: none;
  position: absolute;
  top: 0;
  right: 91px;
  width: 96px;
  height: 92px;
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.17);
}

.share .weixin:hover .codes,
.share .weibo:hover .codes,
.share .weixin:hover span,
.share .weibo:hover span {
  display: block;
  color: #0e5fad;
}
*/

/*底部模拟下拉开始*/

.drop-groups {
  background: #fff;
  position: relative;
}

.drop-down {
  width: 192px;
  height: 34px;
  text-align: center;
  margin-bottom: 9px;
  margin: 12px 4px 9px;
  background-color: #e9f6ff;
  border-radius: 5px;
}

.drop-down .tag {
  width: 100%;
  display: inline-block;
  height: 34px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #666666;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  background: url(../images/icon-drop.png) no-repeat 172px center;
  border-radius: 5px;
  position: relative;
}

.drop-lists {
  position: absolute;
  width: 1148px;
  max-height: 150px;
  padding: 26px 25px;
  bottom: 54px;
  background-color: #feffff;
  border: solid 1px #0e5fad;
  left: 0;
  overflow: auto;
  display: none;
  text-align: left;
  z-index: 99;
}

.drop-down .tag .icon-san {
  position: absolute;
  top: -13px;
  left: 96px;
  width: 20px;
  height: 12px;
  display: none;
  z-index: 100;
  background: #fff url(../images/icon-san.png) no-repeat center center;
}

.drop-down .tag.cur .icon-san{
  display: block;
}

.drop-lists li {
  height: 36px;
  display: inline-block;
  float: left;
}

.drop-lists a {
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 15px;
  cursor: pointer;
  color: #313131;
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drop-lists a:hover {
  background: #2760b7;
  color: #fff;
}

.drop-down .cur {
  color: #fff;
}

.drop-groups p.cur {
  background: #1d82d7 url(../images/icon-drop2.png) no-repeat 172px center;
}

/*底部模拟下拉结束*/
</pre></body></html>