@charset "utf-8";
/* CSS Document */
dl, dt, dd, ul, ol, li, p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

ul, dl {
  list-style: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #2f2f2f;
}

body {
  margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
  padding: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft Yahei;
}

.pageBody {
  background: url(xxgc19dI_01.png) top center no-repeat #ffffff;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  line-height: 0;
}

.opacity {
  filter: alpha(opacity=50); /* IE */
  -moz-opacity: 0.5; /* 老版Mozilla */
  -khtml-opacity: 0.5; /* 老版Safari */
  opacity: 0.5; /* 支持opacity的浏览器*/
}


.section1 {
  width: 1000px;
  margin: 0 auto;
}

.pic1 {
  width: 570px;
  float: left;
}

.s1_right {
  width: 410px;
  float: right;
}

.s1_right dt {
  font-size: 30px;
  line-height: 44px;
  padding: 12px 0 4px;
  text-align: center;
  font-weight: bold;
  color: #f10500;
}

.s1_right dt a {
  color: #f10500;
}

.s1_right dd {
  font-size: 12px;
  line-height: 20px;
  color: #9c9c9c;
  padding-bottom: 25px;
  border-bottom: 1px dashed #c1c1c1;
}

.s1_right dd a {
  color: #a21117;
}

.s1_right ul {
  padding-top: 12px;
}

.s1_right li {
  background: url(xxgc19dI_03.png) left center no-repeat;
  padding-left: 10px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  color: #2f2f2f;
}

.header1 {
  height: 41px;
  background: url(xxgc19dI_02.png) left top no-repeat;
  line-height: 42px;
  padding-left: 44px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.header1 span {
  display: inline-block;
  float: left;
}

.header1 a {
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 40px;
  color: #2f2f2f;
}

.header1:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  line-height: 0;
}

.section2 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

.left {
  width: 469px;
  float: left;
}

.right {
  width: 469px;
  float: right;
}

.list {
  padding-top: 20px;
}

.list li {
  background: url(xxgc19dI_03.png) 3px center no-repeat;
  padding-left: 15px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  color: #2f2f2f;
}

.list li a {
  color: #1e1b25;
}

.list li a:hover {
  color: #1e1b25!important;
}

.footer {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  background: #d30001;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  height: 72px;
  box-sizing: content-box;
}

.content {
  width: 960px;
  margin: 0 auto;
}

.content {
  width: 960px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 16px;
  line-height: 24px;
}

.header2 {
  height: 41px;
  background: url(5875600.png) left top no-repeat;
  line-height: 40px;
  padding-left: 44px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.header2 span {
  display: inline-block;
  float: left;
}

.header2 p {
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 46px;
  color: #2f2f2f;
  padding-right: 15px;
}

.header2:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  line-height: 0;
}

.co_header {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px dashed #cccccc;
}

.co_header h3 {
  padding-top: 30px;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

.co_header p {
  padding-top: 30px;
  font-size: 14px;
  line-height: 32px;
  color: #2f2f2f;
}


/* 重置样式 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-size: 12px;
  font-family: Microsoft YaHei, Arial, Verdana, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

address, caption, cite, code, dfn, em, i, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
  color: #1e1b25;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

dl, ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.newsCarousel {
  width: 570px;
  height: 400px;
  overflow: hidden;
}

.newsCarousel .prev, .newsCarousel .next {
  width: 51px;
  height: 51px;
  position: absolute;
  /*background: url(images/newsSprite.png) left top;*/
  top: 50%;
  margin-top: -25px;
  z-index: 10;
}

.newsCarousel .prev {
  left: 14px;
}

.newsCarousel .next {
  background-position: left -50px;
  right: 14px;
}

.newsCarousel .bottom {
  bottom: 0px;
  left: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  width: 570px;
  z-index: 2;
  *bottom: -5px;
}

.newsCarousel .olBar a {
  color: #2f2f2f;
  font-size: 16px;
  font-family: Microsoft Yahei;
}

.newsCarousel .olBar li {
  display: none;
  padding-left: 10px;
}

.newsCarousel .olBar li.current {
  display: block;
}

.newsCarousel .dot {
  overflow: hidden;
  margin: 15px 22px 0 0;
}

.newsCarousel .dot li {
  float: left;
  width: 13px;
  height: 12px;
  margin-right: 8px;
  cursor: pointer;
  cursor: hand;
  background: url(xxgc19dI_06.png) -23px 0;
}

.newsCarousel .dot li.cur {
  background: url(xxgc19dI_06.png) 0 0;
}

.newsCarousel .ulList {
  width: 600%;
  overflow: hidden;
  position: relative;
}

.newsCarousel .ulList li {
  float: left;
}

.newsCarousel .ulList li img {
  width: 570px;
  height: 360px;
}

.banner {
  width: 1000px;
  height: 610px;
  margin: 0 auto;
}
