@charset "utf-8";
/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #8f000b;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: "";
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  margin-bottom: 20px;
  line-height: 40px;
}

.main-tit h6 {
  font-size: 24px;
  position: relative;
  font-weight: bold;
}

.main-tit h6 span {
  color: #8f000b;
}

.main-tit h6 img {
  margin-right: 10px;
}

.main-tit .more {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #666;
}

.main-list li {
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/dote1.png) left center no-repeat;
}

.main-list li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.topbar {
  height: 34px;
  background: url(../images/header.jpg) no-repeat;
}

.header .header-row1 {
  padding: 22px 0;
}

.header .header-row1 .logo {
  float: left;
}
.header .header-row1 .logo img {
    height: 80px;
}

.header .header-row1 .right {
  float: right;
  width: 570px;
  padding-top: 10px;
}

.search-box {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 30px;
  vertical-align: middle;
}

.search-box .text {
  border: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  width: 220px;
  padding: 6px 10px;
  background: none;
  color: #fff;
  border: 1px solid #ad4541;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 32px;
  background: #fff;
}

.main-nav li {
  position: relative;
  float: left;
  z-index: 10;
  font-size: 18px;
  width: 110px;
}

.main-nav li a {
  display: block;
  text-align: right;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 99%;
  min-width: 100%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
  background: #8f000b;
  position: relative;
}

.main-nav li .dropdown li a {
  color: #fff;
}

.main-nav li .dropdown li:hover {
  background: #ad1e29;
}

.main-nav li.on {
  color: #8f000b;
}

.main-nav li:hover {
  z-index: 11;
  color: #8f000b;
}

.main-nav li:hover .dropdown li a:hover {
  color: #fff;
}

.banner {
  min-width: 1240px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
display:none;
}

.banner .slide {
  position: relative;
}

.banner .hd {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  text-align: center;
  width: 100%;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 40px;
  height: 10px;
  cursor: pointer;
  margin: 0 8px;
  background: url(../images/dote.png) no-repeat bottom center;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) no-repeat bottom center;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 615px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.banner .bd ul li .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -620px;
  width: 1240px;
  line-height: 48px;

}

.banner .bd ul li .text a {
  font-size: 18px;
  display: block;
  color: #fff;
  padding-left: 20px;
  padding-right: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.index-row1 .main-tit {
  background: url(../images/line.png) 130px center no-repeat;
}

.index-row1 .list {
  padding: 20px 0;
}

.index-row1 .list ul {
  margin: 0 -16px;
}

.index-row1 .list ul li {
  float: left;
  width: 25%;
}

.index-row1 .list ul li a {
  display: block;
  margin: 0 14px;
  padding: 15px;
  position: relative;
  border: 4px solid transparent;
  transition: all ease 0.3s;
  background: url(../images/bg.png) center center no-repeat;
}

.index-row1 .list ul li .pic {
  height: 135px;
  overflow: hidden;
}

.index-row1 .list ul li .pic img {
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.index-row1 .list ul li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .list ul li .date {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 135px;
  width: 90px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #8f000b;
  z-index: 2;
}

.index-row1 .list ul li .text {
  margin: 15px 0 10px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}

.index-row1 .list ul li .desc {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}

.index-row1 .list ul li:hover a {
  border-color: #8f000b;
  box-shadow: 0 0 16px rgba(143, 0, 11, 0.5);
}

.index-row2 {
  height: 530px;
  padding-top: 36px;
  background: url(../images/bg2.png) top center no-repeat;
}

.index-row2 .c1 {
  float: left;
  width: 390px;
}

.index-row2 .c1 .list ul li {
  padding: 14px 0;
  border-bottom: 1px solid #e0e1e2;
}

.index-row2 .c1 .list ul li .date {
  float: left;
  width: 47px;
  height: 58px;
  background: url(../images/date.png) no-repeat;
  text-align: center;
}

.index-row2 .c1 .list ul li .date .m {
  color: #fff;
}

.index-row2 .c1 .list ul li .date .d {
  margin-top: 5px;
}

.index-row2 .c1 .list ul li .text {
  margin-left: 64px;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
}

.index-row2 .c1 .list ul li.last {
  border-bottom: none;
}

.index-row2 .c2 {
  float: left;
  width: 390px;
  margin-left: 50px;
}

.index-row2 .c2 .list ul li {
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #e0e1e2;
  background: url(../images/dote1.png) left 24px no-repeat;
  padding-left: 15px;
}

.index-row2 .c2 .list ul li .date {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  color: #999999;
}

.index-row2 .c2 .list ul li .text {
  line-height: 27px;
  height: 54px;
  overflow: hidden;
}

.index-row2 .c2 .list ul li.last {
  border-bottom: none;
}

.index-row2 .c3 {
  float: right;
  width: 300px;
}

.index-row2 .c3 .list ul {
  margin: 35px -10px 0;
}

.index-row2 .c3 .list li {
  float: left;
  width: 33.3%;
  text-align: center;
  margin-bottom: 8px;
}

.index-row2 .c3 .list li .text {
  line-height: 30px;
}

.footer {
  height: 125px;
  line-height: 125px;
  background: url(../images/footer.jpg) bottom center no-repeat;
  color: #fff;
  text-align: center;
}

.footer span {
  margin: 0 13px;
}

.inner-banner {
  position: relative;
  height:246px;
  overflow: hidden;
  margin: 0 auto;
width:1200px;

  
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page .leftbar {
  float: left;
  width: 290px;
  position: relative;
}

.inner-page .leftbar .hd {
  font-size: 26px;
  color: #000;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #8f000b;
}

.inner-page .leftbar .list {
  background: #f7f7f7;
  padding: 9px 16px 70px;
}

.inner-page .leftbar .list dl {
  padding: 15px 0;
  border-bottom: 1px dashed #cacaca;
}

.inner-page .leftbar .list dl dt {
  background: url(../images/arr-right.png) left center no-repeat;
  font-size: 18px;
  padding: 0 15px;
  margin-bottom: 3px;
  cursor: pointer;
}

.inner-page .leftbar .list dl dt.on {
  background: url(../images/arr-right-on.png) left center no-repeat;
  color: #8f000b;
}

.inner-page .leftbar .list dl dt.on + dd {
  display: block;
}

.inner-page .leftbar .list dl dd {
  padding-left: 27px;
  display: none;
}

.inner-page .leftbar .list dl dd ul li {
  line-height: 28px;
}

.inner-page .leftbar .list dl dd ul li .s-tit {
  padding-left: 10px;
  cursor: pointer;

}

.inner-page .leftbar .list dl dd ul li .s-tit.on {
  color: #8f000b;
}

.inner-page .leftbar .list dl dd ul li .s-tit.on + .child {
  display: block;
}

.inner-page .leftbar .list dl dd ul li .child {
  display: none;
  padding-left: 20px;
  margin: 5px 0;
}

.inner-page .leftbar .list dl dd ul li .child p {
  font-size: 14px;
  padding-left: 10px;

}

.inner-page .right-con {
  float: right;
  width: 860px;
  position: relative;
  padding-bottom: 50px;
  font-size: 16px;
}

.inner-page .right-con .bread {
  font-size: 14px;
  color: #887474;
  line-height: 50px;
}

.inner-page .right-con .bread a {
  color: #887474;
}

.inner-page .right-con .bread a:hover {
  color: #8f000b;
}

.inner-page .right-con .bread span {
  margin: 0 5px;
}

.inner-page .right-con .inner-tit {
  font-size: 26px;
  color: #8f000b;
  line-height: 46px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #d9d9d9;
}

.inner-page .right-con .inner-tit h6 {
  font-weight: bold;
}

.inner-page .right-con .inner-tit .bread {
  float: right;
}

.inner-page .right-con .main-text-list li {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/dote1.png) left center no-repeat;
}

.inner-page .right-con .main-text-list li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .main-text-list li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.inner-page .right-con .main-text-list1 {
  margin-top: 30px;
}

.inner-page .right-con .main-text-list1 dl {
  background: #f7f7f7;
  padding: 15px 15px;
  margin-bottom: 20px;
}

.inner-page .right-con .main-text-list1 dl dt {
  float: left;
}

.inner-page .right-con .main-text-list1 dl dt .date {
  float: left;
  width: 82px;
  height: 66px;
  font-size: 14px;
  color: #8f000b;
  font-weight: bold;
  text-align: center;
}

.inner-page .right-con .main-text-list1 dl dt .date p {
  line-height: 34px;
}

.inner-page .right-con .main-text-list1 dl dt .date p:nth-child(1) {
  padding-top: 5px;
  border-bottom: 1px solid #d6d7d8;
}

.inner-page .right-con .main-text-list1 dl dt .pic {
  float: right;
  width: 85px;
  margin-left: 15px;
}

.inner-page .right-con .main-text-list1 dl dt .pic img {
  width: 127px;
  height: 81px;
}

.inner-page .right-con .main-text-list1 dl dd {
  margin-left: 240px;
  line-height: 20px;
}

.inner-page .right-con .main-text-list1 dl dd h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.inner-page .right-con .main-text-list1 dl dd h6 a {
  color: #000;
}

.inner-page .right-con .main-text-list1 dl dd h6 a:hover {
  color: #8f000b;
}

.inner-page .right-con .main-text-list1 dl dd .desc {
  font-size: 14px;
  color: #666666;
}

.inner-page .right-con .detail .tit {
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  margin-bottom: 10px;
}

.inner-page .right-con .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #edf1f4;
}

.inner-page .right-con .detail .infor span {
  margin: 0 10px;
}

.inner-page .right-con .detail .content {
  line-height: 34px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.inner-page .right-con .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .right-con .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .right-con .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .detail .detail-pages .next {
  float: right;
}