@charset "utf-8";
/* CSS Document */

body {
}
.navbar-default {
	margin: 0;
	padding: 0;
	border: 0;
}
h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	color: #1b191a;
}
h3 {
	font-size: 26px;
	font-weight: 400;
	color: #f68b1f;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.video {
	background: #fff;
}
.title {
	padding-top: 0px;
	color: #fff;
}
.title h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
}
.title p {
	font-size: 16px;
	font-weight: 100;
}
.background-color {
	background: #ecf5ff;
	/* background: url(./images/background.jpg) no-repeat top center; */
	background-size: cover;
}
.banner {
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	color: #5c75c3;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	background: url(../../images/company/other/banner_bg.jpg) no-repeat top right;
	background-size: contain;
	padding: 20px 0 20px 0;
	margin: 0;
}
.banner h1 {
	font-size: 58px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 68px;
	color: #5c75c3;
}
.banner .subtitle {
	font-size: 16px;
	font-weight: 100;
	color: #5c75c3;
	/* background: linear-gradient(to right, rgba(147,86,236,1) 0, rgba(63,164,247,1) 100%); */
}
.banner .icon {
	position: absolute;
	left: 390px;
	right: 0;
}
.banner strong {
	font-size: 24px;
	font-weight: 300;
}
.font-gray {
	color: #999999;
}
.font-white {
	color: #fff;
}
.font-white a {
	color: #fff;
}
.font-info {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 100;
}
.font-yellow {
	color: #f68b24;
}
.font-blue {
	color: #0094fb;
}
.font-dark-blue {
	color: #075aa7;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-60 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-120 {
	margin-top: 120px;
}
.margin-top-180 {
	margin-top: 180px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.content {
	background: #f7fbff;
}
.content ul {
	margin-left: 15px;
	margin-top: 30px;
}
.content ul li {
	list-style: disc;
	list-style-position: outside;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.school-logo {
	width: 100%;
	color: #000;
	background: #fff;
}

h2 {
	color: #445998;
	font-size: 34px;
	font-weight: 100;
	
	background-image: url(../../images/company/other/h2-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

h4 {
	color: #000;
	font-size: 26px;
	font-weight: 400;
}



p{
	color: #445998;
}


p a{
	color: #fa7071;
	text-decoration: underline;
}

.font-reward{
	font-size: 16px;
	line-height: 28px;
}

.font-blue{
	color: #445998;
}

.list-item {
	border: #f68b1f 2px solid;
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
	padding: 20px 0 20px 0;
	min-height: 380px;
	position: relative;
}
.list-item .label {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}
.list-item h2 {
	font-size: 20px;
	font-weight: 600;
	padding: 0 15px 0 15px;
	color: #f68b1f;
}
.list-item .info {
	padding: 0 15px 0 15px;
	min-height: 70px;
}
.button-red {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	background: #de3225;
	border: none;
	padding: 0;
	margin: 0;
	-moz-border-radius: 30px!important; /* Firefox */
	-webkit-border-radius: 30px!important; /* Safari 和 Chrome */
	border-radius: 30px!important; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}


.shine_yellow{
	-moz-box-shadow:0 0 40px rgb(246,139,31,0.35); 
	-webkit-box-shadow:0 0 40px rgb(246,139,31,0.35); 
	box-shadow:0 0 40px rgb(246,139,31,0.35); 
}
