<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #015fc2;
  color: #fff;
}
::-moz-selection {
  background-color: #015fc2;
  color: #fff;
}
::-webkit-selection {
  background-color: #015fc2;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  min-width: 1220px;
  background: #fff;
  overflow-x: hidden;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
img {
  border: none;
  background: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.content-1 {
  width: 1200px;
  margin: 0 auto;
}
.content-all {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
.header {
  height: 206px;
  width: 100%;
  background: #fff;
}
.header .topbar {
  width: 100%;
  background-color: #f4f4f4;
}
.header .topbar .topbarBox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding: 5px 0;
  color: #999;
}
.header .topbar .topbarBox:after {
  content: "";
  display: block;
  clear: both;
}
.header .topbar .topbarBox a {
  color: #999;
}
.header .topbar .topbarBox a:hover {
  color: #015fc2;
}
.header .topbar .topbarBox img {
  position: relative;
  top: -2px;
}
.header .topbar .left {
  background: url(../images/tophome.png) left center no-repeat;
  padding-left: 25px;
}
.header .topbar .right span {
  float: left;
  margin-left: 10px;
}
.header .topbar .right img {
  margin-right: 8px;
  vertical-align: middle;
}
.header .topbar .xunpan {
  display: inline-block;
  margin-left: 14px;
  cursor: pointer;
  position: relative;
}
.header .topbar .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #015fc2;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(1, 95, 194, 0.15);
}
.header .topbar .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #015fc2;
}
.header .topbar .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.header .top {
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 1;
}
.header .top .logo {
  float: left;
  padding-top: 30px;
}
.header .top .logo h1 {
  font-size: 22px;
}
.header .top .logo h1 a {
  font-weight: bold;
  color: #015fc2;
}
.header .top .logo p {
  font-size: 16px;
  margin-top: 11px;
}
.header .top .tel {
  float: right;
  background: url(../images/toptel.png) left center no-repeat;
  height: 42px;
  padding-left: 52px;
  margin-top: 30px;
}
.header .top .tel span {
  display: block;
  font-size: 12px;
  color: #565656;
}
.header .top .tel i {
  display: block;
  font-size: 24px;
  color: #015fc2;
  margin-top: 6px;
  font-weight: bold;
}
.nav_bg {
  background: #015fc2;
  height: 50px;
}
.nav_bg .menu {
  position: relative;
  text-align: center;
}
.nav_bg .menu .nav {
  font-size: 0;
}
.nav_bg .menu .nav &gt; li {
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 119px;
  margin-left: 1px;
}
.nav_bg .menu .nav &gt; li:first-child {
  margin-left: 0;
}
.nav_bg .menu .nav &gt; li &gt; a {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  color: #fff;
  z-index: 2;
}
.nav_bg .menu .nav &gt; li &gt; a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px 5px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
}
.nav_bg .menu .nav &gt; li &gt; a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  background: #d11f1f;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.nav_bg .menu .nav &gt; li:hover a:before,
.nav_bg .menu .nav &gt; li.another a:before,
.nav_bg .menu .nav &gt; li.on a:before {
  top: 1px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_bg .menu .nav &gt; li:hover a:after,
.nav_bg .menu .nav &gt; li.another a:after,
.nav_bg .menu .nav &gt; li.on a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 50px;
}
.nav_bg .menu .nav &gt; li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav &gt; li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 50px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  padding: 0 10px;
  border-top: 1px #eee solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d11f1f, #d11f1f);
  background-image: linear-gradient(to right, #d11f1f, #d11f1f);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1180px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 50px;
  left: -480px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding: 0 10px 20px;
  display: none;
}
.nav_bg .menu .nav .secs:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 275px;
  padding: 10px 10px 0;
  background: none;
  margin: 12px 0 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 275px;
  height: 150px;
}
.nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.nav_bg .menu .nav .secs li.nlayer1 &gt; a {
  display: block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_bg .menu .nav .secs li.nlayer1 &gt; a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d11f1f, #d11f1f);
  background-image: linear-gradient(to right, #d11f1f, #d11f1f);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs li.nlayer1 &gt; a.a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs li.nlayer1 &gt; a.a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 265px;
  display: block;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d11f1f, #d11f1f);
  background-image: linear-gradient(to right, #d11f1f, #d11f1f);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.footer {
  color: #fff;
  background: #015fc2;
}
.footer a {
  color: #fff;
}
.footer .footerBox {
  color: #fff;
  padding: 65px 0 70px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footerBox .ewm {
  float: left;
}
.footer .footerBox .ewm dl {
  float: left;
  background: url(../images/ewmbg.png) center top no-repeat;
  width: 164px;
  height: 199px;
  margin-right: 20px;
}
.footer .footerBox .ewm dl dt {
  width: 110px;
  height: 110px;
  padding: 27px;
}
.footer .footerBox .ewm dl dt img {
  width: 110px;
  height: 110px;
}
.footer .footerBox .ewm dl dd {
  text-align: center;
  line-height: 36px;
}
.footer .footerBox .ewm .li {
  width: 104px;
  height: 104px;
  margin-left: 40px;
  float: left;
}
.footer .footerBox .ewm .li img {
  width: 104px;
  height: 104px;
}
.footer .footerBox .footerR {
  width: 600px;
  float: right;
  margin-right: 55px;
}
.footer .footerBox .footerNav .hd {
  font-size: 0;
  border-bottom: 1px #889097 solid;
  height: 34px;
}
.footer .footerBox .footerNav .hd span {
  display: inline-block;
  width: 130px;
  font-size: 14px;
  background: url(../images/linksli.png) left 4px no-repeat;
  padding-left: 18px;
  line-height: 1;
  padding-bottom: 20px;
  cursor: pointer;
}
.footer .footerBox .footerNav .bd {
  height: 30px;
  margin-top: 8px;
}
.footer .footerBox .footerNav .bd ul {
  font-size: 0;
}
.footer .footerBox .footerNav .bd ul li {
  display: none;
  height: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .footerBox .footerNav .bd ul li a {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  background-color: #e7e7e7;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .footerNav .bd ul li a:hover {
  color: #d11f1f;
}
.footer .footerBox .footerNav .bd ul li a:before {
  content: "|";
  position: absolute;
  left: -2px;
  color: #333;
}
.footer .footerBox .footerNav .bd ul li a:first-child:before {
  display: none;
}
.footer .footerBox .footerText {
  margin-top: 20px;
  position: relative;
}
.footer .footerBox .footerText p {
  line-height: 30px;
}
.footer .footerBox .footerText .link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .footerBox .footerText .link a {
  display: inline-block;
  margin-left: 15px;
}
.footer .footerBox .footerText .link a img {
  width: 33px;
  height: 33px;
}
.footer .copyright {
  height: 30px;
  padding: 10px 0;
  background-color: #054487;
}
.footer .copyright .copyrightBox {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 14px;
}
.footer .copyright .copyrightBox img {
  vertical-align: middle;
  margin-left: 10px;
}
</pre></body></html>