.cate_filter {
	margin-top: 5px;
}

.cate_filter span {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 5px;
	border: 1px solid #EEE;
	border-radius: 3px;
	cursor: pointer;
}

.cate_filter span:hover,
.cate_filter span.cur {
	color: #CB333B;
	border-color: #CB333B;
}

.tabs_line .line_box .act a {
	color: #D30000 !important;
}

.no-data-btn {
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	transition: all .3s;
}

.no-data-btn:hover {
	opacity: .64;
}

.no-data-top {
	background: #CB333B;
	color: #fff;
}

.no-data-bottom {
	border: 1px solid #CB333B;
	color: #CB333B;
}

@media screen and (min-width: 768px) {
	.pt123 {
		padding-top: 123px;
	}

	.pt70 {
		padding-top: 50px;
	}

	/* 选项卡 */
	.tabs_box {
		background: #F2F4F7;
		position: sticky;
		top: 123px;
		z-index: 1000;
	}

	.line_box {
		font-size: 16px;
		height: 100%;
	}

	.tabs_line {
		height: 70px;
	}

	.line_box .li {
		/* width: 16.66%; */
		padding: 0 20px;
	}

	.tabs_line .line_box .li {
		/* width: 16.66%; */
		width: auto;
		color: #333;
		/* margin-right: 20px; */
		/* padding: 0; */
	}
}

@media screen and (max-width: 768px) {
	.pt123 {
		padding-top: 0;
	}

	.pt70 {
		padding-top: 0;
	}

	.history {
		line-height: 30px;
		font-size: 12px;
	}

	/* 选项卡 */
	.tabs_box {
		padding: 10px 0;
		background: #F2F4F7;
		position: sticky;
		top: 50px;
		z-index: 1000;
	}

	.tabs_line .line_box {
		/* height: 70px; */
		flex-wrap: wrap;
	}

	.tabs_line .line_box .li {
		/* width: 16.66%; */
		margin-right: 20px;
		/* color: #333 */
	}

	.mb_support_title {
		padding-top: 20px;
	}
	
	.proBox{
	    flex-wrap: wrap;
	    padding-top: 0 !important;
	}
	.proBox .right{
	    margin-left: 0 !important;
	}
	.cate_btn{
	    background: #DA2735;
	    width: 60px;
	    height: 60px;
	    border-radius: 60px;
	    background-image: url('../images/pro_cate.png');
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 30px 30px;
	    position: fixed;
	    right: 20px;
	    bottom: 140px;
	}
}

/* 结束头部 */
.history {
	line-height: 60px;
}

.position_line {
	/* position: absolute; */
	margin-top: 20px;
	bottom: 0;
	background: #fff;
	height: 68px;
	left: 0;
	right: 0;
}

.position_line {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.line_box .act {
	color: #D30000
}

.position_line .line_box .li {
	font-weight: bold;
}

.position_line .line_box .li::after {
	position: absolute;
	height: 30px;
	width: 1px;
	background: #CCCCCC;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
}

.position_line .line_box .li:last-child::after {
	display: none;
}

.full_width {
	width: 100%
}

.news_conten img {
	max-width: 100%;
}

/*新闻发布室*/
.newRoomTab,
.newTab {
	background: #e8e8e8;
	line-height: 20px;
	padding: 20px 0;
}

.seriesTab {
	position: relative;
	z-index: 999;
}

.fixedTab {
	padding: 0;
}

.seriesTab .tab {
	background: #e8e8e8;
}

.newTab .tabBox {
	line-height: 20px;
}

.tabBox .tabLi {
	font-size: 14px;
	/*padding: 0 10px;*/
	/*margin: 0 10px;*/
	word-break: initial;
}

.pdtb30_old img {
	transition: all .3s;
}

.pdtb30_old:hover img {
	transform: scale(1.15);
}

/* .tabBox .tabAct:after{
    position: absolute;
    color: #000;
    background: #DA2735;
    height: 2px;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    content: '';
} */
.seriesTab .newRoomTab .tabBox .tabLi:hover a,
.newRoomTab .tabBox .tabAct a {
	color: #DA2735 !important;
	display: inline-block;
}

.seriesTab .newRoomTab .tabBox .tabLi {
	margin-right: 40px;
	font-size: 15px;
	cursor: pointer;
	word-break: initial;
	padding: 20px 0;
}

.seriesTab .newRoomTab .tabBox {
	color: #999999;
}

.seriesTab .newRoomTab .tabAct {
	color: #DA2735;
}

@media screen and (min-width: 768px) {
	/* .seriesTab .newRoomTab .tabBox .tabAct:after{
		top: 80px;
	} */
	/* .seriesTab .newRoomTab .tabBox .tabLi:hover:after{
		top: 80px;
	} */
}

/* .seriesTab .newRoomTab .tabBox .tabAct:after{
    position: absolute;
    color: #DA2735;
    background: #DA2735;
    height: 2px;
    left: 0;
    right: 0;
    top:78px;
    margin: auto;
    content: '';
} */
.seriesTab .newRoomTab .tabBox .tabLi:hover {
	color: #DA2735 !important;
}

/* .seriesTab .newRoomTab .tabBox .tabLi:hover:after{
    position: absolute;
    background: #DA2735;
    height: 2px;
    left: 0;
    right: 0;
	top:68px;
    margin: auto;
    content: '';
    animation: beLong .3s forwards;
} */
@keyframes beLong {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.tabBox .tabLi:last-child {
	margin-right: 0;
}

/*新闻发布室*/
/* .downloadBtn {
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border:1px solid #DA2735;
	color: #DA2735;
	font-size: 15px;
	cursor: pointer;
	transition: all .3s;
}
.downloadBtn:hover {
	background: #DA2735;
	color: #fff;
} */

.tabCon .downloadBtn {
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: #DA2735;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.categoryPage .nyDesc {
	line-height: 30px;
	word-break: break-word;
}

.seriesPage .trBtn {
	width: 77px;
	height: 77px;
	border-radius: 77px;
	margin: auto;
	cursor: pointer;
}

.seriesPage .trBtn_0 {
	background: url(../search/sjsc_nor.png) no-repeat center;
	background-size: cover;
}

.seriesPage .trBtn_1 {
	background: url(../search/xzzx_nor.png) no-repeat center;
	background-size: cover;
}

.seriesPage .trBtn_2 {
	background: url(../search/xj_nor.png) no-repeat center;
	background-size: cover;
}

.seriesPage .btnBox:hover .trBtn_0 {
	background: url(../search/sjsc_act.png) no-repeat center;
	background-size: cover;
}

.seriesPage .btnBox:hover .trBtn_1 {
	background: url(../search/xzzx_act.png) no-repeat center;
	background-size: cover;
}

.seriesPage .btnBox:hover .trBtn_2 {
	background: url(../search/xj_act.png) no-repeat center;
	background-size: cover;
}

.seriesPage .btnBox {
	color: #999999;
}

.seriesPage .btnBox:hover {
	color: #DA2735 !important;
}

@media screen and (min-width: 768px) {
	.seriesTab .solutionUl .box:nth-child(2n) .left {
		float: right !important;
	}

	.seriesTab .solutionUl .box .right {
		padding: 10px;
	}

	.seriesTab .solutionUl .box:nth-child(2n) .right {
		float: left !important;
		padding-right: 20px;
	}

	.seriesTab .solutionUl .box .right .c9 {
		margin-top: 30px;
	}

	.xIcon .left {
		width: 200px;
	}

	.pro_video {
		/*width:calc((100% - 60px) / 4)!important;*/
		width: 283px !important;
		border: 1px solid #f4f4f4;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		border-radius: 10px;
		overflow: hidden;
	}

	.pro_video:nth-child(3n) {
		margin-left: 0;
		margin-right: 0;
	}

	.pro_video:nth-child(2n-1) {
		margin-left: 0;
	}
}

.seriesTab .gsBox {
	line-height: 30px;
	width: 100%;
}

.seriesTab .tabCon {
	display: none;
}

.tabCon .pdtb30_old:nth-child(2n),
.tabCon .pdtb30_old:nth-child(2n) div {
	background: #F6F6F6;
}

.td,
.td div {
	background: #fff !important;
}

.ccCon .tabCon .pdtb30_old>div,
.ccCon .tabCon .pdtb30_old .content .tx div,
.Dscroll .pdtb30_old .content .tx div,
.Dscroll .pdtb30_old>div {
	padding: 30px 0;
}

.tabCon1 .pdtb30_old .tabBox,
.tabCon1 .pdtb30_old .tabBox .mrlr5 {
	padding: 0 !important;
}

.tabCon .pdtb30_old:nth-child(2n) .content .tx,
.tabCon .pdtb30_old:nth-child(2n) .content .tx div {
	background: #F6F6F6;
}

.tabCon .pdtb30_old:nth-child(2n-1),
.tabCon .pdtb30_old:nth-child(2n-1) div {
	background: #fff;
}

.tabCon .pdtb30_old:nth-child(2n-1) .content .tx,
.tabCon .pdtb30_old:nth-child(2n-1) .content .tx div {
	background: #fff;
}

.tabCon .downloadLink:hover,
.tabCon .xj:hover {
	background: #DA2735;
	box-shadow: 0px 8px 18px 0px rgba(253, 30, 0, 0.24);
	color: #fff;
}

.tabCon .xj:hover .desc {
	color: #fff;
}

.tabCon .downloadLink .dIcon,
.tabCon .xj .xIcon {
	padding: 0 10px 0 10px;
	/* padding: 0 10px 0 40px; */
}

.tabCon .downloadLink .dIcon:after {
	position: absolute;
	background: url(../search/download_nor.png) no-repeat center;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	margin: auto;
	top: 0;
	right: 10px;
	bottom: 0;
	content: '';
}

.tabCon .downloadLink:hover .dIcon:after {
	background: url(../search/download_act.png) no-repeat center;
	background-size: 25px 25px;
}

.tabCon .xj .xIcon:after {
	position: absolute;
	background: url(../search/xj_nor.png) no-repeat center;
	background-size: cover;
	width: 25px;
	height: 25px;
	margin: auto;
	top: 0;
	right: 10px;
	bottom: 0;
	content: '';
}

.tabCon .xj:hover .xIcon:after {
	background: url(../search/xj_act.png) no-repeat center;
	background-size: cover;
}

.tabCon .xj .title {
	font-size: 17px;
}

.tabCon .xj .desc {
	color: #999999;
}

.downloadPage .cityDraw {
	/* box-shadow: 0 0 10px #999999; */
}

.downloadPage .ful div,
.downloadPage .sul div {
	line-height: 40px;
	cursor: pointer;
}

.downloadPage .ful,
.downloadPage .sul {
	max-height: 350px;
	overflow: auto;
}

.downloadPage .ful>div>div:hover,
.downloadPage .sul>div>div:hover {
	background: #DA2735;
	color: #fff;
}

.seriesTab .addCompare {
	cursor: pointer;
}

.seriesTab .addCompare:hover {
	color: #DA2735;
}

.opa0 {
	opacity: .4;
}

.compareTab {
	background: none;
	line-height: 40px;
}

.compareTab .tabLi {
	padding: 0 !important;
}

.selSer {
	box-shadow: 0px 8px 18px 0px rgba(50, 51, 51, 0.24);
}

.selSer .imgBox {
	width: 200px;
	height: 200px;
	background: #fff;
}

.selSer .conBox {
	background: #efefef;
}

.selCheck {
	width: 20px;
	height: 20px;
	border: 1px solid #c1c1c1;
}

.selCheckAct {
	background: #DA2735;
	position: relative;
	border: 1px solid #DA2735 !important;
}

.selCheckAct:after {
	position: absolute;
	background: url(../search/tick.png) no-repeat center;
	width: 11px;
	height: 7px;
	background-size: 11px 7px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	margin: auto;
}

.dataBox:nth-child(2n) .dataLine {
	background: #f7f7f7;
}

.dataLine {
	width: 25%;
	height: 100%;
	line-height: 20px;
	padding: 15px 0;
	min-height: 50px;
}

.dataLine .iBox {
	background: #fff;
	/*height: 170px;*/
}

.open .on-off {
	border: 1px solid #fff;
	background: #DA2735;
}

.on-off {
	width: 80px;
	height: 30px;
	border-radius: 40px;
	border: 1px solid #dedede;
	margin: auto;
	transition: all .3s;
	cursor: pointer;
}

.on-off:after {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px #c1c1c1;
	width: 35px;
	height: 35px;
	border-radius: 45px;
	top: -2.5px;
	left: 0;
	margin: auto;
	content: '';
	transition: all .3s;
}

.open .on-off:after {
	left: 45px;
}

.proDel {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	background: #d9d9d9;
	transform: translate(50%, -50%);
	border-radius: 50%;
	cursor: pointer;
	z-index: 88;
}

@media screen and (max-width: 768px) {
	.banProImg {
		width: 95vw;
	}

	.seriesPage .conBox {
		padding-top: 20px;
	}

	.seriesPage .conBox .conBox {
		margin: auto !important;
		display: flex;
		width: 80%;
		justify-content: space-between;
	}

	.newsSeries {
		top: 10px;
		left: 50px;
		right: auto !important;
	}
}

@media screen and (min-width: 768px) {
	.banProImg {
		width: 500px;
		height: 500px;
	}

	.seriesPage .conBox {
		padding-left: 40px;
	}

	.seriesPage .conBox div:first-child {
		flex: 1;
	}

	.seriesPage .conBox .conBox {
		/*width: 60px;*/
		flex-shrink: 0;
	}

	.zoomDiv,
	.zoomMask {
		display: none;
	}
}

.act .bd {
	border: 1px solid #DA2735;
}

.bd {
	border: 1px solid #f7f7f7
}

.jqzoom {
	width: 100%;
	height: auto
}

@media screen and (min-width: 768px) {

	/*放大镜*/
	.tb-pic a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	.tb-pic a img {
		vertical-align: middle;
	}

	.tb-pic a {
		*display: block;
		*font-family: Arial;
		*line-height: 1;
	}

	.thumb_bg {
		margin-left: 1px
	}

	.thumb_bg img {
		width: 100%;
	}

	.tb-s310 a {
		display: block;
		text-align: center;
	}

	/*.tb-s310 img{max-height:450px;max-width:450px;}*/
	.tb-s310 a {
		*font-size: 271px;
	}

	.tb-s40 a {
		*font-size: 35px;
	}

	.tb-s40,
	.tb-s40 a {
		display: block;
		height: 58px;
		width: 58px;
	}

	.tb-s40 a img {
		max-width: 40px;
		max-height: 40px;
		margin-top: 9px;
	}

	.tb-booth {
		position: relative;
		z-index: 1;
		margin-bottom: 40px;
		/* border: 1px solid #eee; */
	}

	.thumb_bg .tb-selected {
		background: none;
		border: 1px solid #D92734;
		box-sizing: border-box
	}

	div.zoomDiv {
		z-index: 999;
		position: absolute;
		top: 0;
		left: 10px;
		width: 400px;
		height: 400px;
		background: #ffffff;
		border: 1px solid #CCCCCC;
		display: none;
		text-align: center;
		overflow: hidden;
	}

	div.zoomMask {
		position: absolute;
		background: url(../search/mask.png) repeat scroll 0 0 transparent;
		cursor: move;
		z-index: 1;
	}

	.pro_center_p_box:hover .pro_photo {
		animation: boost .3s ease-in-out forwards;
	}

	.pro_photo {
		width: 100%;
		height: 100%;
	}

	@keyframes boost {
		0% {
			transform: scale(1);
		}

		100% {
			transform: scale(1.1);
		}
	}
}

@media screen and (max-width: 768px) {
	.compareTab .selSer {
		width: calc(50% - 20px);
	}

	.compareTab .flex .mrr20:nth-child(2n) {
		margin-right: 0;
	}

	.compareTab .selSer .imgBox {
		width: 100%;
		height: auto;
	}

	.com_pro_box .dataLine {
		min-width: 200px;
	}

	.mrb30 .tabBox .tabLi,
	.ccCon .tabBox .tabLi {
		min-width: 150px;
		background: #DCDCDC;
		margin-right: 0;
	}

	.mrb30 .pdtb30_old .content .mrlr5,
	.ccCon .content .mrlr5 {
		min-width: 140px;
	}

	.tabCon {
		overflow: auto;
	}

	.tabBox .tabLi {
		margin-right: 20px;
		font-size: 15px;
		min-width: 40px;
		text-align: center;
	}

	.tabAct,
	.tabAct a {
		color: #DA2735 !important;
	}

	.xIcon .left {
		width: 200px;
	}

	.Dscroll {
		overflow: auto;
	}

	.Dscroll .flex-3 {
		min-width: 150px;
	}

	.Dscroll .flex-2 {
		min-width: 100px;
	}

	.Dscroll .flex-4 {
		min-width: 200px;
	}

	.Dscroll .flex-5 {
		min-width: 250px;
	}

	.Dscroll .flex-6 {
		min-width: 300px;
	}
}

/*常见问题*/
.quesPage .quesIcon,
.quesPage .answerIcon {
	width: 40px;
	height: 30px;
}

.quesPage .quesIcon:after {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../search/question.png) no-repeat center;
	background-size: 30px 30px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

.quesPage .answerIcon:after {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../search/answer.png) no-repeat center;
	background-size: 30px 30px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

@media screen and (min-width: 768px) {

	.newsSeries {
		top: 10px;
	}

	.mh140 {
		min-height: 140px;
	}

	.contactPage .comCon {
		padding-left: 50px;
		box-sizing: border-box;
	}

	.contactPage .fenCom {
		display: flex;
		align-items: center;
	}

	.contactPage .fenCom .fenComCon {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*常见问题*/
.active {
	color: #fff !important;
	background: #DA2735;
	border-radius: 5px;
}

.active:hover {
	color: #fff !important;
}

.selectBox {
	line-height: 40px;
}

.selectBox .left {
	font-size: 16px;
	width: 100px;
}

.whiteBg {
	background: #fff;
}

.bg7 {
	background: #f7f7f7
}

/* .cookiesCon {
	display: none;
} */

.seriesDataBox .box {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}

.seriesDataBox .box .data {
	font-size: 22px;
	margin-right: 5px;
	word-break: break-word;
}

.mobileRoomTab {
	top: 50px !important;
}

.pagination,
.pagination2 {
	position: absolute;
	z-index: 20;
	bottom: -30px !important;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.4;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.pagination2 .swiper-pagination-switch {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #C2C2C2;
	margin: 0 5px;
	opacity: 0.4;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.swiper-container {
	--swiper-theme-color: #DA2735;
	--swiper-pagination-color: #DA2735;
	/* 两种都可以 */
}

.swiper-active-switch {
	background: #DA2735;
	opacity: 1;
}

.swiper-pagination-bullet {
	background: rgba(218, 39, 53, .45);
	width: 20px;
	height: 4px;
	border-radius: 0px;
	opacity: 1;
}

.my-bullet-active {
	width: 20px;
	height: 4px;
	background: rgba(218, 39, 53, 1);
	opacity: 1;
	border-radius: 0px;
}

.mobileRoomTab {
	top: 50px !important;
}

.bctBg {
	background-color: #272c32;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}

.bctBg .con .li {
	color: #fff !important;
	transition: all .3s;
	opacity: 0.8;
}

@media screen and (min-width: 768px) {
	.bctBg {
		background-image: url(../search/btc_bg.png);
	}

	.bctBg .con .li {
		border-right: 1px solid rgba(255, 255, 255, 0.25);
		padding: 0 50px;
		flex: 1;
	}
}

@media screen and (max-width: 768px) {

	.newRoomTab,
	.newTab {
		padding: 0 !important;
	}

	.bctBg .con .li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		padding: 20px;
		width: 100%;
	}

	.mrb30 .tabBox .flsr0,
	.ccCon .tabBox .flsr0 {
		min-width: 120px !important;
	}

	.mrb30 .pdtb30_old .content .mrlr10,
	.ccCon .content .mrlr10 {
		min-width: 150px;
	}

	.mrb30 .tabBox .tabLi,
	.ccCon .tabBox .tabLi {
		padding: 0 10px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.bctBg .con .li:hover {
	opacity: 1;
}

.bctBg .con .li .title {
	font-size: 22px;
	text-align: center;
}

.bctBg .con .li:last-child {
	border: none;
}

.videoBox:hover {
	box-shadow: 0 0 10px #dedede;
	border-radius: 8px;
	transition: all .3s;
}

.tableTop {
	background: #464646;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
}

.dSearchBtn {
	transition: all .3s;
	position: relative;
	cursor: pointer;
}

.dSearchBtn:after {
	position: absolute;
	background: url(../search/search-black.png) no-repeat center;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
}

.dSearchBtn:hover {
	background: #DA2735 !important;
}

.dSearchBtn:hover:after {
	background: url(../search/search.png) no-repeat center;
	background-size: 26px 26px;
}

.seriesTitle {
	max-width: 120px;
}

.priceIcon {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #DA2735 !important;
	color: #fff;
}

.titleBox {
	background: #464646;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
}

.titleBox div {
	background: #464646;
}

.newsSeries {
	position: absolute;
	left: 0px;
	margin: auto;
	background: url('../search/news_hd.png') no-repeat center !important;
	background-size: 44px !important;
	color: #fff;
	width: 44px;
	height: 44px;
	z-index: 10;
}

.stopIcon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mobileImg {
	top: 25px;
	z-index: 9;
}

.pro_video:hover {
	transition: all .1s;
	box-shadow: 0 0 10px #f4f4f4;
}

.pro_video:hover .video_movie {
	animation: movie_long .3s forwards;
}

.pro_video:hover .video_play_layer {
	background: rgba(218, 39, 53, .6);
	transition: all .3s;
}

.pro_video:hover .video_play_btn {
	height: 40px;
	width: 40px;
}

.pro_video:hover .video_play_btn:after {
	border-top: 7px solid transparent;
	border-left: 14px solid rgb(218, 39, 53);
	border-bottom: 7px solid transparent;
}

@keyframes movie_long {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.pro_video {}

.video_movie {
	position: absolute;
	width: 0%;
	height: 4px;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: #DA2735;
}

.video_play_btn {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.video_play_btn:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid rgb(218, 39, 53);
	border-bottom: 10px solid transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
}

.video_play_layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.video_desc {
	font-size: 12px;
	height: 60px;
	line-height: 20px;
}

.file_box .li {
	width: calc(33.33% - (60px / 3));
	margin-left: 20px;
}

.data_box .list-box {
	display: none;
}


.file_box .li {
	width: calc(33.33% - (60px / 3));
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	margin-left: 20px;
	margin-bottom: 20px;
}

.file_box .li:nth-child(3n) {
	/* margin-right: 0; */
}

.downloadBtn,
.moreBtn {
	position: relative;
	width: 100px;
	height: 40px;
	border: 1px solid #CB333B;
	color: #CB333B;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	border-radius: 5px;
}

.downloadBtn:hover {
	background: #CB333B;
	color: #fff;
}

.downloadBtn::before {
	position: absolute;
	background: url('../search/uni_down_act.png?time=1') no-repeat center;
	background-size: 20px 20px;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

.downloadBtn:hover::before {
	background: url('../search/uni_down_nor.png?time=1') no-repeat center;
	background-size: 20px 20px;
}

.search_btn {
	background: #CB333B;
	line-height: 60px;
	width: 140px;
	cursor: pointer;
}

.moreCircle {
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px solid #CB333B;
	color: #CB333B;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	border-radius: 30px;
}

.circle {
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #CB333B;
	margin: 0 2px;
}

.moreBtn {
	padding-right: 0;
	text-align: center;
}

.fs_20 {
	font-size: 20px;
}

.file_box .title,
.pro_box .title {
	font-size: 16px !important;
	line-height: 25px;
	height: 50px;
}

.file_box .dese {
	font-size: 14px;
}


.left_menu {
	width: 300px;
}

.left_menu .title:hover {
	color: #CB333B
}

.left_menu .title {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}

.toggle_hide>.title::after {
	position: absolute;
	/* background: url('../search/toggle_hide.png?time=1') no-repeat center; */
	
	/* background: url('../images/toggle_arrow_show.png') no-repeat center; */
	background: url('../images/toggle_arrow_hide.png') no-repeat center;
	transform: rotate(180deg);
	background-size: 12px 12px;
	width: 18px;
	height: 18px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

.toggle_show>.title::after,
.toggle_defult>.title::after {
	position: absolute;
	/* background: url('../search/toggle_show.png?time=1') no-repeat center; */
	background: url('../images/toggle_arrow_hide.png') no-repeat center;
	transition: all .3s;
	background-size: 12px 12px;
	width: 18px;
	height: 18px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

.toggle_show .title{
    color: #FD1E00 !important;
}

.second_li{
	padding-right: 30px;
	/*margin-left: 20px !important;*/
}

.toggle_hide .second_li,
.toggle_hide .third_li {
	display: none;
}

.line_box .li {
	cursor: pointer;
}

.second_li a:first-child div,
.third_li a:first-child div {
	padding-top: 0 !important;
}

.data_box {
	margin-bottom: 20px;
}

.search {
	background: #FFFFFF;
	box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.15);
	height: 60px;
	margin-top: 30px;
}

.search_icon {
	width: 25px;
	height: 25px;
	background: url('../search/search_icon.png?time=1') no-repeat center;
	background-size: cover;
}

.file_box .imgBox {
	width: 150px;
	height: 150px;
	background: #f4f4f4;
	overflow: hidden;
}

.file_box .li:hover .imgBox img {
	transform: scale(1.08);
}

.news_more {
	width: 160px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #CB333B;
	color: #CB333B;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .3s;
	border-radius: 5px;
}

.news_more .more {
	padding-right: 30px;
}

.news_more .more::after {
	position: absolute;
	background: url('../search/icon_more_red.png') no-repeat center;
	width: 17px;
	height: 10px;
	background-size: 17px 10px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.news_more:hover {
	background: #CB333B;
	color: #fff;
}

.news_more:hover .more::after {
	background: url('../search/icon_more_white.png') no-repeat center;
	background-size: 17px 10px;
}

@media screen and (min-width: 768px) {
	.data_box .title {
		font-size: 24px;
		font-weight: bold;
	}

	.pro_video {
		margin-left: 10px !important;
		margin-right: 0;
		width: calc((100% - 30px) / 3) !important
	}

	.pro_video:nth-child(2n-1) {
		margin-left: 10px !important;
	}

	.btn-prev:hover span,
	.btn-next:hover span {
		color: #CB333B;
	}

	.pro_box .li {
		width: calc(100% / 2 - (40px / 2));
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
		margin-left: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.data_box .title {
		font-size: 16px;
		font-weight: bold;
	}

	.mbright {
		margin-left: 0 !important;
		margin-top: 20px;
		flex: none;
		width: 100%;
	}

	.file_box .li {
		width: calc(50% - (20px / 2));
		margin-left: 0;
		margin-right: 10px;
	}

	/* .file_box .li:nth-child(2n){
		margin-right: 0;
	} */
	.pro_video {
		margin-left: 0 !important;
		margin-right: 10px;
		width: calc((100% - 20px) / 2) !important;
		border: 1px solid #f4f4f4;
		margin-bottom: 10px;
	}

	.pro_video:nth-child(2n-1) {
		/* margin-right: 20px !important; */
	}

	.btn-prev:hover span,
	.btn-next:hover span {
		color: #CB333B;
	}

	.video_desc {
		-webkit-line-clamp: 2;
		height: 40px;
	}

	.filter {
		line-height: 50px;
		background: #dedede;
	}

	.filter_layer .close_nav {
		position: relative;
		background: #fff;
		background-image: url(../search/close_note.png);
		background-repeat: no-repeat;
		background-position: left;
		width: 30px;
		height: 50px;
		top: 0;
		/* left: 20px; */
		/* right: 20px; */
		background-size: 30px;
		/* margin: auto; */
		content: '';
		z-index: 3;
		cursor: pointer;
	}

	.quesShow {
		padding-right: 10px;
	}

	/* .data_box .title{
		margin-top: 20px;
	} */
	.pro_box .li {
		width: 100%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
		/* margin-left: 20px; */
		margin-bottom: 20px;
	}

	.data_62 .title {
		margin-top: 0 !important;
	}
}


.left_menu {
	padding: 20px;
	background: #f4f4f4;
}

.proImg {
	height: 200px;
	width: 200px;
}

.proDec {
	line-height: 30px;
}

.proBtn {
	background: #DA2735;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
}

.noSelect {
	width: 25px;
	height: 25px;
	border: 2px solid #DA2735;
	margin-right: 5px;
	border-radius: 4px;
}

.isSelect {
	width: 25px;
	height: 25px;
	border: 2px solid #DA2735;
	margin-right: 5px;
	border-radius: 4px;
	/* background-color: #DA2735; */
	background-image: url('../images/check-box.png');
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
}