@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

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: #7c0303;
}

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;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 15px;
}

.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: 25px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.main-tit h6 {
  float: left;
  font-size: 18px;
  line-height: 22px;
}

.main-tit h6 p {
  line-height: 40px;
}

.main-tit h6 .line {
  height: 3px;
  background: #542a28;
  margin-bottom: -1px;
}

.main-tit .more {
  float: right;
  font-size: 16px;
  font-family: Arial;
  line-height: 40px;
}

.main-list li {
  line-height: 36px;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li a em {
  color: #7c0303;
}

.main-list li .date {
  float: right;
  margin-left: 20px;
  color: #7c0303;
}

.header {
  color: #fff;
  background: url(../images/header.jpg) top center no-repeat;
}

.header a {
  color: #fff;
}

.header .con {
  padding: 22px 0;
  border-bottom: 1px solid #886967;
}

.header .con .logo {
  float: left;
}

.header .con .right {
  float: right;
  text-align: right;
}

.header .con .right .links {
  color: #c2a4a1;
}

.header .con .right .links a {
  color: #c2a4a1;
}

.header .con .right .links span {
  margin: 0 3px;
}

.search-box {
  width: 250px;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  background: url(../images/search-bg.png) center center no-repeat;
}

.search-box .text {
  border: none;
  background: none;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 200px;
  padding: 0 10px;
}

.search-box .btn {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 50px;
}

.main-nav li {
  position: relative;
  float: left;
  width:9%;
  text-align: center;
  z-index: 10;
  font-size: 16px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 99%;
  padding-top: 10px;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  background: url(../images/opacity2.png);
  position: relative;
}

.main-nav li .dropdown li:hover {
  background: #7c0303;
}

.main-nav li .dropdown li:after {
  content: '';
  position: absolute;
  width: 80%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 50%;
  left: -100%;
  transition-delay: all 0.5s;
  transition: all 0.5s;
}

.main-nav li .dropdown li:hover:after,
.main-nav li .dropdown li.hover:after {
  left: 100%;
}

.main-nav li .dropdown li .text {
  text-shadow: 0px -40px 0px white;
  transition: all 0.75s;
  transform: translateY(100%) translateZ(0);
  transition-delay: all 0.25s;
}

.main-nav li .dropdown li:hover .text,
.main-nav li .dropdown li.hover .text {
  text-shadow: 0px -40px 0px rgba(255, 255, 255, 0);
  transform: translateY(0%) translateZ(0) scale(1.1);
  font-weight: 600;
}

.main-nav li.on {
  background: #7c0303;
}

.main-nav li.on:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 125px;
  height: 8px;
  left: 0;
  margin-left: -7px;
  background: url(../images/nav-top.png) no-repeat;
}

.main-nav li.on a {
  color: #fff;
}

.main-nav li:hover {
  background: #7c0303;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  min-width: 1200px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .hd {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) no-repeat;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 380px;
  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%;
}

.index-row1 .c1 {
  float: left;
  width: 200px;
}

.index-row1 .c1 .list li {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 28px;
}

.index-row1 .c1 .list li a {
  color: #fff;
  display: block;
}

.index-row1 .c1 .list li p {
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
}

.index-row1 .c1 .list .li1 {
  background: #7c0303;
}

.index-row1 .c1 .list .li2 {
  background: #b53c24;
}

.index-row1 .c1 .list .li3 {
  background: #405e0b;
}

.index-row1 .c1 .list .li4 {
  background: #7c5003;
}

.index-row1 .c2 {
  float: left;
  width: 600px;
  margin-left: 55px;
}

.index-row1 .c2 .list dl {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e7e7e7;
}

.index-row1 .c2 .list dl dt {
  float: left;
  width: 74px;
  height: 68px;
  background: url(../images/date.png) no-repeat;
  text-align: center;
  color: #7c0303;
}

.index-row1 .c2 .list dl dt .d {
  padding-top: 8px;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
}

.index-row1 .c2 .list dl dt .y {
  font-size: 12px;
}

.index-row1 .c2 .list dl dd {
  margin-left: 90px;
}

.index-row1 .c2 .list dl dd h6 {
  font-size: 16px;
  line-height: 1;
}

.index-row1 .c2 .list dl dd .desc {
  margin-top: 5px;
  font-size: 15px;
  color: #818181;
  line-height: 24px;
}

.index-row1 .c2 .list dl:hover dt {
  color: #fff;
  background: url(../images/date-on.png) no-repeat;
}

.index-row1 .c3 {
  float: right;
  width: 300px;
}

.index-row1 .c3 .list li {
  line-height:43px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row2 {
  background: url(../images/bg1.jpg);
  padding: 10px 0 40px;
}

.index-row2 .c1 {
  float: left;
  width: 850px;
}

.index-row2 .c1 .list {
  margin-top: -10px;
}

.index-row2 .c1 .list dl {
  padding: 16px 0;
  border-bottom: 1px dashed #e2e2e2;
}

.index-row2 .c1 .list dl dt {
  float: left;
  width: 175px;
  height: 105px;
  overflow: hidden;
}

.index-row2 .c1 .list dl dt img {
  width: 100%;
  height: 100%;
  transition: all ease .2s;
}

.index-row2 .c1 .list dl dd {
  margin-left: 200px;
  color: #818181;
}

.index-row2 .c1 .list dl dd h6 {
  line-height: 30px;
}

.index-row2 .c1 .list dl dd .desc {
  line-height: 24px;
  margin: 4px 0;
}

.index-row2 .c1 .list dl:hover dt img {
  transform: scale(1.1);
}

.index-row2 .c2 {
  float: right;
  width: 300px;
}

.index-row2 .c2 .list li {
  line-height: 44px;
  margin-bottom: 1px;
  background: url(../images/jia.png) 94% center no-repeat #e9e9e9;
  padding: 0 25px;
}

.index-row2 .c2 .list li a {
  color: #000;
}

.index-row2 .c2 .list li:hover {
  background: url(../images/jia-on.png) 94% center no-repeat #7c0303;
}

.index-row2 .c2 .list li:hover a {
  color: #fff;
}

.index-row3 {
  padding: 10px 0 50px;
}

.index-row3 .main-tit {
  margin-bottom: 35px;
}

.index-row1 .c11 {
  float: left;
  width: 300px;
  position: relative;
    margin: 40px 0px 20px 0;
}

.index-row1 .c11 .pic img {
  width: 100%;
  height: 335px;
}

.index-row1 .c11 .cover {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  top: 30%;
}

.index-row1 .c11 .cover a {
  color: #fff;
}

.index-row1 .c11 .cover p {
  margin-top: 30px;
  line-height: 1;
  font-size: 18px;
}

.index-row3 .c2 {
 
  width: 100%;
}

.index-row3 .c2 .item {
  float: left;
  width: 370px;
margin-right: 45px;
}

.index-row3 .c2 .item .pic {
  position: relative;
}

.index-row3 .c2 .item .pic img {
  width: 100%;
  height: 205px;
  transition: all ease .2s;
}

.index-row3 .c2 .item .pic .date {
  position: absolute;
  width: 76px;
  height: 80px;
  background: #7c0303;
  color: #fff;
  bottom: -40px;
  left: 30px;
  text-align: center;
}

.index-row3 .c2 .item .pic .date .d {
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
}

.index-row3 .c2 .item .pic:hover img {
  transform: scale(1.05);
}

.index-row3 .c2 .item .text {
  margin-top: 50px;
  line-height: 28px;
}

.index-row3 .c2 .item .text h6 {
  font-size: 16px;
}

.index-row3 .c2 .item .text .desc {
  font-size: 14px;
  color: #818181;
  height: 56px;
  overflow: hidden;
}

.index-row3 .c2 .last {
  margin-right:0px;
}

.f-links {
  background: #ececec;
  padding: 13px 0;
}

.f-links select {
  border: 1px solid #fff;
  background: none;
  line-height: 30px;
  height: 30px;
  margin-right: 40px;
}

.footer {
  padding: 20px 0;
  background: url(../images/footer.jpg) center center no-repeat;
  color: #fff;
  line-height: 34px;
}

.footer .c1 {
  float: left;
  width: 450px;
}

.footer .c2 {
  float: left;
  margin-left: 20px;
}

.footer .c3 {
  float: right;
}

.footer .c3 .text {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  margin-right: 10px;
}

.inner-banner {
  position: relative;
  margin-bottom: 10px;
  height: 240px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  margin-bottom: 20px;
}

.inner-page .main-tit {
  margin-top: 0;
}

.inner-page .main-tit h6 .line {
  margin-top: 7px;
}

.inner-page .leftbar {
  float: left;
  width: 300px;
  top: 0;
}

.inner-page .leftbar .list li {
  line-height: 56px;
  background: #e9e9e9;
  text-align: center;
  margin-bottom: 1px;
}

.inner-page .leftbar .list li a {
  font-size: 15px;
  padding-left: 20px;
  margin-right: 10px;
  display: block;
}

.inner-page .leftbar .list .on, .inner-page .leftbar .list li:hover {
  background: #7c0303;
}

.inner-page .leftbar .list .on a, .inner-page .leftbar .list li:hover a {
  color: #fff;
}

.inner-page .leftbar .links {
  margin-top: 18px;
}

.inner-page .leftbar .links ul {
  margin: 0 -4px;
}

.inner-page .leftbar .links li {
  float: left;
  text-align: center;
  width: 50%;
}

.inner-page .leftbar .links li a {
  color: #fff;
  display: block;
  margin: 4px;
  padding: 10px;
}

.inner-page .leftbar .links li p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}

.inner-page .leftbar .links .li1 a {
  background: #7c0303;
}

.inner-page .leftbar .links .li2 a {
  background: #b53c24;
}

.inner-page .leftbar .links .li3 a {
  background: #405e0b;
}

.inner-page .leftbar .links .li4 a {
  background: #7c5003;
}

.inner-page .right-con {
  float: right;
  width: 850px;
}

.inner-page .right-con .main-tit .bread {
  float: right;
  padding-left: 20px;
  color: #727272;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background: url(../images/pst.jpg) left center no-repeat;
}

.inner-page .right-con .main-tit .bread a {
  color: #727272;
}

.inner-page .right-con .main-tit .bread span {
  margin: 0 5px;
}

.inner-page .right-con.block {
  width: 100%;
  float: none;
}

.inner-page .right-con .main-text-list {
  margin-top: -20px;
  padding: 20px 0;
}

.inner-page .right-con .main-text-list dl {
  padding: 20px 0;
  line-height: 26px;
  border-bottom: 1px dashed #e2e2e2;
}

.inner-page .right-con .main-text-list dl dt {
  font-size: 16px;
}

.inner-page .right-con .main-text-list dl dt a {
  color: #4b4b4b;
}

.inner-page .right-con .main-text-list dl dd {
  margin-top: 8px;
  color: #818181;
  font-size: 14px;
}

.inner-page .right-con .main-pic-list {
  margin: 20px 0;
}

.inner-page .right-con .main-pic-list li {
  float: left;
  width: 33.3%;
}

.inner-page .right-con .main-pic-list li a {
  display: block;
  margin: 7px;
  overflow: hidden;
}

.inner-page .right-con .main-pic-list li a img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.inner-page .right-con .main-pic-list li a:hover img {
  transform: scale(1.1);
}

.inner-page .right-con .main-pic-list li a img {
  width: 100%;
  height: 210px;
}

.inner-page .right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.inner-page .right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #7c0303;
}

.inner-page .detail .tit {
  text-align: center;
  line-height: 1.6;
  color: #333;
  font-size: 22px;
  margin-bottom: 20px;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #999;
  border-bottom: 1px dashed #e2e2e2;
}

.inner-page .detail .infor span {
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 30px;
}