@charset "utf-8";
/*region 常用变量配置*/
/*endregion*/
/*region 模块配置*/
/*endregion*/
/*region 常用函数*/
/*endregion*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
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,
time,
mark,
audio,
video,
input,
textarea,
tr,
th,
td,
button,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
  color: #333;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #ffffff;
  overflow-x: hidden;
}
i,
em {
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
input {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
input,
textarea {
  line-height: 1.2em;
  outline: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: justify;
}
input::-webkit-input-placeholder {
  line-height: 1.2em;
}
.wrap {
  width: 100%;
  min-width: 1200px;
}
/*region 常用布局*/
.clear-float:after {
  content: '';
  display: block;
  clear: both;
}
.no-border {
  border: none!important;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.flex-box {
  display: -moz-box !important;
  display: -webkit-box !important;
  display: box!important;
}
.box-flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
}
.center-container {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.transition-def {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*endregion*/
/*region*/
.party-wrap {
  background-color: #f7f7f7;
}
.party-wrap .header {
  width: 100%;
  height: 353px;
  background: url("../images/bg.png") repeat;
  text-align: center;
}
.party-wrap .main {
  width: 1190px;
  margin: 0 auto;
  margin-top: -53px;
  padding: 15px 0 20px 18px;
  background-color: #fff;
  border-bottom: 4px solid #ad0000;
}
.party-wrap .main .scroll-photos {
  position: relative;
  display: inline-block;
  width: 556px;
  height: 290px;
  margin-right: 25px;
  overflow: hidden;
}
.party-wrap .main .scroll-photos .arrow {
  position: absolute;
  top: 42%;
}
.party-wrap .main .scroll-photos .arrow-r {
  right: 20px;
}
.party-wrap .main .scroll-photos .arrow-l {
  left: 20px;
}
.party-wrap .main .party-content {
  float: left;
  display: inline-block;
  _zoom: 1;
  *display: inline;
  width: 556px;
  height: 290px;
  overflow: hidden;
  margin-right: 25px;
}
.party-wrap .main .party-content .party-content-title {
  border-bottom: 1px solid #ad0000;
}
.party-wrap .main .party-content .party-content-title h2 {
  display: inline-block;
  width: 150px;
  line-height: 35px;
  background-color: #ad0000;
  font-size: 16px;
  color: white;
  text-align: center;
  letter-spacing: 2px;
}
.party-wrap .main .party-content .party-content-title .more {
  float: right;
  line-height: 35px;
  font-size: 12px;
  color: #898888;
  text-decoration: underline;
}
.party-wrap .main .party-content .party-content-title .more-news {
  margin-right: 10px;
}
.party-wrap .main .party-content .party-content-title-news {
  background-color: #f1f1f1;
  border: none;
}
.party-wrap .main .party-content .party-content-main {
  padding-top: 10px;
}
.party-wrap .main .party-content .party-content-main .party-content-text {
  height: 30px;
}
.party-wrap .main .party-content .party-content-main .party-content-text a {
  display: block;
  line-height: 30px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-wrap .main .party-content .party-content-main .party-content-text a:hover {
  color: #ad0000;
}
.party-wrap .main .party-content .party-content-main .party-content-text a::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #666666;
  background-color: #e9e9e9;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.party-wrap .main .party-content .party-content-main .party-content-text span {
  float: right;
  line-height: 30px;
  font-size: 10px;
}
.party-wrap .main .banner {
  padding: 15px 0 15px 0;
}
.party-wrap .main .links-site {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  margin-left: 6px;
  padding-top: 20px;
}
.party-wrap .main .links-site:first-child {
  margin-left: 0;
}
.party-wrap .footer {
  width: 1190px;
  margin: 0 auto;
  padding: 25px 0 25px 0;
  background-color: #fff;
  text-align: center;
}
.party-wrap .footer span,
.party-wrap .footer a {
  font-size: 13px;
  line-height: 25px;
  color: #686868;
  margin-left: 0px;
}
/*endregion*/
/* region 幻灯片*/
.slideBox {
  position: relative;
  display: inline-block;
  width: 556px;
  height: 290px;
  margin-right: 25px;
  overflow: hidden;
}
.slideBox ul.items {
  position: absolute;
  float: left;
  background: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.slideBox ul.items li {
  float: left;
  background: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.slideBox ul.items li a {
  float: left;
  line-height: normal !important;
  padding: 0px !important;
  border: none /*For IE.ADD.JENA.201206300844*/;
}
.slideBox ul.items li a img {
  margin: 0px !important;
  padding: 0px !important;
  display: block;
  border: none /*For IE.ADD.JENA.201206300844*/;
}
.slideBox div.tips {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: #000;
  overflow: hidden;
}
.slideBox div.tips div.title {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
.slideBox div.tips div.title a {
  color: #FFF;
  font-size: 16px;
  line-height: 40px;
  margin-left: 10px;
  text-decoration: none;
}
.slideBox div.tips div.title a:hover {
  text-decoration: underline !important;
}
div.slideBox div.tips div.nums {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}
div.slideBox div.tips div.nums a {
  display: inline-block;
  float: left;
  /*For IE.ADD.JENA.201206300844*/
  width: 15px;
  height: 15px;
  background-color: #FFF;
  text-indent: -99999px;
  margin: 12px 10px 0px 0px;
}
div.slideBox div.tips div.nums a.active {
  background-color: #ad0000;
}
/*endregion*/
/*# sourceMappingURL=Style.css.map */