.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.image {
	background-image: url("/images/news/loading.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.bannerAdv {
	width: 1200px;
	margin: 0px auto 0;
}

.bannerAdv ul {
	width: 1214px;
	display: inline;
	float: left;
}

.bannerAdv ul li {
	display: block;
	float: left;
	padding: 14px 14px 0 0px;
	position: relative;
}

.bannerAdv ul li a,
.bannerAdv ul li embed {
	float: left;
}

.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.imgCenter {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.imgCenter img {
	vertical-align: middle;
}

.blockCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.imgResponsive {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	outline: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}

a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

html, body {
	height: 100%;
}

body {
	font-family: "microsoft yahei";
	color: #333;
	background: #fff;
	position: relative;
}

.header {
	height: 34px;
	border-bottom: 1px solid #dddddd;
}

.head {
	margin: 0 auto;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	position: relative;
}

.head span {
	float: left;
	line-height: 34px;
}

.head span a {
	color: #666666;
	margin: 0 8px;
}

.head p {
	float: right;
	color: #dfdfdf;
	font-family: "SimSun";
	line-height: 34px;
}

.head p a {
	color: #666;
	margin: 0 5px;
	display: inline-block;
	font-family: "microsoft yahei";
}

.head p a.mobile {
	color: #76a145;
}

.head p a.mobile i {
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
}

.head a:hover {
	color: #ff6600;
}

.head a.moreNav {
	position: absolute;
	right: 8px;
	display: none;
}

.pointMenu {
	position: absolute;
	right: 0;
	top: 33px;
	width: 60px;
	border: 1px solid #dddddd;
	background-color: #fff;
	z-index: 999;
	padding: 5px 0;
	display: none;
}

.pointMenu a {
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	padding: 0 10px;
	text-align: center;
}

.top {
	margin: 30px auto 0;
	padding-bottom: 30px;
	position: relative;
	display: none;
}
/*
.top.pad {
	margin-top: 10px;
	padding-bottom: 10px;
}

.logo {
	float: left;
}

.pageName {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0 30px;
}

.search {
	width: 487px;
	height: 44px;
	margin: 6px 0 0 80px;
	float: left;
	border: 2px solid #76a145;
	position: relative;
	border-radius: 2px;
}

.searchSelect {
	width: 80px;
	height: 40px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 14px;
	border-right: 1px solid #e6e6e6;
	margin-top: 11px;
}

.selectTop i {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 20px;
	color: #76a145;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 40px;
	background-color: #76a145;
	color: #ffffff;
	width: 78px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	right: 0;
	top: 0;
}

.search input {
	width: 297px;
	height: 20px;
	float: left;
	margin-top: 9px;
	border: none;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
}

.selectBot {
	position: absolute;
	width: 82px;
	background-color: #ffffff;
	top: 42px;
	left: -2px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #76a145;
	border-left: 2px solid #76a145;
	border-right: 2px solid #76a145;
	color: #fff;
	cursor: pointer;
}

.top a.menuItem {
	position: absolute;
	right: 14px;
	top: 6px;
	color: #333;
}

.top a.menuItem i {
	font-size: 30px;
	display: none;
} */

.topRightAdv {
	position: absolute;
	right: 0;
	top: 6px;
	max-width: 270px;
}

.detailNav {
	position: absolute;
	right: 0;
	top: 17px;
}

.detailNav a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 0 15px;
	color: #333;
}

.detailNav a:hover {
	color: #ff6600;
}

.detailNav a.login {
	color: #ff6600;
	padding: 0 0 0 35px;
}

.detailNav a.login i {
	font-size: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

.menu {
	margin: 0px auto 14px;
}

.menu ul {
	overflow: hidden;
}

.menu ul li {
	width: 132px;
	height: 38px;
	float: left;
	margin-right: 20px;
	position: relative;
}
.menu ul li:last-child{
	margin-right: 0;
}

.menu ul li a {
	display: inline-block;
	height: 38px;
	padding: 0 12px;
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
	color: #333;
}

.menu ul li:after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #eaeaea;
	position: absolute;
	right: 0;
	top: 11px;
}

.menu ul li a.home, .menu ul li a:hover {
	background-color: #76a145;
	border-radius: 2px;
	color: #fff;
}

.menu ul li:last-child:after {
	display: none;
}

.dropMenu {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 95px;
	width: 100%;
	height: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.5);
	background-color: rgba(0, 0, 0, .8);
	-moz-transition: background 0.35s linear, height 0.25s ease-in 200ms;
	-o-transition: background 0.35s linear, height 0.25s ease-in 200ms;
	transition: background 0.35s linear, height 0.25s ease-in 200ms;
}

.dropMenu.dNav {
	top: 105px;
}

.dropMenu ul {
	padding: 20px;
}

.dropMenu ul li {
	display: block;
	height: 47px;
	line-height: 47px;
	color: #f2f2f2;
	font-size: 16px;
	border-bottom: 1px solid #666;
	-moz-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

.dropMenu ul li a {
	color: #fff;
}

.dropMenu.show {
	background-color: #333;
	height: 100%;
	visibility: inherit;
}

.dropMenu ul li {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.1) translateY(-24px);
	-moz-transform: scale(1.1) translateY(-24px);
	-o-transform: scale(1.1) translateY(-24px);
	transform: scale(1.1) translateY(-24px);
}

.dropMenu.show ul li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.dropMenu ul li:nth-of-type(2) {
	-moz-transition-delay: 300ms, 300ms;
	-o-transition-delay: 300ms, 300ms;
	transition-delay: 300ms, 300ms;
}

.dropMenu ul li:nth-of-type(3) {
	-moz-transition-delay: 350ms, 350ms;
	-o-transition-delay: 350ms, 350ms;
	transition-delay: 350ms, 350ms;
}

.dropMenu ul li:nth-of-type(4) {
	-moz-transition-delay: 400ms, 400ms;
	-o-transition-delay: 400ms, 400ms;
	transition-delay: 400ms, 400ms;
}

.dropMenu ul li:nth-of-type(5) {
	-moz-transition-delay: 450ms, 450ms;
	-o-transition-delay: 450ms, 450ms;
	transition-delay: 450ms, 450ms;
}

.dropMenu ul li:nth-of-type(6) {
	-moz-transition-delay: 500ms, 500ms;
	-o-transition-delay: 500ms, 500ms;
	transition-delay: 500ms, 500ms;
}

.dropMenu ul li:nth-of-type(7) {
	-moz-transition-delay: 550ms, 550ms;
	-o-transition-delay: 550ms, 550ms;
	transition-delay: 550ms, 550ms;
}

.main {
	padding: 14px 0 0 0;
	border-top: 1px solid #e6e6e6;
	background-color: #f8f8f8;
}

.aotuLive {
	margin: 0px auto 0;
	overflow: hidden;
}

#liveImg {
	padding-bottom: 56.8%;
	width: 986px;
	position: relative;
	overflow: hidden;
}

.liveBigImg {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
}

.liveBigImg li {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.liveBigImg li p {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	height: 50px;
	background-color: #76a145;
	text-indent: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	overflow: hidden;
}

.liveBigImg li p a {
	color: #fff;
}

.vPlay {
	z-index: 8;
	color: #fff;
}

.vPlay:hover {
	color: #76a145;
}

.vPlay i.iconplay {
	font-size: 80px;
}

.liveBigImg li b {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	width: 65px;
	height: 65px;
	background: url("/images/live/recommend.png") no-repeat 0 0;
	background-size: contain;
}

.liveBigImg li img {
	width: 100%;
	height: 100%;
	display: block;
}

.liveSmallImg {
	height: 566px;
	overflow: hidden;
}

.liveSmallImg li {
	width: 100%;
	height: 0;
	padding-bottom: 65.6%;
	margin-bottom: 14px;
	position: relative;
	float: left;
}

.liveSmallImg li:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	content: "";
}

.liveSmallImg li img {
	width: 100%;
	max-height: none;
	display: block;
}

.liveSmallImg li.focus img {
	border: 2px solid #76a145;
}

.liveSmallImg li.focus:after {
	display: none;
}

.title {
	margin-top: 30px;
	height: 34px;
	position: relative;
}

.title b {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	font-weight: 200;
	margin-right: 8px;
	vertical-align: top;
	background-image: -moz-linear-gradient(120deg, rgb(123, 170, 69) 0%, rgb(144, 226, 50) 100%);
	background-image: -webkit-linear-gradient(120deg, rgb(123, 170, 69) 0%, rgb(144, 226, 50) 100%);
	background-image: -ms-linear-gradient(120deg, rgb(123, 170, 69) 0%, rgb(144, 226, 50) 100%);
}

.title b i {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-top: 9px;
}

.title h2 {
	display: inline-block;
	font-weight: bold;
	line-height: 34px;
}

.title h2 a {
	color: #5c6e45;
}

.title h3 {
	font-weight: bold;
	line-height: 34px;
	font-size: 22px;
}

.title h3 a {
	color: #333;
}

.title h3 a:hover {
	color: #ff6600;
}

.title h3 i {
	color: #cbcbcb;
	margin-left: 5px;
}

.title a.more {
	position: absolute;
	font-size: 14px;
	line-height: 34px;
	top: 0;
	right: 0;
}

.title a:hover {
	color: #ff6600;
}

.leftExhiLive {
	margin-top: 14px;
	background-color: #fff;
}

.leftExhiLive .itemImg {
	height: 0px;
	position: relative;
	padding-bottom: 53.67%;
	overflow: hidden
}

.leftExhiLive .itemImg img {
	width: 100%;
	max-height: none;
	display: block;
}

.leftExhiLive .itemImg:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.leftExhiLive .itemImg a.play {
	z-index: 9;
	color: #fff;
}

.leftExhiLive .itemImg a.play:hover {
	color: #76a145;
}

.leftExhiLive .itemImg a.play i {
	font-size: 80px;
}

.leftExhiLive .exhiTxt {
	height: 144px;
	padding-top: 10px;
}

.leftExhiLive .exhiTxt span {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 20px;
	padding: 0 14px;
}

.leftExhiLive .exhiTxt p {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	padding: 0 14px;
	color: #999;
	margin-top: 5px;
}

.leftExhiLive .exhiTxt .time {
	line-height: 20px;
	padding: 0 14px;
	color: #999;
	font-size: 12px;
	font-family: "Montserrat";
	margin-top: 15px;
}

.leftExhiLive .exhiTxt .time i {
	font-size: 12px;
	margin-right: 5px;
	vertical-align: middle;
}

.leftExhiLive .exhiTxt a:hover {
	color: #ff6600;
}

.rightExhiLive {
	overflow: hidden;
}

.rightExhiLive li {
	padding: 14px 0 0 14px;
	float: left;
}

.rightExhiLive li .liveList {
	background-color: #fff;
}

.rightExhiLive li .liveList .itemImg {
	height: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 58.74%;
}

.rightExhiLive li .liveList .itemImg img {
	width: 100%;
	max-height: none;
	display: block;
}

.rightExhiLive li .liveList .itemImg:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.rightExhiLive li .liveList .itemImg a.play {
	z-index: 9;
	color: #fff;
}

.rightExhiLive li .liveList .itemImg a.play:hover {
	color: #76a145;
}

.rightExhiLive li .liveList .itemImg a.play i {
	font-size: 50px;
}

.rightExhiLive li .liveList .exhiTxt {
	height: 58px;
	padding-top: 6px;
}

.rightExhiLive li .liveList span {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	padding: 0 14px;
}

.rightExhiLive li .liveList .time {
	line-height: 20px;
	padding: 0 14px;
	color: #999;
	font-size: 12px;
	font-family: "Montserrat";
	margin-top: 2px;
}

.rightExhiLive li .liveList .time i {
	font-size: 12px;
	margin-right: 5px;
	vertical-align: middle;
}

.rightExhiLive li a:hover {
	color: #ff6600;
}

.shortVideo {
	overflow: hidden;
	padding-bottom: 20px;
}

.shortVideo ul {
	width: calc(100% + 14px);
}

.shortVideo ul li {
	padding: 14px 0px 0px 0;
	float: left;
}

.shortVideo ul li .item {
	background-color: #fff;
	margin-right: 14px;
	padding-bottom: 10px;
}

.shortVideo ul li .item .itemImg {
	height: 0px;
	padding-bottom: 56.05%;
	position: relative;
	overflow: hidden;
}

.shortVideo ul li .item .itemImg img {
	width: 100%;
	max-height: none;
	display: block;
}

.shortVideo ul li .item .itemImg:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.shortVideo ul li .item span {
	display: block;
	margin-top: 6px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	padding: 0 14px;
}

.shortVideo ul li .item p {
	line-height: 20px;
	padding: 0 14px;
	color: #999;
	font-size: 12px;
	margin-top: 2px;
}

.shortVideo ul li .item p b {
	font-weight: normal;
	font-family: "Montserrat";
	color: #76a145;
	margin-right: 5px;
}

.shortVideo ul li .item a:hover {
	color: #ff6600;
}

.bottomMenu {
	background-color: #00a499;
	margin-top: 14px;
	padding: 30px 0 25px 0;
}

.bottomMenuTitle {
	position: relative;
	height: 43px;
	padding-left: 90px;
}

.bottomMenuTitle span {
	font-size: 16px;
	font-weight: bold;
	line-height: 43px;
	color: #fff;
}

.bottomMenu p {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	padding-left: 90px;
}

.bottomMenu p a:hover {
	text-decoration: underline;
}

.bottomMenuTitle b {
	position: absolute;
	color: #fff;
	font-size: 40px;
	top: 3px;
	left: 40px;
	z-index: 1
}

.bottomMenuTitle i {
	position: absolute;
	color: #fff;
	font-size: 18px;
	top: 12px;
	left: 50px;
	z-index: 2;
}

.bottomMenuTitle i.iconflag {
	top: 14px;
	left: 52px;
}

.bottomMenuTitle i.iconlocation {
	left: 51px;
}

.bottomMenuTitle i.iconservice {
	left: 49px;
	font-size: 22px
}
.footRight{
	position: relative;
}
.Code {
	height: 190px;
	width: 155px;
	position: relative;
}

.Code i {
	font-size: 155px;
	color: #ff9000;
	z-index: 1;
	overflow: hidden;
}

.Code i:before {
	vertical-align: middle;
}

.Code img {
	z-index: 2;
}
.foot-nav-img{
	position: absolute;
  	width: 110px;
  	bottom: 24px;
  	right: 0;
}
.foot-nav-img span{
	margin-top: 8px;
  	font-size: 12px;
  	text-align: center;
  	color: #fff;
  	display: block;
}
.foot {
	background-color: #333333;
	padding: 23px 14px;
	text-align: center;
}

.foot p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	font-family: SimSun;
}

.foot p a {
	color: #fff;
	margin: 0 5px;
	font-family: microsoft yahei;
}

.foot p a:hover {
	color: #76a145;
}

.foot span {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-family: "Montserrat";
	display: block;
}

.location {
	border-top: 1px solid #e6e6e6;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #888888;
	background-color: #f2f2f2;
}

.location a:hover {
	color: #ff6600;
}

.videoClass {
	margin: 30px auto 0;
	overflow: hidden;
}

.videoClass strong {
	width: 52px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	float: left;
}

.allClass {
	overflow: hidden;
	position: relative;
}

.allClass.hidden {
	height: 34px;
}

.allClass p {
	width: 90px;
	height: 34px;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	background-color: #76a145;
	border-radius: 17px;
	float: left;
	margin-right: 15px;
}

.classItem {
	font-size: 14px;
	line-height: 34px;
	/* margin-right: 60px; */
	overflow: hidden;
	word-break: break-all;
}

.classItem a {
	color: #333;
	display: inline-block;
	margin: 0 15px;
}

.classItem a.focus {
	color: #fff;
	background-color: #76a145;
	border-radius: 17px;
	padding: 0 15px;
}

.allClass a:hover {
	color: #ff6600;
}

.allClass .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 34px;
	display: none;
}

.allClass .more b {
	font-weight: normal;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bbd1a3;
	border-radius: 50%;
	vertical-align: top;
	margin: 9px 0 0 7px;
	text-align: left;
}

.allClass .more b i {
	vertical-align: top;
	color: #7ba44c;
	line-height: 14px;
	display: inline-block;
}

.videoClassLeft {
	margin-top: 20px;
	padding-right: 90px;
	overflow: hidden;
}

.videoClassLeft li {
	padding: 20px 0;
	overflow: hidden;
}

.liveListImg {
	width: 300px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	border-radius: 4px;
}

.videoClassLeft li .itemImg {
	height: 0px;
	padding-bottom: 53.33%;
	position: relative;
}

.videoClassLeft li .itemImg img {
	width: 100%;
	max-height: none;
	display: block;
}
.videoClassLeft li .itemImg i {
	font-size: 56px;
	z-index: 4;
	color: #fff;
}
/* .videoClassLeft li .itemImg a:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
} */
.videoClassLeft li .itemImg:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.videoClassLeft li .itemImg b, .leftExhiLive .itemImg b, .liveList .itemImg b {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 32px;
	padding: 0 12px;
	color: #fff;
	font-size: 14px;
	border-bottom-right-radius: 4px;
	background-color: #7367f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7367f0), to(#cc9efc));
	background-image: -webkit-linear-gradient(90deg, #7367f0, #cc9efc);
	background-image: -moz-linear-gradient(90deg, #7367f0, #cc9efc);
	background-image: -ms-linear-gradient(90deg, #7367f0, #cc9efc);
	background-image: -o-linear-gradient(90deg, #7367f0, #cc9efc);
	background-image: linear-gradient(90deg, #7367f0, #cc9efc);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{7367f0}', endColorStr='#{cc9efc}');
}

.videoClassLeft li .itemImg b.videoPlay, .leftExhiLive .itemImg b.videoPlay, .liveList .itemImg b.videoPlay {
	background-color: #f55555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f55555), to(#fccd32));
	background-image: -webkit-linear-gradient(90deg, #f55555, #fccd32);
	background-image: -moz-linear-gradient(90deg, #f55555, #fccd32);
	background-image: -ms-linear-gradient(90deg, #f55555, #fccd32);
	background-image: -o-linear-gradient(90deg, #f55555, #fccd32);
	background-image: linear-gradient(90deg, #f55555, #fccd32);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{f55555}', endColorStr='#{fccd32}');
}

.videoClassLeft li .itemImg b.notice, .leftExhiLive .itemImg b.notice, .liveList .itemImg b.notice {
	background-color: #ea5455;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea5455), to(#feb491));
	background-image: -webkit-linear-gradient(90deg, #ea5455, #feb491);
	background-image: -moz-linear-gradient(90deg, #ea5455, #feb491);
	background-image: -ms-linear-gradient(90deg, #ea5455, #feb491);
	background-image: -o-linear-gradient(90deg, #ea5455, #feb491);
	background-image: linear-gradient(90deg, #ea5455, #feb491);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{ea5455}', endColorStr='#{feb491}');
}

.videoClassLeft li .itemImg b.replay, .leftExhiLive .itemImg b.replay, .liveList .itemImg b.replay {
	background-color: #0396ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0396ff), to(#a8dbff));
	background-image: -webkit-linear-gradient(90deg, #0396ff, #a8dbff);
	background-image: -moz-linear-gradient(90deg, #0396ff, #a8dbff);
	background-image: -ms-linear-gradient(90deg, #0396ff, #a8dbff);
	background-image: -o-linear-gradient(90deg, #0396ff, #a8dbff);
	background-image: linear-gradient(90deg, #0396ff, #a8dbff);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{0396ff}', endColorStr='#{a8dbff}');
}

.videoClassLeft li span {
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	display: block;
}

.videoClassLeft li span a {
	color: #76a145;
}

.videoClassLeft li p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
}

.videoClassLeft li p a {
	color: #ff6600;
}

.lecturer {
	line-height: 18px;
	font-size: 14px;
	margin-top: 8px;
	color: #999;
	font-family: Montserrat;
	overflow: hidden;
}

.lecturer i {
	color: #76a145;
	font-size: 22px;
	margin-right: 10px;
	vertical-align: middle;
}

.lecturer i.iconcalendar {
	font-size: 16px;
}

.videoClassLeft li a:hover {
	color: #ff6600;
}

.page {
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}

.page a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	background: #fff;
	border-left: 0;
	text-align: center;
	font: normal 12px/40px "Tahoma";
	color: #666666;
	vertical-align: middle;
}

.page a:hover {
	color: #333333 !important;
	text-decoration: none;
}

.page a.ft {
	border-left: 1px solid #e6e6e6;
	border-right: 0;
	background: #fff url(/images/companyList.png) no-repeat -56px -530px;
}

.page a.next {
	margin-right: 15px;
	background: #fff url(/images/companyList.png) no-repeat 15px -530px;
}

.page a.prev {
	width: 68px;
	background: #fff url(/images/companyList.png) no-repeat 8px -467px;
	border-left: 1px solid #e6e6e6;
}

.page a.lt {
	width: 68px;
	background: #fff url(/images/companyList.png) no-repeat 8px -497px;
}

.page a.on {
	background: #519126;
	border: 1px solid #519126;
	border-left: 0;
	color: #fff;
	font-weight: bold;
}

.page a.on:hover {
	color: #fff !important;
	text-decoration: none;
}

.page input {
	width: 38px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/38px "Tahoma";
	margin: 0 10px;
	vertical-align: middle;
}

.page button {
	width: 52px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 12px/40px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: url(/images/companyList.png) no-repeat 0 -386px;
}

.videoClassRight {
	padding-top: 40px;
}

.videoClassRight a.liveBtn {
	height: 60px;
	border-radius: 30px;
	display: block;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color: #9708cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9708cc), to(#5ad0fc));
	background-image: -webkit-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: -moz-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: -ms-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: -o-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: linear-gradient(90deg, #9708cc, #5ad0fc);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{9708cc}', endColorStr='#{5ad0fc}');
	box-shadow: 0px 10px 25px 0px rgba(255, 169, 0, 0.21);
}

.videoClassRight a.liveBtn i {
	font-weight: normal;
	margin-right: 8px;
	font-size: 22px;
}

.liveRecom {
	height: 56px;
	position: relative;
	border-top: 1px solid #dddddd;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 56px;
	color: #76a145;
}

.liveRecom b {
	position: absolute;
	top: -1px;
	width: 40px;
	height: 4px;
	background-color: #76a145;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.videoClassRight ul {
	overflow: hidden;
}

.videoClassRight ul li {
	padding-bottom: 22px;
	font-size: 14px;
}

.videoClassRight ul li .itemImg {
	height: 0;
	padding-bottom: 53.33%;
	overflow: hidden;
}

.videoClassRight ul li .itemImg img {
	width: 100%;
	max-height: none;
	display: block;
}

.videoClassRight ul li .itemImg:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.videoClassRight ul li span {
	display: block;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	margin-top: 10px;
}

.videoClassRight ul li span a {
	color: #333;
}

.videoClassRight ul li p {
	line-height: 22px;
	color: #999;
	font-family: Montserrat;
	margin-top: 5px;
}

.videoClassRight ul li a:hover {
	color: #ff6600;
}

.liveDialogueBg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(Opacity=30);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}

.liveDialogue {
	width: 500px;
	height: 600px;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	border-radius: 4px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -300px;
	padding: 30px 50px;
	display: none;
}

.liveDialogueTitle {
	position: relative;
	font-size: 28px;
	height: 50px;
	text-align: center;
}

.liveDialogueTitle a.closed {
	position: absolute;
	right: -110px;
	top: -90px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.liveDialogueTitle a.closed i {
	font-size: 24px;
	vertical-align: top;
	margin-top: 12px;
	display: inline-block;
	color: #fff;
}

.liveDialogue label {
	display: block;
	font-size: 16px;
	line-height: 38px;
}

.input {
	height: 50px;
	background-color: #f2f2f2;
	padding: 15px 0;
	margin: 10px 0 20px 0;
}

.input input {
	display: block;
	width: 100%;
	text-indent: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-family: Montserrat;
	border-radius: 2px;
}

.liveDialogue button {
	height: 50px;
	width: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 10px 0 20px;
	border-radius: 2px;
	background-color: #9708cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9708cc), to(#5ad0fc));
	background-image: -webkit-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: -moz-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: -ms-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: -o-linear-gradient(90deg, #9708cc, #5ad0fc);
	background-image: linear-gradient(90deg, #9708cc, #5ad0fc);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{9708cc}', endColorStr='#{5ad0fc}');
}

.liveDialogue p {
	line-height: 32px;
	font-family: Montserrat;
}

.detailTop {
	background-color: #1e1e1e;
	padding: 24px 0;
}

.liveTopTitle {
	padding: 0 0 10px 0;
}

.liveTopTitle h2 {
	display: block;
	font-size: 28px;
	line-height: 38px;
	color: #fff;
}

.liveTopTitle h2 i.iconvideo {
	font-size: 32px;
	color: #f29a4c;
	margin-right: 8px;
	vertical-align: top;
	display: inline-block;
}

.liveTopTitle h2 b {
	font-size: 16px;
	color: #fff;
	margin-left: 8px;
	margin-top: 3px;
	vertical-align: top;
	display: inline-block;
	background-color: #29b902;
	border-radius: 3px;
	font-weight: normal;
	padding: 0 12px;
	line-height: 30px;
}

.liveTopTitle h2 b.living {
	background-color: #ed4528;
}

.liveTopTitle p {
	line-height: 32px;
	color: #999999;
	font-size: 14px;
	font-family: Montserrat;
}

.liveTopTitle p b {
	font-weight: normal;
	color: #76a145;
	margin-right: 20px;
}

.liveVideo {
	height: 0;
	padding-bottom: 53.67%;
	overflow: hidden;
	position: relative;
}

.liveVideoBot {
	height: 60px;
	background-color: #76a145;
	position: relative;
	z-index: 9;
}

.liveVideoBot p {
	position: absolute;
	line-height: 30px;
	top: 15px;
	color: #fff;
	font-size: 14px;
	font-family: Montserrat;
}

.liveVideoBot p.weixin {
	left: 20px;
}

.liveVideoBot p.weixin i {
	font-size: 15px;
	color: #fff;
	margin-right: 8px;
}

.liveVideoBot p.app {
	left: 160px;
}

.liveVideoBot p.app i {
	font-size: 15px;
	color: #fff;
	margin-right: 8px;
}

.liveVideoBot p.share {
	left: 282px;
	color: #fff;
}

.liveVideoBot p.share i {
	font-size: 15px;
	color: #f8ad3b;
	margin-right: 8px;
}

.liveVideoBot p.view {
	right: 20px;
	color: #ffffff;
}

.liveVideoBot p.view i {
	font-size: 15px;
	color: #fff;
	margin-right: 8px;
}

.liveVideoBot p.view b {
	font-weight: normal;
}

.interaction {
	height: 543px;
	background-color: #ffffff;
	position: relative;
}

.interactionNav {
	position: relative;
	height: 14px;
	background-color: #f5f5f5;
}

.interactionNav p {
	position: absolute;
	left: -56px;
	top: 175px;
	width: 56px;
	display: none;
}

.interactionNav p a {
	text-align: center;
	width: 56px;
	height: 80px;
	display: inline-block;
	background-color: #1c1f21;
	margin-top: 1px;
	font-size: 12px;
	color: #666;
	padding: 20px 13px 0 13px;
}

.interactionNav p a.focus {
	background-color: #2bb07d;
	color: #fff;
}

.interactionNav p a i {
	font-size: 22px;
	display: inline-block;
	margin-bottom: 6px;
}

.sayInfor {
	overflow: hidden;
}

.sayInfor span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.sayInfor span b {
	display: inline-block;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	background-color: #01b2e4;
	border-radius: 2px;
	padding: 0 6px;
	margin-right: 6px;
}

.sayInforTxt {
	font-size: 16px;
	line-height: 24px;
	color: #cdcbcc;
	margin-top: 6px;
}

.sayInforTxt span {
	display: inline-block;
	line-height: 22px;
	padding: 5px 10px;
	color: #333;
	background-color: #fff;
	border-radius: 4px;
}

.interactionTitle {
	height: 52px;
	position: relative;
}

.interactionTitle b {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 14px;
	line-height: 28px;
	color: #3a84ff;
	background-color: #ebefff;
	border-radius: 14px;
	padding: 0 16px;
}

.interactionBox {
	height: calc(100% - 66px);
	position: relative;
	display: none;
	background-color: #f5f5f5;
}

.interactionMain {
	height: calc(100% - 120px);
	position: relative;
}

.scrollContent {
	height: 100%;
	overflow: hidden;
	padding-right: 20px;
}

.say {
	overflow: hidden;
	margin: 15px 0;
}

.say p {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	float: left;
	margin: 0 12px 0 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.scrollBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
	background-color: #f5f5f5;
}

.scrollSlider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 7px;
	height: 48px;
	background-color: #aaaaaa;
	border-radius: 7px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.scrollSlider:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.interactionBot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #fff;
}

.interactionBot input {
	height: 44px;
	width: calc(100% - 104px);
	background-color: #eeeeee;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	padding: 10px 0;
	line-height: 24px;
	font-size: 14px;
	text-indent: 10px;
	color: #999999;
}
#message{
	height: 44px;
	width: calc(100% - 104px);
	background-color: #eeeeee;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	padding: 10px 0;
	line-height: 24px;
	font-size: 14px;
	text-indent: 10px;
	color: #999999;
	outline: none;
	overflow-y: auto;
}

.interactionBot button {
	height: 44px;
	width: 60px;
	background-color: #3a84ff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	line-height: 44px;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.interactionBot a {
	height: 44px;
	width: 44px;
	background-color: #eeeeee;
	line-height: 44px;
	color: #999;
	position: absolute;
	right: 70px;
	bottom: 10px;
	text-align: center;
}

.interactionBot a i {
	font-size: 24px;
}

.introduction {
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #76a145;
}

.introduction b {
	width: 34px;
	height: 4px;
	background-color: #76a145;
	position: absolute;
	left: 0;
	bottom: 4px;
	border-radius: 2px;
}

.introductionMain {
	padding: 10px 0 0 0;
	position: relative;
}

.introductionMain:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	content: "";
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));
	background-image: -webkit-linear-gradient(180deg, #ededed, #ffffff);
	background-image: -moz-linear-gradient(180deg, #ededed, #ffffff);
	background-image: -ms-linear-gradient(180deg, #ededed, #ffffff);
	background-image: -o-linear-gradient(180deg, #ededed, #ffffff);
	background-image: linear-gradient(180deg, #ededed, #ffffff);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{ededed}', endColorStr='#{ffffff}');
	z-index: -1;
}

.introductionTxt {
	font-size: 14px;
	line-height: 26px;
	padding: 0 40px 0 0;
}

.recomLiveTop {
	height: 28px;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.recomLiveTop b {
	display: inline-block;
	width: 6px;
	height: 16px;
	border-radius: 6px;
	background-color: #76a145;
	margin: 8px 10px 0 0;
	vertical-align: top;
}

.recomLive ul {
	overflow: hidden;
	margin-top: 10px;
}

.recomLive ul li {
	overflow: hidden;
	padding: 10px 0;
}

.recomLive ul li .recomLiveList {
	width: 127px;
	margin-right: 12px;
	float: left;
	overflow: hidden;
	border-radius: 3px;
}

.recomLive ul li .recomLiveList .itemImg {
	height: 0;
	padding-bottom: 53.33%;
}

.recomLive ul li .itemImg img {
	width: 100%;
	max-height: none;
	display: block;
}

.recomLive ul li .itemImg:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.recomLive ul li span {
	display: block;
	max-height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
}

.recomLive ul li span a:hover {
	color: #ff6600;
}

.recomLive ul li p {
	display: block;
	max-height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	font-family: Montserrat;
	color: #999;
}

.interactionUser {
	position: absolute;
	left: 0;
	bottom: 64px;
	width: 100%;
	padding-top: 6px;
	background-color: #ffffff;
}

.validCode {
	padding: 0 70px 6px 0;
	text-align: right;
	display: block;
}

.validCode img {
	border-radius: 2px;
}

.interactionUserInput {
	padding-left: 10px;
	padding-top: 10px;
	height: 80px;
	position: relative;
}

.interactionUserInput p {
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.interactionUserInput p input {
	height: 30px;
	background-color: #eeeeee;
	font-size: 12px;
	line-height: 30px;
	border-radius: 2px;
	width: 115px;
	float: left;
	color: #999999;
	text-indent: 10px;
	border: 0;
}

.interactionUserInput p img {
	position: absolute;
	top: 4px;
	left: 130px;
}

.interactionUserInput p span {
	position: absolute;
	font-size: 12px;
	color: #000;
	line-height: 30px;
	top: 0;
	left: 130px;
}

.interactionUserInput p span a {
	color: #333;
}

.interactionUserInput p span a i {
	margin-right: 8px;
	display: none;
}

.interactionUserInput p span a i.focus {
	display: inline-block;
	color: #dddddd;
}

.interactionUserInput p span a i.iconchecked.focus {
	color: #3a84ff;
}

.rightExhiLive input, .leftExhiLive input, .videoClassLeft li input, .liveTopTitle input, #YGVideo input, .liveVideo input {
	display: none;
}

.bdsharebuttonbox {
	position: absolute;
	left: 337px;
	top: 10px;
}

.weixinCode {
	left: 0;
	top: 60px;
	width: 200px;
	height: 200px;
	margin-top: 0;
	background: #fff;
	border-top: 3px solid #76a145;
	text-align: center;
	box-shadow: 0 6px 15px #d6d6d6;
	display: none;
	position: absolute;
}

.direct-three-erweimasmall-zi {
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 16px;
	padding-top: 5px;
}

.arrow-up {
	position: relative;
	margin: -8px auto 0 auto;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	z-index: 2;
}

.arrow-up2 {
	position: relative;
	margin: -11px auto 0 auto;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #76a145;
	z-index: 1;
}

#YGVideo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
}

#YGVideo img {
	width: 100%;
	height: 100%;
	display: block;
}

#YGVideo a.iconplay {
	position: absolute;
	font-size: 100px;
	color: #ffffff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}

#YGVideo a.iconplay:hover {
	color: #76a145;
}

.videoMask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}

.videoMaskItem {
	width: 450px;
	height: 250px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 18px;
}

.videoMaskItem img {
	width: 110px;
	margin: 40px 0 25px 0;
}

.videoMaskItem a {
	position: absolute;
	font-size: 24px;
	top: 14px;
	right: 14px;
	color: #999;
}

.faceList {
	position: absolute;
	left: 10px;
	bottom: -96px;
	padding: 4px;
	width: calc(100% - 20px);
	background: #fff;
	border: 1px solid #dfe6f6;
	z-index: 9;
}

.faceList a {
	float: left;
	height: 32px;
	width: 32px;
	padding: 4px 2px;
}

.faceList ul li a, .faceList ul li img {
	cursor: pointer;
}

#moreComment {
	text-align: center;
	font-size: 12px;
}

#moreComment a {
	color: #999;
}

.entry {
	display: none;
}

.liveVideoBot p.comment {
	display: none;
}

.braageContent {
	position: absolute;
	width: 100%;
	height: calc(100% - 46px);
	z-index: 999999;
	top: 0;
	left: 0;
	display: none;
}

.braageContent.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#braage {
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#braage.opacity {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#braage span {
	font-size: 16px;
	position: absolute;
	white-space: nowrap;
	padding: 10px;
}

.bra {
	position: absolute;
	top: 18px;
	left: 680px;
}

.bra a {
	line-height: 24px;
	height: 24px;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	display: block;
}

.bra a b {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 100%;
	border: 3px solid #bbd0a2;
	vertical-align: top;
	margin: 7px 6px 0 0;
}

.bra a.focus {
	background-color: #ffffff;
	border-radius: 12px;
	color: #76a145;
}

.bra a.focus b {
	background-color: #76a145;
	border: 3px solid #bcd1a5;
}
.lostpro {
	width: 100%;
    padding: 0 20px;
    margin: 25px auto 0;
	padding-left: 20px;

}
.lostpro span
{
	margin-top: 70px;
    display: block;
}
.publicbox img.warn{
	margin: 30px 0 0 80px;
}
a.entr{width: 87px; height: 22px;display: inline-block;background: #ff6600;text-align: center; font: 12px/22px "\5b8b\4f53";color: #fff;}
a.qq img{vertical-align: middle;}
.videoClassRight ul li a.play{
	z-index: 9;
    color: #fff;
}

.newTop{
	background-color: #fff;
}
.newTop .item{
	margin: 0 auto;
	padding:25px 0;
	background-color: #fff;
	position:relative;
}
.newTop .item .logo{
	float: left;
	width: 220px;
}
.newTop .item .pageNames {
	float: left;
	font-size: 24px;
	color: #000;
	margin: 14px 0 0 10px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}
.newTop .item .menu{
	float: right;
	margin-top: 15px;
}
.newTop .item .menu a{
	display: inline-block;
	font-size: 20px;
	height: 22px;
	line-height: 20px;
	border-right: 1px solid #ddd;
	color: #333;
	padding: 0 13px;
	font-weight: 400;
	font-size: 20px;
}
.newTop .item .menu a:hover{
	color: #ff6600;
}
.newTop .item .menu a:last-child{
	border:none;
}
.search {
	width: 400px;
	height: 39px;
	margin: 6px 0 0 30px;
	float: left;
	border: 2px solid #76a145;
	position: relative;
	border-radius: 18px;
}

.searchSelect {
	width: 88px;
	height: 35px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 8px;
}

.selectTop i {
	position: absolute;
	right: 14px;
	top: 7px;
	width: 14px;
	height: 8px;
	background: url("https://www.zyzhan.com/images/index/index.png") no-repeat;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 39px;
	line-height: 39px;
	background-color: #76a145;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 0 19px 19px 0;
}

.search input {
	width: 230px;
	height: 35px;
	float: left;
	border: none;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
	background-color: #fff;
}

.selectBot {
	position: absolute;
	width: 88px;
	background-color: #ffffff;
	top: 37px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #76a145;
	border-left: 2px solid #76a145;
	border-right: 2px solid #76a145;
	color: #fff;
	cursor: pointer;
}
.newTop .item a.menuItem {
	position: absolute;
	right: 14px;
	top: 22px;
	color: #333;
}

.newTop .item a.menuItem i {
	font-size: 30px;
	display: none;
}
.fix-navigation {
	background-color: #76a145;
	padding: 12px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: none;
  }
  .fix-navigation .item {
	width: 1180px;
	margin: 0 auto;
	position: relative;
  }
  .fix-navigation .item .logo {
	float: left;
	margin-top: 0;
  }
  .fix-search {
	width: 614px;
	margin: 0 132px;
	  margin-top: 0px;
	float: left;
	margin-top: 1px;
  }
  .fix-search .form {
	height: 36px;
	float: left;
	background-color: #fff;
	border-radius: 2px;
	width: 100%;
  }
  .fix-search .form .select {
	width: 67px;
	height: 100%;
	position: relative;
	float: left;
	padding: 0;
	background: transparent;
  }
  .fix-search .form .select .select-top {
	width: 100%;
	height: 100%;
	position: relative;
  }
  .fix-search .form .select .select-top p {
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
	text-indent: 12px;
  }
  .fix-search .form .select .select-top i {
	height: 10px;
	width: 10px;
	display: block;
	top: 15px;
	right: 5px;
	position: absolute;
	background: url(../../images/index/index2019/index.png) no-repeat;
	vertical-align: middle;
	
	transform: rotate(0);
  }
  .fix-search .form .select .select-bot {
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 36px;
	left: 0px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
  }
  
  .fix-search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
   
	transition: all 0.3s ease;
  }
  .fix-search .form .select .select-bot li:hover {
	background-color: #76a145;
	border-left: 2px solid #76a145;
	border-right: 2px solid #76a145;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .fix-search .form input {
	border: none;
	height: 100%;
	width: 464px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 15px;
  }
  .fix-search .form button {
	width: 74px;
	height: 30px;
	border: none;
	background-color: #76a145;
	font-size: 14px;
	color: #fff;
	float: right;
	cursor: pointer;
	outline: none;
	margin: 3px 3px 0 0;
	border-radius: 2px;
	position: relative;
	text-align: center;
  }
  .fix-search .form button i {
	height: 13px;
	width: 14px;
	display: inline-block;
	background: url(../../images/index/index2019/search.png) no-repeat;
	  background-size: auto;
	background-size: cover;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
  }
  .fix-navigation .item .login-btn {
	float: right;
  }
  .fix-navigation .item .login-btn a {
	display: inline-block;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	vertical-align: top;
	padding: 0 15px;
	border-radius: 2px;
	background-color: #f2a141;
	margin-top: 1px;
	height: 36px;
  }

@media screen and (max-width:48em) {
	.search {
		display: none;
	}
	.videoClassRight {
		padding-top: 10px;
	}
	.conNav {
		width: auto !important;
	}
	.publicbox img.warn{
		margin: 30px 0 0 120px;
	}
	.lostpro span
	{
		margin-top: 10px;
	}
	#liveImg {
		width: 100%;
	}

	.liveBigImg li {
		/* width: 100%; */
	}

	.liveSmallImg {
		width: calc(100% + 14px);
		margin-top: 14px;
		height: 66px;
	}

	.liveBigImg {
		height: 100%;
	}

	.liveSmallImg li {
		width: 25%;
		height: 66px;
		padding-right: 14px;
	}

	.liveSmallImg li:after {
		width: calc(100% - 14px);
	}

	.rightExhiLive {
		padding-right: 14px;
	}

	.title {
		padding-left: 14px;
	}

	.leftExhiLive {
		margin-left: 14px;
		margin-right: 14px;
	}

	.shortVideo ul {
		width: 100%;
		padding: 0 0 0 14px;
	}

	.bannerAdv {
		width: 100%;
		overflow: hidden;
	}

	.bannerAdv ul {
		width: calc(100% + 14px);
	}

	.bottomMenu p {
		padding-left: 90px;
		width: 50%;
		float: left;
	}

	.foot span {
		padding-top: 10px;
	}

	.menu {
		display: none;
	}

	.head p {
		display: none;
	}

	.logo {
		margin-left: 12px;
	}

	.head a.moreNav {
		display: block;
	}

	.newTop .item{
		padding:15px 0;
	}

	.top a.menuItem i.show {
		display: block;
	}
	.newTop a.menuItem i.show {
		display: block;
	}
	.newTop .item .pageNames{
		margin-top: 10px;
	}

	.bottomMenu {
		padding-top: 10px;
	}

	.bottomMenuTitle {
		margin-top: 20px;
	}

	.videoClassLeft {
		padding: 0 10px 0 10px;
	}

	.videoClassLeft li {
		padding: 10px 10px;
	}

	.location {
		padding-left: 20px;
	}

	.videoClass strong {
		padding-left: 20px;
		font-size: 12px;
	}

	.allClass p {
		width: 60px;
		margin: 0;
		font-size: 12px;
	}

	.classItem a {
		margin: 0 5px;
		font-size: 12px;
	}

	.allClass .more {
		right: 20px;
		font-size: 12px;
	}

	.liveListImg {
		width: auto;
		float: none;
		margin: 0;
	}

	.videoClassLeft li span {
		font-size: 14px;
	}

	.videoClassLeft li p {
		font-size: 12px;
	}

	.lecturer {
		font-size: 12px;
	}

	.videoClassRight a.liveBtn {
		margin: 0 20px;
	}

	.liveRecom {
		margin: 30px 20px 0 20px;
	}

	.videoClassRight ul {
		padding: 0 10px;
	}

	.videoClassRight ul li {
		padding: 10px 10px;
		font-size: 12px;
	}

	.liveDialogue {
		width: 350px;
		height: 500px;
		margin-left: -175px;
		margin-top: -250px;
		padding: 20px 20px;
	}

	.liveDialogueTitle {
		font-size: 24px;
		height: 40px;
	}

	.liveDialogueTitle a.closed {
		position: absolute;
		right: -110px;
		top: -90px;
		width: 50px;
		height: 50px;
		border: 2px solid #fff;
		border-radius: 50%;
	}

	.liveDialogueTitle a.closed i {
		font-size: 24px;
		vertical-align: top;
		margin-top: 12px;
		display: inline-block;
		color: #fff;
	}

	.liveDialogue label {
		font-size: 14px;
		line-height: 34px;
	}

	.input {
		height: 40px;
		padding: 10px 0;
		margin: 10px 0 10px 0;
	}

	.input input {
		font-size: 14px;
	}

	.liveDialogue button {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.liveDialogue p {
		line-height: 28px;
		font-size: 14px;
	}

	.detailNav {
		display: none;
	}

	.liveTopTitle {
		padding: 0 12px 10px 12px;
	}

	.liveVideoBot p.share {
		display: none;
	}

	.interactionNav p {
		left: 50%;
		top: 10px;
		width: 202px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}

	.interactionNav p a {
		width: 100px;
		height: 38px;
		padding: 0 13px;
		line-height: 38px;
	}

	.interactionNav p a i {
		line-height: 38px;
		margin: 0 6px 0 0;
		vertical-align: middle;
	}

	.interaction {
		height: 460px;
	}

	.interactionBox {
		height: calc(100% - 49px);
	}

	.introduction {
		margin: 0 20px;
	}

	.introductionTxt {
		padding: 0 0 0 20px;
	}
	.introductionTxt1 li {
		width: 150px !important;
	}
	.introductionTxt1 li .liPic {
		width: 150px !important;
	}
	.introductionTxt1 li .liPic img {
		height: 110px !important;
	}
	.introductionTxt1 li p a {
		font-size: 14px;
	}
	.recomLive {
		padding: 20px 20px 0 20px;
	}
	.introductionTxt2 {
		padding: 0 20px;
	}
	.topRightAdv {
		display: none;
	}

	.bdsharebuttonbox {
		display: none;
	}

	.videoMaskItem {
		width: 90%;
	}

	#YGVideo a.iconplay {
		font-size: 60px;
	}

	.videoClassRight ul li span {
		height: 44px;
	}

	.vPlay i.iconplay {
		font-size: 80px;
	}

	.logo img {
		height: 40px;
	}

	.pageName {
		font-size: 16px;
		padding: 12px 0 0 20px;
	}

	.top {
		height: 50px;
		margin: 10px auto 0;
	}

	.liveTopTitle h2 {
		font-size: 20px;
	}

	.liveVideo {
		padding-bottom: 63.67%;
	}

	.weixin {
		display: none;
	}

	.liveVideoBot p.app {
		left: 10px;
	}

	.entry {
		display: block;
		position: absolute;
		right: 50px;
		font-size: 16px;
		top: 12px;
		color: #999;
	}
	.comment {
		display: inline-block !important;
	}
	.entry a {
		color: #333;
		margin: 0 10px;
	}

	.entry a.login {
		color: #ff6600;
	}

	.entry a.login i {
		font-size: 20px;
		margin-right: 8px;
		vertical-align: middle;
	}

	.interaction {
		display: none;
		z-index: 9999;
	}
	.interactionBox {
		display: block;
	}
	.introductionTxt3 {
		padding: 0 10px;;
	}
	.introductionTxt3 .interaction {
		display: block;
	}
	.interactionTitle {
		display: none;
	}
	.liveVideoBot p.comment {
		left: 100px;
		display: block;
		font-size: 16px;
	}
	.conNav a {
		font-size: 16px;
		margin-right: 17px !important;
	}
	.conNav {
		padding-left: 15px;
	}
	.liveVideoBot p.comment i {
		color: #3a84ff;
		margin-right: 8px;
		font-size: 16px;
	}

	.liveBigImg li p {
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

	.title a.more {
		right: 14px;
	}

	.detailTop {
		padding: 14px 0 0 0;
	}

	.liveVideoBot {
		height: 48px;
	}

	.liveVideoBot p {
		top: 10px;
		font-size: 12px;
	}

	.head span {
		text-indent: 6px;
	}

	.liveBigImg li b {
		width: 50px;
		height: 50px;
	}

	.hide {
		display: none;
	}

	.interactionMain {
		height: calc(100% - 100px);
	}

	.bra {
		left: 194px;
		top: 12px;
	}

	.bra a {
		font-size: 12px;
	}

	.liveVideoBot p.view {
		right: 10px;
	}
	.newTop .item .logo{
		width: 160px;
	}
	.Code .foot-nav-img{
		position: relative;
  		width: 155px;
  		bottom: auto;
  		right: auto;
  		padding: 0 25px;
	}

}
.conNav {
	width: 848px;
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.conNav a.focus {
	font-weight: bold;
	color: #333;
}
.conNav a {
	display: inline-block;
	position: relative;
	color: #999;
	margin-right: 35px;
}
.conNav a.focus::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #76a145;
	position: absolute;
	bottom: -5px;
	left: 0;
	border-radius: 5px;
}
.introductionTxt {
	display: none;
}
.recomLive {
	margin-top: 5px;
}
.introductionTxt1 ul {
	overflow: hidden;
}
.introductionTxt1 li {
	width: 197px;
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
}
.introductionTxt1 li .liPic {
	width: 197px;
	height: 112px;
	position: relative;
}
.introductionTxt1 li .liPic img {
	width: 197px;
	height: 112px;
}
.introductionTxt1 li .liPic span.trailer {
	background: #2cae70;
}
.introductionTxt1 li .liPic span {
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 10px;
}
.introductionTxt1 li p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
}
.introductionTxt1 li p a {
	color: #333;
}
.introductionMain p a:hover {
	color: #ff6600;
}
.introductionTxt1 li .liPic span.trailer {
	background: #2cae70;
}
.introductionTxt1 li .liPic span.playback {
	background: #0e9aff;
}
.introductionTxt3 {
	min-height: 450px;
}
.conNav a.comment {
	display: none;
}
.sayInforTxt span img {
	max-width: 24px;
}
/* 20220715 */
.videoClassRight ul li{
	position: relative;
}
.videoClassRight ul li b{
	width: 65px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
.videoClassRight ul li b.liveing {
	background-color:#ff7336;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7336), to(#ff4e00));
	background-image:-webkit-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:-moz-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:-ms-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:-o-linear-gradient(90deg, #ff7336, #ff4e00);
	background-image:linear-gradient(90deg, #ff7336, #ff4e00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff7336', endColorStr='#ff4e00')
}
.videoClassRight ul li b.notice {
	background-color:#41a3ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#41a3ff), to(#187aff));
	background-image:-webkit-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:-moz-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:-ms-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:-o-linear-gradient(90deg, #41a3ff, #187aff);
	background-image:linear-gradient(90deg, #41a3ff, #187aff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#41a3ff', endColorStr='#187aff')
}
.videoClassRight ul li b.playback {
	background-color:#6bd28b;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6bd28b), to(#4bbf66));
	background-image:-webkit-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image:-moz-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image:-ms-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image:-o-linear-gradient(90deg, #6bd28b, #4bbf66);
	background-image:linear-gradient(90deg, #6bd28b, #4bbf66);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#6bd28b', endColorStr='#4bbf66')
}












