@charset "utf-8";

/* CSS Document */
body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
p,
hr,
input,
em {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-text-size-adjust: none
}

body {
	max-width: 750px;
	margin: 0 auto;
	font-size: 10px;
	color: #333;
	/* min-width:1200px;*/
	background: #fff;
	font-family: '\5FAE\8F6F\96C5\9ED1', 'Nanum Gothic', "Malgun Gothic", ngwoff, ngeot, nmwoff, nmeot, Dotum, Gulim, Tahoma, Geneva, sans-serif, verdana;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

table,
img {
	border: none
}

ul {
	list-style: none
}

a,
li,
span,
p,
div {
	color: #333;
	text-decoration: none;
	outline: none;
}

/*-webkit-user-select: none;-webkit-tap-highlight-color: rgba(200,200,200,0);*/
.vjs-control-bar a,
li,
span,
p,
div {
	/*color:#fff;*/
	text-decoration: none;
	outline: none;
}

/*-webkit-user-select: none;-webkit-tap-highlight-color: rgba(200,200,200,0);*/
.con {
	color: #333;
}

.con span {
	color: #333;
}

a:hover {
	color: #003eac;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

ol,
ul {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

i,
em {
	font-style: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
*+html .clearfix {
	min-height: 1%;
}

.w1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.trans {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.trans:hover {
	transform: scale(1.04, 1.04);
	-ms-transform: scale(1.04, 1.04);
	-webkit-transform: scale(1.04, 1.04);
	transition: 1s
}

.smy_ctrl {
	position: relative;
	min-height: 50px;
	cursor: move;
	overflow: hidden;
}

.main {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 15%;
}

.vjs-tech {
	height: 100% !important;
}

.part1 {
	padding: 3%;
	margin-left: auto;
	margin-right: auto;
}

.part1 .title a {
	font-size: 50px;
	font-family: "宋体";
	/* font-weight: bold; */
	line-height: 55px;
}

.part1 .pic {
	position: relative;
	width: 100%;
	height: 412px;
	margin-top: 30px;
}

.part1 .pic a {
	display: block;
}

.part1 .pic .pic-img {
	width: 100%;
	height: 412px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.part1 .pic .pic-img img {
	width: 100%;
	height: 412px;
	display: block;
}

.part1 .pic .pic-i {
	width: 116px;
	height: 116px;
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -58px;
	top: 50%;
	margin-top: -58px;
	z-index: 1;
}

.part1 .pic .pic-i i {
	width: 116px;
	height: 116px;
	display: block;
	background: url(icon_video_hy20180419.png) no-repeat;
}

.part1 .con {
	margin: 30px 0 10px 0;
}

.part1 .con span {
	font-size: 33px;
	line-height: 37px;
	font-family: "宋体";
	border-left: 9px solid #f96f65;
	display: block;
	padding-left: 25px;
}

.part2 {

	border-top: 1px solid #f4f4f4;
}

.color2 {
	background: #fff;
}

.part2 .hd {
	height: 80px;
	border-bottom: 3px solid #d9d9d9;
	display: flex;
}

.part2 .hd ul {
	height: 100%;
	position: relative;
	top: 3px;
}

.part2 .hd ul li {
	float: right;
	height: 100%;
	font-size: 32px;
	color: #6a6a6a;
	margin-left: 40px;
	box-sizing: border-box;
}

.part2 .hd ul li a {
	height: 100%;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 5px solid transparent;
}

.part2 .hd ul li.on a {
	color: #0561c4;
	border-bottom: 5px solid #0561c4;
}

.part2 .hd ul li.on {}

.part2 .bd .chat-room {
	/* padding:30px; */
	overflow: hidden;
	/* background: #f5f5f5; */
	padding-top: 30px;
}

.part2 .bd .chat-room li {
	overflow: hidden;
	padding: 0 30px 30px 30px;
}

.part2 .bd .chat-room li .chat-L-box {
	/* border-bottom: 2px dashed #d0d0d0; */
	overflow: hidden;
	padding-bottom: 30px;
	background-color: #fff;
}

.part2 .bd .chat-room li .per {
	width: 95px;
	overflow: hidden;
}

.part2 .bd .chat-room li .per img {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.part2 .bd .chat-room li .per span {
	display: block;
	color: #424242;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
	display: none;
}

.part2 .bd .chat-room li.chat-L .talk {
	width: 515px;
	/* padding: 15px 30px; */
	padding-right: 50px;
	background: #fff;
	/* border: 1px solid #e8e8e8; */
	border-radius: 15px;
	position: relative;
}

.part2 .bd .chat-room li.chat-R .talk {
	width: 515px;
	padding: 15px 30px;
	background: #f8ebd7;
	border: 1px solid #eeeeee;
	border-radius: 15px;
	position: relative;

}

.part2 .bd .chat-room li .name {
	font-size: 28px;
	color: #0561c4;
	padding: 5px 0;
}

.part2 .bd .chat-room li .con {
	font-size: 30px;
	color: #1f1f1f;
	margin: 10px 0;
	width: 100%;
	word-break: break-all;
}

/* .part2 .bd .chat-room li .con img{width: 100%;margin: 15px 0;} */
.part2 .bd .chat-room li .con img {
	width: 31%;
	margin: 1% 1%;
	height: 140px;
	display: block;
	float: left;
}

.part2 .bd .chat-room li.chat-L .talk .icon {
	position: absolute;
	top: 33px;
	left: -13px;
	z-index: 1;
	width: 13px;
	height: 18px;
	display: block;
	/* background: url(triangle1_hy20180419.png) no-repeat; */
}

.part2 .bd .chat-room li.chat-R .talk .icon {
	position: absolute;
	top: 33px;
	right: -15px;
	z-index: 1;
	width: 15px;
	height: 18px;
	display: block;
	background: url(triangle2_hy20180419.png) no-repeat;
}

.link-jk {
	background: #fff;
	border-top: 1px solid #f0f0f1;
	padding: 0 7%;
	overflow: hidden;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 2% 0;
}

.link-jk a {
	background: url(icon-com_hy20180420.png) no-repeat left center;
	display: inline-block;
	padding-left: 55px;
	font-size: 20px;
	color: #333333;
}




/*直播*/
.live {
	width: 94%;
	margin-top: 20px;
	padding: 0 3% 6% 3%;
	background: url(live-icon5_hy20180419.png) 58px top repeat-y;
	overflow: hidden;
	height: auto;
}

.live .tit {
	position: relative;
	height: 93px;
}

.live .tit span {
	height: 60px;
	line-height: 60px;
	background: #0561c4;
	color: #fff;
	font-family: "宋体";
	font-size: 38px;
	display: inline-block;
	padding: 0 15px;
}

.live .tit i {
	width: 37px;
	height: 33px;
	display: inline-block;
	background: url(live-icon1_hy20180419.png) no-repeat;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 1;
}

.live li {
	overflow: hidden;
	position: relative;
}

.new-liaotianshi-title .icon-text {
	/* width: 65px;
	height: 65px; */
	/* display: inline-block;
	float: left; */
	background: url(live-icon2_hy20180419.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	/* position: absolute;
	top: 111px;
	left: 3px;
	z-index: 1;
	text-indent: -999em; */
}

.new-liaotianshi-title .icon-video {
	/* width: 65px;
	height: 65px;
	display: inline-block;
	float: left; */
	background: url(live-icon3_hy20180419.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	/* position: absolute;
	top: 111px;
	left: 3px;
	z-index: 1;
	text-indent: -999em; */
}

.new-liaotianshi-title .icon-imgtext {
	/* width: 65px;
	height: 65px;
	display: inline-block;
	float: left; */
	background: url(live-icon4_hy20180419.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	/* position: absolute;
	top: 111px;
	left: 3px;
	z-index: 1;
	text-indent: -999em; */
}

.live li .icon-triangle {
	width: 23px;
	height: 35px;
	display: inline-block;
	background: url(triangle3_hy20180419.png) no-repeat;
	position: absolute;
	top: 127px;
	left: 81px;
	z-index: 1;
	text-indent: -999em;
}

.live li .time {
	width: 600px;
	height: 30px;
	border-bottom: 1px solid #eeeeef;
	margin-top: 10px;
	float: right;
}

.live li .time span {
	color: #b2b2b2;
	font-size: 24px;
	display: inline-block;
	background: #fff;
	float: right;
	margin-top: 12px;
	padding-left: 10px;
}

.live li .content {
	width: 560px;
	padding: 20px;
	background: #f8f8fa;
	border: 1px solid #eeeeef;
	border-radius: 15px;
	margin-top: 30px;
	float: right;
}

.live li .content .name {
	color: #0561c4;
	font-size: 28px;
}

.live li .content .con {
	color: #1f1f1f;
	font-size: 28px;
	margin-top: 10px;
}

.live li .content .con video {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}

.live li .content .con iframe {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.live li .video .con img {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.live li .imgtext .con img {
	width: 47%;
	margin: 1% 1%;
	height: 160px;
	display: block;
	float: left;
}

.live li .imgtext .con span {
	display: block;
	margin-top: 5px;
}

.lmy_video {
	height: 11rem !important;
}

.lmy_audio {
	height: 80px !important;
	background: #f8f8fa !important;
}

.pic-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.smy_imglist {
	margin-top: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.smy_bigimg {
	/* width: 100% !important;
	height: 60vw !important;
	display: block !important;
	margin: 10px 0 !important; */
}

.show_img {
	max-width: 750px;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(png1_hy20180420.png) repeat;
	z-index: 100000;
	display: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	left: 50%;
	margin-left: -375px;
}

.show_img img {
	width: 100%;
	height: auto;
}



/*#my-video object {
    height: 412px;
}*/
#my-video {
	overflow: hidden;
}

@media (max-width:768px) {
	.main {
		width: 100%;
	}

	.part1 .title a {
		font-size: 1.25rem;
		line-height: 1.6rem;
	}

	.part1 .pic {
		height: 11.22rem;
		margin-top: 0.8rem;
	}

	.part1 .pic .pic-img,
	.part1 .pic .pic-img img {
		width: 100%;
		height: 11.22rem !important;
	}

	.part1 .pic .pic-img,
	.part1 .pic .pic-img video {
		width: 100%;
		height: 100% !important;
	}

	.part1 .pic .pic-img,
	.part1 .pic .pic-img iframe {
		width: 100%;
		height: 11.22rem !important;
	}

	.part1 .pic .pic-i {
		width: 3rem;
		height: 3rem;
		margin-left: -1.5rem;
		margin-top: -1.5rem;
	}

	.part1 .pic .pic-i i {
		width: 3rem;
		height: 3rem;
		background-size: cover;
	}

	.part1 .con {
		margin: 0.8rem 0 0.26rem 0;
	}

	.part1 .con span {
		font-size: 0.88rem;
		line-height: 1.2rem;
		border-left: 0.24rem solid #f96f65;
		padding-left: 0.6666rem;
	}

	.part2 .hd {
		height: 2.4rem;
		border-bottom: 1px solid #d9d9d9;
	}

	.part2 .hd ul {
		position: relative;
		top: 1px;
	}

	.part2 .hd ul li {
		margin-left: 1rem;
		height: 100%;
		font-size: 0.9rem;
	}

	.part2 .hd ul li a {
		height: 100%;
		border-bottom: 2px solid transparent;
	}

	.part2 .hd ul li.on a {
		border-bottom: 2px solid #0561c4;
	}

	.part2 .bd .chat-room {
		width: 100%;
		padding-top: 0.8rem;
	}

	.part2 .bd .chat-room li {
		padding: 0 0.8rem 0.8rem 0.8rem;
	}

	.part2 .bd .chat-room li .chat-L-box {
		/* border-bottom: 1px dashed #d0d0d0; */
		padding-bottom: 0.8rem;
	}

	.part2 .bd .chat-room li .per {
		width: 3rem;
		margin-top: 0.7rem;
	}

	.part2 .bd .chat-room li .per img {
		width: 2.65rem;
		height: 2.65rem;
	}

	.part2 .bd .chat-room li .per span {
		font-size: 0.5rem;
		margin-top: 0.4rem;
	}

	.part2 .bd .chat-room li.chat-L .talk,
	.part2 .bd .chat-room li.chat-R .talk {
		width: calc(100% - 3rem);
		padding: 0.4rem 0.8rem;
		border-radius: 0.4rem;
		box-sizing: border-box;
	}

	.part2 .bd .chat-room li .name {
		font-size: 0.746rem;
		padding: 2px 0;
	}

	.part2 .bd .chat-room li .con {
		font-size: 0.8rem;
		margin: 0.266rem 0;
		line-height: 1rem;
	}

	.part2 .bd .chat-room li .con img {
		height: 3.5rem;
	}

	.part2 .bd .chat-room li.chat-L .talk .icon {
		width: 0.34rem;
		height: 0.48rem;
		background-size: cover;
		left: -0.34rem;
	}

	.part2 .bd .chat-room li.chat-R .talk .icon {
		width: 0.34rem;
		height: 0.48rem;
		background-size: cover;
		right: -0.34rem;
	}

	.link-jk {
		height: 1.333rem;
		line-height: 1.333rem;
		padding-top: 10px;
	}

	.link-jk a {
		padding-left: 1.46rem;
		font-size: 0.8rem;
		background-size: 1.12rem;
	}

	/*live*/
	.live {
		background: url(live-icon6_hy20180419.png) 1.54rem top repeat-y;
	}

	.live .tit {
		height: 2.48rem;
	}

	.live .tit span {
		height: 1.6rem;
		line-height: 1.65rem;
		font-size: 1rem;
		padding: 0 0.4rem;
	}

	.live .tit i {
		width: 0.98rem;
		height: 0.88rem;
		top: 1.6rem;
	}

	.live li .icon-triangle {
		width: 0.61333rem;
		height: 0.9333rem;
		background-size: cover;
		top: 3.3866rem;
		left: 2.16rem;
	}

	.live li .icon-text,
	.live li .icon-video,
	.live li .icon-imgtext {
		width: 1.7333rem;
		height: 1.7333rem;
		top: 2.96rem;
		background-size: 1.7333rem;
	}

	.live li .time {
		width: 16rem;
		height: 0.8rem;
		margin-top: 0.2666rem;
	}

	.live li .time span {
		font-size: 0.7rem;
		margin-top: 0.3rem;
		padding-left: 5px;
	}

	.live li .content {
		width: 15rem;
		padding: 0.5rem;
		margin-top: 0.8rem;
		border-radius: 0.4rem;
	}

	.live li .content .name {
		font-size: 0.85rem;
	}

	.live li .content .con {
		font-size: 0.85rem;
		line-height: 1.2rem;
		margin-top: 0.2666rem;
	}

	.live li .imgtext .con img {
		height: 4.5rem;
	}

	.show_img {
		left: auto;
		margin-left: auto;
	}

	#my-video {
		height: 11.22rem !important;
	}

	#my-video object {
		height: 11.22rem !important;
	}
}