html {
  color: #252525;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, "Hiragino Sans GB", \5b8b\4f53;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: "";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #333;
}
a:hover {
  color: #C32136;
  text-decoration: none;
}
ins,
a {
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
body {
  font-family: arial;
  color: #333;
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 1200px;
}
.banner img {
  width: 100%;
  display: block;
  pointer-events: none;
}
.navbar {
  width: 100%;
  height: 75px;
  background: #C50021;
}
.navbar-ctx {
  width: 1000px;
  margin: 0 auto;
  padding-top: 11.5px;
}
.navbar-ctx li {
  width: 25%;
  float: left;
}
.navbar-ctx li a {
  display: block;
  width: 160px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin: 0 auto;
}

:root .navbar-ctx li a:hover  {
  filter: none;
}
:root .navbar-ctx li.active a  {
  filter: none;
}

.navbar-ctx li a:hover {
  background: rgba(255, 255, 255, 0.2);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
  border-radius: 6px;
  text-decoration: none;
}
.navbar-ctx li.active a {
  background: rgba(255, 255, 255, 0.2);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
  border-radius: 6px;
}
.container{
  width: 1000px;
  margin: 0 auto;
}
.w1{
  margin-bottom: 27px;
}
.w1 h1{
  font-size: 28px;
  text-align: center;
  padding: 24px 0;
}
.w1-ctx-image{
  float: left;
  width: 480px;
  height: 270px;
  margin-right: 53px;
}
.w1-ctx-image img{
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.w1-ctx-list{
  width: 467px;
  float: left;
  font-size: 20px;
}
.w1-ctx-list li{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 27px;
}
.w1-ctx-list a:hover{
  text-decoration: none;
  color: #C32136;
}
.more{
  font-size: 18px;
  text-align: right;
}
.more a{
  color: #666;
}
.nav-img{
  width: 1000px;
  height: 55px;
  display: block;
  pointer-events: none;
  margin-bottom: 27px;
}
.w2{
  margin-bottom: 27px;
}
.w2 li{
  float: left;
  font-size: 20px;
  width: 404px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 13px;
  margin-right: 96px;
}