<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*reset*/
body{font-size:18px;font-family:Microsoft YaHei,Arial,Helvetica,sans-serif;line-height:1.5;color:#333;overflow-x:hidden;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
input,select,button,textarea{font-size:100%;font-family:inherit;outline:none;border:none;}
ul,ol{list-style:none;}
img{border:0;}
a{color:#333;text-decoration:none;font-family: "Microsoft Yahei", 微软雅黑;}
a:hover{color:#ea1515;text-decoration:underline;text-decoration: none;}
a img{vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
:focus{outline:0;}

body { min-width: 1200px; }
/* 公共min头部 */
.header-min {
 height: 52px;
 font-size: 16px;
 line-height: 52px;
 color: #fff;
 background: url("../images/top_bg.jpg") repeat-x;
}
.w{
width: 1200px;
margin: 0 auto;
}
.container:before{ display: none; }
.left{
float: left;
}
.header-min,
.header-min a{ 
color: #fff;
text-decoration: none;
}
.header-min a:hover { 
color: #a2ceff;
text-decoration: none;
}
.header-min .logo {
  float: left;
  margin-top: 14px;
  margin-right: 20px;
  width: 181px;
  height: 24px;
  text-indent: -999em;
  background: url('../images/logo.png') no-repeat left;
  _background: url('../images/logo_png8.png') no-repeat left;
}
.header-min .channel:hover {
  background-color: #f00;
  text-decoration: none;
}
.header-min .nav { float: left; }
.header-min .nav li {
  position: relative;
  float: left;
  padding: 0 22px;
}
.header-min .nav li:after {
  position: absolute;
  top: 17px;
  bottom: 17px;
  right: 0;
  content: '';
  display: block;
  overflow: hidden;
  width: 1px;
  background-color: #4a7bb4;
}
.header-min .nav li:last-child:after { width: 0; }

.footer {
    padding-top: 20px;
    height: 182px;
    background-color: #d41b28;
    text-align: center;
    margin-top: 20px;
    line-height: 2;
}
.footer p{
  font-size:16px;
  color: #fff;
}    

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