@charset "utf-8";

body {
  min-width: 1100px;
}

body {
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 100%;
}

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
img,
a,
span,
strong {
  padding: 0;
  margin: 0;
}

img,
input,
select,
textarea {
  vertical-align: middle;
}

a,
img {
  border: 0;
  text-decoration: none;
  color: #000;
}

ul,
li {
  list-style: none;
}

/* 首页 */

.th006-top-frame {
  width: 100%;
  height: 40px;
  clear: both;
  overflow: hidden;
  background-image: url("../images1/bg_top.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  min-width: 1100px;
}

.content {
  width: 1100px;
  margin: 0 auto;
}

.intop_banner {
  width: 100%;
}

.th006-menu {
  font-weight: bold;
  font-size: 15px;
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
}

/* .th006-menu .meili {
	position: relative;
} */

.menule {
  position: relative;
  display: flex;
}

.menuitem {
  display: inline-block;
  width: 90px;
  line-height: 40px;
  text-align: center;
}

.menuimac .menuitem {
  background-color: #a60202;
  color: #faffcf;
}

.meilicul {
  width: 1100px;
  position: absolute;
  left: 0;
  /* display: block; */
  display: none;
  /* background-color: #dd6311; */
  background-color: #fff;
  z-index: 10;
  height: 260px;
  padding: 5px 5px 5px 40px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #c0b29d;
  border: 2px solid #b03d3d;
  border-radius: 3px;
  opacity: 0;
}

.mecul1 {
  background: url("../images1/meni1.png") no-repeat;
  background-size: 765px;
  background-position: 326px center;
  background-color: #fff;
}

.mecul2 {
  background: url("../images1/meni2.png") no-repeat;
  background-size: 765px;
  background-position: 326px center;
  background-color: #fff;
}

.mecul3 {
  background: url("../images1/meni3.png") no-repeat;
  background-size: 765px;
  background-position: 326px center;
  background-color: #fff;
}

.mecul4 {
  background: url("../images1/meni4.png") no-repeat;
  background-size: 765px;
  background-position: 326px center;
  background-color: #fff;
}

.mecul5 {
  background: url("../images1/meni5.png") no-repeat;
  background-size: 765px;
  background-position: 326px center;
  background-color: #fff;
}

.mecul6 {
  background: url("../images1/meni6.png") no-repeat;
  background-size: 765px;
  background-position: 326px center;
  background-color: #fff;
}

.mecul7 {
  background: url("../images1/meni7.png") no-repeat;
  background-size: 765px;
  background-position: 326px center;
  background-color: #fff;
}

.meilicul .culitem {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.meilicul .culitem:hover {
  background-color: #810101;
}

.meicte1 {
  font-size: 30px;
  color: #a60202;
  margin: 28px 0 12px 0;
}

.meicte2 {
  width: 430px;
  word-break: break-all;
  height: 100px;
  overflow-y: auto;
  margin-bottom: 5px;
}

.meiclinlist {
  display: flex;
  flex-wrap: wrap;
    width: 90%;
}

.meiclink {
  position: relative;
  font-size: 14px;
  color: #877767;
  padding: 0 8px;
}

.meiclink::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 13px;
  background-color: #877767;
}

/* .meiclink:first-child {
  padding-left: 0;
}

.meiclink:last-child::after {
  width: 0;
} */

.meili.menuimac:hover .meilicul {
  display: block;
  animation: meiliculan 0.7s ease forwards;
}

@keyframes meiliculan {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.menuri {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.meriinput,
.meribtn {
  width: 130px;
  height: 26px;
  padding: 2px 5px;
  box-sizing: border-box;
  font-size: 12px;
  border: none;
  outline: none;
}

.meribtn {
  width: 60px;
  height: 26px;
  background-color: #5a5a5a;
  border-radius: 3px;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}

.topnewscon {
  display: flex;
  padding: 20px 16px;
}

.topnews_le {
  width: 630px;
  padding: 5px;
  background-color: #ececec;
}

#slideBox {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-top: 0px;
}

#slideBox #show_pic {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 350px;
  width: 3780px;
  position: absolute;
}

#show_pic .slideitem {
  float: left;
  margin: 0;
  padding: 0;
  height: 350px;
  list-style-type: none;
  width: 630px;
  text-align: center;
}

#show_pic  .slideitem a{
display: inline-block;
}
#show_pic .slideiimg {
  /* width: 630px; */
  width: auto;
  height: 320px;
}

.slideitem .slideiimg {
  display: block;
}

#iconBall {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#iconBall li {
  float: left;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 0px;
  font-family: Verdana, Geneva, sans-serif;
  list-style-type: none;
}

#iconBall li.active {
  color: #fff;
  background: #ff6600;
}

#textBall {
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  position: absolute;
  bottom: 0px;
  z-index: 99;
  width: 630px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

#textBall li {
  cursor: pointer;
  display: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
}

#textBall li.active {
  display: block;
}

#textBall li a {
  text-decoration: none;
  color: #fff;
}

/* top_news */
.topnews_rt {
  flex: 1;
  margin-left: 25px;
}

.nertitle {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}

.nertiitem {
  width: 134px;
  margin-right: 2px;
  background-color: #5a5a5a;
  border-radius: 3px;
  cursor: pointer;
}

.nertiitem:last-child {
  margin-right: 0;
}

.nertiac {
  background-color: #a60202;
}

.topnew {
  display: block;
  font-size: 12px;
  color: #aaa;
  word-break: break-all;
  padding-bottom: 20px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 15px;
}

.topnewti {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 6px;
  max-width: 406px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.topnewti2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
}

.nerbitem {
  display: flex;
  color: #aaa;
  font-size: 12px;
  line-height: 31px;
}

.nerbitem:hover .nerible,
.topnew:hover .topnewti,
.listmri:hover,
.caneitem:hover .caneile,
.caneitem2:hover .cai2rite1,
.lisplelink:hover,
.lisrta:hover,
.enterprint:hover,
.closepage:hover,
.meiclink:hover {
  color: #a60202;
}

.newslist {
  width: 406px;
}

.nerible {
  flex: 1;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.listmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #111111;
  margin-top: 10px;
}

.newscard {
  display: flex;
  font-size: 12px;
  border-top: 2px solid #a60202;
  margin-bottom: 15px;
}

.newscardbg {
  background: url("../images1/bg1.png") no-repeat;
  background-size: cover;
}

.listmle {
  font-size: 15px;
  font-weight: bold;
  color: #a60202;
}

.caneitem,
.canelist {
  display: flex;
  line-height: 26px;
}

.newscale {
  width: 652px;
  padding: 0 16px 2px;
  box-sizing: border-box;
  margin-top: 15px;
  border-right: 1px dotted #810101;
}

.canelle {
  margin-right: 40px;
}

.canelle,
.canelri {
  width: 306px;
}

.caneiri {
  color: #aaa;
}

.listmore2 {
  margin: 0 0 10px 0;
}

.caneile {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.newscari {
  flex: 1;
  padding: 0 16px 2px 30px;
  margin-top: 15px;
  max-width: 448px;
  box-sizing: border-box;
}

.newscari .canelle {
  margin: 0;
  width: 100%;
}

.caneitem2 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #aaa;
  line-height: 18px;
  margin-bottom: 8px;
}

.canei2le {
  margin-right: 15px;
  width: 100px;
}

.cai2rite1 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.cai2rite2 {
  height: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.canei2ri {
  max-width: 287px;
}

.tsworkcon {
  padding: 12px 16px 28px;
  border-top: 2px solid #a60202;
  border-bottom: 2px solid #a60202;
}

.tsworkscroll {
  overflow: hidden;
}

.tsworklist {
  font-size: 0;
}

.tswitem {
  display: inline-block;
  margin-right: 10px;
}

.footer {
  padding: 25px 16px 25px;
  background: url("../images1/foi2.png") no-repeat;
  background-size: 880px;
  background-position: 246px -8px;
}

.fote1 {
  font-size: 12px;
  color: #aaa;
}

.fot1c1 {
  font-weight: bold;
}

.fot1c2 {
  color: #a60202;
  margin-right: 10px;
}

.c1 {
  color: #a60202;
}

.foi1img {
  margin: 0 5px;
}

.fobocon {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
  text-align: center;
  padding-left:66px;
}

.fobiitem {
  margin-right: 10px;
}

.fobimg {
  margin-bottom: 10px;
}

.footer2 {
  height: 30px;
  background: url("../images1/bg_foot.jpg");
  background-size: auto 30px;
  background-repeat: repeat-x;
  background-position: bottom;
}

/* 列表 */
.lispcon {
  display: flex;
  margin: 20px 0;
}

.lisple {
  width: 230px;
  font-size: 14px;
  background-color: #eeeeee;
}

.lispleti {
  color: #faffcf;
  font-weight: bold;
  background-color: #a60202;
  line-height: 34px;
  padding: 0 15px;
  font-size: 15px;
}

.lisplelist {
  padding: 10px;
}

.lisplelink {
  display: block;
  background: url("../images1/jt01.gif") no-repeat;
  background-position: 190px 14px;
  line-height: 36px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px 0 12px;
}

.lisplelink:hover {
  background-color: #ffffff;
}

.lispri {
  flex: 1;
  border: 2px solid #a60202;
  margin-left: 20px;
  padding: 30px;
  border-radius: 3px;
}

.lispriti {
  font-size: 12px;
  color: #aaaaaa;
  background: url("../images1/053753226.gif") no-repeat;
  padding: 0 0 20px 26px;
  background-position-y: -1px;
  border-bottom: 1px solid #f0f0f0;
}

.lisrta {
  color: #333333;
}

.lisprlist {
  font-size: 13px;
}

.lisprlist .caneitem {
  border-bottom: 1px solid #f0f0f0;
  line-height: 40px;
  color: #333333;
}

.lisprlist .caneile {
  max-width: 720px;
}

.pagination {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.paginle {
  display: flex;
  color: #875b3e;
}

.pagiline {
  margin: 0 5px;
}

.paginbtn {
  line-height: 25px;
  padding: 0 10px;
  background-color: #a60202;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 10px;
}

.paginbtn:hover {
  background-color: #333;
  color: #fff;
}

.paginbtn:last-child {
  margin: 0;
}

.pagininput {
  width: 30px;
  height: 15px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  padding: 2px 5px;
  outline: none;
  text-align: center;
}

.nodata {
  padding: 100px 50px;
  text-align: center;
  color: #aaaaaa;
  font-size: 13px;
}

.nodataimg {
  width: 100px;
  vertical-align: bottom;
  margin-bottom: 30px;
}

.arimgcon {
  width: 450px;
  text-align: center;
  margin: 25px auto;
}

.arimg {
  width: 100%;
  vertical-align: bottom;
}

.articontent {
  /* text-indent: 30px; */
  line-height: 30px;
  color: #333333;
  font-size: 15px;
  padding: 0 20px;
}
.articontent p {
 /*text-align: center;*/
}
.articontent p img{
  width: 90%;
  margin: 10px 0;
}

.articleti {
  text-align: center;
  font-size: 26px;
  color: #a60202;
  margin-top: 30px;
}

.ardate {
  text-align: center;
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 10px;
}

.prclcon {
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  margin-top: 60px;
}

.enterprint,
.closepage {
  cursor: pointer;
}

.closepage {
  margin-left: 20px;
}

/* 滚动 */

.tsworkcon {
  position: relative;
}

.tsworkscroll {
  width: 980px;
  margin: 0 auto;
}

.tsworklist {
  white-space: nowrap;
}

.left_arrow {
  width: 38px;
  height: 78px;
  position: absolute;
  left: 0;
  top: 70px;
  background: url("../images1/left_arrow.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.left_arrow:hover {
  background: url("../images1/left_arrow_on.png") no-repeat;
  background-size: cover;
}

.right_arrow {
  width: 38px;
  height: 78px;
  position: absolute;
  right: 0;
  top: 70px;
  transform: rotate(-180deg);
  background: url("../images1/left_arrow.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.right_arrow:hover {
  background: url("../images1/left_arrow_on.png") no-repeat;
  background-size: cover;
}
 .meilicul_show {
  display: block;
  opacity: 1;
} 

.menuiculcon {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.meiliculimg {
  width: 765px;
  position: absolute;
 
  right: 0;
  top: 50%;
    transform: translateY(-50%);
}
.menuiculbo{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
    height:100%;
}
.menuwmask{
   width: 300px;
    height: 100%;
    background: linear-gradient(to left, transparent, #fff 50%);
    position: relative;
    left: 285px;
}
 