.top .item a.menuItem {
	position: absolute;
	right: 14px;
	top: 22px;
	color: #333;
}

.top .item a.menuItem i {
	font-size: 30px;
	display: none;
}

.publicbox img.warn{
	margin: 30px 0 0 80px;
}
.lostpro {
	width: 100%;
    padding: 0 20px;
    margin: 25px auto 0;
	padding-left: 20px;

}
.lostpro span {
	margin-top: 70px;
    display: block;
	padding-top: 30px;
}
.videoClassLeft input{
	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: 125px;
}

.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;
}
.videoClassLeft {
	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: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: #03a363;
}

.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: #03a363;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.lecturer i.iconcalendar {
	font-size: 16px;
}

.videoClassLeft li a:hover {
	color: #ff6600;
}

.videoClassRight {
	padding-top: 0;
}

.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: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 56px;
	color: #03a363;
}

.liveRecom b {
	position: absolute;
	top: -1px;
	width: 40px;
	height: 4px;
	background-color: #03a363;
	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;
}


.location{
	padding-left: 30px;
	background: url(../../images/video/video2019.png) no-repeat 0 -407px;
	margin: 20px 0;
}
.location p{
	font-size: 14px;
	line-height: 30px;
	color: #cacaca;
}
.location p span{
	color: #666;
}
.location p a{
	color: #333;
}
.location p a:hover{
	color: #03a363;
}
.videoClass {
	margin: 20px auto 10px;
	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: #03a363;
	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: #03a363;
	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;
}

.pages{
	height: 30px;
	text-align: center;
	margin: 30px 0 40px;
}
.pages p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
.pages p a{
	padding: 0 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #666;
	margin: 0 3px;
}
.pages p a.first{
	background: #03a363;
	color: #fff;
}
.pages input{
	width: 38px;
	height: 28px;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 6px;
}
.pages button{
	width: 60px;
	height: 30px;
	background: #03a363;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	font-family: "microsoft yahei";
}
.publicbox{width: 100%}
.lostpro{width:100%;background: url(/images/lostpro.jpg) no-repeat;margin: 45px auto;padding-left: 135px;height: 120px;}
.lostpro span{font: 22px/44px "Microsoft Yahei";color: #333;}
.lostproab{font: 12px/30px "\5b8b\4f53";color: #767676;}
.lostproab a{background: url(/images/caigouSearch.png) no-repeat -145px -35px;padding-left: 12px;}

.bottomMenu {
	background-color: #00a499;
	margin-top: 30px;
	padding: 30px 0 25px 0;
	font-family: "Microsoft YaHei";
}
.bottomMenu .item{
	margin:0 auto;
	overflow: hidden;
}

.Code {
	height: 190px;
	position: relative;
	float: left;
	width: 303px;
}

.Code i {
	font-size: 155px;
	color: #ff9000;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.Code i:before {
	vertical-align: middle;
}

.Code img {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footTop {
	overflow: hidden;
}
.footLeft {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding-left: 80px;
	overflow: hidden;
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;
	overflow: hidden;
}
.footLeft ul li {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url(../../../images/index/qq_ico.png) no-repeat center center #40bbb3;
	margin-left: 10px;
}
.footLeft ul li i:hover {
	background: url(../../../images/index/qq_ico.png) no-repeat center center #ff9e00;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footLeft .lxqq {
	overflow: hidden;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 30%;
	overflow: hidden;
	border-left: 1px solid #06b6aa;
	border-right: 1px solid #06b6aa;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 5%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #fff;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	width: 40%;
	float: right;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	height: auto;
}
.footRight .title b {
	font-weight: normal;
	width: auto;
	height: auto;
	background: none;
}
.footRight ul li {
	width: 33.333%;
	float: left;
}
.footRight ul li .ewm {
	width: 130px;
	height: 130px;
	padding: 5px;
	background: #fff;
	margin: 0 auto;
	border: 8px solid #80d2cc;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.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: #03a363;
}

.foot span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
}
@media screen and (max-width:48em) {
	.search {
		display: none;
	}
	.head span {
		margin-left: 20px;
	}
	.head p {
		display: none !important;
	}
	.top .item .logo {
		margin-left: 20px;
	}
	.liveListImg {
		width: auto;
		float: none;
		margin: 0;
	}
	.top .item {
		padding: 16px 0 16px 0;
	}
	.top .item a.menuItem i.show {
		display: block;
	}
	.bottomMenu {
		display: none;
	}
	.top .item .menu {
		display: none;
	}
	.videoClassLeft {
		padding: 0 10px 0 10px !important;
	}
	.videoClassLeft li {
	    padding: 10px 10px;
	}
	.videoClass strong {
	    padding-left: 20px;
	    font-size: 12px;
	}
	.location {
		margin-left: 20px !important;
	}
	.location p {
		font-size: 12px;
	}
	.classItem {
		font-size: 12px;
	}
	.classItem a {
		margin: 0 10px;
	}
	.foot {
		display: none;
	}
	#service {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.w{
		width: 980px;
	}
	.top .item .menu a {
		padding: 0 10px;
		font-size: 16px;
	}
	.top .item .menu {
		margin-top: 20px;
	}
	.search {
		width: 400px;
		margin: 10px 0 0 60px;
	}
	.search input{
		width: 235px;
	}
	.mainList ul li img {
		height: 115px;
	}
	.location {
		margin: 10px 0;
	}
	.videoClass {
		margin: 10px auto;
	}
	.videoClassRight ul li {
		padding: 10px;
	}
	.videoClassLeft {
		padding-right: 20px;
	}
	.footLeft ul {
		margin-right: 40px;
	}
	.footLeft {
		padding-left: 60px;
	}
	.footRight ul li .ewm {
		width: 85px;
		height: 85px;
	}
	.footLeft {
		padding-left: 10px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footLeft ul {
		margin-right: 30px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.footCenter {
		padding-left: 20px;
	}
	.exhibitionLive .notice1 ul li b {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.foot {
		padding: 10px 15px 10px 15px;
	}
	.foot span {
		font-size: 12px;
	}
	.service {
		width: auto;
		height: auto;
	}
	#service {
		height: auto;
	}
	.service {
		width: 980px;
	}
	.service dl {
		width: 220px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.w{
		width: 1100px;
	}
	.top .item .menu a {
		padding: 0 10px;
		font-size: 16px;
	}
	.top .item .menu {
		margin-top: 20px;
	}
	.search {
		margin: 10px 0 0 60px;
	}
	.location {
		margin: 10px 0;
	}
	.videoClass {
		margin: 10px auto;
	}
	.videoClassRight ul li {
		padding: 10px;
	}
	.footLeft ul {
		margin-right: 40px;
	}
	.footLeft {
		padding-left: 60px;
	}
	.footRight ul li .ewm {
		width: 100px;
		height: 100px;
	}
	.footLeft {
	padding-left: 40px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footLeft ul {
		margin-right: 30px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.footCenter {
		padding-left: 50px;
	}
	.exhibitionLive .notice1 ul li b {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.foot {
		padding: 10px 15px 20px 15px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1370px) {
	.w{
		width: 1240px;
	}
	.top .item .menu a {
		padding: 0 20px;
		font-size: 18px;
	}
	.top .item .menu {
		margin-top: 20px;
	}
	.search {
		margin: 10px 0 0 100px;
	}
	.footLeft ul {
		margin-right: 40px;
	}
	.footLeft {
		padding-left: 60px;
	}
	.footRight ul li .ewm {
		width: 110px;
		height: 110px;
	}
}
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
	.w{
		width: 1330px;
	}
	.footRight ul li .ewm {
		width: 110px;
		height: 110px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.w{
		width: 1400px;
	}
	.footRight ul li .ewm {
		width: 120px;
		height: 120px;
	}
}
