﻿/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "微软雅黑";
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
  background: #f6f6f6;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "微软雅黑";
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #c81b15;
}
i,
b {
  font-style: normal;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.oHid {
  overflow: hidden;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.topPhoto {
  width: 100%;
  height: 492px;
  background: url(../images/top_photo.jpg) no-repeat center top;
  overflow: hidden;
  position: relative;
}
.indexContent {
  background: #FFF;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
  width: 1160px;
}
.slider {
  width: 525px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.slider .bd {
  width: 525px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.slider .bd li {
  width: 525px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.slider .bd .pic {
  width: 525px;
  height: 390px;
  overflow: hidden;
}
.slider .bd .pic a {
  display: block;
  height: 100%;
}
.slider .bd .pic img {
  width: 100%;
  height: 100%;
}
.slider .bd .mask {
  width: 100%;
  height: 40px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.slider .bd .tit {
  width: 400px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.slider .bd .tit a {
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  height: 100%;
}
.slider .bd .tit a:hover {
  color: #e41d1d;
}
.slider .hd {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 23px;
  width: 80px;
  z-index: 9;
  padding-top: 17px;
}
.slider .hd li {
  width: 7px;
  height: 7px;
  background: url(../images/slide_dot.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.slider .hd li.on {
  background-position: -9px 0;
}
.szywBox {
  width: 615px;
  height: 390px;
  overflow: hidden;
  position: relative;
}
.szywBox .title {
  height: 54px;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}
.szywBox .title h2 {
  background: url(../images/title_szxw.jpg) no-repeat;
  width: 159px;
  height: 55px;
  position: relative;
  text-indent: -1978px;
  float: left;
}
.szywBox .title h2 span {
  display: block;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #c20000;
  position: absolute;
  left: 50%;
  bottom: -12px;
  z-index: 9;
  margin-left: -6px;
}
.szywBox .title .more {
  display: block;
  width: 68px;
  height: 24px;
  border: solid 1px #c81b15;
  line-height: 24px;
  text-align: center;
  color: #c81b15;
  float: right;
  margin-top: 15px;
  font-size: 14px;
}
.szywBox .infoCon {
  padding: 10px 5px 0;
}
.newsList {
  width: 100%;
}
.newsList li {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-bottom: dashed 1px #e5e5e5;
}
.newsList li a {
  display: block;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsList li a .date {
  float: right;
  color: #666;
  margin-left: 10px;
}
.newsList li a i {
  display: block;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 6px #d2d2d2;
  float: left;
  margin: 14px 5px 0 0;
}
.newsList li a i.rectangle {
  width: 6px;
  height: 6px;
  border: none;
  background: #EEE;
  margin: 17px 10px 0 0;
}
.newsList li a:hover i {
  border-left: solid 6px #c81b15;
}
.newsList li a:hover i.rectangle {
  background: #c81b15;
  border: none;
}
.newsList li a:hover .date {
  color: #c81b15;
}
.newsList li.line {
  height: 20px;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 20px;
}
.gzdtBox {
  margin-bottom: 30px;
}
.gzdtBox .title {
  height: 48px;
  position: relative;
  overflow: hidden;
}
.gzdtBox .title h2 {
  background: url(../images/title_gzdt.jpg) no-repeat;
  width: 228px;
  height: 48px;
  text-indent: -1978px;
  overflow: hidden;
  margin: 0 auto;
}
.gzdtBox .title a.more {
  width: 68px;
  height: 24px;
  border: solid 1px #c81b15;
  line-height: 24px;
  text-align: center;
  color: #c81b15;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 11px;
}
.gzdtBox .gzdtCon {
  margin-top: 30px;
  overflow: hidden;
  height: 230px;
}
.gzdtBox .gzdtCon .gzdtTxtList {
  width: 525px;
  height: 230px;
  overflow: hidden;
}
.gzdtBox .gzdtCon .gzdtTxtList .newsList li {
  border: none;
}
.gzdtBox .gzdtCon .gzdtPicList {
  width: 615px;
  height: 230px;
  overflow: hidden;
}
.gzdtBox .gzdtCon .gzdtPicList ul {
  overflow: hidden;
  margin-top: 5px;
}
.gzdtBox .gzdtCon .gzdtPicList li {
  float: left;
  width: 285px;
  height: 220px;
  overflow: hidden;
  margin-left: 22px;
}
.gzdtBox .gzdtCon .gzdtPicList li a {
  display: block;
  height: 100%;
}
.gzdtBox .gzdtCon .gzdtPicList li img {
  width: 285px;
  height: 220px;
}
/* footer */
.footer {
  background: #c81b15;
  width: 100%;
  padding: 30px 0;
}
.footer p {
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}
.footer p a {
  color: #FFF;
}
.footer .icon_dzjg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -265px;
  z-index: 9;
  width: 80px;
  height: 80px;
}
/* second */
.location {
  height: 50px;
  line-height: 50px;
}
.secondContent {
  background: #FFF;
  padding: 25px 35px;
  width: 1130px;
}
.secondContent .title {
  height: 40px;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
}
.secondContent .title h2 {
  border-bottom: solid 2px #d0120a;
  font-size: 24px;
  color: #333;
  padding: 0 10px 16px;
  line-height: 24px;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 9;
}
.secondContent .secondCon {
  padding: 20px 10px 0;
  width: 1110px;
  overflow: hidden;
}
.secondContent .newsList li {
  border: none;
}
.secondContent .newsList li.line {
  border-bottom: solid 1px #e6e6e6;
}
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #cdcdcd;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #cdcdcd;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #cd2626;
  color: #FFF;
  border: none;
}
.page a:hover {
  background: #cd2626;
  color: #FFF;
  border: solid 1px #FFF;
}
/* content */
.thirdContent {
  background: #FFF;
  padding: 45px 55px;
  width: 1090px;
  overflow: hidden;
}
.thirdContent .title {
  overflow: hidden;
}
.thirdContent .title h1 {
  font-size: 26px;
  color: #000;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.thirdContent .title .resourcesBox {
  text-align: center;
  line-height: 16px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #e6e3e3;
  margin-bottom: 20px;
}
.thirdContent .thirdCon {
  line-height: 2;
}
.thirdContent .thirdCon img {
  max-width: 1090px;
  margin: 10px auto;
  display: block;
}
.thirdContent .xza {
  margin-top: 20px;
}
.thirdContent .xza h4 {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 10px;
  font-weight: bold;
}
.thirdContent .xza p {
  line-height: 30px;
}
