*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
}
i{
	font-style: normal;
}
a{
	text-decoration: none;
	color: inherit;
}
.page_title{
	line-height: 35px;
	position: relative;
}
.page_title i{
	float: right;
	margin-right: 2.8%;
}
.page_title i img{
	width: 17px;
	position: relative;
	top: -1px;
}
.page_title span{
	font-size: 17px;
	font-weight: bold;
	color: #d00b0b;
	margin-left: 3.5%;
}
.page_title::after{
	width: 5px;
	height: 22px;
	left: 0;
	content: '';
	background: #d00b0b;
	position: absolute;
	top: 6.5px;
}
.page_title::before{
	content: '';
	background: #eee;
	position: absolute;
	left: 3.5%;
	width: 93%;
	bottom: 0;
	height: 1px;
}
.lianmeng{
	display: flex;
	width: 94%;
	margin: 12px auto;
	background: #fff;
}
.lianmeng p{
	font-size: 13px;
	color: #707070;
	margin-top: 3px;
}
.lianmeng a img{
	width: 60%;
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 10%;
	margin:auto
}

.vlist{
	border-top:15px solid #efefef
}

.vlist ul li{
	border-bottom: 10px solid #efefef;
}

.vlist ul li .padding{
	padding: 12px;
	min-height: 0;
	overflow: hidden;
}

.vlist ul li .padding .img{
	width: 49%;
	float: left;
}

.vlist ul li .padding .img img{
	max-width: 100%;
}

.vlist ul li .padding .txt{
	float: right;
	width: 48.5%;
}

.vlist ul li .padding .txt h2{
	font-size: 15px;
	color: #484848;
	white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
		margin-bottom: 5px;
		margin-top: 3px;
}

.vlist ul li .padding .txt p{
	font-size: 13px;
	color: #909090;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 58px;
}

.vlist ul li .padding .txt img{
	width: 17px;
}

.vlist ul li .img{
	position: relative;
}


.vlist ul li .img::after{
	width: 100%;
	height: 100%;
	left: 0;
	content: '';
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
}

.vlist ul li .img .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-top: -20px;
	margin-left: -20px;
}

.vlist ul li .img .icon img{
	width: 40px;
}


.vlist ul li .db span{
	font-size: 12px;
	display: flex;
	align-items: center;
	color: #939291;
}

.vlist ul li .db{
	display: flex;
	align-items: center;
}

.vlist ul li .img span{
	position: absolute;
	left: 0;
	top: 0;
	background: #e91839;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	width: 48px;
	z-index: 2;
	text-indent: 10px;
}

.vlist ul li .img b{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 6px;
	top: 9.5px;
	background: #fff;
	border-radius: 50%;
}

.vlist ul li .img span.blue{
	background: #009ade;
}

#footer{
	background: #e00000;
	height: 58px;
	position: relative;
	z-index: 100;
	 position: fixed;
	 width: 100%;
	 left: 0;
	 bottom: 0;
}

#footer  ul{
	display: flex;
}

#footer  ul li img{
	width: 25px;
	margin-top: 8px;
}

.vlist ul li:last-child{
	border: none;
}


#footer  ul li{
	text-align: center;
	width: 100%;
}

#footer  ul li p{
	color: #fff;
	font-size: 13px;
	margin-top: 2px;
}

#footer  ul li:nth-child(3) img{
	width: 66px;
	margin-top: -33px;
}

.vlist2 ul li{
	border: none;
	width: 32%;
	float: left;
	margin-right: 2%;
}

.vlist2 ul li:nth-child(3n){
	margin-right: 0;
}

.vlist2 ul li .padding{
	padding: 0;
}

.vlist2 ul li .padding .img{
	width: 100%;
}

.vlist2 ul li .padding .txt{
	width: 100%;
}

.vlist2 ul{
	margin: 3%;
}

.vlist2 ul li .padding .img img{
	height: 120px;
	width: auto;
	max-width: inherit;
	left: 50%;
	position: relative;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.vlist2{
	min-height: 0;
	overflow: hidden;
	border-bottom:15px solid #efefef
}

.vlist2 ul li .img .icon img{
	height: 40px;
	
}

.vlist2 ul li .padding .txt p{
	height: 45px;
	margin-top:5px;
}

.nav{
	line-height: 45px;
	display: flex;
	box-shadow: 0 0 5px #ddd;
	position: relative;
	z-index: 1;
	border-bottom:15px solid #efefef;
	background: #fff;
}



.nav a{
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.nav a.active{
	border-bottom: 2px solid #e00000;
}

.ppgs .content{
	margin: 3%;
}

.ppgs .content .p1{
	color: #484848;
	font-size: 15px;
	line-height: 34px;
}

.ppgs .content .p2{
	color: #909090;
	font-size: 13px;
	line-height: 1.5;
}

.ppgs .content .more{
	font-size: 13px;
	color: #909090;
	margin-top: 10px;
	display: block;
}


.news .padding{
	padding: 3%;
}

.news .swiper-item{
	position: relative;
}

.news .swiper-item p{
	position: absolute;
	left: 10px;
	bottom: 15px;
	color: #fff;
	font-size: 13px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .item{
	padding: 12px 5px;
	border-bottom: 1px solid #ddd;
}

.news .item:last-of-type{
	border: none;
}

.news .item .p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .item .p1{
	font-size: 15px;
	color: #484848;
}

.news .item .p2{
	font-size: 13px;
	color: #909090;
	line-height: 30px;
}

.news .item .time{
	font-size: 13px;
	color: #909090;
	margin-top: 2px;
}

#home{
	position: fixed;
	right: 14px;
	bottom: 10%;
	z-index: 999;
}

#home img{
	width: 39px;
}


.vlist1 ul li .db{
	position: absolute;
	bottom: 0;
	
    width: 100%;
}

.vlist1 ul li .padding .txt p{
	height: auto;
}

.vlist1 ul li .padding .txt{
	margin-left: auto;
	position: relative;
}

.vlist1 ul li .padding{
	display: flex;
}

.vlist ul li .db span:last-of-type{
	margin-left: 10%;
}

.swiper .swiper-pagination-bullet{
	width: 20px;
	height: 5px;
	border-radius: 15px;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(255,255,255,.8);
}

.newSwiper .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	opacity: .3;
	margin-bottom: 5px !important;
	margin-right: 1px !important;
	background: rgba(255,255,255,.6);
}

.newSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: rgba(255,255,255,.8);
	opacity: .9;
	width: 8px;
	height: 8px;
}

.newSwiper .swiper-pagination{
	text-align: right;
	margin-right: 5%;
}

.newSwiper .swiper-pagination .swiper-pagination-bullet:last-of-type{
	margin-right: 15px !important;
}

iframe{
	border: none;
	outline: none;
	width: 100%;
	height: 235px;
}

video{
	width: 100%;
}

#vDetail .msg{
	margin: 2% 3% 3% 3%;
}

#vDetail .msg .db{
	display: flex;
}

#vDetail .msg .db .state{
	margin-left: auto;
}

#vDetail .msg h1{
	font-size: 17px;
	color: #1b1b1b;
	margin-bottom: 10px;
}

#vDetail .msg .db span {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #939291;
}

#vDetail .msg .db img {
    width: 17px;
	
}

#vDetail .msg .db span img{
	margin-right: 5px;
}

#vDetail .msg span:last-of-type {
    margin-left: 10%;
}

#vDetail .msg .state{
	background: #e00000;
	color: #fff;
	font-size: 14px;
    padding: 4px 6px;
    border-radius: 5px;
}


#vDetail .msg .state img{
	position: relative;
	top: -1px;
}

.tab_hd{
	display: flex;
	background: #e6e6e6;
}

.tab_hd span{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #636363;
	position: relative;
	padding: 12px 0;
}


.tab_hd span b{
	width: 1px;
	height: 27px;
	background: #ccc;
	right: 0;
	position: absolute;
	top: 9px;
}

.tab_hd span.active{
	color: #e00000;
}

.tab_hd span:last-of-type b{
	display: none;
}

.tab_bd{
	padding: 5% 3%;
}

.tab_bd .content .li{
	display: flex;
	flex: 1;
	width: 98%;
}

.tab_bd .content .li .logo{
	margin-right: 10px;
	width: 40px;
}


.tab_bd .content .li .logo img{
	width: 40px;
}

.tab_bd .content .li .name{
	font-size: 14px;
	color: #707070;
	margin-bottom: 5px;
}


.tab_bd .content .li .txt{
	background: #ffe0e0;
	font-size: 13px;
	padding: 7px 9px; 
	border-radius: 0 8px 8px 8px;
}

.tab_bd .content .li{
	margin-bottom: 15px;
}

.tab_bd .content{
	height: 340px;
	overflow-y: auto;
}

.detail-menu{
	display: flex;
	position: fixed;
	right: 4%;
	bottom: 100px;
}

.detail-menu a img{
	width: 34px;
}

.detail-menu a {
	margin-left: 10px;
}

.searchBox{
	padding: 14px 12px;
}

.searchBox .search{
	width: 100%;
	border: none;
	height: 40px;
	box-shadow: 0 0 6px #ddd;
	outline: none;
	text-indent: 15px;
	border-radius: 5px;
	
}

.searchBox form{
	position: relative;
}

.searchBox .submit{
	width: 25px;
	height: 25px;
	background: none;
	outline: none;
	border: none;
	background: url('../image/search.png');
	background-size: 25px;
	position: absolute;
	right: 10px;
	top: 7px;
}

.news2 .item{
	padding: 12px 0;
}

.news2 .item a{
	display: block;
	min-height: 0;
	overflow: hidden;
}

.news2 .item .img{
	float: right;
}

.news2 .item .img img{
	/* height: 68px; */
	width: 90px;
}

.news2 .item .txt{
	width: calc(100% - 105px);
	float: left;
}

.news2 .padding{
	padding-top: 3.5%;
}

.news3{
	border-top: 15px solid #efefef;
	overflow: hidden;
}

.news3 .padding{
	padding-right: 0;
	white-space: nowrap;
	overflow-x: scroll;
	width: 100%;
}

.news3 .padding .item{
	width: 160px;
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
	margin-right: 2px;
	border: none;
	box-shadow: 0 0 5px #ddd;
	padding-top: 0;
	padding-bottom: 8px;
	border-radius: 5px 5px 0 0;
}

.news3 .padding .item img{
	margin-bottom: 5px;
	border-radius: 5px 5px 0 0;
}

.news3 .padding .item .txt{
	padding: 2px 5px;
}

.ppgs .content .imgs{
	min-height: 0;
	overflow: hidden;
}

.ppgs .content .imgs .left{
	width: 56.2%;
	float: left;
	position: relative;
}

.ppgs .content .imgs .left .txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

.ppgs .content .imgs .left .txt .padding{
	padding: 0 8%;
	    color: #fff;
	    height: 100%;
	    position: absolute;
}

.ppgs .content .imgs .left .txt .padding h2{
	font-size: 15px;
	margin-top: 15%;
	margin-bottom: 5%;
}


.ppgs .content .imgs .left .txt .padding p{
	font-size: 12px;
	line-height: 1.5;
}

.ppgs .content .imgs .left .txt .padding span{
	font-size: 12px;
	position: absolute;
	    bottom: 8%;
}

.ppgs .content .imgs img{
	width: 100%;
}

.ppgs .content .imgs .right{
	width: 42.6%;
	float: right;
}

.ppgs .content .imgs .right img{
	margin-bottom: 3.5%;
}


.contact{
	padding: 3%;
	padding-top: 6%;
}


.lianmeng2{
	width: 94%;
	margin: 12px auto;
	background: #fff;
}
.lianmeng2 p{
	font-size: 13px;
	color: #707070;
	background: #fff;
	padding-top: 7px;
}
.lianmeng2 a{
	float: left;
	width: 24%;
	display: block;
	text-align: center;
	background: #f3f3f3;
	margin-right: 1.33%;
	margin-bottom: 16px;
}
.lianmeng2 a:nth-child(4n){
	margin-right: 0;
}
.lianmeng2 a img{
	width: 70%;
	padding-top: 10px;
	padding-bottom: 8px;
}