<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #6a6c75;
  font-size: 12px;
  font-family: 'Arial', '宋体';
}
html {
  overflow-y: scroll;
}
form,
div,
body,
img,
p,
img,
dl,
dt,
dd,
h2,
h1,
body {
  margin: 0px;
  padding: 0px;
  border: 0;
}
a:link {
  color: #5a5a5a;
  text-decoration: none;
  behavior: url(/scripts/blur.htc);
}
a:visited {
  color: #5a5a5a;
  text-decoration: none;
}
a:hover {
  color: #950000;
  text-decoration: none;
}
a:focus {
  -moz-outline-style: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial;
  vertical-align: middle;
}
input:focus,
textarea:focus {
  outline: none;
}
/*删除火狐下按钮默认样式*/
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] &gt; input[type='button']::-moz-focus-inner {
  border: none;
  padding: 0;
}

/*浮动*/
.clearboth:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
  height: 0;
}
.clearboth {
  *zoom: 1;
}

/*字号*/
.f10 {
  -webkit-text-size-adjust: none;
  font-size: 10px;
}
.f11 {
  -webkit-text-size-adjust: none;
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}

/*字体*/
.arial {
  font-family: Arial;
}
.yahei {
  font-family: 'microsoft yahei', '宋体';
}
.song {
  font-family: '宋体';
}

/*行高*/
.lh150 {
  line-height: 150%;
}
.lh180 {
  line-height: 180%;
}
.lh200 {
  line-height: 200%;
}
.lh220 {
  line-height: 220%;
}
.lh240 {
  line-height: 240%;
}

/*上下间距*/
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt105 {
  margin-top: 105px;
}

/*链接*/
.red,
a.red:link,
a.red:visited {
  color: #950000 !important;
}
a.red:hover {
  color: #e60012 !important;
}

/*公用*/
.div100 {
  width: 100%;
}
.b {
  font-weight: bold;
}
.text_l {
  text-align: left;
}
.text_r {
  text-align: right;
}
.text_c {
  text-align: center;
}
.animate {
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.formtext {
  width: 300px;
  border: 1px solid #dfdede;
  padding: 7px 6px;
  color: #777;
  font-size: 12px;
  font-family: 'Arial', '宋体';
  background: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.formtext:focus {
  border: 1px solid #c30c24;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #222;
}
.dashedLine {
  display: block;
  height: 1px;
  border-bottom: 1px dashed #c2c2c2;
  overflow: hidden;
}
.mask {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

/*头部*/
.top {
  width: 960px;
  margin: 0 auto;
  height: 121px;
}
.top .head {
  height: 91px;
  color: #737373;
  font-size: 12px;
  position: relative;
  z-index: 999;
}
.top .head h1 {
  float: left;
  width: 153px;
  height: 49px;
  margin-top: 21px;
}
.top .head .language-box {
  margin-top: 40px;
  float: right;
  font-family: arial, 宋体;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.top .head .language-box p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.language-right {
  position: relative;
  width: 84px;
  background: rgba(229, 229, 229, 1);
}

.init-language {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.init-language span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  margin-right: 5px;
}

.init-language em {
  display: block;
  width: 6px;
  height: 6px;
  background-image: url('../images/arrow_1.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.language-drop {
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: 333;
  display: none;
  width: 100%;
  background: rgba(229, 229, 229, 1);
}

.language-drop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.language-right:hover .init-language em {
  background-image: url('../images/up.png');
}

.language-right:hover .language-drop {
  display: block;
}

.top .head .language a {
  color: #000;
}
.top .head .language a:hover,
.top .head .language a.cur {
  color: #c7000b;
}
.top .head .language span {
  margin: 0 10px;
  color: #dcdcdc;
}
.top .head .pro {
  float: left;
  margin: 32px 0 0 100px;
}
.top .head .select {
  float: left;
  margin-right: 10px;
}
.top .head .select .in_box {
  position: relative;
  width: 109px;
  height: 30px;
  padding: 0 3px;
  line-height: 30px;
  float: left;
  background: #e5e5e5;
}
.top .head .select .in_box .in_list {
  display: none;
  width: 133px;
  position: absolute;
  top: 30px;
  left: 0px;
  padding: 0 5px;
  border: #e5e5e5 1px solid;
  border-top: none;
  background: #fff;
  z-index: 6;
}
.top .head .select .in_box .in_list li {
  cursor: pointer;
  width: 100%;
  line-height: 30px;
  display: block;
}
.top .head .select .arr {
  cursor: pointer;
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/arrow_1.png) center center no-repeat #e5e5e5;
}
.top .head .pro .text {
  float: left;
  margin-right: 6px;
  line-height: 30px;
}
.top .head .search {
  float: left;
}
.top .head .search input {
  height: 30px;
  line-height: 30px;
  padding: 0 3px;
  width: 139px;
  background: #e5e5e5;
  border: none;
  color: #737373;
  float: left;
}
.top .head .search a {
  width: 40px;
  height: 30px;
  background: url(../images/search.png) center center no-repeat #000;
  float: left;
  cursor: pointer;
}
.top .nav {
  background: #c7000b;
  height: 30px;
  width: 100%;
  line-height: 30px;
  text-align: center;
}
.top .nav .nav_list {
  float: left;
  width: 160px;
  height: 30px;
  position: relative;
  z-index: 3;
}
.top .nav .nav_list &gt; a {
  color: #fff;
  font-size: 14px;
  font-family: 'Microsoft YaHei UI';
  display: block;
  width: 100%;
  height: 100%;
}
.top .nav .nav_list &gt; a:hover,
.top .nav .nav_list &gt; a.cur {
  background: #7f0008;
}
.top .nav .nav_inside {
  width: 196px;
  background: #7f0008;
  padding: 20px 0 20px 50px;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
}
.top .nav .nav_inside li {
  line-height: 22px;
  float: left;
  width: 160px;
  text-align: left;
}
.top .nav .nav_inside a {
  background: url(../images/arrow_2.png) left center no-repeat;
  padding-left: 10px;
  color: #fff;
  font-family: '宋体';
}
.top .nav .nav_inside a:hover {
  text-decoration: underline;
}
.top .nav .nav_inside_a {
  left: -86px;
}
/* 右侧导航 */
.right-nav {
  position: fixed;
  bottom: 130px;
  right: 12%;
  z-index: 444;
}
@media screen and (max-width: 1500px) {
  .right-nav {
    position: fixed;
    bottom: 130px;
    right: 5%;
    z-index: 444;
  }
}

.right-nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: rgba(208, 0, 26, 1);
}
.right-nav-list span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
.right-nav-list em {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  background-image: url(../images/right-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
/*底部*/
.footer {
  width: 100%;
  background: #f3f3f3;
  height: 75px;
}
.footer_main {
  width: 960px;
  margin: 0 auto;
}
.footer h1 {
  float: left;
  margin-top: 20px;
}
.footer p {
  float: right;
  margin-top: 30px;
  font-size: 12px;
  font-family: arial;
  color: #979797;
}
.footer p a {
  font-size: 11px;
  color: #438f42;
  margin-left: 5px;
  text-decoration: underline;
}

/*页数*/
.page {
  width: 400px;
  margin: 30px auto;
  text-align: center;
  height: 30px;
}
.page a {
  padding: 5px 9px;
  cursor: pointer;
  color: #616161;
  font-size: 12px;
}
.page a:hover,
.page a.cur {
  color: #fff;
  background: #c7000b;
}
</pre></body></html>