﻿/*通用类*/
@font-face {
	font-display:swap;
	font-family:SY;
	/*src:url("../fonts/SourceHanSansCN-Regular.otf");*/
}
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1400px;
	margin:0 auto;
	font-size:14px;	
	font-family:微软雅黑,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;
	color:#666;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#c7161d;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:SY,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.header{
	height: 46px;
	background:#000;
	line-height: 46px;
}
.wp94{
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}
.header .logo{
	float: left;
	display: block;
	height: 46px;
}
.header .logo img{
	display: block;
	height: 46px;
}
.head_lans{
	float: right;
	color:#fff;
	font-size:16px;
}
.head_lans a{
	color:#fff;
}
.h_toper{
	width: 1030px;
	margin:40px auto 0 auto;
}
.h_toper .logo{
	float: left;
	display: block;
	padding-top:6px;
}
.h_search{
	width: 780px;
	height: 43px;
	float: right;
	position:relative;
}
.hs_left{
	float: left;
	height: 41px;
	border:1px solid #b2b2b2;
	border-right:0;
	width: 659px;
	border-radius:21px 0 0 21px;
}
.hs_sel{
	outline:none;
	float: left;
	width: 115px;
	height: 41px;
	background:#f8f8f8;
	border:0;
	border-radius:21px 0 0 21px;	
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.hs_sel ul{
	width: 115px;
	position: absolute;
	left: 0;
	top: 41px;
	z-index: 100;
	background:#fff;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	border-radius:6px;
	display: none;
}
.hs_seldown ul{
	display: block;
}
.hs_sel li{
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.hs_sel li:hover{
	background:#f3f3f3;
}
.hs_sel li a{
	display: block;
	height: 30px;
	text-align: center;
}
.hs_left .handle{
	color:#666;
	height: 41px;
	line-height: 41px;
	padding-left:40px;
	width: 75px;
	background:url("../images/hs.png") no-repeat 90px center;
}
.hs_left .text{
	float: left;
	height: 41px;
	line-height: 41px;
	border:0;
	background:none;
	padding-left:20px;
	width: 500px;
}
.h_search .sub{
	/*float: right;*/
	position:absolute;
	right:0px;
	top:0px;
	width: 120px;
	height: 43px;
	border-radius:0 21px 21px 0;
	background:#c7161d url("../images/hs_sub.png") no-repeat 20px center;
	font-size:16px;
	color:#fff;
	text-indent:20px;
}
.hot_keys{
	clear: both;
	padding-left:280px;
	height: 82px;
	line-height: 82px;
    overflow:hidden;
}
.hot_keys .tit{
	float: left;
	color:#000;
	font-weight:bold;
}
.hot_keys a{	
	margin-right:5px;
	color:#888;
}
.h_cla{
	width: 94%;
	margin:0 auto;
	border:1px solid #eee;
	border-bottom:0;	
}
.hcla_fls{
	position: relative;
	padding:9px 0 9px 206px;
	min-height: 28px;
	border-bottom:1px solid #eee;
}
.hcla_fls .tit{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100px;
	text-align: center;
	background:#f5f5f5;
	color:#333;
	font-weight:bold;
}
.hcla_fls .tit span{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top:-10px;
}
.hcla_fls .item{
	float: left;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-right:10px;
	padding:0 17px;
	border-radius:5px;
}
.hcla_fls .hover{
	color:#fff;
	background:#c7161d;
}
.hcla_fls .all{
	position: absolute;
	left: 115px;
	top: 50%;
	margin-top:-14px;
}

.h_pros{
	width: 94%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:40px auto 0 auto;
}
.h_pros .zw{
	width: 340px;
	height: 0;
}
.hp_item{
	display: block;
	width: 340px;
	float: left;
	height: 326px;
	text-align: center;
}
.hp_item .photo{
	display: block;
	width: 340px;
	height: 225px;
	margin-bottom:15px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hp_item .photo img{
	display: block;
	width: 340px;
	height: 225px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hp_item .photo:hover img{
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.hp_item .name{
	height: 32px;
	line-height: 32px;
	font-size:16px;
}
.hp_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#000;
}
.hp_item .tags{
	height: 28px;
	line-height: 28px;
	font-size:14px;
	color:#888;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp_item .tag{
	height: 28px;
	line-height: 28px;
	font-size:12px;
	color:#ccc;
}
.page{
	text-align: center;
	padding:40px 0;
}
.page a{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding:0 13px;
	border:1px solid #cecece;
	border-radius:3px;
	margin:0 3px;
}
.page a:hover,.page a.hover{
	color:#fff;
	background:#333;
}

.footer{
	background:#000;
	height: 260px;
	color:#fff;
}
.footer .wp{
	width: 660px;
	margin:0 auto;
}
.footer dl{
	float: left;
	width: 130px;
	text-align: center;
	padding-top:72px;
}
.footer dd{
	line-height: 1.8;
}
.footer ul{
	float: right;
	font-size:14px;
	line-height: 28px;
	padding-top:90px;
}

.alert_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
	background:rgba(0,0,0,0.7);
}
.hs_win{
	width: 780px;
	height: 500px;
	background:#fff;
	z-index: 220;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
	border-radius:8px;
	box-shadow:0 0 10px rgba(0,0,0,1);
	display: none;
}
.hs_win .photo{
	display: block;
	width: 320px;
	height: 500px;
	float: left;
}
.hs_win .cright{
	width: 360px;
	float: right;
	padding-right:50px;
}
.hs_win .cright iframe {
    width: 137px;
    height: 137px;
}
.hs_win .lgs{
	text-align: center;
	padding-top:50px;
}
.lg_in{
	height: 42px;
	margin-top:20px;
	border-bottom:1px solid #eee;
	position: relative;
}
.lg_in .text{
	width: 100%;
	height: 42px;
	border:0;
	background:none;	
}
.lg_in .get_code{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	line-height: 42px;
	color:#c7161e;
}
.hs_win .send{
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius:25px;
	background:#c7161e;
	font-size:20px;
	text-align: center;
	color:#fff;
	margin-top:40px;
}
.hs_win .ot{
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
}
.hs_win .ot i{
	display: block;
	width: 80px;
	border-top:1px solid #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.hs_win .ot .i2{
	right: 0;
	left:auto;
}
.hs_win .wx{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.hs_win .wx_btn{
	padding-left:60px;
	display: inline-block;
	background:url("../images/wx.png") no-repeat left center;
}
.hs_win .mobile_btn{
	padding-left:60px;
	display: inline-block;
	background:url("../images/mobile.png") no-repeat left center;
}
.hs_win .bt{
	width: 460px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 48px;
	line-height: 48px;
	background:#fafafa;
}
.hs_win .wp{
	width: 360px;
	float: right;
	padding-right:50px;
}
.hs_win .rem{
	padding-left:35px;
	background:url("../images/rem.png") no-repeat left center;
	cursor: pointer;
}
.hs_win .remhover{
	background-image:url("../images/remh.png");
}
.hs_win .rem .a1{
	color:#00bfff;
}
.hs_win .rem .a2{
	color:#c5141e;
	text-decoration: underline;
}
.hs_win .close{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	cursor: pointer;
	background:url("../images/close.png") no-repeat center center;
}
.hs_win .wx2{
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size:15px;
}
.hs_win .sin{
	display: inline-block;
	padding-left:28px;
	background:url("../images/wx.png") no-repeat left center;
	background-size:auto 20px;
}
.hs_win .code{
	display: block;
	width: 137px;
	height: 137px;
	margin:0 auto;
}

.my_wp{
	width: 1400px;
	margin:0 auto;
}
.my_tag{
	float: left;
}

.my_toper{
	height: 105px;
	line-height: 105px;
	clear: both;
}
.my_toper .pos{
	float: left;
	font-size:18px;
	background:url("../images/now_pos.png") no-repeat left center;
	padding-left:36px;
}
.my_search{
	float: right;
	width: 440px;
	margin-top:31px;
}
.my_search .text{
	height: 40px;
	width: 311px;
	border:1px solid #9a9a9a;
	border-right:0;
	border-radius:20px 0 0 20px;
	padding:0 24px;
	float: left;
}
.my_search .sub{
	float: right;
	height: 42px;
	width: 80px;
	background:#c7161d url("../images/nav_sub.png") no-repeat center center;
	border-radius:0 21px 21px 0;
}

.my_left{
	float: left;
	width: 196px;
}
.my_left a{
	display: block;
	height: 74px;
	line-height: 74px;
	margin-bottom:7px;
	background:#fff;
	font-size:16px;
	padding-left:85px;
	position: relative;
}
.my_left img{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top:-25px;
}
.my_left .hover{
	color:#c6151d;
}

.my_right{
	width: 1180px;
	float: right;
}
.my_item{
	display: block;
	width: 275px;
	height: 300px;
	float: left;
	margin-left:20px;
}
.my_item .photo{
	display: block;
	width: 275px;
	height: 180px;
	margin-bottom:15px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.my_item .photo img{
	display: block;
	width: 275px;
	height: 180px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.my_item .photo:hover img{
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.my_item .name{
	font-size:14px;
	line-height: 22px;
	height: 44px;
	color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.my_item .date{
	height: 28px;
	line-height: 28px;
	font-size:13px;
	color:#888;
}
.my_item .date span{
	color:#888;
}

.vi_banner{
	width: 890px;
	height: 590px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom:60px;
}
.vi_banner .fd{
	width: 52px;
	height: 52px;
	background:url("../images/fd.png") no-repeat center center;
	position: absolute;
	z-index: 60;
	right: 20px;
	top: 20px;
}
.vi_banner .pics li{
	width: 890px;
	height: 590px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.vi_banner .pics img{
	display: block;
	max-width: 890px;
	max-height: 590px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.vi_banner .pics li:hover img{
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.vi_banner .pics video.initVideo {
    display: block;
    width: 890px;
    height: 590px;
}
.vi_banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.vi_banner .btns span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius:100%;
	background:#fff;
	margin:0 2px;
}
.vi_banner .btns .hover{
	background:#c7161d;
}
.vi_info{
	float: right;
	width: 420px;
	padding:0 25px;
	height: 590px;
	background:#fff;
	position: relative;
}
.vi_info .name{
	font-size:18px;
	padding-top:20px;
	line-height: 28px;
	color:#000;
	font-weight:bold;
}
.vi_info dl{
	padding-top:15px;
	line-height: 1.6;
}
.vi_info dt{
	font-size:16px;
	line-height: 1.8;
	font-weight:bold;
	color:#333;
}
.vi_info .bts{
	width: 420px;
	padding:0 25px;
	position: absolute;
	left: 0;
	bottom: 25px;
}
.vi_info .bn{
	display: block;
	width: 200px;
	height: 47px;
	line-height: 47px;
	background:#eee;
	text-align: center;
	font-size:15px;
}
.vi_info .bn1{
	float: left;
}
.vi_info .bn2{
	float: right;
}
.vi_info .bn1 span{
	padding-left:32px;
	display: inline-block;
	background:url("../images/vi_bn1.png") no-repeat left center;
}
.vi_info .hover span{
	background-image:url("../images/vi_bn1h.png");
}
.vi_info .bn2 span{
	padding-left:32px;
	display: inline-block;
	background:url("../images/vi_bn2.png") no-repeat left center;
}

.vi_bottom{
	background:#fff;
}
.vi_bottom .wp{
	width: 1400px;
	margin:0 auto;
}
.vi_handle{
	text-align: center;
	padding-top:40px;
}
.vi_handle .btn{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding:0 45px;
	margin:0 20px;
	font-size:16px;
}
.vi_handle .hover{
	background:#f5f5f5;
	color:#333;
	font-weight:bold;
}
.vi_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.vi_list .hp_item{
	margin-top:30px;
}
.vi_list .zw{
	width: 340px;
	height: 0;
}

.share_win{
	width: 520px;
	height: 280px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 220;
	display: none;
	background:#fff;
	border-radius:10px;
	margin:-140px 0 0 -260px;
}
.share_win .cleft{
	float: left;
	width: 250px;
	text-align: center;
	padding-top:40px;
}
.share_win .cleft img{
	display: block;
	width: 150px;
	height: 150px;
	margin:0 auto;
}
.share_win .cleft dd{
	line-height: 50px;
	color:#000;
}
.share_win .cright{
	float: left;
	width: 200px;
	padding-top:30px;
}
.share_win .cright dt{
	height: 50px;
	line-height: 50px;
	font-size:20px;
	color:#000;
	letter-spacing:3px;
}
.share_win .cright dd{
	line-height: 1.6;
}
.share_win .close{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	cursor: pointer;
	background:url("../images/close.png") no-repeat center center;
}

/*小显示器*/
@media (max-width: 1400px) {
	.my_wp{
		width: 1200px;
	}
	.my_wp2{
		width: 1300px;
	}
	.my_right{
		width: 945px;
	}
	.my_item{
		margin-left:40px;
	}
	

	.vi_banner{
		width: 790px;
		height: 590px;
		float: left;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		margin-bottom:60px;
	}
	.vi_banner .fd{
		width: 52px;
		height: 52px;
		background:url("../images/fd.png") no-repeat center center;
		position: absolute;
		z-index: 60;
		right: 20px;
		top: 20px;
	}
	.vi_banner .pics li{
		width: 890px;
		height: 590px;
	}
	.vi_banner .pics img{
		display: block;
		width: 890px;
		height: 590px;
	}

	.vi_bottom .wp{
		width: 1300px;
	}


}

.copyvjsplaybtn {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    transition: all 0.4s;
    top: 50%;
    left: 50%;
    margin-top: -0.81666em;
    margin-left: -1.5em;
}

    .copyvjsplaybtn span:before {
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font-family: VideoJS;
        font-weight: normal;
        font-style: normal;
        content: "\f101";
        color: #FFF;
    }

.hp_item .photo:hover .copyvjsplaybtn {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}

.my_item .photo:hover .copyvjsplaybtn {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}
