.pi {
  cursor: pointer;
}
.main a:hover {
  color: #c64e55;
}
body,
html {
  height: 100%;
  width: 100%;
  color: #333333;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
a {
  text-decoration: none;
  color: #333333;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
input::-webkit-input-placeholder {
  color: #ebebeb;
  font-size: 14px;
  font-weight: normal;
}
input::-moz-input-placeholder {
  color: #ebebeb;
  font-size: 14px;
  font-weight: normal;
}
input::-ms-input-placeholder {
  color: #ebebeb;
  font-size: 14px;
  font-weight: normal;
}
body,
html,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audsio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.li-inlineblock,
.div-inlineblock,
.select-input {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.lf {
  float: left;
}
.rig {
  float: right;
}
.none,
.p-none {
  display: none;
}
.main,
.header,
.banner,
.section,
.footer {
  width: 100%;
}
.headerbg {
  height: 110px;
  width: 100%;
  background-color: #b3202c;
}
.header,
.banner,
.icon {
  margin: 0 auto;
  width: 1200px;
}
.logo img {
  height: 72px;
  margin-top: 19px;
}
.tdc {
  margin-left: 18px;
  margin-top: 16px;
}
/*导航*/
.nav {
  position: relative;
 
}
.nav-ul > li {
  text-align: center;
  width: 100px;
  height: 110px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.nav-ul > li > a {
  color: #FFFFFF;
  font-size: 20px;
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  line-height: 110px;
}
.nav-ul > li:hover {
  background-color: #b3202c;
}
.nav-ul > li:hover a {
  color: #FFFFFF;
}
/*下拉菜单*/
.nav-menu {
  position: absolute;
  z-index: 3;
  width: 100% !important;
  left: 0;
  top: 100%;
  border: none  !important;
}
 
.nav-menu-ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.1, 1);
}
.nav-menu li {
  overflow: hidden;
  word-wrap: nowrap;
  background-color: #b3202c;
}
.nav-menu a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  color: #FFFFFF;
}
.nav .nav-menu a:hover {
  background-color: #ebebeb;
  color: #b3202c;
}
/* banner 轮播图 */
.banner {
  height: 440px;
}
.banner .bd{
  height: 440px!important;
  width: 1200px!important;
}
/*轮播主div*/
/*轮播图片*/
.tabBox {
  width: 100%;
  position: relative;
  height: 440px;
overflow: hidden!important;
}

.tabBox .hd {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 15px;
}
.tabBox .hd ul {
  height: 12px;
}
.tabBox .hd ul li {
  cursor: pointer;
  margin: 0 4px;
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/*on 为当前分页器的特殊样式，按需指定*/
.tabBox .hd ul .on {
  background-color: #fff;
}
.icon {
  padding: 20px 0;
  background-color: #ad252d;
  text-align: center;
}
.icon a {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.icon li {
  width: 24.7%;
  height: 80px;
  position: relative;
}
.icon li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -0.5px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #b53b42;
}
/*尾部*/
.footer {
  background-color: #333333;
  padding: 44px 0;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
}
.footer a {
  line-height: 26px;
  color: #ffffff;
}
.v_news_content  table{text-align:center !important;border-collapse:collapse !important;padding:2px !important;}

.v_news_content  table tr td, table tr th{border:1px solid #0094ff !important; }

