* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	font-family: "微软雅黑";
}

/*.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}*/
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
/* 
.swiper {
	width: 7.5rem;
	display: none;
	height: auto;
} */

@media screen and (min-width:960px) {
	html,body{
		background: #e7e7e7 !important;
	}
	.banner{
		width: 100%;
		height: 274px;
	}
	.banner img{
		width: 100%;
		height: 274px;
	}
	.swiper {
		width: 100%;
		height: 274px;
		display: block;
	}

	.swiper1 {
		display: none;
	}

	.swiper-slide {
		text-align: center;
		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;
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.m-nav {
		display: none;
	}
    .bods{
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		position: fixed;
		top: 0px;
		left: 0px;
		display: none;
	}
	.bods-c{
		width: 300px;
		height: 300px;
		background: #fff;
		position: absolute;
		margin-left: 50%;
		margin-top: 250px;
		left: -150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#updatevip{
		width: 200px;
		height: 200px;
	}
	#updatevip img{
		width: 100%;
		height: 100%;
	}
	.close{
		margin: 0px auto;
	}
	.bods-c p{
		width: 100%;
		text-align: center;
	}
	.top-fsearch {
		display: none;
	}

	.nav {
		width: 100%;
		height: 68px;
		border-bottom: 1px solid #cbcbcb;
	}

	.nav-c {
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav-c ul {
		display: flex;
		height: 68px;
	}

	.nav-c ul li {
		height: 68px;
	}

	.nav-c ul li a {
		display: block;
		height: 68px;
		line-height: 68px;
		font-size: 17px;
		color: #2a2a2a;
		padding: 0 16px;
	}

	.nav-c ul li a:hover {
		border-bottom: 3px solid #57b2ff;
	}

	.nav-r {
		width: 260px;
		height: 44px;
		display: flex;
		border: 1px solid #c6c6c6;
		border-radius: 4px;
		overflow: hidden;

	}

	.nav-r form {
		width: 100%;
		display: flex;
	}

	.nav-r .kw {
		width: 178px;
		height: 44px;
		border-style: none;
		background-color: #fff;
		outline: none;
		text-indent: 12px;
	}

	.but {
		width: 82px !important;
		height: 44px !important;
		border-style: none;
		text-align: center;
		line-height: 44px !important;
		color: #ffffff;
		font-size: 14px;
		outline: none;
		background: #1f86f8 !important;
		text-indent: 0 !important;
	}
   .nav-ul{
	   width: 100%;
	   height: 50px;
	   background: #fff;
   }
   .nav-ulc{
	   width: 1200px;
	   height: 50px;
	   margin: 0 auto;
	   display: flex;
   }
   .nav-ulc li{
	   height: 50px;
   }
   .nav-ulc li a{
	   display: block;
   	   height: 50px;
	   line-height: 50px;
	   font-size: 14px;
	   color: #7b7a7a;
   }
   .action-li a{
	   color: #b98e4b !important;
   }
	.mian {
		width: 1200px;
		margin: 0 auto;
		margin-top: 48px;
	}
    .main-l{
		width: 843px;
		float: left;
	}
	.video-t{
		width: 100%;
		height: 385px;
		background: #ffffff;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.title{
		width: 100%;
		height: 30px;
		margin-top: 30px;
	}
	.title1{
		width: 104px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		background: #b98e4b;
		color: #fff;
		font-size: 16px;
	}
	/* 视频详情上方样式 */
	.video-t1{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
	}
	.video-lr{
		width: 440px;
	}
	.video-l{
		width: 440px;
		height: 248px;
	}
	.video-t1r{
		width: 385px;
	}
	.h2{
		font-size: 16px;
	}
	.video-tls{
		width: 385px;
		margin-top: 14px;
	}
	.vt{
		width: 314px;
		border-top: 1px #e5e5e5 dashed;
	}
	.video-tld{
		margin-top: 14px;
		color: #919499;
		font-size: 14px;
	}
	.v-sl{
		color: #474747;
		font-weight: bold;
	}
	.gx{
		color: #ea3553;	
	}
	.v-tls{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.v-sc{
		color: #919499;
		font-size: 14px;
	}
	.ygm{
		margin-left: 20px;
	}
	.v-xh{
		margin-right: 32px;
	}
	.v-xh img{
		margin-left: 12px;
	}
	.video-gm{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 24px;
	}
	.video-p{
		width: 100%;
		text-align: left;
		font-size: 12px;
	}
	.video-p a{
		color: #919499 !important;
		display: block;
		margin: 5px 40px;
	}
	.jg{
		font-size: 30px;
	}
	.jg span{
		font-size: 20px;
	}
	.ljgm{
		width: 118px;
		height: 40px;
		background: #ea3553;
		text-align: center;
		line-height: 40px;
		color: #ffffff;
		font-size: 14px;
/* 		margin-right: 30px; */
		cursor: pointer;
	}
	.ljgm-s{
		margin-right: 10px;
	    display: flex;
		justify-content: center;
		align-items: center;
		/* background: #fc7; */
		padding: 0 10px;
	}
	.ljgm-s a{
		font-size: 12px;
		color: #000;
		display: block;
		text-align: center;
	}
	.jg-f{
		display: flex;
	}
	/* 视频详情上方样式 */
	
	/* 视频详情下方样式 */
	.video-b{
		width: 807px;
		padding:  18px;
		background: #ffffff;
		margin-bottom: 20px;
	}
	.titles{
		width: 100%;
		height: 45px;
	}
	.titles1{
		width: 64px;
		font-size: 16px;
		color: #b98e4b;
		height: 42px;
		font-weight: bold;
		line-height: 42px;
		border-bottom: 3px solid #b98e4b;
	}
	.video-c{
		width: 100%;
	}
	.video-c img{
		width: 100%;
		margin:20px auto;
	}
	/* 视频详情下方样式 */
	.main-r{
		width: 325px;
		float: right;
		background: #fff;
	}
	.beint{
		width: 285px;
		padding: 20px;
	}
	.ints{
		width: 285px;
		height: 244px;
		background: #FFFFFF;
		box-shadow: 0px 6px 10px 0px #E9E9E9;
		margin-bottom: 30px;
	}
	.ints-img{
		width: 100%;
		height: 160px;
	}
	.ints-img img{
		width: 100%;
		height: 100%;
	}
	.ints-c{
		width: 245px;
		padding: 14px 20px;
	}
	.ints-c p{
		font-size: 16px;
		color: #000000;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.m-d {
		width: 100%;
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.y-l {
		font-size: 12px;
		color: #717171;
	}
	
	.q {
		font-size: 16px;
		color: #ee2424;
	}
	.page_div {
		margin: 20px 10px 76px 0;
		color: #666;
		text-align: center;
	}

	/* 椤垫暟鎸夐挳鏍峰紡 */
	.page_div button {
		display: inline-block;
		min-width: 30px;
		height: 28px;
		cursor: pointer;
		color: #666;
		font-size: 13px;
		line-height: 28px;
		background-color: #f9f9f9;
		border: 1px solid #dce0e0;
		text-align: center;
		margin: 0 4px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.pages {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		margin-bottom: 60px;
	}

	.pages a {
		height: 30px;
		width: 30px;
		display: block;
		text-align: center;
		line-height: 30px;
		color: #000;
	}

	.pages strong {
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}

	.pages input {
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
	}

	.pages_btn {
		background: #1f86f8;
		color: #fff;
		margin: 0 3px;
		border: none;
	}

	.footer {
		width: 100%;
		height: 150px;
		background: #1f86f8;
	}

	.footer-c {
		width: 1200px;
		margin: 0 auto;
		font-size: 15px;
		color: #ffffff;
		text-align: center;
	}

	.footer1 {
		padding: 20px 0px;
	}

	.footer2 {
		line-height: 20px;
	}

	.footer3 {
		padding-top: 20px;
	}
}