.content .banner .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content .banner .swiper-slide{
	position: relative;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.content .banner .swiper-slide .banner_img{
	width: 100%;
	height: 100%;
}
.content .banner .swiper-slide .banner_img img{
	width: 100%;
	height: 100%;
}
.content .banner .one_pag {
	bottom: 0;
}
.content .banner .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.5;
}
.content .banner .swiper-pagination-bullet-active {
    background: #FFFFFF;
    opacity: 1;
}
.content .QiangDan .notice_active {
	float: left;
	width: 80%;
	height: 30px;
	padding: 0;
	margin-left: 2%;
	overflow: hidden;
	position: relative;
}
.content .Rw{
	height: 35px;
	overflow: hidden;
	background: #FFFFFF;
}
.content .Rw .Rw_img{
	float: left;
	width: 8%;
	line-height: 30px;
}
.content .Rw .Rw_img img{
	width: 16px;
    height: 13.5px;
}
.content .Rw .notice_active{
	float: left;
	width: 90%;
}
.content .Rw .notice_active ul{
	margin: 0;
	padding: 0;
}
.content .Rw .notice_active li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	list-style-type:none;
	overflow: hidden;
	color:#656972;
	font-size:1.1rem;
}
.content .con_body{
	margin-top: 10px;
	background: #FFFFFF;
}
.content .con_body .con_list{
	padding:15px;
	border-bottom: 1px solid #f0f0f0;
}
.content .con_body .con_list .clist_top a{
	text-decoration: none;
	color: #333333;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.content .con_body .con_list .clist_top .ctop_left{
	line-height: 60px;
	font-size: 14px;
    font-weight: 600;
    width: 20px;
}
.content .con_body .con_list .clist_top .ctop_midden img{
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
.content .con_body .con_list .clist_top .ctop_right{
	padding-left: 10px;
	
}
.content .con_body .con_list .clist_top .ctop_right h4{
    font-weight: 600;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding-top: 3px;
}
.content .con_body .con_list .clist_top .ctop_right p{
	font-size: 12px;
	color: #666;
  	margin: 0 0 5px 0;
}
.content .con_body .con_list .clist_top .ctop_right p span{
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-right: 5px;
    padding: 1px 2px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.2;
}
.content .con_body .con_list .clist_top .ctop_right p span img{
	width: 10px;
	height: 10px;
	margin-top: -2px;
	margin-right: 2px;
}
.content .con_body .con_list .clist_top .ctop_right h5{
	font-size: 12px;
	color: #999;
  	margin: 0 0 5px 0;
  	font-weight: normal;
}
.content .con_body .con_list .clist_top .ctop_right h5 span{
	margin-right: 5px;
}
.content .con_body .con_list .clist_top .ctop_right h5 span img{
	width: 10px;
	height: 10px;
	margin-top: -3px;
	margin-right: 2px;
}
.content .con_body .con_list .clist_top .ctop_right h3{
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.content .con_body .con_list .clist_bottom{
	padding-left: 20px;
}
.content .con_body .con_list .clist_bottom .lbottom_body ul{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.content .con_body .con_list .clist_bottom .lbottom_body ul li{
	list-style: none;
	width: 32%;
}
.content .con_body .con_list .clist_bottom .lbottom_body ul li a{
	display: block;
	text-decoration: none;
}
.content .con_body .con_list .clist_bottom .lbottom_body ul li a img{
	width: 100%;
	height: 100%;
}
.content .con_body .con_list .clist_bottom .lbottom_body{
    border-radius: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(149, 152, 155, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(149, 152, 155, 0.3);
    padding: 10px;
    position: relative;
}
.content .con_body .con_list .clist_bottom .lbottom_body:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(149, 152, 155, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(149, 152, 155, 0.3);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 25px;
    z-index:1;
}
.content .con_body .con_list .clist_bottom .lbottom_body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    border-radius: 2px;
}
.bright{
	position: fixed;
	bottom: 150px;
	right: 10px;
	z-index: 999;
}
.bright p{
	width: 45px;
	height: 45px;
	margin: 0;
	position: relative;
	font-size: 12px;
}
.bright p:first-child{
	text-align: center;
}
.bright p:first-child img{
	width: 40px;
	height: 40px;
}
.bright p img{
	width: 100%;
	height: 100%;
}
.bright p span{
	display: block;
}
.bright p a{
	display: block;
}
.bright p small{
	position: absolute;
	left: 0;
	bottom:8px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.Zd{
	display: none;
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 999;
}
.Zd img{
	width: 35px;
	height: 35px;
}
.searchC{
	display: none;
	position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    padding: 12px 15px 15px;
    overflow: auto;
}
.searchC .searchC_top{
	position: relative;
}
.searchC .searchC_top img{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 8px;
}
.searchC .searchC_top input{
	background-color: #fff;
    color: #b2b2b2;
    border: 1px solid #e6e6ea;
    border-radius: 3px;
    width: 85%;
    height: 35px;
    padding:0 15px 0 40px;
    outline: none;
}
.searchC .searchC_top button{
	float: right;
	border: none;
	outline: none;
	background:none;
	margin-top: 7px;
}
.searchC .searchC_body .C_body_L{
    padding-bottom: 12.5px;
    border-bottom: 1px solid #e6e6e6;
}
.searchC .searchC_body .C_body_L:last-child{
	border: none;
}
.searchC .searchC_body .C_body_L p{
    font-size: 13px;
    color: #666;
    padding: 13px 0 9px;
    margin: 0;
}
.searchC .searchC_body .C_body_L ul{
	margin: 0;
	padding: 0;
}
.searchC .searchC_body .C_body_L ul li{
	display: inline-block;
	list-style: none;
    padding: 4px 8px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #000;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 3px;
    border: solid 1px #e6e6e6;
    background-color: #f3f5f4;
    text-align: justify;
}
.Fenx{
	display: none;
	position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0, 0.5);
    overflow: auto;
    padding-top: 35px;
}
.Fenx span{
	display: block;
	width: 25px;
	height: 25px;
	float: right;
	margin-bottom: 25px;
}
.Fenx span img{
	width: 100%;
	height: 100%;
}
.Fenx p img{
	width: 100%;
	height: 100%;
	border-radius:3px;
}
