body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
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-size: 12px;
  font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}

body {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

address,
cite,
dfn,
em,
var {
  font-style: normal
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace
}



ul,
ol,
li,
dl,
dt,
dd {
  list-style: none
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

legend {
  color: #000
}

fieldset,
img {
  border: 0
}

button,
input,
select,
textarea {
  font-family: PingFang-SC-Regular, Helvetica, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  vertical-align: middle;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #666;
}
.bg{
  background-color: #eeeeee;
}
body{
  min-width: 1200px;
  background-image: linear-gradient(#eeeeee, #fff);
}
.top-bg{
  height: 250px;
  background: url(../images/top.png) no-repeat;
  min-width: 1200px;
  background-size: 100% 100%;
}
.top{
  width: 1200px;
  margin:0 auto;
  height: 192px;

}
.logo{
  width: 65%;
  float: left;
}
.logoimg{
  margin-top: 40px;
  float: left;
  width: 100px;
}
.logotext{
  margin-top: 44px;
  margin-left: 55px;
  float: left;
}
.logotext p{
  font-size: 20px;
  color: #eeb867;
}
.logotext span{
  font-size: 28px;
  color: #eeb867;
  display: block;
  margin-top: 10px;
}
.logotext em{
  font-size: 14px;
  color: #eeb867;
  margin-top: 5px;
  display: block;
}
.search{
  width: 330px;
  float: right;
  margin-right: 30px;
  text-align: right;
  margin-top: 34px;
}
.search p {
   color: #eeb867;
}
.search p a{
  font-size: 14px;
   color: #eeb867;
  margin:0 5px
}
.searchin{
  height: 33px;
  line-height: 33px;
  background: #780518;
  border-radius: 50px;
  margin-top: 22px;
}
.s-in{
  height: 33px;
  line-height: 33px;
  border:0px;
  background:none;
  float: left;
  margin-left: 3%;
  width: 70%;
  outline: none;
  font-size: 14px;
  color: #fff;
}
.s-btn{
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat;
  border:0px;
  margin-top: 5px;
  margin-right:15px;
}
.nav-bg{
  height: 57px;
  line-height: 57px;
  background: url(../images/nav.jpg) repeat-x;
}
.nav{
  width: 1200px;
  margin:0 auto;
}
.nav ul li{
  float: left;
  font-size: 18px;
  margin:0 18px;
}
.nav ul li a{
  font-size: 16px;
  color: #fff;
}
.nav ul li a:hover{
  color: #ffc6cf;
  transition: 300ms;
}
.location{
  height: 90px;
  line-height: 90px;
  width: 1200px;
  margin:0 auto;
  border-bottom:2px solid #8b0017;
  background-color: #fff;
  font-size: 14px;
  padding-left: 20px;
  box-sizing: border-box;

}
.location a:hover{
  color: #333;
}
.location p{
  color: #353333;
  margin-left: 20px;
  line-height: 100px;

}
.location span{
  float: left;
  font-size: 36px;
  color: #8b0017;
  font-weight: bold;
  margin-right: 30px;
  margin-left: 30px;
}
.arbody{
  width: 1200px;
  min-height: calc(100vh - 574px);
  margin:0 auto;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.artitle{
  margin-top: 20px;
  text-align: center;
  padding:20px;
}
.artitle p{
  font-size: 24px;
  font-weight: bold
}
.artitle span{
  display: block;
  font-size: 14px;
  color: #a7a2a2;
  margin-top: 40px;
}
.artitle  em{
  margin:0 15px;
}
.content{
  font-size: 16px;
  color: #5c5b5b;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.content img{
 display: block;
 text-align: center;
 margin:20px auto;
 width: 90%;
}
.content-body{
  font-size: 15px;
  color: #5c5b5b;
  background-color: #fff;
  overflow: hidden;
  padding: 50px;
  margin-bottom: 30px;
  line-height: 30px;
  text-indent: 2em;
}
.content-body img{
 display: block;
 text-align: center;
 margin:20px auto;

}
.jianjie{
  background-color: #fafafa;
  padding:30px 50px;
}
.jianjie em{
  display: block;
  font-size: 14px;
  color: #5c5b5b;
}
.jianjie p{
  margin-top: 20px;
  font-size: 12px;
  color: #5c5b5b;
  line-height: 28px;
  text-indent: 2em;
}
.footer-bg{
  background-color: #8b0017;
  height: 234px;
}
.footer{
  width: 1200px;
  margin:0 auto;
}
.footer-left{
  width: 50%;
  float: left;
  font-size: 14px;
  color: #fff;
}
.footer-left p{
  margin-top: 63px;
}
.footer-left p a{
  color: #fff;
  margin:0 15px;
}
.footer-left span{
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 30px;
  line-height: 25px;
}
.footer-right{
  margin-top: 74px;
  overflow: hidden;
  float: right;

}
.footer-right dt{
  width: 75px;
  float: left;
}
.footer-right dd{
  float: left;
}
.footer-right  p{
  font-size: 18px;
  color: #fff;
}
.footer-right  span{
  font-size: 24px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.footer-right  em{
  font-size: 12px;
  color: #fff;
  display: block;
  margin-top: 8px;
}
/*right-bar*/
.right-bar{
	position: fixed;
	top: 50%;
	right: 0;
	width: 76px;
	height: 203px;
	z-index: 10;
}
.right-bar ul li{
	width: 45px;
	height: 44px;
	cursor: pointer;
	position: absolute;
}
.right-bar ul li a{
	width: 45px;
	height: 44px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	display: block;
	float: left;
}

.right-bar ul li.rtbar-li3{
	top: 50px;
}
.rtbar-li4{
	top: 100px;
}
.right-bar ul li em{
	width: 45px;
	height: 44px;
	display: block;
	margin: 0px auto 5px;
}
.right-bar ul li em:hover{
  opacity: .7;
}
.rtbar-li2 em{
	background:  url(../images/icon1.png) 0 0 no-repeat;
}

.rtbar-li3 em{
	background:  url(../images/icon2.png) 0 0 no-repeat;
}

.right-bar ul li.rtbar-li4 em{
	background:  url(../images/icon3.png) 0px 0 no-repeat;
}

.rtbar_shwx{
	position: absolute;
	right: 48px;
	top:0px;
	display: none;
	z-index: 20;
}
.rtbar_data{
  background-color: #8b0017;
}
.rtbar_data ul{
  display: block;
  background-color: #8b0017;
  color: #ffffff;
  font-size: 14px;
  width: 120px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 4px;
}
.rtbar_data ul li{
  display: block;
  width: 100%;
  height: 20px;
  position: unset;
  margin: 10px 10px;
}

.rtbar_data ul li a{
  color: #ffffff;
  height: auto;
  width: auto;
  white-space: normal;
}
.rtbar_shwx img{
	padding: 5px;
	max-width: 140px;
}
.right-bar ul li.gotop{
	display: none;
}
.list-img{
  width: 1200px;
  min-height: calc(100vh - 574px);
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.list-img dt{
  float: left;
  width: 25%;
  margin-left: 50px;
  margin-top: 60px;
}
.list-img dd{
  margin-right: 40px;
  float: left;
  width: 65%;
  margin-top: 40px;
}
.list-img  dl{
  overflow: hidden;
}
.list-img dd p{
  font-size: 20px;
  color: #000000;
  margin-top: 40px;
}
.list-img dd span{
  font-size: 14px;
  color: #000000;
  display: block;
  margin-top: 20px;
  line-height: 28px;
}
.list-img dt p{
  border-left:10px solid #eeeeee;
  border-bottom:10px solid #eeeeee;
  width: 160px;
  height: 208px;
}
.list-img  dt img{
  margin-top: -10px;
  width: 170px;
  height: 218px;
}
.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 70px;
  margin-bottom: 100px;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #8b0017;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #8b0017;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}
.list-text{
  width: 1200px;
  min-height: 200px;
  background-color: #fff;
  margin:0 auto;
  margin-bottom: 100px;
}
.list-text dt img{
  width: 305px;
  height: 395px;
}
.list-text dl{
  display: flex;
  margin:0 50px;
}
.list-text dd{
  margin-left: 60px;
}
.list-text dd  p{
  font-size:14px;
  color: #000000;
}
.list-text dd span{
  display: block;
  font-size: 18px;
  color:#000;
  line-height: 35px;
  margin-top: 30px;
}
.list-font{
  width: 1200px;
  min-height: calc(100vh - 574px);
  margin:0 auto;
  background-color: #fff;
  overflow: hidden;
  padding:50px;
  box-sizing: border-box;
}
.list-font ul li{
 height: 40px;
 line-height: 40px;
}
.list-font ul li em{
  display: block;
  width: 8px;
  height: 8px;
  background-color: #8b0017;
  border-radius: 200%;
  margin-top: 15px;
  float: left;
}
.list-font ul li a{
  margin-left: 20px;
  color: #323131;
  font-size: 15px;
  float: left;
  width: 700px;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.list-font ul li a:hover{
  color: #666;
}
.list-font ul li span{
  float: right;
  font-size: 15px;
  color: #323131;
}
.mt{
  margin-top: 40px;
}
.search-list{
  width: 1200px;
  background-color: #fff;
  min-height: calc(100vh - 484px);
  margin:0 auto;
}
.search-title{
  height: 100px;
  line-height: 100px;
  border-bottom:3px solid #8b0017;

}
.search-title p{
  font-size: 30px;
  color: #8b0017;
  font-weight: bold;
  margin-left: 30px;
}
.search-text{
  font-size: 15px;
  color: #666;
  margin-top: 20px;
  padding:20px
}
.search-li{
  padding: 30px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-top: 0;
}
.search-li dl{
  overflow: hidden;
  border-bottom:2px solid #f1f1f1;
  padding: 20px 0;
}
.search-li dl p{
  font-size: 20px;
}
.search-li dl span{
  font-size: 15px;
  display: block;
  margin-top: 10px;
  color: #999;
}
.search-li dl span a{
  color: #5fa6d6;
  margin-right: 20px;
}
.search-li dd{
  margin-top: 10px;
}
.list-font-r{
  min-height: 100px;
  background-color: #fff;
  overflow: hidden;
  padding:20px 0;
  padding-right: 20px;
  box-sizing: border-box;
}
.list-font-r ul li{
 height: 40px;
 line-height: 40px;
}
.list-font-r ul li em{
  display: block;
  width: 8px;
  height: 8px;
  background-color: #8b0017;
  border-radius: 200%;
  margin-top: 15px;
  float: left;
}
.list-font-r ul li a{
  margin-left: 20px;
  color: #323131;
  font-size: 15px;
  float: left;
  width: 670px;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.list-font-r ul li a:hover{
  color: #666;
}
.list-font-r ul li span{
  float: right;
  font-size: 15px;
  color: #323131;
}
.list-list{
  width: 1200px;
  min-height: calc(100vh - 484px);
  margin:0 auto;
  background-color: #fff;
  overflow: hidden;
}
.list-left{
  width: 27%;
  float: left;
}
.list-right{
  width: 70%;
  margin-left: 3%;
  float: left;
}
.location-r{
  height: 90px;
  line-height: 90px;
  border-bottom:2px solid #8b0017;
  background-color: #fff;
  font-size: 14px;
  box-sizing: border-box;

}
.location-r a:hover{
  color: #333;
}
.location-r p{
  color: #353333;
}
.location-r span{
  float: left;
  font-size: 36px;
  color: #8b0017;
  font-weight: bold;
  margin-right: 50px;
}
.list-bt{
  font-size: 30px;
  color: #8b0017;
  font-weight: bold;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-bottom:2px solid #8b0017;
  box-sizing: border-box;
}
.list-class ul{
  margin-top: 20px;
}
.list-class ul li a{
  line-height: 60px;
  display: block;
  border-bottom: 1px dotted #ccc;
  font-size: 18px;
  margin:0 60px
}
.list-class ul li  em{
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/dot.png) no-repeat;
  float: left;
  margin-top: 22px;
  margin-right: 10px;
}
.list-class ul li a:hover{
  color: #780518;
}
.list-class .cur a{
  color: #780518 !important;
}
.banner-bg{
  height: 550px;
  /*background: url(../images/banner-bg1.png) center top no-repeat;*/
}
.banner{
  width: 1200px;
  margin:0 auto;
  height: 550px;
  overflow: hidden;
  margin-top: -1px;
}
.swiper-slide img{
  height: 550px;
  width: 1200px;
}
#swiper1 {
	height: 550px;
}

#swiper1 .swiper-slide img.wap-banner {
	display: none;
}

#swiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

#swiper1 .swiper-pagination-bullet-active {
	background: rgb(207, 9, 9);
}

#swiper1 .swiper-button-next,
#swiper1 .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .2);
}

#swiper1 .swiper-button-prev {
	left: 60px;
}

#swiper1 .swiper-button-next {
	right: 60px;
}

#swiper1 .swiper-button-next:hover,
#swiper1 .swiper-button-prev:hover {
	background: rgba(230, 0, 18, .5);
}
.news{
  width: 1200px;
  margin:0 auto;
  background-color: #fff;
  overflow: hidden;
}
.news-title{
  margin-top: 30px;
  height: 50px;
  border-bottom: #8b0017 solid 3px;
  line-height: 50px;
}
.news-title p{
  float: left;
  color: #8b0017;
  font-size: 24px;
  width: 70%;;
  margin-left: 15px;
}
.title-text{
  margin-left: 30px !important;
}
.news-title a{
  float: right;
  color: #8b0017;
  font-size: 16px;
  margin-right: 15px;
}
.news-tu{
  width: 42%;
  float: left;
  padding-top:20px ;
  margin-left: 1%;
}
.news-tu img{
  width: 100%;
}
.news-li{
  width: 53%;
  float: left;
  margin-left: 3%;
  margin-right: 1%;
  margin-top: 15px;
}
.news-li ul li{
  line-height: 40px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.news-li ul li em{
  width: 6px;
  height: 6px;
  background-color: #8b0017;
  border-radius: 200%;
  display: block;
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}
.news-li ul li a{
  float: left;
  width: 520px;
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  font-size: 14px;
  color: #323131;
}
.news-li ul li a:hover{
  color: #8b0017;
}
.news-li ul li span{
  float: right;
  font-size: 14px;
  color: #323131;
}
.tz{
  width: 1200px;
  margin:0 auto;
  background-color: #fff;
  overflow: hidden;
}
.tz-left{
  float: left;
  width: 60%;
}
.tz-right{
  float: right;
  width: 37%;
}
.tz-title{
  height: 55px;
  line-height: 55px;
  background-color: #8b0017;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.tz-title a{
  color: #fff;
}
.tz-date{
  width: 190px;
  height: 190px;
  border:1px solid #8b0017;
  margin-top: 10px;
  float: left;
}
.tz-date p{
  font-size: 48px;
  color: #bbbaba;
  text-align: center;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.tz-date span{
  font-size: 72px;
  color: #780518;
  text-align: center;
  font-weight: bold;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.tz-date em{
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  height: 48px;
  background-color: #8b0017;
  line-height: 48px;
}
.tz-list{
  width: 500px;
  float: left;
  margin-left: 20px;
  margin-right: 1%;
  margin-top: 5px;
}
.tz-list ul li{
  line-height: 40px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.tz-list ul li:last-child{
  border:0
}
.tz-list ul li em{
  width: 6px;
  height: 6px;
  background-color: #8b0017;
  border-radius: 200%;
  display: block;
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}
.tz-list  ul li a{
  float: left;
  width: 380px;
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  font-size: 14px;
  color: #323131;
}
.tz-list ul li a:hover{
  color: #8b0017;
}
.tz-list ul li span{
  float: right;
  font-size: 14px;
  color: #323131;
}
.zt-title{
  height: 56px;
  border-bottom:3px solid #780518;
  margin-top: 24px;
}
.zt-title p{
  height: 53px;
  background-color: #e6e6e6;
}
.zt-title p span{
  float: left;
  width: 70%;
}
.zt-title p span img{
  float: left;
  margin-top: 7px;
  margin-left: 20px;
}
.zt-title p span em{
  font-size: 22px;
  color: #4c4c4c;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
.zt-title p a{
  float: right;
  font-size: 14px;
  color: #8b0017;
  line-height: 53px;
  margin-right: 10px;
}
.zt-list ul li{
  line-height: 54px;
  font-size: 14px;
  color: #323131;
  display: flex;
}
.zt-list ul li em{
  display: block;
  width: 24px;
  height: 26px;
  background-color: #8b0017;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 15px;
}
.zt-list ul li a{
  color: #5c5b5b;
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.zt-list ul li a:hover{
  color: #780518;
}
.zt-list ul li:nth-child(odd){
  background-color: #f8f8f8;
}
.ad-list{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 20px;
}
.ad-list img{
  width: 100%;
}
.ky-img{
  float: left;
  margin-top: 20px;
}
.ky-img img{
  width: 280px;
}
.ky-text{
  width: 410px !important;
  margin-top: 12px !important;
}
.ky-text ul li{
  border:0 !important
}
.ky-text ul li a{
  width: 280px !important;
}
.ky-text ul li span{
  margin-right: 0 !important;
}
#swiper3 .swiper-slide img{
  width: 135px;
  height: 171px;
}
#swiper3 .swiper-slide p{
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
#swiper3 .swiper-pagination-bullet-active {
	background: rgb(207, 9, 9);
}
.jy-img{
  float: left;
  margin-top: 20px;
}
.jy-img img{
  width: 200px;
  height: 112px;
}
.jy-text{
  width: 490px !important;
  margin-top: 12px !important;
}
.jy-text ul li a{
  width: 360px !important;
}
.jy-text ul li span{
  margin-right: 0 !important;
}
.jy-text ul li{
  border:0 !important
}
.qk{
  display: flex;
  margin-left: 40px;
  margin-top: 15px;
}
.qk p{
  margin-left: 25px;
}
.qk p:first-child img{
   width: 135px;
}
.qk p span{
  display: block;
  font-size: 14px;
  color: #1e7c2b;
  margin-top: 5px;
  line-height: 22px;
  text-align: center;
}
.qk-title {
  font-size: 16px;
  color: #323131;
  text-align: center;
  margin-top: 10px;
}
.link{
  width: 1200px;
  margin: 0 auto;
  border-top: 3px solid #8b0017;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}
.lina{
  width: 20px;
  background:url(../images/lin1.png) no-repeat;
  height: 80px;
  margin-top: 10px;

}
.linb{
  width: 1140px;
  margin-left: 0px;
  margin-right: 10px;
  display: flex;

}
.linc{
  width: 20px;
  background:url(../images/lin2.png) right no-repeat;
  height: 80px;
  margin-top: 10px;
  text-align: right;

}
.link-title {
  width: 30px;
  height: 80px;
  background-color: #8b0017;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  padding-top: 3px;


}
.link-list{
  width: 1090px;
  margin-left: 20px;
  margin-top: 15px;
}
.link-list ul li a{
   float: left;
  font-size: 13px;
  color: #8b0017;
  margin:0 10px

}
#swiper2 .swiper-slide img{
  width: 100%;
  height: 323px;
}
#swiper2 .swiper-slide p{
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
#swiper2 .swiper-pagination-bullet-active {
	background: rgb(207, 9, 9);
}
.news-tu{
  position: relative;
}
.news-tu .swiper-slide p{
  background:rgb(0,0,0,.5);
  position:absolute;
  width: 100%;
  height: 30px;
  color: #fff;
  bottom: 2px;
  line-height: 30px;
  text-align: left !important;
  text-indent: 10px;
}
.paright{right:10px !important ;left:auto !important;
text-align: right;width: auto !important;
}
.paright .swiper-pagination-bullet{
  background-color: #fff ;
}

/*3.1*/
.list-text em{
  font-size: 17px;
  color: #000;
  line-height: 45px;
  margin-top: 20px;
  display: block;
}
.border{
  border-bottom:1px solid #8b0017;
  padding-bottom: 40px;
  overflow: hidden;
  margin-bottom: 0px;


}
.info-list{
  width: 1080px;
  margin:0 auto;
  background-color: #fff;
  font-size: 17px;
  color: #000000;
  line-height: 40px;
  padding:0 60px;
  padding-top: 30px;
  padding-bottom: 50px;

}
.info-list strong{
  display: block;
  font-size: 24px;
  color: #8b0017;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.daoshi {
  overflow: hidden;
  margin-bottom: 80px;
}
.daoshi p{
  font-size: 18px;
  color: #8b0017;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.daoshi ul{
  overflow: hidden;
}
.daoshi ul li{
  float: left;
  font-size: 14px;
  color: #000000;
  margin-right: 40px;
  margin-top: 20px;
  width: 70px;
  overflow: hidden;
}
.daoshi ul li::before{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #666;
  display: block;
  border-radius: 200%;
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
.daoshi ul li a{
  color: #333;
}

.daoshi ul li a:hover{
  color: #8b0017;
}
.nav{
  position: relative;
}
.nav ul li {
  margin:0 !important;
  padding:0 16px;
}
.nav ul li ul{
  display: none;
}
.nav ul li:hover ul{
  display: block !important;
  /*width: 95px;*/
  max-width: 120px;
  white-space: normal;
  position: absolute;
  top:55px;
  background-color: #8b0017;
  z-index: 9999 !important;
  border-top:3px solid #e0e0e0;
  padding-top: 5px;
  text-align: left;
  padding-bottom: 15px;
}
.nav ul li ul a{
  font-size: 15px !important;
  text-align: center;
  display: block;
}
.nav ul li ul {
  line-height: 35px !important;
}
.nav ul li ul li{
  padding:0;
  text-align: center;
  display: block;
  width: 100%;
}

.daoshi-list {
    width: 1160px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    min-height: calc(100vh - 614px)
}
