@charset "utf-8";
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: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

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,
a:hover {
  color: #333;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  z-index: 2;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.main-nav {
  position: absolute;
  transition: all ease .3s;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  background-color: #6c1716;
  color: #fff;
  z-index: 999;
  display: none;
}

.main-nav dl dt {
  padding-left: 20px;
  background: #6c1716;
  line-height: 44px;
  border-bottom: 1px solid #904548;
}

.main-nav dl dd {
  display: none;
  padding-left: 20px;
  background: #78231c;
  line-height: 44px;
}
.main-nav dl dt a{
color: #fff;
}
.main-nav dl dd a {
  color: #fff;
  display: block;
}

.show-nav .main-nav {
  display: block;
}

.header {
  position: relative;
  padding: 0 10px;
height:100px;
}

.header .navctr {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

.header .navctr img {
  width: 30px;
}

.header .logo {
display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.header .logo img {
  width: 88%;
}

.header .search {
  float: right;
 * margin-top: 5px;
  margin-right: 50px;
}
.header .search i{    display: table-cell;
    vertical-align: middle;
    height: 100px;} 
.header .search .search-box {
  display: none;
  background: #6c1716;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.header .search .search-box .text {
  color: #fff;
  border: none;
  background: none;
  width: 60%;
  height: 20px;
  line-height: 20px;
  padding: 12px;
  border: none;
  background: none;
}

.header .search .search-box .btn {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 10px;
  width: 25px;
  height: 25px;
}

.header .search.on .search-box {
  display: block;
}

.banner {
  position: relative;
}

.banner .hd {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 2;
}

.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: 99em;
  overflow: hidden;
  margin: 0 5px;
}

.banner .hd li.on {
  background: #db8053;
}

.banner .bd li {
  position: relative;
}

.banner .bd li img {
  width: 100%;
height:160px;
}

.banner .bd li .text {
  position: absolute;
  bottom: 10px;
  left: 30%;
  right: 10px;
  line-height: 30px;
  padding: 10px;
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.banner .bd li .text h6 {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-tit {
  border-bottom: 2px solid #f9981b;
  padding: 15px 10px;
}

.index-tit .more {
  float: right;
  color: #fff;
}

.index-tit h6 {
  font-size: 18px;
  color: #fff;
}

.pic-list ul {
  margin: 0 -15px;
}

.pic-list li {
  float: left;
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
}

.pic-list li .pic img {
  width: 100%;
}

.pic-list li .text {
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #6c1716;
}

.pic-list li .text img {
  margin-left: 10px;
  vertical-align: middle;
}

.text-list li {
  line-height: 32px;
}

.text-list li a {
  display: block;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
}

.text-list li a span {
  color: #7e383a;
}

.text-list li .date {
  float: right;
  font-size: 12px;
}

.index {
  background: #78231c;
  max-width: 750px;
  padding: 1px 0;
  margin: 0 auto;
}

.index-row1 .index-tit {
  border: none;
  margin-bottom: 0;
  background-image: linear-gradient(#ca4713, #aa2f0d);
}

.index-row1 .list {
  padding: 5px;
}

.index-row1 .list li {
  float: left;
  width: 50%;
}

.index-row1 .list li a {
  display: block;
  padding: 5px;
  color: #fff;
  margin-right: 1px;
  margin-bottom: 1px;
  background: #6c1716;
}

.index-row1 .list li a .pic {
  height: 130px;
}

.index-row1 .list li a .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 .list li a .text {
  padding: 10px 5px;
}

.index-row1 .list li a .text h6 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.index-row1 .list li a .text .date {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  padding-left: 22px;
  background: url(../images/date.png) left center no-repeat;
}

.index-row2 {
  background: url(../images/bg1.jpg) left top no-repeat;
  background-size: 100% auto;
}

.index-row2 .list1 {
  margin-bottom: 15px;
}

.index-row2 .list1 li {
  padding: 15px 0;
  border-bottom: 1px solid #e98a1b;
}

.index-row2 .list1 li .date {
  float: left;
  width: 60px;
  color: #fff;
  text-align: center;
}

.index-row2 .list1 li .date .d {
  font-size: 20px;
  font-weight: bold;
}

.index-row2 .list1 li .date .y {
  font-size: 12px;
}

.index-row2 .list1 li .text {
  margin-left: 80px;
  margin-right: 15px;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
}

.index-row2 .list1 li .text a {
  font-size: 14px;
  color: #fff;
}

.index-row2 .list1 li:nth-last-child(1) {
  border: none;
}

.index-row2 .list2 {
  padding: 0 10px;
  margin: 10px 0;
}

.index-row2 .list2 li {
  line-height: 34px;
font-size:14px;
}

.index-row2 .list2 li .date {
  color: #fff;
  float: right;
font-size:12px;
}

.index-row2 .list2 li a {
  color: #fff;
  display: block;
  margin-right: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-row3 .slide .hd {
  border-bottom: 2px solid #f9981b;
  padding: 15px 10px;
}

.index-row3 .slide .hd li {
  float: left;
  padding: 0 10px;
  color: #fff;
  line-height: 34px;
  font-size: 18px;
}

.index-row3 .slide .hd li.on {
  background: #db8053;
  border-radius: 5px;
}

.index-row3 .slide .bd ul {
  margin: 10px;
  background: url(../images/ruler.png) left 15px repeat-y;
  padding-left: 20px;
}

.index-row3 .slide .bd li {
  margin-bottom: 10px;
}

.index-row3 .slide .bd li a {
  color: #fff;
}

.index-row3 .slide .bd li h6 {
  overflow: hidden;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 8px;
}

.index-row3 .slide .bd li .date {
  color: #fff;
  font-size: 12px;
}

.index-row4 {
  padding: 15px 10px;
}

.index-row4 .swiper-slide {
  width: 300px;
}

.index-row4 .swiper-slide a {
  display: block;
}

.index-row4 .swiper-slide .pic img {
  width: 100%;
  height: 180px;
}

.index-row4 .swiper-slide .text {
  background: #fff;
  padding: 10px;
}

.index-row4 .swiper-slide .text .label {
  display: inline-block;
  padding: 0 20px;
  background: #6c1716;
  color: #fff;
  line-height: 30px;
}

.index-row4 .swiper-slide .text .tit {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 5px;
}

.index-row5 {
  padding: 10px;
}

.index-row5 ul {
  white-space: nowrap;
  overflow-x: auto;
}

.index-row5 li {
  display: inline-block;
  width: 140px;
  margin-right: 20px;
  position: relative;
}

.index-row5 li img {
  width: 100%;
  height: 100px;
}

.index-row5 li .label {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  background: rgba(111, 40, 33, 0.9);
  line-height: 34px;
  color: #fff;
}

.index-row6 .list {
  padding: 10px 15px;
}

.index-row6 .list li {
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

.index-row6 .list li a {
  color: #fff;
}

.footer {
  color: #fff;
  background: url(../images/f-bg.png) bottom center repeat-x #78231c;
  padding: 20px 0 40px;
}

.footer a {
  color: #fff;
}

.footer .r1 {
  text-align: center;
  margin-bottom: 20px;
}

.footer .r2 {
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.footer .r2 .c1 {
  width: 30%;
}

.footer .r2 .c1 img {
  width: 100%;
}

.footer .r2 .c2 {
  flex: 1;
  text-align: center;
}

.footer .r3 {
  line-height: 30px;
  text-align: center;
}

.copyright {
  text-align: center;
  background: #78231c;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}

.inner-page {
  padding: 10px 0;
}

.inner-page .inner-banner img {
  width: 100%;
}

.inner-page .main-tit {
  margin: 15px 0;
  font-size: 16px;
}

.inner-page .main-tit img {
  margin-right: 5px;
  vertical-align: middle;
}

.inner-page .main-tit.theme {
  color: #78231c;
  margin: 10px 0;
}

.inner-page .main-list {
  padding-bottom: 20px;
}

.inner-page .main-list li {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  background: url(../images/dote.png) left center no-repeat;
}

.inner-page .main-list li .date {
  float: right;
  font-size: 12px;
  color: #adadad;
}

.inner-page .loadmore {
  text-align: center;
  margin: 20px 0 10px;
}

.inner-page .loadmore span {
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  color: #78231c;
  background: #0061c3;
}

.inner-page .detail p {
  line-height: 30px;
  margin-bottom: 20px;
  text-indent: 2em;
}

.inner-page .detail img {
  max-width: 100%;
}

.inner-page .search-area {
  margin-bottom: 20px;
}

.inner-page .search-area .item {
  display: flex;
  line-height: 32px;
  margin: 10px 0;
}

.inner-page .search-area .item > * {
  flex: 1;
}

.inner-page .search-area .item label {
  max-width: 70px;
}

.inner-page .search-area .item select, .inner-page .search-area .item .text {
  width: 220px;
  height: 32px;
  font-size: 12px;
  background: url(../images/opacity.png);
  border: 1px solid #fff;
}

.inner-page .search-area .item .text {
  width: 200px;
  padding: 0 10px;
}

.inner-page .search-area .submite {
  padding-left: 70px;
  margin-top: 15px;
}

.inner-page .search-area .submite a {
  display: inline-block;
  padding: 0 30px;
  line-height: 34px;
  margin-right: 20px;
}

.inner-page .search-area .submite .reset {
  background: #0061c3;
}

.inner-page .search-area .submite .sub {
  color: #fff;
  background: #78231c;
}

.bread {
  padding: 10px;
  background: #ddd;
}