@charset "utf-8";

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides>li.clone {
	position: relative
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
	z-index: 0
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.Banner .flex-direction-nav li {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -20px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

.Banner .flex-direction-nav li:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #005bac;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 11;
	content: '';
	transition: all 0.3s ease-in-out;
}

.Banner .flex-direction-nav a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 12
}

.Banner .flex-direction-nav li:hover:before {
	background-color: #00a2e6;
}

.Banner .flex-direction-nav li:hover:after {
	border-top-color: #00a2e6;
}

.flex-direction-nav .flex-nav-prev {
	left: 20px;
	border-radius: 8px 0 0 8px;
}

.flex-direction-nav .flex-nav-next {
	right: 20px;
	border-radius: 0 8px 8px 0;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	background: #ddd
}

/*.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
*/
.flex-pauseplay a:hover {
	opacity: 1;
}

/*.flex-pauseplay a.flex-play:before { content: '\f003'; }
*/
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
	text-align: center;
	z-index: 99;
}

.flex-control-nav li {
	margin: 10px 6px 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 9px;
	height: 9px;
	display: block;
}

.flex-control-paging li a.flex-active {}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.Banner .flex-control-nav {
	width: 170px;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	bottom: 0;
}

.Banner .flex-control-nav:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #005bac;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 8px 8px 0 0
}

.Banner .flex-control-paging li {
	vertical-align: middle;
	position: relative;
}

.Banner .flex-control-paging li a {
	width: 10px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;
}

.Banner .flex-control-paging li a.flex-active,
.Banner .flex-control-paging li a:hover {
	color: #eea200;
}

.Banner .flex-control-nav li {
	margin: 0 3px;
}

.Banner {
	position: relative;
	border-bottom: 6px solid #005bac;
	max-width: 1920px;
	margin: 90px auto 0;
}

.slide-img {
	width: 100%;
	height: 0;
	padding-bottom: 31.25%;
	overflow: hidden;
	display: block;
}

/*content*/
.content {
	width: 100%;
	position: relative;
	z-index: 10;
	max-width: 1920px;
	margin: 0 auto;
}

.mode01,
.mode02,
.mode04,
.mode05 {
	width: 1200px;
	margin: 0 auto;
}

.mode01 {
	padding-bottom: 1px;
}

.listTitle01 {
	padding: 10px 0;
	line-height: 1.5;
}

.readMore {
	float: right;
	font-weight: bold;
}

.readMore a {
	color: #940F16;
}

.biaoti a {
	color: #940F16;
}


.readMore a i {
	margin-left: 12px;
}

.listTitle01 h2 {
	font-size: 20px;
}

.listTitle01 h2 span {
	color: #999;
	font-family: 'Arial';
	margin-left: 8px;
	font-weight: normal;
	font-size: 16px;
}

.bjtu-list01-zt {
	width: 100%;
	float: left;
	margin-top: 12px;
}
.bjtu-list01-zt li {
	width: 50%;
	float: left;
}
.bjtu-list01-zt li>a {
	display: block;
	margin-right: 30px;
}

.bjtu-list01-zt h3 {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #005bac;
	margin: 8px 0;
}

.bjtu-list01-zt p {
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #666;
	letter-spacing: 0.6px;
	margin-bottom: 10px;
}

.bjtu-list01 {
	width: 66.8%;
	float: left;
}

.bjtu-list01 li {
	width: 50%;
	float: left;
}

.bjtu-list01 li>a {
	display: block;
	margin-right: 30px;
}

.list-date01 {
	border-bottom: 1px solid #005bac;
	height: 34px;
	line-height: 34px;
}

.list-date01 span,
.list-date01 strong {
	color: #4ba509;
	font-family: 'Arial';
}

.list-date01 span {
	font-size: 12px;
}

.list-date01 strong {
	font-size: 18px;
	font-weight: bold;
	padding-right: 12px;
}

.bjtu-list01 h3 {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #333333;
	margin: 1px 0;
}

.bjtu-list01 p {
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #666;
	letter-spacing: 0.6px;
	margin-bottom: 10px;
}

.item-img01 {
	padding-bottom: 57.84%
}

.bjtu-list02 {
	width: 32.5%;
	float: right;
	padding-top: 0px;
}

.bjtu-list02 li {
	border-bottom: 1px dashed #d9d9d9;
	padding-left: 22px;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

.bjtu-list02 li:before {
	content: '';
	width: 8px;
	height:7px;
	background-color: #005BAC;
	position: absolute;
	left: 0;
	top: 8px;
}

.bjtu-list02 li h3 {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #333333;
	font-weight: normal;
}

.bjtu-list02 li span {
	display: block;
	padding-top: 5px;
	font-family: 'Arial';
	font-size: 12px;
	color: #666;
}

.bjtu-list02 li i {
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}

.mode01 li h3 {
	transition: all 0.3s ease-in-out;
}

.mode01 li:hover h3 {
	padding-left: 10px;
}

/*教学科研*/
.wrap_mode02 {
	padding-bottom: 50px;
}

.mode02 .listTitle01 {
	padding: 20px 0;
	
}

.mode02 .readMore a i {
	font-size: 14px;
	margin-left: 10px;
}

.mode02 .lf {
	width: 33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-top: #940F16 solid 2px;
	border-left: #ddd solid 1px;
	border-bottom:#ddd solid 1px;
	border-right:#ddd solid 1px;
	
}

.bjtu-list03 {}

.bjtu-list03 li {
	font-size: 16px;
	background-color: #fff;
	margin-top: 12px;
	border-left: 4px solid #eea200;
	border-radius: 5px 0 0 5px;
	padding: 10px 15px 12px;
	transition: all 0.3s ease-in-out;
}

.bjtu-list03 li>a {
	display: block;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

/*校园视点*/
.mode02 .md {
	width: 32%;
	float: left;
	margin-left: 15px;
}

.mode02Md {
	padding-left: 15px;
	padding-right: 15px;
	border-top: #940F16 solid 2px;
	border-left: #ddd solid 1px;
	border-bottom:#ddd solid 1px;
	border-right:#ddd solid 1px;
}

.mode02Md:before,
.mode02Md:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid #9bafc7;
	position: absolute;
	top: 0;
}

.mode02Md:before {

	left: -10px;
}

.mode02Md:after {
	right: -10px;
}

.bjtu-new2 {
	letter-spacing: 0.5px;
}

.bjtu-new2 h3 {
	font-size: 16px;
	color: #0a62b0;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 11px 0 15px;
}

.bjtu-new2 h3 a {
	color: #0a62b0;
}

.bjtu-new2 p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #666;
}

.bjtu-list04 {
	padding: 8px 0 20px;
	border-top: 1px solid #e5e5e5;
	margin-top: 18px;
}

.bjtu-list04 li {
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	position: relative;
	padding-left: 12px;
	overflow: hidden;
}

.bjtu-list04 li:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #005bac;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -2px 0 0;
}

/*.通知公告*/
.mode02 .rt {
	width: 27%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	border-top: #940F16 solid 2px;
	border-left: #ddd solid 1px;
	border-bottom:#ddd solid 1px;
	border-right:#ddd solid 1px;
	
}

.bjtu-list05 {}

.bjtu-list05 li {
	background-color: #fff;
	border-radius: 20px 0 20px 0;
	padding: 10px 15px 11px 7px;
	overflow: hidden;
	margin-top: 11px;
	transition: all 0.3s ease-in-out;
}

.bjtu-list05 li:first-child,
.bjtu-list03 li:first-child {
	margin-top: 0
}

.list-date05 {
	width: 52px;
	height: 49px;
	border-right: 1px solid #c0c9d2;
	float: left;
}

.list-date05 strong,
.list-date05 i {
	display: block;
	font-style: italic;
	color: #4ba509;
	font-family: 'Arial'
}

.list-date05 strong {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 5px;
}

.list-date05 i {
	font-size: 13px;
}

.bjtu-list05 li a {
	display: block;
	margin-left: 63px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
}

.bjtu-list05 li:hover,
.bjtu-list03 li:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}
/*北师故事*/


.listTitle01:hover{opacity: 0.8}
.listTitle01{width:100%;position: relative;height: 30px;}
.listTitle01 h3{background:url(../qa_pic/more.png) no-repeat 144px center #103869;width: 204px;margin:0 auto;height: 30px;position: relative;z-index: 10}
.listTitle01 img{width: 100px;height: 30px;padding-left:29px;}

.section{width: 1225px;margin:0 auto;}
.modeWrap04{width: 100%;overflow: hidden;background:url(../qa_pic/mode04_bg.png) no-repeat top center;}
.listTitle04{margin:49px 0 43px;}
.listTitle04 h3{background:url(../qa_pic/more.png) no-repeat 144px center;position:relative;transition: all 0.3s ease}
.listTitle04:before{display: none;}
.listTitle04 h3:before{content: '';width: 510px;height: 1px; background-color:#305b8f;position:absolute; left:-510px;top:18px;}
.listTitle04 h3:after{content: '';width: 510px;height: 1px; background-color:#305b8f;position:absolute; right:-510px;top:18px;}
.list04{position: relative;width: 100%;overflow: hidden;padding-bottom: 18px;}
.item-info04{margin-bottom: 11px;}
.item-1{width: 322px;float: left;margin-right: 12px;}
.item-info04 > div{border:1px solid #fff;position: relative;overflow: hidden;}
.item-img04{width: 100%;height: 0;overflow: hidden;padding-bottom:55.901%;display: block; }
.item-txtBg04{position: absolute;height: 55px;background-color:rgba(0,0,0,0.52);filter:alpha(opacity=52); width: 100%;bottom: -55px;transition: all 0.5s ease;}
.item-txt04{height: 55px;line-height: 55px;position: absolute;left:0;bottom: -55px;padding:0 20px;transition: all 0.5s ease;font-size:16px;text-align: center;}
.item-txt04 a{color:#fff;}
.item-2{width: 656px;position: absolute;left:334px;top:0;}
.item-2 .item-img04{padding-bottom: 56.621%;}
.item-marginR{margin-right: 900px;}
.item-4{width: 223px;float: left;}
.item-4 .item-img04{padding-bottom: 80.718%;}
.item-3{width: 223px;position: absolute;right: 0;top:0;}
.item-3 .item-img04{padding-bottom: 166.817%;}
.item-info04:hover .item-txtBg04,.item-info04:hover .item-txt04{bottom: 0}
.phoneItem-inf004{display: none;}
.phoneItem-inf004 .item-img04 a{display: block;text-align: center;margin-top:25%;letter-spacing: 1px;font-size:16px;}
/*光影交大*/
.wrap_mode03 {
	background: #005bac;
	padding-bottom: 60px;
}

.listTitle02 {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
}

.listTitle02 h2 {
	font-size: 24px;
	letter-spacing: 0.6;
	line-height: 1.5;
}

.listTitle02 h2 span {
	font-size: 16px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 16px;
	font-family: 'Arial';
	display: block;
	font-weight: normal;
}

.listTitle02 h2 a,
.listTitle02 h2 span {
	color: #fff;
}

.wrap_mode03 .flexslider {
	width: 62.5%;
	margin: 0 auto;
	background-color: #004480;
	padding: 0 20px;
	box-sizing: border-box;
}

.mode03 {
	border-top: 16px solid #004480;
	border-bottom: 16px solid #004480
}

.item-img02 {
	padding-bottom: 55.95%;
}

.wrap_mode03 .flexslider .slides>li>a {
	display: block;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
}

.wrap_mode03 .flexslider .slides>li {
	margin-right: 12px;
}

.item-overlay02 {
	position: absolute;
	left: 10%;
	top: 0;
	width: 80%;
	height: 100%;
	/*display: table;*/
	text-align: center;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(-120%);
	transition: all 0.45s ease-in-out;
	/*display:-webkit-flex;-webkit-align-items:center;-ms-flex;-ms-align-items:center;*/
}

.item-overlay02:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	/* Adjusts for spacing */
}

.item-overlay02 span {
	/*display: table-cell;*/
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}

.item-bg02 {
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.35s ease-in-out;
	transform: translateX(-100%);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2
}

.mode03 .flex-direction-nav {}

.mode03 .flexslider .slides>li:before {
	content: '';
	width: 20px;
	height: 25px;
	position: absolute;
	top: -25px;
	left: -10px;
}

.wrap_mode03 .flexslider:before,
.wrap_mode03 .flexslider:after,
.line {
	width: 20px;
	height: 100%;
	position: absolute;
	top: -41px;
	content: '';
	background-color: #004480;
	padding: 42px 0;
}

.wrap_mode03 .flexslider:before {
	left: 0;
}

.wrap_mode03 .flexslider:after {
	right: 0
}

.line1 {
	left: 33%;
}

.line2 {
	left: 65.4%;
}

.mode03 .flex-direction-nav a {
	width: 30%;
	position: absolute;
	height: 100%;
	top: 0;
	text-indent: -99em;
	overflow: hidden;
}

.mode03 .flex-direction-nav .flex-prev {
	left: -30%;
	background: url(../../images/img2019/mode03_lf.png) no-repeat right center;
	background-size: 100% auto
}

.mode03 .flex-direction-nav .flex-next {
	right: -30%;
	background: url(../../images/img2019/mode03_rt.png) no-repeat right center;
	background-size: 100% auto
}

.mode03 .flex-control-nav {
	display: none;
}

.wrap_mode03 .flexslider .slides>li>a:hover .item-bg02 {
	transform: translateX(0);
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.wrap_mode03 .flexslider .slides>li>a:hover .item-overlay02 {
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

/*专题网站*/
.wrap_mode04 {
	background-color: #cce1fa;
	padding-bottom: 46px;
}

.listTitle03 {
	padding: 25px 0 10px;
}

.listTitle03 h2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-bottom: 3px solid #00a4db;
	min-width: 100px;
	padding-bottom: 8px;
}

.bjtu-list06 {
	margin: 0 -5px;
	overflow: hidden;
}

.bjtu-list06 li {
	width: 14.16%;
	float: left;
	margin-bottom: 8px;
}

.bjtu-list06 li.li1 {
	width: 28.75%;
	float: left;
}

.bjtu-list06 li.li5 {
	width: 28.75%;
	float: right;
}

.bjtu-list06 li a {
	display: block;
	margin: 0 5px;
	position: relative;
	overflow: hidden;
}

.item-img03 {
	padding-bottom: 62.43%;
}

.item-bg03 {
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=70);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	height: 30px;
}

.item-txt03 {
	height: 30px;
	line-height: 30px;
	color: #fff;
	right: 15px;
	left: 15px;
	bottom: 0;
	overflow: hidden;
	z-index: 5;
	position: absolute;
	font-weight: normal;
	text-align: center;
}

.bjtu-list06 li.li1 .item-bg03,
.bjtu-list06 li.li5 .item-bg03 {
	background-color: #e02b23;
	height: 50px;
}

.bjtu-list06 li.li1 .item-txt03,
.bjtu-list06 li.li5 .item-txt03 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bjtu-list06 li.li2 .item-bg03 {
	background-color: #efac1e;
}

.bjtu-list06 li.li3 .item-bg03 {
	background-color: #505050;
}

.bjtu-list06 li.li4 .item-bg03 {
	background-color: #3b77ba;
}

.bjtu-list06 li.li5 .item-bg03 {
	background-color: #6c5e3f
}

.bjtu-list06 li.li6 .item-bg03 {
	background-color: #bfaa87;
}

.bjtu-list06 li.li7 .item-bg03 {
	background-color: #708f4b;
}

.bjtu-list06 li.li8 .item-bg03 {
	background-color: #653317
}

.bjtu-list06 li.li9 .item-bg03 {
	background-color: #dbaa99;
}

.bjtu-list06 li.li10 .item-bg03 {
	background-color: #e5362d;
}

.bjtu-list06 li.li11 .item-bg03 {
	background-color: #59b2ff;
}

.bjtu-list06 li.li12 .item-bg03 {
	background-color: #b4a9a9;
}

/*.bjtu-list06 li.li11 .item-bg03{background-color: #bfbdbe;}
.bjtu-list06 li.li2 .item-bg03{background-color:#994b17}
.bjtu-list06 li.li3 .item-bg03{background-color:#0d5373}
.bjtu-list06 li.li4 .item-bg03{background-color:#7d0d00}
.bjtu-list06 li.li5 .item-bg03{background-color:#6c5e3f}
.bjtu-list06 li.li6 .item-bg03{background-color:#8e9443}
.bjtu-list06 li.li7 .item-bg03{background-color:#821a17}
.bjtu-list06 li.li8 .item-bg03{background-color:#653317}*/
.bjtu-list06 li .imgResponsive:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	margin-top: 0px;
	margin-left: -120px;
	overflow: hidden;
	z-index: 6;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

.bjtu-list06 li .imgResponsive:hover:before {
	-webkit-animation: aniBlink .6s ease-out forwards;
	-moz-animation: aniBlink .6s ease-out forwards;
	-o-animation: aniBlink .6s ease-out forwards;
	animation: aniBlink .6s ease-out forwards
}
@media screen  and (max-width:1225px) {
	.section{width: auto;padding:0 15px;}
	.list02{width: 100%;}
	.list02 li{margin:0 0 10px;width: 25%;}
	.list02 li > div{margin:0 5px;}
	.list03 li{margin-bottom: 10px;width: 25%;}
	.img-lf .item-img03{position: static;width:100%;}
	.img-lf .item-txt03{margin:0;}
	.list03 li a{height: auto;margin:0 5px;padding-bottom: 10px;}
	.img-lf .item-img03:before{display: none;}
	.item-3,.item-4{display: none;}
	.list04{max-width: 1002px;margin:0 auto;}
	.item-marginR{margin-right: 667px;}
	.modeWrap05 .rt,.modeWrap05 .lf{width: 100%;}
	.topic-list{width: 100%;text-align: center;padding-bottom: 20px;}
	.topic-list li{margin:0 7px 12px;}
	.listTitle06{margin-top:25px;}
	.modewrap06 .lf{position: static;width: 348px;text-align: center;padding:10px 0;clear: both;margin:0 auto;}
	.modewrap06 .lf span{}
	.modewrap06 .md{width: 50%;margin:0;box-sizing: border-box;overflow: hidden;}
	.modewrap06 .rt{width: 50%;margin:0;box-sizing: border-box;overflow: hidden;}
	.modewrap06 .lf span{margin-bottom: 0}
}
@keyframes aniBlink {
	from {
		margin-left: -50%
	}

	to {
		margin-left: 120%
	}
}

@-webkit-keyframes aniBlink {
	from {
		margin-left: -50%
	}

	to {
		margin-left: 120%
	}
}

.wrap_mode05 {
	background: #ebeff5;
	position: relative;
	z-index: 200
}

.bjtu-list07 {
	font-size: 0;
	text-align: center;
	border-left: 1px solid #bfc2c7
}

.bjtu-list07 li {
	width: 14.28%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 15px;
	vertical-align: top;
}

.bjtu-list07 li a {
	display: block;
	border-right: 1px solid #bfc2c7;
	padding: 16px 0;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.bjtu-list07 li i {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 48px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	font-size: 30px;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
}

.bjtu-list07 li span {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	font-size: 15px;
	font-weight: bold;
}

.bjtu-list07 li.li2 i:before {
	padding-top: 3px;
	display: block;
}

.bjtu-list07 li.li3 i:before {
	padding-top: 3px;
	display: block;
}

.bjtu-list07 li.li1 i {
	background-color: #eea200;
	font-size: 24px;
}

.bjtu-list07 li.li2 i {
	background-color: #468fd4;
	font-size: 38px;
}

.bjtu-list07 li.li3 i {
	background-color: #00988d;
	font-size: 28px;
}

.bjtu-list07 li.li4 i {
	background-color: #fe5635;
	font-size: 26px;
}

.bjtu-list07 li.li5 i {
	background-color: #4ba509;
}

.bjtu-list07 li.li6 i {
	background-color: #468fd4;
}

.bjtu-list07 li.li7 i {
	background-color: #e74155;
}

.code {
	width: 100%;
	position: absolute;
	left: 0;
	top: -212%;
	z-index: 100;
	display: none;
}
@media screen  and (max-width:992px) {
	.item-2{position:static;width: 100%;}
	.item-marginR{margin-right: 12px;}
	.item-1{width: 50%;margin:0 0 12px;}
	.item-info04 > div{margin:0 6px;}
	.modeWrap04{background-size:cover;}
	.notice-list .slides li{margin-right: 50px;}
	.phoneItem-inf004{display: block;}
	.phoneItem-inf004 > div{background-color:#cce1fa;}
	/*.mode02 .slides li{margin-right: 30px;}*/

}
@media screen and (min-width:998px) {
	.bjtu-list07 li:hover a {
		background-color: #fff;
		transform: scale(1.12);
		border-right-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
	}
	.modeWrap04{background-size:cover;}
	.bjtu-list07 li:hover i {
		transform: rotate(360deg);
	}

}

@media screen and (max-width:1386px) {

	.mode01,
	.mode02,
	.mode04,
	.mode05 {
		width: 1000px;
	}

	.bjtu-list01 p {
		height: 88px;
	}

	.bjtu-list02 li {
		padding-bottom: 8px;
		margin-bottom: 7px;
	}

	.bjtu-list07 li i {
		font-size: 95% !important;
	}

	.bjtu-list07 li i {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.bjtu-list07 li.li1 i:before {
		padding-left: 6px;
	}

	.bjtu-list07 li span {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {
	.Banner {
		margin-top: 0
	}

	.mode01,
	.mode02,
	.mode04,
	.mode05 {
		padding-left: 25px;
		padding-right: 25px;
		width: auto;
	}

	.mode02Md {
		padding: 0 15px;
		margin: 0 15px;
	}

	.listTitle01 {
		padding: 20px 0;
	}

	.bjtu-list02 {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.bjtu-list02 {
		padding-top: 15px;
	}

	.bjtu-list02 li {
		width: 50%;
		float: left;
		box-sizing: border-box;
	}

	.bjtu-list01 li>a,
	.bjtu-list02 li>a {
		margin: 0 10px;
		display: block;
	}

	.bjtu-list01 {
		width: auto;
		float: none;
		margin: 0 -10px;
		overflow: hidden;
	}

	.bjtu-list02 {
		width: auto;
		margin: 0 -10px;
		overflow: hidden;
	}

	.mode01,
	.wrap_mode03 {
		padding-bottom: 30px;
	}

	.mode02 .lf {
		width: 49%;
	}

	.mode02 .md {
		float: right;
	}

	.mode02Md {
		margin: -10px 0 0;
	}

	.bjtu-list04 li {
		height: 49px;
		line-height: 49px;
	}

	.mode02 .rt {
		width: 100%;
		float: none;
		clear: both;
		padding-top: 10px;
	}

	.bjtu-list05 li {
		width: 48%;
		float: left;
		box-sizing: border-box;
	}

	.bjtu-list05 li:nth-child(2n) {
		width: 48%;
		float: right;
	}

	.bjtu-list05 li {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.wrap_mode02 {
		padding-bottom: 20px;
	}

	.wrap_mode03 .flexslider {
		width: 100%;
	}

	.mode03 .flex-direction-nav a {
		display: none;
	}

	.bjtu-list07 li span,
	.bjtu-list07 li i {
		display: block;
		margin: 0 auto;
	}

	.bjtu-list07 li span {
		padding-top: 15px;
	}

	.bjtu-list02 li::before {
		left: 10px;
	}

	.item-overlay02 span,
	.item-bg02 {
		display: none;
	}

	.bjtu-list06 li {
		width: 25% !important;
	}

	.bjtu-list06 li.li1 .item-txt03,
	.bjtu-list06 li.li5 .item-txt03 {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.bjtu-list06 li.li1 .item-bg03,
	.bjtu-list06 li.li5 .item-bg03 {
		height: 30px;
	}

	.code {
		width: 120px;
		left: 50%;
		margin-left: -60px;
		top: -120px;
	}

	.wrap_mode02 {
		background-size: cover;
		background-attachment: fixed;
	}
}

@media screen and (max-width: 767px) {
	.listTitle02 h2 {
		font-size: 20px;
	}

	.listTitle03 h2,
	.listTitle01 h2 {
		font-size: 18px;
	}

	.listTitle02 h2 span {
		font-size: 14px;
	}

	.bjtu-list03 li,
	.bjtu-list01 h3,
	.bjtu-list02 li h3,
	.bjtu-list04 li,
	.bjtu-list05 li a,
	.bjtu-new2 h3 {
		font-size: 15px;
	}

	.wrap_mode03 .flexslider {
		padding: 0 10px;
	}

	.wrap_mode03 .flexslider::before,
	.wrap_mode03 .flexslider::after,
	.line {
		width: 10px;
		display: none;
	}

	.mode02 .lf {
		width: 100%;
		float: none;
	}

	.bjtu-list03 li>a,
	.bjtu-new2 h3,
	.bjtu-new2 p {
		height: auto;
	}

	.mode02 .md {
		width: 100%;
		float: none;
		padding-top: 25px;
	}

	.mode01,
	.mode02,
	.mode04,
	.mode05 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bjtu-list04 li {
		height: 45px;
		line-height: 45px;
	}

	.bjtu-list05 li,
	.bjtu-list05 li:nth-child(2n) {
		width: 100%;
		float: none;
	}

	.bjtu-list07 li {
		width: 25%;
	}

	.bjtu-list07 {
		text-align: left;
		border-right: 1px solid #bfc2c7
	}

	.bjtu-list07 li {
		text-align: center;
	}

	.bjtu-list07 li.li5,
	.bjtu-list07 li.li6,
	.bjtu-list07 li.li7 {
		border-top: 1px solid #bfc2c7
	}

	.bjtu-list07 li.li4 {
		border-bottom: 1px solid #bfc2c7;
	}

	.bjtu-list07 li.li4 a {
		border-right: none;
	}

	.list-date01 strong {
		font-size: 16px;
	}

	.bjtu-list02 li {
		width: 100%;
		float: none;
	}


}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
	.bjtu-list01 li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.mode01 li h3 {
		height: auto;
	}

	.bjtu-list06 li {
		width: 50% !important;
	}

	.bjtu-list06 li.li1 {
		width: 100% !important;
	}

	.bjtu-list07 li span {
		font-weight: normal
	}

	.Banner .flex-direction-nav li {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.Banner .flex-direction-nav a {
		font-size: 16px;
	}

	.flex-direction-nav .flex-nav-prev {
		left: 0;
	}

	.flex-direction-nav .flex-nav-next {
		right: 0;
	}

	.bjtu-list07 li span {
		display: none;
	}

	.bjtu-list07 li {
		width: 14.28%
	}

	.bjtu-list07 li a,
	.bjtu-list07,
	.bjtu-list07 li.li5,
	.bjtu-list07 li.li6,
	.bjtu-list07 li.li7 {
		border: none;
	}

}

@media screen and (max-width:400px) {}

@media screen and (max-width:320px) {}
