<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
名称：PC端 public.css 模板
日期：2015.11.30
更新：2015.12.22
*/
html,body{
	min-width:1200px;
}
body {
  font-family: "Microsoft Yahei", "SimSun", arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
body,
h1,
h2,
h3,
ul,
dl,
dd,
p {
  margin: 0;
  padding: 0;
}
button,
select,
input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
img {
  border: 0;
  outline: none;
  vertical-align: middle;
}
li {
  list-style: none;
}
select,
a,
button {
  outline: none;
}
/* 容器 */
.container-full {
  width: 100%;
}
.container {
  margin: 0 auto;
}
.w1000{
  width:1000px;
}
.w1200{
  width:1200px;
}
.noborder {
  border: none;
}
.border-a {
  border: 1px solid #f0f0f0;
}
.border-t {
  border-top: 1px solid #f0f0f0;
}
.border-t {
  border-right: 1px solid #f0f0f0;
}
.border-b {
  border-bottom: 1px solid #f0f0f0;
}
.border-l {
  border-left: 1px solid #f0f0f0;
}
/* 对齐 */
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* 显示/隐藏 */
.show {
  display: block;
}
.hide {
  display: none;
}
/* 链接 */
a {
  text-decoration: none;
  color: #666;
  outline: none;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #ef2f39;
}
/* 文字 */
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs24 {
  font-size: 24px !important;
}
.bold {
  font-weight: bolder !important;
}
.fc333 {
  color: #333 !important;
}
.fc666 {
  color: #666 !important;
}
.fc999 {
  color: #999 !important;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 间距 */
.mTop10 {
  margin-top: 10px !important;
}
.mTop15 {
  margin-top: 15px !important;
}
.mTop20 {
  margin-top: 20px !important;
}
.mTop25{
  margin-top: 25px !important;
}
.mTop30 {
  margin-top: 30px !important;
}
.padded-10 {
  padding: 10px !important;
}
.padded-15 {
  padding: 15px !important;
}
.padded-20 {
  padding: 20px !important;
}
.padded-30 {
  padding: 30px !important;
}
.padded-0-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padded-0-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.padded-0-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padded-0-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.padded-10-0 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padded-15-0 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padded-20-0 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padded-30-0 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
/* 按钮 */
/* 按钮 */
.btn {
  width: 140px;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover {
  background-color: #d0d0d0;
  color: #666;
}
.btn-radius {
  border-radius: 6px;
}
.btn.btn-red {
  background-color: #bc1d1e;
  color: #fff;
}
.btn.btn-red:hover {
  background-color: #E03C3D;
  color: #fff;
  font-weight: bold;
}
/* 表单 */
input,
select,
textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  padding: 5px;
  box-shadow: inset 0 0 3px #ccc;
}
input[type="checkbox"] {
  border: 1px solid #ccc;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
textarea {
  resize: none;
}
label {
  min-width: 80px;
  margin-right: 5px;
  display: inline-block;
  text-align: right;
  color: #666;
  vertical-align: top;
}
.form-head {
  margin-bottom: 20px;
  font-size: 16px;
  color: #999;
  font-weight: bolder;
}
.input-row {
  margin-bottom: 15px;
}
.input-row select,
.input-row input[type="checkbox"],
.input-row input[type="radio"] {
  width: auto;
  display: inline-block;
}
.input-tips {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
label .must {
  margin-right: 2px;
  font-size: inherit;
  color: #ef2f39;
  vertical-align: top;
  display: inline-block;
}
/* other */
.more {
  color: #999;
  padding: 0 10px;
  font-weight: normal;
  line-height: inherit;
  float: right;
  display: inline-block;
}
/* 图片比例 */
.box-img[class*='percent'] {
  overflow: hidden;
  background-color: #e0e0e0;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.box-img[class*='percent'] .box-img-object {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-img.percent1-1 {
  padding-top: 100%;
}
.box-img.percent3-1 {
  padding-top: 33.3333333%;
}
.box-img.percent3-2 {
  padding-top: 66.666666%;
}
/* 头部 */
/* foot */
/* article */
.content {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.content p {
  margin-bottom: 14px;
  text-indent: 2em;
}
.content p img,
.content p embed {
  max-width: 100%;
}
.content p span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.content p a {
  margin: 0 2px;
  color: inherit;
  text-decoration: underline;
}
.content p a:hover {
  color: red;
}
.content ul,
.content ol {
  text-indent: 2em;
}
.mB10{
  margin-bottom: 10px;
}


/* header */
/* header-top */
.header .header-top{
  background: url("../css/imgs/top_banner.png") no-repeat center center;
  height:120px;
}
.header .header-top .logo{
 padding-top:20px;
}
.header .top-bar{
  height:50px;
  background: #eee;
}
/* top-bar */
.top-bar .left{
  font-size:16px;
  color:#666;
  line-height: 50px;
}
.top-bar .right .search-box{
  width:483px;
  float:right;
  margin-top:5px;
}
.search-box input{
  width:423px;
  height:30px;
  border:1px solid #bc1d1e;
  float:left;
  outline:none;
}
.search-box button{
  width:60px;
  height:30px;
  background: #bc1d1e;
  color:#fff;
  line-height: 30px;
  float:right;
  outline: none;
  font-size:14px;
}
.search-box button:hover{
  background: #a61a1b;
  color:#fff;
}
/* nav */
.nav{
  background-color: #f6f5fc;
  border-top:1px solid #bc1d1e;
  padding:5px 0;
}
.nav-list li{
  float:left;
  display:block;
  padding:5px 22px;
  text-align: center;
  position: relative;
}
.nav-list li a{
  font-size:16px;
  line-height:28px;
  padding:5px;
  color:#333;
}
.nav-list li:before{
  content:"";
  width:1px;
  height:16px;
  background-color:#ccc;
  position: absolute;
  top:50%;
  margin-top:-8px;
  left:0;
}
.nav-list li:first-child:before{
  display: none;
}
.nav-list li.ktzc:before{
  display: none;
}
.nav-list li:hover a, .nav-list li.active a{
  background-color:#BC1D1E;
  color:#fff;
}
.nav-list li a:hover{
  text-decoration: none;
  color:#fff !important;
}

a:hover{
  color:#ce0809 !important;
  text-decoration: underline;
}

/*footer*/
.footer{
  background-color: #252b34;
  padding:20px 0 100px 0;
}
.footer .nav-list li a{
  color:#fff;
}

.footer .nav-list li:hover a{
  background-color:transparent;
  color:#ce0809;
  border-bottom: 2px solid #ce0809;
}
.footer .nav-list li a:hover{
  color:#ce0809 !important;
}
.footer .footer-masg{
  margin-top:30px;
  font-size:14px;
  line-height: 24px;
  color:#fff;
  text-align: center;
}
.fcRed{
  color:#bc1d1e;
}

.statisCode{
  text-align: center;
}

a:hover{
  color:#bc1d1e;
  cursor: pointer;
}
.more{
  font-size:12px;
  color:#999999;
}
.fc333{
  color:#333;
}
.fc666{
  color:#666;
}
.fs22{
  font-size: 22px;
}
.fcYellow{
  color:#eda314;
}

/*翻页*/
.pages{
    text-align: center;
}
.pages a{
    padding:5px 10px;
    border:1px solid #e0e0e0;
    margin:0 5px;
}
.pages span{
    padding:5px 10px;
    border:1px solid #e0e0e0;
    margin:0 5px;
}
.pages a:hover, .pages a.current{
    background-color: #bc1d1e;
    color:#fff !important;
    text-decoration: none;
}



</pre></body></html>