/* 提取共通的样式 */
/* 页面主色 */
a {
  color: #333;
}
/* 忽略边框和padding.margin距离 */
/* 水平垂直居中 */
/* 溢出隐藏显示小数点 */
/* 两端对齐，项目之间的间隔都相等 */
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.header {
  height: 0.77rem;
  background: #d2d2d2;
  line-height: 0.77rem;
  padding: 0 0.15rem;
}
.header .logo {
  float: left;
}
.header .logo img {
  width: 4.61rem;
  height: 0.48rem;
}
.header .tel {
  float: right;
  font-size: 0.32rem;
  color: #666;
  font-weight: bold;
  padding-top: 0.05rem;
}
.home_swiper {
  width: 100%;
  height: 2.67rem;
  overflow: hidden;
}
.home_swiper .swiper-container {
  height: 100%;
}
.home_swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.home_swiper .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.home_nav ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_nav ul li {
  width: 33%;
  height: 0.93rem;
  line-height: 0.93rem;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.home_nav ul li:nth-child(2),
.home_nav ul li:nth-child(5) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.home_nav ul li:nth-child(4) a img {
  padding: 0 0.13rem;
}
.home_nav ul li a {
  color: #5b5b5b;
  width: 100%;
  height: 100%;
  display: block;
}
.home_nav ul li a img {
  height: 0.42rem;
  padding-right: 0.1rem;
}
.home_el .el_title {
  text-align: center;
}
.home_el .el_title .title {
  margin-top: 0.45rem;
  color: #2c2c2c;
  font-size: 0.35rem;
}
.home_el .el_title small {
  color: #9b9b9b;
  font-size: 12px;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: block;
}
.home_el ul {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 93%;
  margin: 0 auto;
}
.home_el ul li {
  text-align: center;
  margin-top: 0.2rem;
	width:48%;
}
.home_el ul li a {
  display: block;
}
.home_el ul li a img {
/*  width: 3.6rem;*/
	width:100%;
  height: 2.3rem;
}
.home_el ul li a .bar {
  padding: 0.15rem 0;
  text-align: center;
  color: #8a8a8a;
  font-size: 0.24rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home_el .home_more {
  width: 100%;
  text-align: center;
}
.home_el .home_more a {
  display: block;
  width: 1.85rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: #c00808;
  border-radius: 0.1rem;
  margin: 0.45rem auto;
  font-size: 0.16rem;
}
.home_jid {
  width: 100%;
  background: #c00808;
  padding-bottom: 0.33rem;
}
.home_jid .el_title {
  padding: 0.2rem 0 0.17rem;
  text-align: center;
}
.home_jid .el_title .title {
  margin-top: 0.2rem;
  color: #2c2c2c;
  font-size: 0.35rem;
  color: #fff;
}
.home_jid .el_title small {
  color: #9b9b9b;
  font-size: 0.12rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: block;
  color: #fff;
}
.home_jid .img_div {
  text-align: center;
  position: relative;
  width: 94%;
  margin: 0 auto;
}
.home_jid .img_div img {
  width: 100%;
  height: 3.8rem;
}
.home_jid .img_div .foot {
  color: #fff;
  bottom: 0;
  position: absolute;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.24rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  width: 100%;
}
.home_about .el_title {
  text-align: center;
  margin-bottom: 0.2rem;
}
.home_about .el_title .title {
  margin-top: 0.45rem;
  color: #2c2c2c;
  font-size: 0.35rem;
}
.home_about .el_title small {
  color: #9b9b9b;
  font-size: 12px;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: block;
}
.home_about .img_div {
  text-align: center;
}
.home_about .img_div img {
  width: 100%;
}
.home_about .desc {
  color: #656565;
  font-size: 0.24rem;
  line-height: 0.5rem;
  width: 94%;
	text-indent: 2em;
  margin: 0.14rem auto;
}
.home_about .home_more {
  width: 100%;
  text-align: center;
}
.home_about .home_more a {
  display: block;
  width: 1.85rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: #c00808;
  border-radius: 0.1rem;
  margin: 0.45rem auto;
  font-size: 0.16rem;
}
.footer .copy {
  background: #dddddd;
  padding: 0.6rem 0 0.36rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.footer .copy p {
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.2rem;
  color: #666;
}
.footer .menu {
  background: #c00808;
}
.footer .menu ul {
  overflow: hidden;
}
.footer .menu ul li {
  float: left;
  width: 25%;
  display: block;
}
.footer .menu ul li a {
  font-size: 0.2rem;
  display: block;
  width: 100%;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  border-left: 1px solid #ca5555;
  border-right: 1px solid #ca5555;
}
.footer .menu ul li a:nth-child(1) {
  border-left: 0;
}
.footer .menu ul li a:nth-child(4) {
  border-right: 0;
}
.el_list {
  position: relative;
  background: #dbdbdb;
}
.el_list .list_total {
  background: url(/statics/images/wap/el_title.png) no-repeat top;
  z-index: 9;
  top: 1.2rem;
  width: 100%;
  padding: 1.2rem 5% 0;
  background-size: 100%;
}
.el_list .list_total > .title {
  color: #fff;
  font-size: 0.32rem;
  position: absolute;
  top: 0.5rem;
  text-align: center;
  width: 100%;
  left: 0;
}
.el_list .list_total ul {
  width: 100%;
  background: #fff;
  padding: 0 3%;
}
.el_list .list_total ul li {
  overflow: hidden;
  border-bottom: 1px solid #ababab;
  padding: 0.25rem 2%;
  height: 1.9rem;
}
.el_list .list_total ul li .img_div {
  float: left;
  width: 34%;
  height: 100%;
}
.el_list .list_total ul li .img_div img {
  width: 100%;
  height: 100%;
}
.el_list .list_total ul li .main {
  width: 62%;
  float: right;
}
.el_list .list_total ul li .main .name {
  font-size: 0.29rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.el_list .list_total ul li .main .desc {
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.el_list .list_total .page {
  text-align: center;
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}
.el_list .list_total .page a {
  background: #fff;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.28rem;
  font-size: 0.16rem;
  color: #838383;
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
  border-left: 1px solid #838383;
}
/*
.el_list .list_total .page a.active {
  background: #dc2d35;
  color: #fff;
}
*/

.el_list .list_total .page span {
  background: #dc2d35;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.28rem;
  font-size: 0.16rem;
  color: #fff;
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
  border-left: 1px solid #838383;
}
.el_list .list_total .page a:last-child {
  border-right: 1px solid #838383;
}
.Details_total .Details {
  padding: 0 3% 0.5rem;
  background: #fff;
}
.Details_total .Details .title {
  text-align: center;
	color:#5c5c5c;
}
.Details_total .Details .title h2 {
  padding-top: 0.28rem;
  font-size: 0.3rem;
  color: #484848;
}
.Details_total .Details .title .time {
  margin: 0 auto;
  color: #858585;
  display: block;
  font-size: 0.2rem;
  border-bottom: 1px solid #666;
  padding: 0.2rem 0;
}
.Details_total .Details .main{
	padding-top: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.25rem;
	color:#5c5c5c;
	
}
.Details_total .Details .main img{
	 text-align: center;
}
.Details_total .Details .pages{
	text-align: center;
}
.Details_total .Details h1{
    font-size: 0.4rem;
    margin-top: 0.5rem;
}
.Details_total .Details .show_jx{
	display: flex;
}
.Details_total .Details .show_jx li{
	width: 50%;
	float: left;
	height:2.5rem
}
.Details_total .Details .show_jx li .img_jx{
	height:90%;
}

.Details_total .Details .show_jx li .img_jx img{
	height:100%
}

.Details_total .Details .show_jx li{
	text-align: center;
	
}

.Details_total .Details .show_jx li p{
	margin-top: 0.1rem;
}
.Details_total .Details .main p {
  padding: 0.25rem 0;
  font-size: 0.25rem;
  line-height: 0.42rem;
  text-indent: 0.5rem;
}
.Details_total .Details .main .img_div {
  width: 90%;
  margin: 0 auto;
}
.Details_total .Details .main .img_div img {
  width: 100%;
}
.swiper-pagination {
  width: 100%;
  bottom: -2px !important;
  right: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 50%;
  border-radius: 0;
  margin: 0 !important;
  height: 0.09rem;
  background: #c3c3c3;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #d10000;
}


.footer{
 padding-bottom: .6rem; }

.footer .menu{ position: fixed;
 z-index: 99;
 width: 100%;
 height: .6rem;
 bottom: 0;
}
