@charset "utf-8";

.ssi{
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	background: none !important;
	position: relative !important;
	margin-left: 10px;
	margin-top: 3px !important;
}
.ssbox{
	position: absolute;
	right: 0;
	top: 0;
	width: 395px;
	margin-top: 10px;
	display: none;
}
.ss1{
	width: 300px;
	height: 60px;
	font-size: 18px;
	padding-left: 15px;
}
.ss2{
	width: 80px;
	height: 60px;
	background: url(../images/search1_03.png) no-repeat center #bf1313;
	cursor: pointer;
}
body{
	background: #f2f4f5;
}
.hdspan{
	line-height: 90px;
}
.head{
	height: 90px;
	background: #f2f4f5;
	border-bottom: 2px solid rgba(191, 19, 19, .2);
}
.logo{
	font-size: 40px;
	color: #1b1c1f;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	margin-top: 15px;
}
.logo img{
	height: 100%;
	display: block;
}
.nav span {
	position: relative;
}
.nav span a.nava{
	display: block;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #1b1c1f;
	padding: 0 10px;
}
.nav span:hover a.nava,.nav span.active a.nava{
	color: #bf1313;
}
.nav span i{
	display: inline-block;
	height: 20px;
	width: 1px;
	background: #dcdcdc;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.navahide{
	width: 100%;
	background: #f2f4f5;
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 99;
	text-align: center;
	line-height: 40px;
	padding:10px 0;
	opacity: 0;
	transition: .25s;
	visibility: hidden;
}
.navahide a{
	font-size: 14px;
	color: #666;
	margin: 0 15px;
}
.navahide a:hover{
	color: #bf1313;
}
.navhide{
	width: 100%;
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	top: 70px;
}
.navhide a{
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.navhide a:hover{
	color: #bf1313;
}
.nav span:hover .navahide{
	opacity: 1;
	visibility: inherit;
}
.blod{
	font-weight: bold !important;
}

.ttbox{
	background: #fff;
	padding: 15px 0;
}
.ttl{
	padding: 0 20px;
	color: #fff;
	background: #bf1313;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.ttr{
	width: 88%;
	height: 30px;
}
.swiper-container-tt{
	width: 100%;
	height: 100%;
}
.tta {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #1b1c1f;
	max-width: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tta:hover{
	color: #bf1313;
}
.swiper-button-next-tt{
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-top: -14px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #999;
}
.swiper-button-prev-tt{
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-top: -14px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #999;
	left: 93%;
	margin-left: 0;
}
.swiper-button-next-tt:hover,.swiper-button-prev-tt:hover{
	color: #fff;
	border: 1px solid #bf1313;
	background: #bf1313;
}

.m1{
	background: #1b1c1f;
	padding: 50px 0;
}
.m1l{
	width: 66.666666%;
	padding-right: 30px;
}
.hvimg{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 1s;
}
.bnimg:hover .hvimg{
	transform: scale(1.1);
}
.bntxt-gradient{
	position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.bntxt{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	padding: 0 50px;
	z-index: 2;
}
.bntxt h4{
	font-size: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: normal;
}
.bntxt p{
	font-size: 14px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.swiper-button-next-bn{
	color: #fff;
	background: none;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	transition: .25s;
	opacity: 0;
}
.swiper-button-next-bn:hover{
	color: #bf1313;
}
.swiper-button-prev-bn{
	color: #fff;
	background: none;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	transition: .25s;
	opacity: 0;
}
.swiper-button-prev-bn:hover{
	color: #bf1313;
}
.swiper-container-bn:hover .swiper-button-prev-bn,.swiper-container-bn:hover .swiper-button-next-bn{
	opacity: 1;
}

.m1r{
	width: 33.33333%;
}
.tja{
	width: 100%;
	height: 255px;
	overflow: hidden;
}
.tja:last-child{
	margin-top: 30px;
}
.tja .bntxt-gradient{
	bottom: -1px;
}
.tja:hover .hvimg{
	transform: scale(1.1);
}
.tjatxt{
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 0 30px;
	z-index: 2;
}
.tjatxt h4{
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: normal;
}
.tjatxt p{
	color: #fff;
	font-size: 12px;
	opacity: .7;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tja em{
	display: inline-block;
	padding: 4px 10px;
	background: #bf1313;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.md{
	margin-top: 40px;
}
.md .wrap{
	padding: 40px 30px 20px 30px;
	box-shadow: 0px 1px 3px 0px #dee1e3;
}
.mdl{
	width: 65%;
}
.mdltt{
	position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ebeeef;
}
.mdltt h4{
	text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
    font-size: 22px;
    display: inline-block;
}
.mdltt a{
	color: #878c8e;
	line-height: 34px;
}
.mdltt a:hover{
	color: #BF1313;
}
.mdlaimg{
	width: 35%;
	height: 175px;
	overflow: hidden;
}
.mdlaimg:hover .hvimg{
	transform: scale(1.1);
}
.mdlar{
	width: 60%;
}
.mdla{
	padding: 30px 0;
    border-bottom: 1px solid #ebeeef;
}
.mdla span.mdlar1{
	font-size: 12px;
	color: #0098d0;
	font-weight: bold;
}
.mdla span.mdlar2{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	display: block;
}
.mdla h4{
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: .25s;
}
.mdla p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 15px;
}
.mdla h4:hover{
	text-decoration: underline;
}
.mdr{
	width: 32%;
}
.mdr1{
	border: 1px solid #ebeeef;
}
.mdr1 h4.mdr1tt{
	font-size: 16px;
	border-top: 2px solid #BF1313;
	width: auto;
	display: inline-block;
	width: 33.3333%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #BF1313;
}
.mdrpd{
	padding: 0 20px 20px 20px;
}
.mdr1a{
	padding: 15px 0;
	border-bottom: 1px solid #EBEEEF;
}
.mdr1a:last-child{
	padding-bottom: 0;
	border: 0;
}
.mdr1aimg{
	width: 25%;
	height: 60px;
}
.mdr1ar{
	width: 70%;
}
.mdr1ar h4{
	font-size: 12px;
	color: #404648;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 20px;
	font-weight: normal;
}
.mdr1ar p{
	font-size: 12px;
    color: #999;
    margin-top: 5px;
    display: block;
}
.mdr1a:hover h4{
	color: #BF1313;
}
.gg i{
	border-radius: 0 5px 0 0;
    width: 40px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 12px;
    opacity: .85;
}
.gg:hover{
	-webkit-filter: brightness(110%);
}
.mdr2{
	padding: 15px 20px 20px 20px;
	border: 1px solid #ebeeef;
}
.mdr2 h4{
	font-size: 14px;
	padding-bottom: 12px;
    border-bottom: 1px solid #EBEEEF;
}
.mdr2a a{
	padding: 9px 10px;
    line-height: 1;
    margin: 0 8px 8px 0;
    font-size: 12px;
    background-color: #fafcfc;
    border: 1px solid #ebeeef;
    color: #878c8e;
    display: inline-block;
    float: left;
}
.mdr2a a:hover{
	background: #BF1313;
	border: 1px solid #BF1313;
	color: #fff;
}


.str_wrap {
	overflow:hidden;
	zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_wrap.str_active {
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
}
.str_move_clone {
	display:inline-block;
	display:inline;
	zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.dowebok{
	height: 250px;
	overflow: hidden;
}
.dowebok .b5gd{
	line-height: 35px; 
	display: block;
	overflow: hidden;
	height: 35px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
}
.dowebok .b5gd a{
	color: #666;
	font-size: 13px;
}
.dowebok .b5gd a:hover{
	color: #BF1313;
}

.foot{
	background: #161718;
	color: #aaa;
}
.fttop{
	padding: 30px 0;
	text-align: center;
}
.fttop i{
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #2b2c2c;
	vertical-align: middle;
	margin: 0 10px;
	margin-top: -3px;
}
.fttop i:last-child{
	display: none;
}
.fttop a{
	margin: 0 5px;
	color: #aaa;
}
.fttop a:hover{
	color: #BF1313;
}
.ftbot{
	line-height: 30px;
	padding: 10px 0;
	border-top: 1px solid #333;
	font-size: 12px;
}
.ftl{
	width: 17%;
}
.ftl h4{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #ddd;
}
.ftl a{
	color: #aaa;
	display: inline-block;
	line-height: 36px;
}
.ftl a:hover{
	color: #BF1313;
}
.ftl_1{
	width: 32%;
}
.ftl_1 p{
	line-height: 36px;
}
.ftl_1 p i{
	font-size: 27px;
	font-weight: bold;
}
.ftl_2{
	width: 17%;
	text-align: right;
}
.ftl_2 img{
	max-width: 100%;
	display: block;
}
#gotop {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #bf1313;
    box-shadow: 0 0 25px rgba(224,11,79,.5);
    color: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 22px;
    border-radius: 40px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
    transition: .5s;
}


.pager {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}
.pager select{
	display: inline-block;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    margin: 0 2px;
    border-radius: 3px;
    font-size: 12px;
}
.pager a,.pager span {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    color: #444;
    margin: 5px 2px;
    border-radius: 3px;
    font-size: 12px;
}
.pager span.nowpage{
	background: #BF1313;
    border-color: #BF1313;
    color: #fff;
}
.pager a:hover{
	background: #f5f5f5;
}
.pager a.pageCurrent {
    background: #BF1313;
    border-color: #BF1313;
    color: #fff;
}


.iftit{
	font-size: 12px;
	color:#999;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.iftit i{
	margin: 0 5px;
}
.iftit a{
	color: #999;
}
.iftit a:hover{
	color: #BF1313;
}
.iftop h4{
	font-size: 30px;
	font-weight: normal;
	line-height: 45px;
}
.iftop p{
	font-size: 12px;
	color: #adb6b9;
	margin-top: 15px;
	font-style: italic;
}
.iftop p span{
	margin-right: 20px;
}
.iftop a{
	font-size: 12px;
	color: #adb6b9;
}

.iftxt{
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 15px;
	line-height: 35px;
}
.iftxt img{
	max-width: 100%;
}
.iftxtstyle p{
	text-indent: 0em;
}
.iftxtstyle span{
	white-space: inherit !important;
}
.iftxtb{
	background: #f5f5f5;
    border: 1px solid #eee;
    margin-top: 30px;
    padding: 10px 20px;
    line-height: 28px;
    font-size: 12px;
    color: #888;
}

.conltop h4{
	font-size: 20px;
	color: #1b1b1b;
	margin: 0;
}
.conltop p{
	font-size: 15px;
	color: #a0a0a0;
	margin-top: 10px;
}
.conlfmipt{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e0e0e0;
	background: #f2f2f2;
	padding-left: 10px;
	resize: none;
}
.conlfmipttext{
	height: 150px;
	font-family: "Microsoft YaHei";
	-webkit-appearance:none;
	 outline:none; 
}
.conlfmiptsbm{
	width: 140px;
	height: 42px;
	color: #fff;
	background: #F94651;
	margin-top: 20px;
	cursor: pointer;
}
.m1lmsg{
	display: block;
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 940px;
	border: 1px solid #eee;
	padding: 30px;
}
.posrelative{
	position: relative;
}
.code{
	width: 110px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 1px;
	overflow: hidden;
	cursor: pointer;
}
.code img{
	width: 100% !important;
	height: 100% !important;
}



@media only screen and (min-width:768px) and (max-width:1199px) {
	.nav span a.nava{
		padding: 0 18px;
	}
	.ttl{
		padding: 0;
		width: 7%;
		text-align: center;
	}
	.swiper-button-prev-tt{
		left: 92%;
	}
	.ttr{
		width: 90%;
	}
	.swiper-container-bn .bnimg{
		height: 440px;
	}
	.tja{
		height: 205px;
	}
}
@media only screen and (max-width:950px) {
	.m1l,.m1r{
		width: 100%;
		padding: 0;
	}
	.tja{
		margin-top: 30px;
		height: 220px;
	}
	.tjatxt{
		padding: 0 20px;
	}
	.ttl{
		font-size: 12px;
		padding: 0;
		width: 15%;
		text-align: center;
	}
	.ttr{
		width: 85%;
		padding-left: 10px;
	}
	.tta{
		font-size: 14px;
		padding-right: 0;
		width: 100%;
	}
	.swiper-button-next-tt{
		display: none;
	}
	.swiper-button-prev-tt{
		display: none;
	}
	.m1{
		padding: 20px 0;
	}
	.swiper-container-bn .bnimg{
		height: 240px;
	}
	.bntxt{
		padding: 0 20px;
		bottom: 30px;
	}
	.bntxt h4{
		font-size: 18px;
	}
	.bntxt p{
		font-size: 13px;
		margin-top: 10px;
	}
	.md{
		margin-top: 0;
	}
	.md .wrap{
		padding: 20px;
	}
	.mdl{
		width: 100%;
	}
	.mdltt h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mdltt a{
		line-height: 28px;
	}
	.mdlaimg{
		width: 35%;
		height: 100px;
	}
	.mdla h4{
		font-size: 14px;
		margin-top: 5px;
	}
	.mdla span.mdlar2{
		margin-top: 5px;
	}
	.mdla p{
		font-size: 12px;
		-webkit-line-clamp: 1;
		margin-top: 10px;
	}
	.mdla{
		padding: 15px 0;
	}
	.mdr{
		width: 100%;
		margin-top: 20px;
	}
	#gotop{
		width: 35px;
		height: 35px;
		line-height: 33px;
	}
	.fttop{
		padding: 15px 0;
		line-height: 26px;
		font-size: 12px;
	}
	.fttop i{
		display: none;
	}
	.fttop a{
		display: inline-block;
	}
	.ftbot{
		line-height: 26px;
	}
	.iftop h4{
		font-size: 18px;
		line-height: 36px;
	}
	
	.ssbox1{
		width: 100%;
		display: block !important;
		position: relative;
		margin-top: 15px;
		float: left;
	}
	.ss1{
		width: 79%;
		padding: 0;
		height: 35px;
		font-size: 13px;
		border: 1px solid #eee;
		padding-left: 10px;
	}
	.ss2{
		width: 20%;
		height: 35px;
		background-size: 40%;
	}
	
}
@media only screen and (max-width:768px) {
	.bnimg{
		display: inline-block;
	}
}

.videoinfo {
    text-align: center;
}
.videoinfo video {
    width: 80%;
    height: auto;
    margin: 0 auto;
}