@charset "utf-8";

/*CSS通用重置样式*/
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;
  list-style: none;
  text-decoration: none;
}

fieldset,
img {
  border: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup,
i {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

body {
  font-size: 12px;
  color: #333;
  background: #FFF;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,
:visited,
ins {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after,
.cf:after {
  clear: both;
}

.clearfix,
.cf {
  zoom: 1;
}

html {
  _text-overflow: ellipsis;
}

/*���IE6��ͼƬ����*/
iframe {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

/* Init */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

/* common */
body {
  width: 100%;
  font: 14px/1.5 "Helvetica Neue", Microsoft YaHei, "Microsoft Yahei", Helmet, Freesans, sans-serif;
  color: #333333;
  overflow-x: hidden;
  margin: 0 auto;
}

a,
a:visited {
  text-decoration: none;
}

.clearer {
  line-height: 0px;
  clear: both;
}

strong {
  font-weight: bold;
}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clear {
  display: inline-block;
}

/**/
/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/**/
/* End hide from IE-mac */


.onedelay {
  animation-delay: 0.3s
}

.onedelaya {
  animation-delay: 0.5s
}

.onedelayb {
  animation-delay: 1s
}

.onedelayc {
  animation-delay: 2s
}

.onedelayd {
  animation-delay: 3s
}



/* 首页 */

/* header */

.header {
  width: 100%;
  height: 130px;
  border-bottom: 1px #cdcdcd solid;
  -moz-box-shadow: 3px 3px 4px #cdcdcd;
  -webkit-box-shadow: 3px 3px 4px #cdcdcd;
  box-shadow: 0px 4px 30px #cdcdcd;
  position: relative;

}

.headerm {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.header .mlogo {
  float: left;
  margin-top: 26px;
}

.header .menubut {
  float: right;
  margin-top: 39px;
  margin-right: 21px;
}

.menumin {
  width: 90%;
  padding: 0 5%;
  position: absolute;
  right: -100%;
  padding-top: 16px;
  top: 130px;
  border-top: 1px solid #872206;
  background: #fff;
  padding-bottom: 30px;
  z-index: 88;
  -moz-box-shadow: 3px 3px 4px #cdcdcd;
  -webkit-box-shadow: 3px 3px 4px #cdcdcd;
  box-shadow: 0px 4px 30px #cdcdcd;
}

.menumin h5 {
  width: 100%;
  text-align: left;
  height: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #523a28;
  line-height: 70px;
}

.menumin p {
     width: 100%;
    text-align: left;
    height: auto;
    margin-bottom: 11px;
    line-height: 70px;
    border-bottom: 1px dashed #523a28;
}

.menumin p a {
  font-size: 28px;
  padding-right: 50px;
  color: #523a28;
}

/* header */


/* search */
.r-search {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 13px;
}

.r-search input {
  padding-left: 33px;
  width: 640px;
  padding-right: 41px;
  height: 100px;
  border: 1px #fff solid;
  font-size: 32px;
}

.r-search a.button {
  width: 59px;
  height: 59px;
  position: absolute;
  right: 10px;
  top: 23px;
  background: url(../images/seach.png) no-repeat 50%;
  overflow: hidden;
  text-indent: -400px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* search */


/* 轮播图1 */

.template-four {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.temp-four-m {
  width: 100%;
  height: 198px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}


.temp-four-m .swiper-slide {
  width: 100%;
  height: 198px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;

}

.temp-four-m .swiper-slide img {
  width: 100%;
}

.temp-four-m .swiper-slide h5 {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
  text-align: left;
}

.temp-four-m .swiper-slide h5 a {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  overflow: hidden;
  margin-left: 10px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}

.temp-four-m .swiper-slide img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* 轮播图1 */


.partarma {
  width: 100%;
  overflow: hidden;
  background: #872206;
  padding: 19px 0;
}

.partarma ul li {
  width: 120px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  float: left;
  cursor: pointer;
  margin-left: 24px;
}

.partarma ul li img {
  opacity: 0.6;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
}

.partarma ul li a {
  color: #fff;
}






.template-foura {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 42px;
}

.temp-four-ma {
  padding-top: 82px;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}


.temp-four-ma .swiper-slide {
  width: 100%;

  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;

}

.rdgz h5 {
  overflow: hidden;
  font-size: 24px;
  text-align: left;
  color: #333;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  position: relative;
  padding-left: 30px;
}

.rdgz h5 i {
  display: inline-block;
  width: 4px;
  height: 22px;
  background: #007eea;
  position: absolute;
  left: 11px;
  top: 11px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.rdgz ul {
  margin-top: 10px;
  width: 99%;

  overflow: hidden;
}

.rdgz ul li {
  width: 96%;
  margin: 0 auto;
  padding: 15px 0;
  min-height: 100px;
  display: flex;
  font-size: 34px;
  line-height: 50px;
  border-bottom: 2px dashed #cfcfce;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
}

.rdgz ul li a {
  color: #333;
}

.mroea {
  display: block;
  text-align: center;
  margin-top: 32px;
  font-size: 26px;
  color: #8c8f96;
  padding-bottom: 10px;
}


.navpagination {
  position: absolute;
  top: 0px;
  left: 1%;
  width: 98%;
}

.navpagination span {
    width: 25%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #999998;
    display: block;
    float: left;
}

.navpagination span.swiper-active-switch {
  color: #872206;
  padding-bottom: 10px;
  border-bottom: 2px solid #872206;
}




/* 轮播图2 */

.partb {

  background: #eee6d3;
  padding: 25px 20px;
}

.topm {
  width: 98%;
  height: 100px;
  line-height: 100px;
}

.topm h5 {
  float: left;
  font-size: 42px;
  font-weight: bold;
  color: #872206;
  width: 119px;
}

.topm span {
  float: left;
  font-size: 30px;
  color: #872206;
  line-height: 115px;
}

.template-fourb {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.temp-four-mb {
  width: 100%;

  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}


.temp-four-mb .swiper-slide {
  width: 100%;

  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;

}

.temp-four-mb .swiper-slide img {
  width: 100%;
  height: 390px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.temp-four-mb .swiper-slide h5 {
  color: #633329;
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  z-index: 10;
  line-height: 60px;
  text-align: center;
  padding-top: 60px;
}

.temp-four-mb .swiper-slide p {
  color: #633329;
  width: 100%;
  font-size: 29px;
  z-index: 10;
  line-height: 59px;
  text-align: left;
  text-indent: 2em;
  padding-top: 10px;
}

.temp-four-mb .swiper-slide p a {
  color: #633329;
}

.temp-four-mb .swiper-slide h5 a {

  color: #633329;

}

.temp-four-mb .swiper-slide img {
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.temp-four-mb .paginationb {
  position: absolute;
  left: 44%;
  top: 421px;
  z-index: 999;
}

.temp-four-mb span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background: #872206;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* 轮播图2 */




/* 轮播图3 */

.template-fourc {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;

}

.temp-four-mc {
  width: 100%;
  height: 460px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;


}


.temp-four-mc .swiper-slide {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;

}

.temp-four-mc .swiper-slide img {
  width: 100%;
}

.temp-four-mc .swiper-slide h5 {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0px;
  z-index: 10;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
  text-align: left;
}

.temp-four-mc .swiper-slide h5 a {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  overflow: hidden;
  margin-left: 10px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}

.temp-four-mc .swiper-slide img {
  height: 380px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.temp-four-mc .paginationc {
  position: absolute;
  left: 42%;
  bottom: 0px;
  z-index: 999;
}

.temp-four-mc span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background: #872206;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.temp-four-mc span.swiper-visible-switch {
    background: #b03f1f;
}

/* 轮播图3 */


.partc {
  padding: 25px 20px;
  overflow: hidden;
}

.scmin {
  width: 100%;
  overflow-x: auto;
  height: 320px;
  position: relative;
}

.scmin ul {
  position: absolute;
  left: 0px;
  top: 0px;
}

.scmin ul li {
  float: left;
  position: relative;
  width: 282px;
  height: 260px;
  margin-right: 20px;
}

.scmin ul li img {
  width: 282px;
  height: 261px;
}

.scmin ul li h5 {
  width: 90.1%;
  padding: 0 5%;
  position: absolute;
  color: #333;
  font-weight: bold;
  left: 0px;
  bottom: 34px;
  font-size: 25px;
  z-index: 10;
  height: 95px;
  line-height: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#ffffff')\9;
  text-align: left;
}

.scmin ul li h5 a {
    color: #333;
}

.partd {
  padding: 25px 20px;
  overflow: hidden;
}

.edchoose {
  float:right;
  font-size: 29px;
  color:#872206;
}
.edchoose i {
  padding:10px 10px;
}
.edchoose i.curre {

border-bottom:1px solid #872206

}



.partdlma { width:100%; margin:0 auto;
  overflow:hidden; display: none;}
  .partdlma img {
    width: 100%;
    height: 267px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  }
  .partdlma h5 {font-size: 40px;text-align: center;font-weight:bold;margin-top: 15px;overflow: hidden;white-space: nowrap;margin-bottom: 13px;text-overflow: ellipsis;}
  .partdlma h5 a {
    color:#333;
  }
    .partdlma ul li {
      width: 96%;
      margin: 0 auto;
      text-align: left;
      padding: 15px 0;
      font-size: 20px;
      line-height: 54px;
      border-bottom: 2px dashed #cfcfce;
      }
  
    .partdlma ul li a  {
color:#333
    }
 
    


.edchooseb {
  float:right;
  font-size: 29px;
  color:#872206;
}
.edchooseb i {
  padding:10px 10px;
}
.edchooseb i.curre {

border-bottom:1px solid #872206

}



.partdlmb { width:100%; margin:0 auto;
  overflow:hidden; display: none;}
  .partdlmb img {
    width: 100%;
    height: 267px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  }
  .partdlmb h5 {font-size: 40px;text-align: center;font-weight:bold;margin-top: 15px;overflow: hidden;white-space: nowrap;margin-bottom: 13px;text-overflow: ellipsis;}
  .partdlmb h5 a {
    color:#333;
  }
    .partdlmb ul li {
      width: 96%;
      margin: 0 auto;
      text-align: left;
      padding: 15px 0;
      font-size: 20px;
      line-height: 54px;
      border-bottom: 2px dashed #cfcfce;
      }
  
    .partdlmb ul li a  {
color:#333
    }


.footm {
  width:90%; background:#92342a;
  text-align: center;
  color:#fff;
  padding:5%;
  font-size:16px;
}
.footm  img {
  float:left; margin-right:15px;
}
.footm span { text-align:left;  font-size:12px;;}
.footm a { color:#fff;}

 
/* 首页 */


/* 概览 */
.lsitm {
  width:100%; overflow:hidden;
  margin-top:35px;
}
.lsitm ul {
  width:96%; margin:0 auto;
  padding-bottom:28px;
}
.lsitm ul li {
  width:100%; 
  overflow:hidden;
  padding-bottom:20px;
  border-bottom: 3px dashed #cfcfce;
  margin-top:30px;
}

.lsitm ul li img {
  float:left;
  width:170px;
  margin-right:15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.lsitm ul li a { color:#333}
.lsitm ul li h5 {
  font-size:24px;
  line-height: 58px;;
}
/* 概览 */





/* 细览 */
.detailm {  width:100%; overflow:hidden;
  margin-top:35px;}


  .detailm .bt {
    font-size: 32px;
    width: 96%;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 12px;
}
  .detailm .yt {
    font-size: 20px;
    width: 96%;
    margin: 0 auto;
}
  .detailm .timem {
    font-size: 14px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 18px;
}
.detailm .timem span {padding-left:25px;}

  .detailm .dezw {
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 64px;
    text-align: justify;
    margin-bottom: 45px;
  }
  .detailm .dezw img {
    width:90%;
    margin:0 auto;
    display: block;
  }

  .detailm .dezw p {
    
  }



/* 细览 */




.mbx {width:100%;
font-size:16px;
color:#333}
.mbx a { color:#333;}



.page {
    width: 100%;
    height: 52px;
    margin: 40px auto;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #b09496;
}

.page a {
    color: #b09496;
    border: 1px solid #b09496;
    padding: 4px 7px 4px 11px;
    margin: 0 2px;
    font-size: 30px;
}

.page a.current {
    color: #fff;
    background-color: #932000;
}



#scResTab {
     width: 94%;
     margin:0 auto;
}

.serch_list {width:100%;margin:0 auto;overflow:hidden;padding-bottom: 10px;border-bottom: 1px dashed #dfdfdf;margin-top:20px;}

.serch_list em {     color: #f94646;}
.serch_list .title {
    width: 100%;
    height: auto;
    line-height: 32px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #515151;
    font-size: 18px;
    font-weight: bold;
    clear: both;
    padding-bottom: 14px;
}
.search-line{
  
width:100%; text-align: right;;
margin:0 auto;
border-bottom:1px solid #dfdfdf;
margin-top:20px;}
.serch_list .url {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #675354;
    font-size: 13px;
    clear: both;
    overflow: hidden;
    display: none;
}
.serch_list .date {
 
width: auto;
 
min-width: 1px;
 
overflow: hidden;
 
color: #9E9E9E;
 
font-size: 20px;
 
height: 34px;
 
line-height: 34px;
}

.serch_list .content {}