@charset "utf-8";
/* CSS Document */



/* Headline
===========================================================================================================================================================================================*/
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	left: 70%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 28px;
	height: 12px;
	margin: 0;
	background-color: #d81720;
	border: 0 none;
}
.carousel-inner .carousel-caption{
	width: 80%;
	left: 20px;
	bottom: 15px;
	border-left: 9px solid #f3c146;
	line-height: 22px;
	font-size: 1.6rem; font-size: 16px;
	padding: 15px 10px;
	text-align: left;
	background-color: #9f1f24 \9;
	background-color: rgba(159,31,36,0.6);
	line-height: 1.2
}
.carousel-control{
	background: none;
    opacity: .5;
    filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right{
	background: none;
	position: absolute;
	top: 40%;
}
.carousel-control.left{
	left: -3%;
}
.carousel-control.right{
	right: -3%;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .fa{
	font-size: 50rem; font-size: 50px;
}


@media screen and (min-width: 768px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 720px;
		height: 405px;
	}
}

@media screen and (min-width: 992px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 940px;
		height: 529px;
	}
}
@media screen and (min-width: 1170px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 1140px;
		height: 641px;
	}
	.carousel-inner .carousel-caption{
		font-size: 2.6rem; font-size: 26px;
	}
}

@media \0screen\,screen\9 {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 760px;
		height: 427px;
	}
	.carousel-control.left,.carousel-control.right{
		filter: 0;
	}
}


.main section{
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
    -webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
    -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	height: 40px;
    }
.main section img{
	display: inline-block;
	margin-right: 12px;
	float: left;
}
.main section .flex{
	float: left;
	height: 6px;
	background: #eee;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.panel-edu h3{
	font-size: 2.6rem;font-size: 26px;
	font-weight: 600;
	color: #9f1f24;
}
.panel-edu h3 span{
	margin: 0 20px 0 10px;
	font-size: 1.4rem; font-size: 14px;
	color: #444;
	font-weight: normal;
}
.panel-data h3, .panel-achievement h3, .panel-study h3{
	font-size: 2.6rem;font-size: 26px;
	font-weight: 600;
	color: #fff;
}
.panel-data h3 span, .panel-achievement h3 span, .panel-study h3 span{
	margin: 0 20px 0 10px;
	font-size: 1.4rem; font-size: 14px;
	color: #ccc;
	font-weight: normal;
}
.panel-data h3 span a, .panel-achievement h3 span a, .panel-study h3 span a{
	color: #ccc;
}
.panel-data h3 span a:hover, .panel-achievement h3 span a:hover, .panel-study h3 span a:hover{
	color: #fff;
}

	
	

.panel-edu .img-edu a, .panel-study .img-study a{
    display: inline-block;
    position: relative;
}
.panel-edu .img-edu a span, .panel-study .img-study a span {
    position: absolute;
    display: inline-table;
    z-index: 20;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
	
	
    background: #000;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	
}
.panel-edu .img-edu a span:hover, .panel-study .img-study a span:hover{
	text-decoration: underline;
}
.panel-edu h4{
	font-size: 2.0rem; font-size: 20px;
	line-height: 1.4;
}
.panel-edu time{
	float: right;
	color: #a55056;
	font-size: 1.4rem; font-size: 14px;
	font-weight: bold;
}
.panel-edu time span{
	font-size: 2.2rem; font-size: 22px;
	color: #a55056;
	margin: 0;
}
.panel-edu p{
	color: #888;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #e0ced0;
}
.panel-edu ul{
	margin-top: 10px;
}
.panel-edu li{
	background: url(ico_square_ibpbwcx.png) no-repeat 0 9px;
	padding: 4px 0 3px 15px;
	line-height: 1.3;
}

.panel-data li{
	color: #fff;
	background: url(ico_squareyellow_ibpbwcx.png) no-repeat 0 9px;
	padding: 5px 0 5px 15px;
	line-height: 1.3;
}
.panel-data li a, .panel-study li a{
	color: #fff;
}
.panel-data li a:hover, .panel-study li a:hover{
	color: #ffe4e5;
}

.panel-achievement article{
	border: 1px solid #eae3e3;
	background: #fafafa;
	padding: 15px;
}
.panel-achievement h4{
	font-size: 2.0rem; font-size: 20px;
	line-height: 1.3;
	height: 52px;
	overflow: hidden;
	margin-bottom: 10px;
}
.panel-achievement p{
	line-height: 1.5;
	height: 112px;
	overflow: hidden;
}

.panel-study li{
	color: #fff;
	float: left;
	width: 50%;
	line-height: 1.6;
	height: 80px;
	overflow: hidden;
	margin-bottom: 25px;
}
.panel-study time{
	display: block;
	color: #fccccd;
	font-size: 1.4rem; font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.panel-study time span{
	font-size: 2.2rem; font-size: 22px;
}
.panel-edu .img-edu img, .panel-study .img-study img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 1169px) {}

@media screen and (min-width: 768px) {
	.panel-edu .img-edu img, .panel-study .img-study img{
		width: 220px;
		height: 124px;
	}
	.panel-data li{
		float: left;
		width: 50%;
	}
}
@media screen and (min-width: 992px) {
	.panel-edu .img-edu img, .panel-study .img-study img{
		width: 293px;
		height: 165px;
	}
}
@media screen and (min-width: 1170px) {
	.panel-edu .img-edu img, .panel-study .img-study img{
		width: 360px;
		height: 202px;
	}
}

@media \0screen\,screen\9 {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		width: 1140px;
		height: 641px;
	}
	.panel-edu .img-edu img, .panel-study .img-study img {
		width: 360px;
		height: 202px;
	}
}