﻿/**
     * font
 */
/**
     * panel
 */
.animated {
  transition: all 0.3s ease 0s;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}
a {
  cursor: pointer;
}
a,
span {
  line-height: inherit;
  outline: none;
  text-decoration: none;
  color: inherit;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}
b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}
ol,
ul {
  list-style: none;
}
li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
i{
	position:relative;
	left:0;top:-2px;	
}
i:after {
  content: " ";
}
.clear {
  display: block;
  zoom: 1;
  clear: both;
  visibility: hidden;
}
.clearafter:after {
  content: "";
  display: block;
  zoom: 1;
  clear: both;
  visibility: hidden;
}
.small,
small {
  font-size: 88%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.container {
  margin: 0 auto;
  display: block;
  width: 1203px;
  box-sizing: border-box;
}
.dvd-2 {
  display: block;
  float: left;
  width: 33.3333%;
}
.dvd-3 {
  display: block;
  float: left;
  width: 25%;
}
.dvd-4 {
  display: block;
  float: left;
  width: 25%;
}
.dvd-5 {
  display: block;
  float: left;
  width: 20%;
}
.color-primary {
  color: #ea1626 ! important;
}
#top-nav {
  background-color: #d32937;
  color: white;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
#top-nav .nav-left {
  float: left;
  padding-left: 10px;
}
#top-nav .nav-right {
  float: right;
  padding-right: 10px;
}
#top-nav:after {
  content: "";
  display: block;
  zoom: 1;
  clear: both;
  visibility: hidden;
}
#top-nav a {
  margin-left: 5px;
}
#top-nav i {
  display: inline;
  width: 16px;
  height: 16px;
}
#nav-menu {
  background-position: top center;
  background-repeat: no-repeat;
  padding-top:227px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
#nav-menu .bg {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
  height: 248px;
}
#nav-menu #nav-bar {
  background-image: url(../img/nav-bg.jpg);
  background-repeat: repeat-x;
  background-position: left center;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  position: relative;
  left: 0;
  top: 0;
}
#nav-menu #nav-bar a {
  display: block;
  float: left;
  text-align: center;
  width: 10%;
  height: 50px;
  line-height: 50px;
  color: white;
  position: relative;
  left: 0;
  top: 0;
}
#nav-menu #nav-bar a span {
  position: absolute;
  bottom: 3px;
  left: 50%;
  display: block;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease 0s;
  width: 0;
}
#nav-menu #nav-bar a.on span,
#nav-menu #nav-bar a:hover span {
  width: 100%;
  left: 0;
}
.text-list .item {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-list .item .rt {
  float: right;
  color: #8c8c8c;
}

.text-list .item:hover,.text-list .item:hover .rt{
    color:#ea1626 ;
}

.text-list .item:before,
.text-list .item:after {
  content: " ";
  display: table;
}
.text-list .item:after {
  clear: both;
}
.text-list .item i:after {
  content: " ";
}
.text-list .item i:before {
  content: " ";
}
.panel {
  padding: 0 15px;
  box-sizing: border-box;
}
.panel-title {
  font-size: 24px;
  line-height: 45px;
  height: 45px;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-weight: 100;
}
.panel-title span.und-line {
  position: absolute;
  bottom: 1px;
  left: 50%;
  display: block;
  height: 2px;
  background-color: #f22a3a;
  transition: all 0.3s ease 0s;
  width: 50%;
}
.panel-padding {
  padding: 12px 5px;
}
.panel-body {
  padding: 12px 5px;
}
.slideBox {
  border: 1px solid #ddd;
  height: 470px;
  overflow: hidden;
  position: relative;
  width: 640px;
}
.slideBox .hd {
  bottom: 7px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  z-index: 1;
}
.slideBox .hd ul {
  float: right;
  overflow: hidden;
}
.slideBox .hd ul li {
  background: #ccc none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 22px;
  line-height: 22px;
  margin-right: 9px;
  text-align: center;
  width: 22px;
}
.slideBox .hd ul li.on {
  background: #E32332 none repeat scroll 0 0;
  color: #fff;
}
.slideBox .bd {
  height: 100%;
  position: relative;
  z-index: 0;
}
.slideBox .bd li {
  vertical-align: middle;
}
.slideBox .bd img {
  display: block;
  height: 470px;
  width: 640px;
}
.slideBox .prev,
.slideBox .next {
  background: rgba(0, 0, 0, 0) url("../images/slider-arrow.png") no-repeat scroll -110px 5px;
  display: block;
  height: 40px;
  left: 3%;
  margin-top: -25px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 32px;
}
.slideBox .next {
  background-position: 8px 5px;
  left: auto;
  right: 3%;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.slideBox .bd li {
  position: relative;
  left: 0;
  top: 0;
}
.slideBox .bd .title-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #444;
  opacity: 0.8;
  z-index: 1000;
}
.slideBox .bd li span.title {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 2000;
  text-indent: 12px;
  color: white;
}
