*{margin: 0;padding: 0;}
ul li{list-style: none;}
img{width: 100%;height: 100%;}
a{
	text-decoration: none;}
.inner{
	width: 1280px;margin: 0 auto;position: relative;
	/*background: url("../images/bj.png");*/
}
.header{
	height: 116px;
}
.headerTop{
	height: 70px;
}
.headerTopUl{
	float: right;
	margin-right: 10px;
	padding-top: 17px;
}
.headerTopUl li{
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #2862B6;
	float: left;
	font-weight: bold;
}
.headerTopUlImg img{
	width: 17px;
	height: 17px;
	margin: 0 18px;
}
.headerTopUlTest{
	display: inline-block;
	height: 17px;
	color: black;
	padding:0 14px;
	cursor: pointer;
	font-weight: normal;
}
.headerTopUlTest:hover{
	color: #2862B6;
}
.headerNev{
	height: 46px;
	background-color: #4069B4;
}
.headerNevLogo{
	width: 420px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 0;
	background: url(../images/logoback.png) no-repeat;
	background-size: 420px;
	background-position: 0 -29px;
}
.headerNevLogo img{
	width: 305px;
	height: 60px;
	margin-left: 52px;
}
.headerNevUl{
	padding-left: 410px;
}
.headerNevUl li{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: rgba(255,255,255,.3);
	float: left;
}
.headerNevUlTest{
	display: inline-block;
	height: 46px;
	padding: 0 22px;
	color: white;
	cursor: pointer;
}
.headerNevUlTest:hover{
	color: black;
}
.footer{
	background-color: #4068B3;
}
.footerTop{
	height: 170px;
	border-bottom: 1px solid #477AC9;
}
.footerTopUlTop{
	height: 47px;
	width: 1041px;
	margin: 0 auto;
	padding-top: 26px;
}
.footerTopUlTop li{
	float: left;
	height: 47px;
	width: 256px;
}
.UlCenter{
	height: 47px;
	float: left;
}
.UlCenterP{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: white;
	padding: 0 98px;
	padding-top: 4px;
}
.downSanJiao{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid white;
	margin-left: 117px;
	display: none;
}
.UlCenterShu{
	height: 38px;
	width: 2px;
	background-color: #4E91E4;
	float: right;
}
.footerTopUlTop .active .downSanJiao{
	display: block;
}
.footerTopUlBot{
	width: 1095px;
	height: 59px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 27px;
}
.footerTopUlBot li{
	width: 195px;
	height: 12px;
	margin-right: 22px;
	float: left;
	margin-bottom: 18px;
}
.footerTopUlBot p{
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: white;
	float: left;
}
.footerTopUlBotP{
	padding-left: 5px;
}
.footerBot{
	height: 114px;
	text-align: center;
	padding-top: 24px;
}
.footerBot p{
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: white;
}

/*轮播图*/

.container .box{
	/*margin-top: 80px;*/
	width: 100%;
	height: 416px;
	position: relative;
}

.container .box .list{
	width: 1200px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -600px;
}

.container .box .btn{
	position: absolute;
	width: 22px;
	height: 23px;
	line-height: 24px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: rgba(0,255,0,.5);
	cursor: pointer;
}
.container .box .prev{
	background: url("../images/b_l.png") no-repeat;
	bottom: 8px;
	left: 40%;
	z-index: 10;
}
.container .box .next{
	background: url("../images/b_r.png") no-repeat;
	bottom: 8px;
	right: 40%;
	z-index: 10;
}

.container .box .list li{
	position: absolute;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.container .box .list li img{
	/*width: 751px;*/
	/*height: 300px;*/
	border:none;
	float: left;
}
.container .box .list li.p1{
	z-index: 0;
	left: 34px;
	top: 41px;
	opacity: 1;
	width: 379px;
	height: 212px;
}
.container .box .list li.p2{
	z-index: 1;
	opacity: 1;
	left: 124px;
	top: 28.8889px;
	width: 421px;
	height: 236px;
}
.container .box .list li.p3{
	z-index: 2;
	width: 468px;
	height: 262px;
	opacity: 1;
	left: 230px;
	top: 15.4321px;
}
.container .box .list li.p4{
	top: 0px;
	left: 340px;
	width: 520px;
	height: 292px;
	z-index: 3;
	opacity: 1;
}
.container .box .list li.p5{
	z-index: 2;
	width: 468px;
	height: 262px;
	right: 230px;
	top: 15px;
	opacity: 1;
}
.container .box .list li.p6{
	z-index: 1;
	opacity:1;
	right: 124px;
	top: 28.5px;
	width: 421px;
	height: 236px;
}
.container .box .list li.p7{
	z-index: 0;
	opacity: 1;
	right: 34px;
	top: 40.65px;
	width: 379px;
	height: 212px;
}
.container .box .list li span{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 50px;
	background-color: rgba(32, 58, 130, 0.6);
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.container .box .list li a{
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.container .box .list li i{
	background: url("../images/sjx.png") no-repeat;
	position: absolute;
	bottom: 46%;
	left:48%;
	width: 60px;
	height: 60px;
}

.container .box .buttons{
	position: absolute;
	width: 1200px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-top: 10px;
}
.container .box .buttons a{
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.container .box .buttons span{
	display: block;
	width: 10px;
	height: 10px;
	/*border-radius: 50%;*/
	background: url("../images/por.png") no-repeat;
	margin: 0 auto;
}
.container .box .buttons span.blue{
	width: 22px;
	background: url("../images/por_w.png") no-repeat;
}
body {
					background: #f2f3f4 !important;
				}

				.main {
					background-color: #F1F8FF;
				}

				.mianbaoxie {
					height: 33px;
					line-height: 33px;
					color: #909290;
				}

				.mianbaoxieTest {
					padding: 0 4px;
				}

				.mianbaoxieHome:hover {
					color: red;
					cursor: pointer;
				}

				.mainContent {
					/*height: 1760px;*/
					/*background-color: white;*/
					background: url("/static/images/bj.png");
					position: relative;
					padding: 0 30px;
					margin-top: -20px;
					overflow: hidden;
					padding-bottom: 20px;
				}

				.bannerImg {
					/*height: 460px;*/
				}

				.videoTab {
					width: 135px;
					height: 43px;
					/*background: url(/static/images/bannerback.png) no-repeat;*/
					position: absolute;
					top: 0;
					right: 25px;
					background-size: 135px;
					background-position: 0px 5px;
				}

				.videoTabTest {
					padding-left: 17px;
					height: 42px;
					line-height: 50px;
					float: left;
					font-size: 20px;
					font-weight: bold;
					color: #444;
				}

				.videoTabImg {
					width: 42px;
					height: 42px;
					float: right;
					padding-top: 8px;
					padding-right: 14px;
				}

				.videoList {
					height: 234px;
				}

				.videoListTop {
					height: 50px;
					overflow: hidden;
				}

				.videoListTopShu {
					width: 7px;
					height: 22px;
					margin-top: 6px;
					background-color: #4068B3;
					float: left;
				}

				.videoListTopTitle {
					font-size: 20px;
					height: 32px;
					line-height: 32px;
					color: #6E6C69;
					padding-left: 13px;
					padding-right: 28px;
					float: left;
				}

				.videoListTopTitleOut {
					width: 144px;
					padding-top: 23px;
					float: left;
					padding-right: 10px;
				}

				.videoListTopTest:before {
					content: "全国学会知多少";
					font-size: 15px;
					display: block;
					color: #fff;
					height: 0;
					width: 110px;
					line-height: 22px;
					padding-left: 20px;
					border-width: 0px 11px 22px 0px;
					border-style: none solid solid;
					border-color: transparent transparent #DE8B52;
				}

				.videoListTopLittleShu {
					font-size: 16px;
					height: 68px;
					line-height: 68px;
					float: left;
					color: #757571;
				}

				.videoListTopMore {
					font-size: 12px;
					height: 68px;
					line-height: 68px;
					float: left;
					color: #757571;
				}

				.moreBtn {
					display: inline-block;
					line-height: 41px;
					padding-left: 10px;
					cursor: pointer;
				}

				.moreBtn:hover {
					color: black;
				}

				.videoListUl {
					height: 196px;
					overflow: hidden;
				}

				.videoListUl li {
					width: 225px;
					height: 196px;
					float: left;
					margin-right: 22px;
				}

				/*.videoListUl li:last-child{margin-right: 0}*/
				.videoListUlImg {
					height: 126px;
					position: relative;
				}

				.modalLayer {
					width: 100%;
					height: 100%;
					position: absolute;
					top: 0;
					left: 0;
					background-color: rgba(0, 0, 0, 0);
					cursor: pointer;
				}

				.playBtn {
					width: 0;
					height: 0;
					border-top: 15px solid transparent;
					border-left: 30px solid white;
					border-bottom: 15px solid transparent;
					position: absolute;
					top: 45px;
					left: 92px;
				}

				.modalLayer:hover {
					background: #000000;
					-khtml-opacity: 0.3;
					-moz-opacity: 0.3;
					filter: alpha(opacity=30);
					filter: "alpha(opacity=30)";
					opacity: 0.3;
					filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
				}

				.videoListUlP {
					padding-top: 0px;
				}

				.videoListUlP p {
					height: 48px;
					padding-top: 8px;
					line-height: 20px;
					font-size: 16px;
					color: #565754;
					overflow: hidden;
				}
				.main {
					background-color: #f2f3f4 !important;
				}
				
				.mianbaoxie {
					height: 27px !important;
					line-height: 27px !important;
				}
				
				.videoListTopTitle {
					font-weight: bold;
					color: #27649c !important;
				}
				
				.cf a:hover {
					color: #27649c;
				}