@charset "utf-8";
/* CSS Document */
html {
  color: #222;
  background: #f7f7f7;
  font-family:'Microsoft YaHei', Arial, '宋体';
}
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 {
  padding: 0;
  margin: 0;
}table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: none;
}
a {
  text-decoration: none;
  color: #222;
  outline: none;
}
a:hover {
  color: #222;
}
var,em {
  font-style: normal;
}
li {
  list-style: none;
}
body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}
*::-webkit-scrollbar {
  width: 0;
  height: 0;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #95b6ef;
}
img {
  -webkit-touch-callout: none;
}
.header {
  overflow: hidden;
  min-height: 5rem;
  background: url(../images/top_bg.jpg) no-repeat center;
  background-size: cover;
}
.nav-wrap {
  padding: 0 0.2rem;
  height: 1.2rem;
  line-height:1rem;
  display: box;
  display: -webkit-box;
  -webkit-box-align: center;
}
.nav-wrap .nav-input {
  position: absolute;
  left: 0.15rem;
  top: 0.2rem;
  display: block;
  width:75%;
  border-radius:0.2rem;
  background:#fff;
}
.nav-index .nav-link {
  display:inline-block;
  margin-left:0.2rem;
  height:1rem;
  line-height:0.9rem;
  float:right;
}
.nav-index .nav-link img {
  width:0.9rem;
  height:0.9rem;
  vertical-align: -0.1em;
  margin-top:0.2rem;
}
.header .nav-logo{
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.8rem 0 0.6rem;
  border-bottom: 1px solid #af1728;
}
.header .nav-logo img{
  width:80%;
}
.header .nav{
 border-top: 1px solid #de5968;
 height: 1.3rem;
 line-height:1.3rem;
}
.header .nav li{
	width: 25%;
	float: left;
	text-align: center;
	font-size:0.45rem;
	color: #fff;
}
.header .nav li a{
	color: #fff;
}
.nav-wrap .nav-input select{
	font-size:0.35rem;
	line-height:0.9rem;
	color: #666;
	width: 30%;
	border: none;
	vertical-align: middle;
	outline:medium;
	padding-left:0.1rem;
}
.nav-wrap .nav-input input{
	font-size:0.38rem;
	line-height:0.9rem;
	color: #666;
	width: 53%;
	border: none;
	vertical-align: middle;
	outline:medium;
	border-radius:0.2rem;
	padding-left:0.2rem;
}
.nav-wrap .nav-input button{
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	border: none;
	cursor: pointer;
	margin-right: 1%;
	background:#fff;
	text-align:right;
}
.nav-wrap .nav-input button img{
	display: block;
	width:0.6rem;
}
.nav-wrap .menu-side {
  position: absolute;
  right: 0.15rem;
  top: 0.2rem;
}
.nav-wrap .menu-side .nav-icon img {
	width:0.95rem;
	height:0.95rem;
}
.nav-wrap .menu-side .icon-close {
  display: none;
}
.nav-wrap .menu-side .menu-switch-active .icon-show {
  display: none;
}
.nav-wrap .menu-side .menu-switch-active .icon-close {
  display: inline-block;
  -webkit-animation: rotateIn 0.5s ease both;
}
.w95{
	width:95%;
	margin:0 auto;
	margin-top:0.3rem;
}
.news-pic-tit{
	text-align:center;
	padding-top:0.2rem;
}
.news-pic-tit li{
	border-right:1px solid #cacaca;
	padding:0 0.8rem;
	display:inline-block;
	font-size:0.1rem;
}
.news-pic-tit li:last-child{
	border-right:0;
}
.news-pic-tit li.on{
	font-size:0.42rem;
	color:#bd1a2d;
}
.news-pic-tit li.other{
	font-size:0.38rem;
}
.news-pic-con{
	width:100%;
	height:6.4rem;
	margin-top:0.5rem;
	border-radius:0.2rem;
}
.news-pic-con-sp{
	width:100%;
	height:6.3rem;
	border-radius:0.2rem;
	position:relative;
}
.news-pic-con-sp-tit{
	width:100%;
	position:absolute;
	z-index:99;
	text-align:center;
	bottom:0.1rem;
}
.news-pic-con-sp-tit li{
	background:#f0f0f0;
	text-align:center; 
	font-size:0.32rem;
	padding:0.07rem 0.2rem;
	margin:0 0.1rem;
	display:inline-block;
}
.news-pic-con-sp-tit li.on{
	background:#bd1a2d;
	color:#fff;
}
.bg-color{
	background:#fff;
	border-radius:0.2rem;
	padding:0.2rem 0;
}
.news-hd-tit{
	width:93%;
	margin:0.1rem auto 0;
	border-bottom:1px solid #dddddd;
	text-align:left;
}
.news-hd-tit li{
	display:inline-block;
	font-size:0.42rem;
	margin-right:0.4rem;
}
.news-hd-tit li.on{
	color:#bd1a2d;
	font-weight:bold;
	border-bottom:2px solid #bd1a2d;
	margin-bottom:1px;
}
.news-hd-con{
	width:93%;
	margin:0.1rem auto 0;
}
.news-hd-con ul{
	margin-top:0.2rem;
	padding-top: 0.1rem;
}
.news-hd-con li{
	display:box;
	display: -webkit-box;
	height:1rem;
	line-height:0.5rem;
	font-size: 0.37rem;
}
.news-hd-con li .left{
	-webkit-box-flex:1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-hd-con li .time{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color:#6e6e6e;
	font-size:0.35rem;
	padding-left: 0.2rem;
}
.news-ad{
	width:100%;
	background:#fff;
	border-radius:0.2rem;
}
.news-ad img{
	border-radius:0.2rem;
	width:100%;
	height: 2.5rem;
}
.news-tit{
	width:93%;
	margin:0.1rem auto 0;
	border-bottom:1px solid #dddddd;
	text-align:right;
	font-size:0.35rem;
	display:box;
	display: -webkit-box;
}
.news-tit .txt{
	-webkit-box-flex:1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color:#bd1a2d;
	font-weight:bold;
	font-size: 0.42rem;
	text-align: left;
}
.news-tit .txt p{
	border-bottom:2px solid #bd1a2d;
	margin-bottom:1px;	
}
.news-tit .txt p span{
	font-size: 0.35rem;
	font-weight: normal;
}
.news-tit .txt p span a,.news-tit .txt p span a:hover{
	color:#bd1a2d;
	text-decoration: none;
}
.news-icon-tit{
	text-align: center;
	color:#bd1a2d;
	font-weight:bold;
	font-size: 0.42rem;
	padding:0.2rem 0 0.5rem;
	height: 0.7rem;
	line-height: 0.7rem;
}
.news-icon-tit img{
	padding: 0 0.5rem;
	width: 0.3rem;
}
.news-icon-con ul{
	padding-left: 2%;
	padding-bottom: 0.1rem;
}
.news-icon-con li{
	width: 32%;
	display: inline-block;
	text-align: center;
	font-size: 0.36rem;
	margin-top: 0.6rem;
	line-height: 0.8rem;
}
.news-icon-con li img{
	width: 1rem;
	margin:0 auto 0.2rem;
	display: block;
}
.news-icon-b li{
	width: 47%;
	display: inline-block;
	border: 1px solid #e2e2e2;
	border-radius: 0.2rem;
	background: #fff;
	margin-right: 3%;
	text-align: center;
	padding: 0.5rem 0;
	margin-bottom: 0.3rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.36rem;
}
.news-icon-b li:nth-child(2){
	margin-right: 0;
}
.news-icon-b li:nth-child(4){
	margin-right: 0;
}
.news-icon-b li img{
	width: 1rem;
	padding-right: 0.1rem;
	vertical-align: middle;
}
.foot-t{
	width: 100%;
	background: #757575;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	margin-top: 0.3rem;
	font-size: 0.37rem;
	color: #fff;
}
.foot-t a,.foot-t a:hover,.foot-m a,.foot-m a:hover{
	color: #fff;
}
.foot-t a,.foot-m a{
	padding: 0 0.2rem;
}
.foot-m{
	width: 100%;
	background: #bd1a2d;
	border-bottom: 8px solid #dabb85;
	padding: 0.3rem 0 0.2rem;
	font-size: 0.37rem;
	color: #fff;
	text-align: center;
}
.foot-m-con{
	display:box;
	display: -webkit-box;
	padding: 0.4rem 0;
}
.foot-m-con .left{
	-webkit-box-flex:1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: right;
}
.foot-m-con .left img{
	width: 1.2rem;
}
.foot-m-con .right{
	-webkit-box-flex:1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
	color: #f2b141;
	line-height: 0.6rem;
}
.pic-hd{
	width:95%;
	margin:0 auto;
}
.icon {
  width: 1.6em;
  height: 1.6em;
  vertical-align: -0.1em;
  fill: currentColor;
  overflow: hidden;
}
.nav-wrap {
  position: relative;
  color: #666;
  height: 1rem;
  z-index: 900;
  background: #bd1a2d;
  display: box;
  display: -webkit-box;
  -webkit-box-align: center;
}
.nav-wrap .menu-side {
  position: absolute;
  float:right;
}
.nav-wrap .menu-side .nav-icon {
  float: left;
  padding-left:0.15rem;
}
.nav-wrap .menu-side .icon-close {
  display: none;
}
.nav-wrap .menu-side .menu-switch-active .icon-show {
  display: none;
}
.nav-wrap .menu-side .menu-switch-active .icon-close {
  display: inline-block;
  -webkit-animation: rotateIn 0.5s ease both;
}
.menu-dropdown {
  z-index: 899;
  position: absolute;
  left: 0;
  padding: 0.5rem 0;
  margin-top:0.5rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  -webkit-transform: translateY(-141%);
          transform: translateY(-141%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-dropdown .dropdown-wrap {
  overflow: hidden;
}
.menu-dropdown .dropdown-wrap a {
  text-align: center;
  width: 100%;
  line-height: 1.5rem;
  font-size: 0.4rem;
  border-bottom:1px dashed #bd1a2d;
  display:block;
}
.menu-dropdown-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.zwgk-bg{
	width:93%;
	margin:0.1rem auto 0;
	position: relative;
    overflow: hidden;
}
.zwgk-bg dl {
  display: box;
  display: -webkit-box;
  padding: 0.13rem 0.4rem 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  height:7.5rem;
}
.zwgk-bg dt {
  position: relative;
  width: 4rem;
  margin: 0 0.42rem 0 0;
  text-align:center;
}
.zwgk-bg dt img {
  display: block;
  width: 4rem;
  height: 5rem;
  margin: 0.17rem 0 0.1rem 0;
  position: relative;
  z-index: 2;
}
.zwgk-bg dt p{
  font-size:0.38rem;
  line-height:0.65rem;
}
.zwgk-bg dd {
  -webkit-box-flex: 1;
  line-height: 0.55rem;
  font-size: 0.36rem;
  color: #888888;
}
.zwgk-bg dd p span{
	color: #222;
}
.zwgk-part1-con{
	display:box;
	display: -webkit-box;
}
.zwgk-part1-con-left{
  position: relative;
  width: 2rem;
  margin: 0.1rem 0.5rem 0 0.5rem;
  text-align:center;	
}
.zwgk-part1-con-left ul{
	border-right:1px solid #ebebeb;
	padding-right:0.2rem;
}
.zwgk-part1-con-left li{
	width:100%;
	display:block;
	text-align:center;
	font-size:0.35rem;
	line-height:0.6rem;
	height:0.6rem;
	margin:0.2rem 0;
}
.zwgk-part1-con-left li.on{
	background:#bd1a2d;
	color:#fff;
}
.zwgk-part1-con-right{
  -webkit-box-flex: 1;
}
.zwgk-part1-con-right ul{
	margin:0.3rem auto 0;
	width: 95%;
}
.zwgk-part1-con-right li{
	height:0.8rem;
	line-height:0.8rem;
	font-size: 0.37rem;
	text-align:left;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.zwgk-part1-con-right li.more{
	color:#bd1a2d;
	font-size:0.35rem;
	font-weight:bold;
	text-align: right;
}
.zwgk-part1-con-right li.more a,.zwgk-part1-con-right li.more a:hover{
	color:#bd1a2d;
	text-decoration:none;
}
.zwgk-part1-con-right-con{
	width:95%;
	margin:0.2rem auto 0;
	line-height:0.7rem;
	font-size: 0.37rem;
	text-align:left;
}
.zwgk-part1-con-right-con p{
	color:#bd1a2d;
	font-size:0.35rem;
	font-weight:bold;
}
.zwgk-part1-con-right-con p a,.zwgk-part1-con-right-con p a:hover{
	color:#bd1a2d;
	text-decoration:none;
}
.zwgk-part2-con-tit ul{
	border-bottom:1px solid #ebebeb;
	padding-bottom:1px;
	margin:0.2rem auto 0;
	width:95%;
}
.zwgk-part2-con-tit li{
	display:inline-block;
	text-align:center;
	font-size:0.35rem;
	line-height:0.7rem;
	height:0.7rem;
	margin:0 0.05rem;
	padding:0 0.1rem;
}
.zwgk-part2-con-tit li.on{
	background:#bd1a2d;
	color:#fff;
	font-weight:bold;
}
.zwgk-part2-con ul{
	margin:0.3rem auto 0;
	width:95%;
}
.zwgk-part2-con li{
	height:0.8rem;
	line-height:0.7rem;
	font-size: 0.37rem;
	width:100%;
	text-align:left;
	overflow: hidden;
}
.zwgk-part2-con li.more{
	color:#bd1a2d;
	font-size:0.35rem;
	font-weight:bold;
	text-align: right;
}
.zwgk-part2-con li.more a,.zwgk-part2-con li.more a:hover{
	color:#bd1a2d;
	text-decoration:none;
	
}
.zwgk-part2-con li p{
	color: #bd1a2d;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}
.zwgk-part2-con li p span{
	font-weight: normal;
}
.zwgk-part2-con li p span a,.zwgk-part2-con li p span a:hover{
	color: #bd1a2d;
	text-decoration: none;
}
.zwgk-part2-con li.tit{
	margin-top: 0.3rem;
	font-weight: bold;
}
.zmhd-icon{
	width: 93%;
	margin: 0.3rem auto 0;
	text-align: center;
	font-size: 0.38rem;
	color: #bd1a2d;
	font-weight: bold;
	line-height: 0.6rem;
	border: 1px solid #ebebeb;
	border-radius:0.2rem;
	background: #f4f4f4;
	padding: 0.2rem 0.1rem;
}
.zmhd-icon img{
	width: 0.6rem;
	height: 0.6rem;
	margin-right: 0.2rem;
	vertical-align: middle;
	
}
.zmhd-tit{
	background: #f4f4f4;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.35rem;
	font-weight: bold;
	width: 95%;
	margin:0.2rem auto 0;
}
.zmhd-tit span{
	padding-left: 3.3rem;
}
.zmhd-pic{
	width: 93%;
	margin: 0.3rem auto 0;
	text-align: center;
}
.zmhd-pic img{
	width: 85%;
}
.bread{
	width:93%;
	margin:0 auto;
	margin-top:0.3rem;
	text-align: left;
	font-size: 0.35rem;
}
.detail{
	width: 95%;
	margin: 0 auto;
	text-align: left;
	font-size: 0.37rem;
	line-height: 0.8rem;
}
.detail .tit{
	text-align: center;
	font-size: 0.4rem;
	line-height: 0.7rem;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	padding: 0.2rem 0;
}
.detail-date{
	text-align: center;
	font-size: 0.3rem;
	color: #999;
	line-height: 0.7rem;
}
.detail table{
	width: 100%;
	margin: 0.1rem 0;
}
.detail img{
	width: 100%;
	margin: 0.1rem 0;
}
.detail embed{
	width: 100%;
	margin: 0.1rem 0;
	height: 5.5rem;
}
.page{
	text-align: center;
	padding: 0.6rem 0 0.2rem;
	width: 90%;
	margin: 0 auto;
}
.page span{
	border: 1px solid #b2b2b2;
	padding: 0.1rem 0.2rem;
	font-size: 0.35rem;
	margin: 0.1rem;
	background: #fff;
	display: inline-block;
}
.page span.on{
	border: 1px solid #bd1a2d;
	background: #bd1a2d;
	font-size: 0.35rem;
	color: #fff;
}
.page-tz{
	text-align: center;
	padding: 0.3rem 0 0.1rem;
	width: 90%;
	margin: 0 auto;
	font-size: 0.31rem;
}
.page-tz input{
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.2rem;
	text-align: center;
	font-size: 0.31rem;
}
.page-tz button{
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.2rem;
	text-align: center;
	font-size: 0.3rem;
}
.pphd ul{
	width: 95%;
	margin: 0 auto;
}
.pphd li{
	width: 47%;
	margin: 0.23rem 1% 0;
	display: inline-block;
}
.pphd li img{
	width: 100%;
	height:auto;
}
.tpxw ul{
	width: 95%;
	margin: 0 auto;
}
.tpxw li{
	width: 47%;
	margin: 0.23rem 1% 0;
	display: inline-block;
}
.tpxw li p{
	background: #f0f0f0;
	text-align: center;
	font-size: 0.35rem;
	line-height: 0.6rem;
	height: 1.2rem;
	overflow: hidden;
	padding: 0 0.15rem;
}
.tpxw li img{
	width: 100%;
	height: 3rem;
}
.wzdt{
	width: 95%;
	margin: 0 auto;
}
.wzdt li{
	width: 47%;
	display: inline-block;
	margin: 0.2rem 1%;
	text-align: left;
	font-size: 0.36rem;
	line-height: 0.6rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px dashed #b4b4b4;
}
.wzdt-tit p{
	border-radius:0.2rem;
	font-size: 0.42rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.2rem 0;
	display: block;
	margin-top: 0.2rem;
	border-bottom: none;
}
.wzdt-tit p.color01{
	background: #006c8a;
}
.wzdt-tit p.color02{
	background: #614500;
}
.wzdt-tit p.color03{
	background: #fec763;
}
.wzdt-tit p.color04{
	background: #28c2ba;
}
.wzdt-tit p.color05{
	background: #81b2ec;
}
.mt2{
	margin-top:0rem;
}
.gygg{
	width: 95%;
	margin: 0 auto;
}
.gygg li{
	display: box;
    display: -webkit-box;
	position:relative;
	overflow:hidden;
	margin:0.1rem 0;
}
.gygg li .gygg-img{
	position: relative;
    width: 4rem;
    margin: 0.1rem 0.3rem 0 0;
    text-align:center;
}
.gygg li .gygg-img img{
	display: block;
    width: 4rem;
    height:auto;
    margin-top: 0.17rem;
    position: relative;
    z-index: 2;
	}
.gygg li .gygg-txt{
	-webkit-box-flex: 1;
    line-height: 0.55rem;
    font-size: 0.36rem;
	margin-top:0.3rem;
	font-weight:bold;
}
.gygg li .gygg-txt span{
	font-size: 0.3rem;
    color: #888888;
	display:block;
	font-weight:normal;
}
.gygg li .gygg-txt .more{
	font-size: 0.32rem;
	color:#bd1a2d;
	margin-top:0.1rem;
	font-weight:bold;
}
.gygg li .gygg-txt .more a,.gygg li .gygg-txt .more a:hover{
	color:#bd1a2d;
	text-decoration:none;
}
.ggdh-pic-con{
	width:100%;
	height:3.8rem;
	border-radius:0.2rem;
}
.ggdh-con-tit ul{
	border-bottom:1px solid #ebebeb;
	padding-bottom:1px;
	margin:0.2rem auto 0;
	width:95%;
}
.ggdh-con-tit li{
	list-style:none;
	width:24%;
	display:inline-block;
	text-align:center;
	font-size:0.35rem;
	line-height:0.7rem;
	height:0.7rem;
	padding:0.1rem 0;
}
.ggdh-con-tit li.on{
	background:#bd1a2d;
	color:#fff;
	font-weight:bold;
}
/*2020.09.18 by ll*/
.news-pic-con-sp-con img{
	width:100%;
	height:6.3rem;
	border-radius:0.2rem;
	position: absolute;
}
.news-pic-con-sp-con{
	position: relative;
	width:100%;
	height:6.3rem;
}
.shadowp a{
	color:#fff;
	bottom: 0.7rem;
	position: absolute;
	background-color:rgba(0,0,0,0.6);
	width: 100%;
	height: 0.7rem; 
	font-size: 0.375rem; 
	line-height: 0.7rem; 
	overflow: hidden;
	z-index: 999;
} 