@import url("/items/public/pub.css");
@import url("/items/public/quick.css");

#zsBg {
  width: 980px;
}

.dh{ height:14px; width:60px; margin-left:51px; float:left;}
div {
  font: inherit;
  color: inherit
}

.picscroll img {
  /* border: 3px solid white */
}

.clf {
  overflow: hidden;
  _zoom: 1;
}

.mask {
  display: inline-block;
  background: rgba(123, 125, 200, .5);
  border: solid 1px #09f;
}

.topMenuList {
  padding: 65px 0 0 465px
}

.topMenuList a {
  width: 133px;
  height: 50px;
}

.cont {
  position: relative;
  margin: 0 auto;
  width: 1022px;
  font: 14px/26px '宋体';
  color: #000
}

#bodyTable {
  background: #dcd1e2;
  width: 888px;
}

#bodyTable Td {
  padding: 4px;
}

.redfont,
.redfont2 a {
  font-weight: bold;
  color: #dc2f51;
}

.redfont2 {
  color: #dc2f51;
}

.mart {
  margin-left: 245px;
  margin-top: 60px;
}

#mainTable {
  height: auto;
  overflow: hidden;
  text-align: center;
  max-width: 1920px;
}

p {
  margin: 0px;
  padding: 0px;
  text-indent: 0;
}

.red {
  color: #e82167;
}

.px14 {
  font-size: 14px;
}

#scroll {
  SCROLLBAR-BASE-COLOR: rgb(6, 57, 72);
  overflow: auto;
}

.scroll {
  width: 358px;
  line-height: 17px;
  scrollbar-base-color: rgb (6, 57, 72);
  border: #5e5563 1px solid;
}

.sub {
  height: 25px;
  padding: 0 4px;
  line-height: 21px;
}

.imgTd {
  padding: 12px;
}

#feedBackTable {
  width: 95%;
}

#feedBackTable td {
  color: #000
}

#feedBackTable strong {
  color: #000
}

#relDes {
  border: #5e5563 1px solid;
}

#relDes a {
  color: #000
}

#feedBackTable Td.Titletd {
  color: #5b3b6d;
}

.brSpan {
  font-weight: bold;
  color: #c33571;
}

#imgdiv {
  width: 960px;
  background: #000;
  height: 62px;
}

td {
  font-family: 宋体;
  color: #000;
  line-height: 26px;
  font-size: 12px;
}

#brfoot a {
  color: #000
}

#brfoot ul li {
  color: #000
}

#brfoot dl dt {
  color: #000
}

#brfoot dl dd div {
  color: #000
}

#notice {
  color: #000
}


#news ul li {
  width: 400px;
  margin-left: 25px;
  margin-right: 25px;
}

#news ul li a {
  width: 310px;
  color: #000;
  font-family: 宋体;
  font-size: 14px;
}

#news ul li span {
  width: 85px;
  font-family: 宋体;
  color: #000;
  font-size: 14px;
}

#contact a:hover {
  color: #fbf;
}

.hsfont {
  color: #ff5d00;
}

.red {
  color: #FF0000;
}

.d-inline-block {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.fl {
  float: left;
}

.pos-a {
  position: absolute;
}

.w-33 {
  width: 33%;
  float: left;
}

.w-25 {
  width: 25%;
  float: left;
}

#topMenu {
  display: flex;
  justify-content: center;
  width: 1000px;
  height: auto;
}

#topMenu dl {
  height: auto;
  display: flex;
  float: 0;
  width: auto;
}

#topMenu dl dd {
  width: auto;
  background: 0;
  height: 55px;
  padding: 0 20px;
  transition: all .3s;
}

#topMenu dl .contact-dd {
  background: #000;
  margin-left: 30px;
}

#topMenu dl .contact-dd a {
  color: #fff;
}

#topMenu dl:hover dd.contact-dd {
  background: #000 !important;
}

#topMenu dl:hover dd.contact-dd a {
  color: white;
}

#topMenu dl:hover .contact-dd:hover {
  background: #333 !important;
}

#topMenu dl:hover .contact-dd:hover a {
  color: #fff;
}

#topMenu dl dd:hover {
  background: #333 !important;
  transition: all .3s;
}

#topMenu dl dd:hover a {
  color: #fff;
  transition: all .3s;
}

#topMenu dl a {
  color: #fff;
  font: 16px / 23px 'Microsoft YaHei';
  margin: 6px 0;
  padding: 10px;
  display: inline-block;
  transition: all .3s;
}

#topMenu .separ {
  color: #fff;
  font: 15px / 50px 'Microsoft YaHei';
}

#topMenu dl a:hover {
  text-decoration: none;
  transition: all .3s;
}

.swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.swiper-slide-active {
  top: 0;
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fixed {
  position: fixed;
  cursor: pointer;
}

.ie {
  _position: absolute;
  _clear: both;
  _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) - 1: document.body.scrollTop +(document.body.clientHeight-this.clientHeight) - 1);
}

.pfl {
  width: 170px;
  top: 150px;
  right: 0;
}