* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	word-wrap:break-word;
}
i{font-style: normal;color: #666666;}
html {
	font: 12px/1.5 arial, Helvetica, sans-serif;
	width: 100%;
}
body{
	background-color: #ffffff;
}
.index-search-logo h1{display: none;}
input,
select,
textarea {
	font-size: 100%;
	padding-left: 10px;
	outline: none;
	_outline: none;
	border: 0;
}
button {
	outline: none;
	border: 0px;
	cursor: pointer;
}
textarea {
	resize: none
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
	text-align: left;
}
/* 去除默认边框 */
fieldset,
img {
	border: 0;
	outline: none;
	-moz-outline: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul,
li {
	list-style: none;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}
/* 统一上标和下标 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
	text-decoration: none;
}
select {
	border: solid 1px #e6e6e6;
	/*appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;*/
	/*background: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/xia-1.png) no-repeat scroll 95% center transparent;*/
	padding-right: 25px;
	background-color: #FFFFFF;
	font-size: 14px;
	/*height: 50px;*/
}
select::-ms-expand {
	display: none;
}
.clearfix:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
	zoom: 1;
	/* for IE6 IE7 */
}
.fl{float: left;}
.fr{float: right;}
.w_1360{width: 1360px;margin: 0 auto;}
.mobile{display: none;}
.pc{display: block;}

/*分类列表*/
.pro_main_r{
	margin-left: 284px;
	min-height: 860px;
}
.category_list_r>.title{
	line-height: 50px;
	overflow: hidden;
}
.category_list_r>.title .zt{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.category_list_r>.title .ft{
	font-size: 18px;
	color: #666666;
	margin-left: 20px;
}
.category_list_r>.title  span{
	color: #2abaee;
	font-size: 18px;
}
.category_pro_list .cate_one>li{
	
}
.category_pro_list .cate_one>li ul{overflow: hidden;}
.category_pro_list .cate_one ul li{
	width: 25%;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.category_pro_list .cate_one ul li .img{
	display: inline-block;
}

.category_pro_list .cate_one ul li .img>a{
	width: 200px;
	height: 200px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.category_pro_list .img>a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}

.category_pro_list .img>a:hover img{
	transform: scale(1.1);
}

.category_pro_list .cate_one ul li p{
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 80%;
	text-align: center;
	line-height: 36px;
}
.category_pro_list .cate_one ul li p a{
	display: block;
	background-color: #ffffff;
	font-size: 14px;
	color: #262626;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	
}
.category_pro_list .cate_one ul li .video_paly{
	position: absolute;
	top: 40%;
	left: 40%;
	width: 50px;
	height: 50px;
	background-image: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/video.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: none;
}
.category_pro_list .cate_one ul li:hover .video_paly{display: block;}



.pro_main_r .category_pro_list{
	padding-bottom: 40px;
	margin-top: 40px;
}
.pro_main_r .category_pro_list>p{
	margin-bottom: 20px;
	margin-right: 10px;
	font-size: 12px;
	color: #999999;
	font-family: arial;
}
.pro_main_r .category_pro_list>p span{
	color: #faa723;
}
.pro_main_r .category_pro_list .swiper-pagination-bullet{
	width: 40px;
	height: 3px;
	border-radius: 0;
	margin-right: 10px;
}
.pro_main_r .category_pro_list .swiper-pagination-bullet-active{
	background-color: #2abaee;
}
.video_tags_wrap{
	margin-top: 40px;
}
.video_tags_wrap .vt_cut{text-align: center;overflow: hidden;}
.video_tags_wrap .vt_cut li{
	cursor: pointer;
	font-size: 26px;
	font-weight: bold;
	color: #262626;
	margin-right: 60px;
	line-height: 26px;
	/*border-right: 3px solid #cdcdcd;*/
}
.video_tags_wrap .vt_cut li:last-child{border-right: 0;}
.video_tags_wrap .vt_cut li.active{
	color: #2abaee;
}
.video_tags_wrap .vt_cut li:hover{
	color: #2abaee;
}
.video_tags_wrap .vt_con{
	margin-top: 40px;
	overflow: hidden;
}
.video_tags_wrap .vt_con>div{
	display: none;
	overflow: hidden;
}
.video_tags_wrap .vt_con>div ul{
	/*overflow: hidden;*/
}
.video_tags_wrap .vt_con>div.active{
	display: block;
}
.video_tags_wrap .vt_con .main_title .title{
	border-bottom: 0;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.video_tags_wrap .vt_con>div.vt_video{
	background-color: #fbfbfb;
	
}
.video_tags_wrap .vt_con .main_title .title::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 3px;
	background-color: #2abaee;
}
.video_tags_wrap .vt_con .main_title form span{
	display: block;
	float: none;
}
.vt_con>div.vt_video .vt_video_r{
	padding: 20px 30px;
	width: 310px;
	box-sizing: border-box;
	
}
.vt_con>div.vt_video .send_main .send_con label{
	margin-top: 10px;
	
}
.vt_con>div.vt_video .send_main .send_con label input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 12px;
	font-family: arial;
}
.vt_con>div.vt_video .send_main .send_con label textarea{width: 100%;height: 160px;padding: 10px;}
.vt_con>div.vt_video .send_main .send_con>button{
	margin-left: 0;
	width: 190px;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 3px;
    background-color: #2abaee;
    color: #ffffff;
}
.vt_con>div.vt_video .vt_video_l{
	width: 600px;
	background-color: #ffffff;
}
.vt_con>div.vt_video .vt_video_l video{
	width: 600px;
	height: 337px;
}

.vt_video_l .swiper_wrap{
	padding: 0 50px;
	margin-top: 15px;
	position: relative;
}
.vt_video_l .swiper_wrap .swiper-container .swiper-slide div{
	width: 110px;
	height: 110px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	background-image: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/video.png);
	background-repeat: no-repeat;
	background-position: 47% 47%;
	background-size: 40px;
}

.vt_video_l .swiper_wrap .swiper-container .swiper-slide{
	cursor: pointer;
	
}
.vt_video_l .swiper_wrap .swiper-container .swiper-slide.active div{
	box-sizing: border-box;
	border: 2px solid #2abaee;
}
.vt_video_l .swiper_wrap .swiper-container .swiper-slide img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	position: relative;
	z-index: -99;
}
.vt_video_l .swiper_wrap .btn{
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	outline: none;
	cursor: pointer;
}
.vt_video_l .swiper_wrap .previous{
	left: 0;
	background-image: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/previous-1.png);
}

.vt_video_l .swiper_wrap .next{
	right: 0;
	background-image: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/next-1.png);
}

.pro_main_r .keyword_wrap{
	margin-top: 40px;
	padding: 30px 10px;
	background-color: #fbfbfb;
}
.pro_main_r .keyword_wrap div{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.pro_main_r .keyword_wrap div .key{
	font-size: 18px;
	font-weight: bold;
	color: #2abaee;
}
.pro_main_r .vt_tags ul{
	width: 33.33%;
}
.pro_main_r .vt_tags ul li{
	width: 90%;
	line-height: 40px;
	margin-bottom: 25px;
}
.pro_main_r .vt_tags ul li a{
	font-size: 18px;
	color: #262626;
	display: inline-block;
	padding: 0 20px;
	max-width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, .2);
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	box-sizing: border-box;
}
.related_info{padding: 10px 0px;}
.related_info ul li{border-bottom: dashed 1px #E5E5E5;margin-bottom: 15px;width: 45%;float: left;margin-right: 5%;padding-bottom: 10px;}
.related_info ul li .title{font-weight: bold;color: #666666;display:block;height: 30px;line-height:30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 16px;}
.related_info ul li .r_text{margin-top:5px;height:48px;line-height:24px; overflow:hidden;font-size: 14px;color: #666666;}
.detail_pro_r dl .dt_right .c_link i{color:#febd15;}
.video_tags_wrap .vt_recommended ul li{
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
}
.vt_recommended ul li .img{
	display: inline-block;
	
}
.vt_recommended ul li .img>a{
	width: 210px;
	height: 210px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.vt_recommended ul li .img>a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}
.vt_recommended ul li .img>a:hover img{
	transform: scale(1.1);
}
.vt_recommended ul li p{
	display: inline-block;
	width: 210px;
	margin-top: 10px;
}
.vt_recommended ul li p a{
	display: block;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	font-size: 14px;
	color: #262626;
}
.vt_recommended ul li p a:hover{
	color: #2abaee;
}

.video_play_wrap .vt_con>div.vt_video .vt_video_l{
	width: 100%;
}
.video_play_wrap .vt_con>div.vt_video .vt_video_l .video_show_t{
	width:915px;
	height: 514px;
}
.pro_main_r .you_like{
	margin-top: 40px;
}
.pro_main_r .you_like ul li{
	width: 48%;
	border-bottom: 1px dashed #e0e0e0;
	padding: 30px 0;
}
.pro_main_r .you_like ul li:nth-child(2n+1){padding-right: 4%;}


.pro_main_r .you_like .like_con_list{
	overflow: hidden;
}
.pro_main_r .you_like>.title{
	font-size: 28px;
	line-height: 40px;
	color: #333333;
	font-weight: bold;
}
.pro_main_r .you_like ul li>.title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: block;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.pro_main_r .you_like ul li .con{
	margin-top: 20px;
	overflow: hidden;
}
.pro_main_r .you_like ul li .con .list_l{
	width: 28%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
.pro_main_r .you_like ul li .con .list_r{
	width: 72%;
}
.pro_main_r .you_like ul li .con .list_l .img{
	display: inline-block;
}
.pro_main_r .you_like ul li .con .list_l .img a{
	width: 100px;
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.pro_main_r .you_like ul li .con .list_l .img a img{
	max-height: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.pro_main_r .you_like ul li .con .list_l>p{
	font-size: 16px;
	color: #2abaee;
	display: inline-block;
	padding: 0 5px;
	padding-bottom: 1px;
	border-bottom: 2px solid #2abaee;
}
.pro_main_r .you_like ul li .con .list_r p:first-child{
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
	height:140px;
	line-height: 36px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}
.pro_main_r .you_like ul li .con .list_r p:last-child{margin-top: 5px;}
.pro_main_r .you_like ul li .con .list_r p:last-child a{
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
	font-weight: bold;
	
}
.pro_main_r .keyword_wrap.keyword_two div{
	color: #ffffff;
}

.pro_main_r .keyword_wrap.keyword_two{
	background-color: #333333;
	margin-bottom: 40px;
}
.footer_cate{
	padding-bottom: 20px;
    border-bottom: 1px solid #373737;
}
.footer_cate .footer_cl{
	width: 65%;
	box-sizing: border-box;
	padding-right: 7%;
}
.footer_cate .footer_cr{
	width: 35%;
}
.footer_cate>div .title{
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	line-height: 50px;
}
.footer_cate>div ul {
	margin-top: 40px;
}
.footer_cate>div ul li{
	
	margin-bottom: 20px;
}
.footer_cate>div ul li a{
	font-size: 16px;
	color: #cacaca;
	display: block;
	width: 90%;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.footer_cate>div ul li:hover a{color: #ffffff;}
.footer_cate>div .title::after{
	content: "";
	width: 55px;
	height: 3px;
	background-color: #2abaee;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_wrap .footer .footer_top{
	padding: 20px 0;
}

.footer_cate .footer_cl ul li{
	width: 33.33%;
}
.footer_cate .footer_cl ul li a{
	font-size: 16px;
	color: #cacaca;
}


.send_main .send_con label{
	display: block;
	line-height: 30px;
}
.send_main .send_con{
	padding: 0px 0 25px;
	
}
.send_main .send_con label span{
	width: 60px;
	font-size: 12px;
	color: #333333;
}
.send_main .send_con label input{
	width: 192px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}
.send_main .send_con label textarea{
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	font-size: 12px;
	color: #666666;
	font-family: arial;
}
.send_main .send_con label{margin-top: 18px;}
.send_main .send_con>p{
	box-sizing: border-box;
	padding-left: 60px;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.send_main .send_con>button{
	margin-left: 60px;
    height: 28px;
    width: 65px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #2abaee;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.video_tags_wrap .vt_con .main_title .con {
    margin-top: 10px;
    color: #999999;
    font-size: 12px;
}
.category_list{
	margin-bottom: 40px;
}
.category_list .title{
	font-size: 20px;
    font-weight: bold;
    color: #333333;
    position: relative;
    width: 160px;
    line-height: 32px;
}
.category_list ul{width: calc(100% - 160px);}
.category_list ul li a{
	font-size: 14px;
	color: #999999;
	display: block;
	max-width: 90%;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.category_list ul li{
	line-height: 32px;
	width: 25%;
	
}
.main_bot{
	margin: 50px 0;
}
.main_bot .main_bot_cut li{
	width: 120px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	margin-right: 20px;
	background-color: #f0f0f0;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	position: relative;
}
.main_bot .main_bot_cut li.active{
	background-color: #ffffff;
}
.main_bot .main_bot_cut li.active::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.main_bot .main_bot_con{
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	
}
.main_bot .main_bot_con .main_con_list{
	display: none;
}
.main_bot .main_bot_con .main_con_list.active{
	display: block;
}
.mb_box1>p.title{
	font-size: 14px;
	color: #333333;
}
.mb_box1>ul{
	margin-top: 20px;
}
.mb_box1>ul li{
	width: 33%;
	box-sizing: border-box;
	padding-right: 5%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.mb_box1:first-child{
	margin-top: 0px;
}
.mb_box1{
	margin-top: 35px;
}
.mb_box1 .con{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.mb_box1 .con p{
	margin-bottom: 10px;
}
.mb_box1 .con img{max-width: 100%;}
.mb_box1 form{margin-top: 40px;}
.mb_box1 form label span {
    width: 100px;
    font-size: 12px;
    color: #666666;
}
.mb_box1 form label{line-height: 40px;margin-bottom: 20px;display: block;}
.mb_box1 form label input{
	box-sizing: border-box;
    border: 1px solid #dbdbdb;
    width: calc(100% - 100px);
    border-radius: 2px;
	height: 40px;
	font-size: 14px;
	color: #666666;
}
.mb_box1 form label textarea{
	box-sizing: border-box;
    border: 1px solid #dbdbdb;
    width: calc(100% - 100px);
    border-radius: 2px;
	height: 150px;
	padding: 10px;
	font-size: 14px;
	color: #666666;
}
.mb_box1 form .ts{
	font-size: 14px;
	color: #666666;
	padding-left: 100px;
	box-sizing: border-box;
}
.mb_box1 form button{
	margin-left: 100px;
    height: 28px;
    width: 65px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #4380db;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.box_swiper{text-align: center;}
.box_swiper .swiper-container8{
	display: inline-block;
	width: 70%;
}
.box_swiper .swiper-container8 .swiper-slide,.box_swiper .swiper-container8 .swiper-slide a{
	width: 70vw;
	height: 70vw;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.box_swiper .swiper-container8 .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.box_detail_rec {
    padding: 15px 10px;
    line-height: 36px;
    font-size: 16px;
}
.box_detail_rec img{
	max-width: 100%;
}

.box_detail_rec .a_tag {
    padding-bottom: 10px;
    font-weight: normal;
    color: #555555;
    padding-right: 20px;
    line-height: 20px;
    font-size: 16px;
}
.box_detail_rec .a_tag:hover{
	color: #4380db;
}
.box_detail_rec .video_mod {
    width: 800px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box_detail_rec .video_mod  img{
	max-width: 100%;
}
.other_pro{border-top: 1px dashed #999;padding: 10px;margin-top:20px;}
.other_pro a{color: #999;font-size: 16px;}
.other_pro p{line-height:36px;overflow: hidden;}
.other_pro :hover a{color: #666;}
.other_pro span{color: #666666;font-size: 16px;padding-right: 5px;}
.feedback_list{}
.feedback_list ul li{border-bottom:dashed 1px #e5e5e5;padding-bottom: 10px;margin-bottom: 15px;}
.feedback_list ul li:last-child{border-bottom: 0;}
.feedback_list ul li .comment_text{font-size: 16px;margin-bottom: 5px;line-height: 24px;color: #666666;}
.feedback_list ul li .release{font-size: 14px;color: #777777;float: left;line-height: 34px;}
.feedback_list ul li .rate_star{line-height:34px;float: left;margin-right: 15px;}
.feedback_list ul li .rate_star .i_star{color:#ffad29; font-size:20px;}




/*分类列表*/












.vt_video{ padding:20px 0px;}
.vt_con .main_title .title::after{content: "";position: absolute;left: 0;bottom: 0;width: 45px;height: 3px;background-: #2abaee;}
.main_title form span{display: block;float: none;}
.vt_video .send_main .send_con label{margin-top: 10px;}
.vt_video .send_main .send_con label input{width: 100%;height: 40px;line-height: 40px;}
.vt_video .send_main .send_con label textarea{width: 100%;height: 160px;padding: 10px;}
.vt_video .send_main .send_con>button{margin-left: 0;width: 190px;line-height: 40px;height: 40px;font-size: 16px;margin-top: 20px;}
.vt_video .vt_video_l{width: 540px;float: left;background-color: #ffffff;}
.vt_video .vt_video_l video{width: 540px;height: 304px;}
.vt_video_r { float:right;width:340px;}
.vt_video_l .swiper_wrap{padding: 0 50px;margin-top: 15px;position: relative;}
.vt_video_l .swiper_wrap .swiper-container .swiper-slide{cursor: pointer;}
.vt_video_l .swiper_wrap .swiper-container .swiper-slide div{width: 100px;height: 100px;vertical-align: middle;text-align: center;display: table-cell;background-image: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/video.png);
	background-repeat: no-repeat;background-position: 47% 47%;background-size: 40px;}
.vt_video_l .swiper_wrap .swiper-container .swiper-slide.active div{box-sizing: border-box;border: 2px solid #2abaee;}
.vt_video_l .swiper_wrap .swiper-container .swiper-slide img{max-height: 100%;max-width: 100%;vertical-align: middle;position: relative;z-index: -99;}
.vt_video_l .swiper_wrap .btn{position: absolute;top: 0;width: 50px;height: 100%;background-repeat: no-repeat;background-position: 50%;outline: none;cursor: pointer;}
.vt_video_l .swiper_wrap .previous{left: 0;background-image: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/previous-1.png);}
.vt_video_l .swiper_wrap .next{right: 0;background-image: url(http://style.bosscdn.com/site_themes/en/qxia_allblack/images/next-1.png);}
.message_list ul li.v_m{padding-left:0px; display:block;}
.message_list ul li.v_m label{ width:100%; float:left;color: #6a6a6a;height:46px;line-height: 46px;font-size:18px;font-weight: normal;}
.keyword_wrap{background-color: #fbfbfb;}
.keyword_wrap div{font-size: 16px;color: #666666;line-height: 32px;}
.keyword_wrap div .key{font-size: 18px;font-weight: bold;color: #2abaee;}

.vt_tags{padding:20px 0px;}
.vt_tags ul{width: 33.33%;}
.vt_tags ul li{width: 90%;line-height: 40px;margin:5px 0px}
.vt_tags ul li a{font-size: 16px;color: #666666;display: inline-block;padding: 0 20px;max-width: 100%;background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;}
.vt_video .vt_video_l.v_show{width: 100%;}
.vt_video .vt_video_l .video_show_t{width: 918px;height:516px;}
.you_like{}
.you_like ul li{width: 48%;border-bottom: 1px dashed #e0e0e0;padding: 15px 0;}
.you_like ul li:nth-child(2n+1){padding-right: 4%;}
.you_like .like_con_list{}
.you_like ul li .title{line-height: 40px;font-size:16px;color: #444444;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-weight:500;}
.you_like ul li .con{margin-top:10px;overflow: hidden;}
.you_like ul li .con .list_l{width: 32%;text-align: center;box-sizing: border-box;padding: 0 10px;}
.you_like ul li .con .list_r{width: 68%;}
.you_like ul li .con .list_l .img{display: inline-block;}
.you_like ul li .con .list_l .img a{width: 100px;height: 100px;text-align: center;display: table-cell;vertical-align: middle;}
.you_like ul li .con .list_l .img a img{max-height: 100%;max-height: 100%;vertical-align: middle;}
.you_like ul li .con .list_l>p{font-size: 16px;color: #ffaf00;display: inline-block;padding: 0 5px;padding-bottom: 1px;border-bottom: 2px solid #ffaf00;}
.you_like ul li .con .list_r p:first-child{font-size: 16px;color: #666666;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.you_like ul li .con .list_r p:last-child{margin-top: 5px;}
.you_like ul li .con .list_r p:last-child a{font-size: 16px;color: #febd15;}


@media only screen and (max-width: 1400px) {
	.vt_video .vt_video_l{width:62%;}
	.vt_video .vt_video_l video{width: 40vw;height: 23vw;}
	.vt_video_r{width: 38%;}
	.vt_video_l .swiper_wrap .swiper-container .swiper-slide div{width: 100px;height: 100px;max-width: 100%;max-height: 100%;}
	.you_like>.title{font-size: 22px;}
	.you_like{margin-top: 20px;}
	.you_like ul li>.title a{font-size: 16px;}
	.you_like ul li .con .list_l .img a{width: 7vw;height: 7vw;}
	.you_like ul li .con .list_l>p{font-size: 16px;}
	.you_like ul li .con .list_r p:first-child{font-size: 16px;line-height:32px;}
	.you_like ul li{padding: 20px 0;}

}


@media only screen and (max-width: 1280px) {
	.vt_video_r {width: 33%;}
	.video_tags_wrap .vt_con{margin-top: 20px;}
	.vt_video .vt_video_l .video_show_t{width: 70vw;height: 39vw;}


}



@media only screen and (max-width: 1040px) {
	.vt_video .vt_video_l {width: 60vw;height:100%;}
	.vt_video .vt_video_l video{width: 100%;height:100%;}
	.vt_video_l .swiper_wrap .swiper-container .swiper-slide div{width:80px;height: 80px;}
	.vt_video .vt_video_l .video_show_t{width:98vw;height:55vw;}
	.category_list_r>.title .zt{font-size: 22px;}
	.category_list_r>.title{line-height: 36px;}
	.category_pro_list{padding-bottom: 30px;}
	.you_like {margin-top:0px;}
	.you_like ul li{width:100%;border-bottom: 1px dashed #e0e0e0;padding: 15px 0;}

}



@media only screen and (max-width: 767px) {
	.vt_video .vt_video_l {float: none;width: 100%;}
	.vt_video .vt_video_l video{width: 96vw;height: 55vw;}
	.vt_video_r{width:100%;float: none;margin-top: 20px;padding-top:20px;border-top: solid 8px #f5f5f5;}
	.vt_video_l .swiper_wrap .swiper-container .swiper-slide div{width:90px;height: 90px;}
	.you_like ul li .con .list_l .img a {width: 18vw;height: 18vw;}
	.you_like ul li .con{margin-top: 10px;}

}


@media only screen and (max-width: 400px){
	.vt_video_l .swiper_wrap .swiper-container .swiper-slide div{width:60px;height: 60px;}
	.vt_video .vt_video_l video{width: 88vw;height:50vw;}
	.vt_video .vt_video_l .video_show_t{width:88vw;height:50vw;}
}

.cp_dt_right1 span, .list_boxa_ly2_ms span,.dianji_xianshi{
	float: left;
}
.dianji_xianshi {
	display: block;

}
.pro_d_text table {
	border-left: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	float: left;
	width: 300px;
}
.pro_d_text {
	left: -90px;
	top: 30px;
	line-height: 28px;
	position: absolute;
	background: #fafafa;
	z-index: 9;
	text-align: center;
}
.contraction b {
	cursor: pointer;
	width: 12px;
	height: 16px;
	float: left;
	background: url(../images/jiantou.png) no-repeat 0 8px;
	margin: 0px 17px 0 12px;
}
.content_text {
	color: #ec0d0d;
	float: left;
}
.cp_dt_right1 tr td{
	position: relative;
}