* {
	transition: all .5s;
}

clearfix:after {
	content: "";
	clear: both;
	display: none;
}

.content p {
	color: #7f7f7f;
	line-height: 22px;
}

.thumbnail {
	border-radius: 0;
}

iframe {
	border: none;
	width: 100%;
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media only screen and (min-width: 992px) {
	.container {
		width: 1170px;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		width: 100%;
	}
}

.head-fixed {
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	/*border-bottom: 1px solid #013ba3;*/
}

.head-fixed img {
	height: 50px;
	margin: 15px 0;
}

@media only screen and (max-width: 991px) {
	.head-fixed {
		position: static;
	}
	.head-fixed img {
		height: 50px;
	}
}

.head-fixed a {
	display: block;
}

#nav {
	margin-bottom: 0;
}

#nav ul {
	float: right;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

#nav ul li {
	float: left;
	line-height: 80px;
}

#nav ul li a {
	line-height: 80px;
	padding: 0 15px;
	font-size: 16px;
	color: #1D1D1D;
}

.navbar-toggle {
	margin: 22px 0px;
}

.navbar-toggle .icon-bar {
	background: #1D1D1D;
}

.nav a:visited {
	background-color: none !important;
	border-color: none;
	color: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav a:hover {
	background-color: #1D1D1D !important;
	border-color: #1D1D1D;
	color: #ffffff;
}

.navbar-nav>li>a {
	color: #333;
}

@media all and (min-width: 992px) {
	#nav {
		float: right;
	}
	#nav ul li>a:visited {
		color: #1D1D1D;
		background-color: #FFFFFF;
	}
	#nav ul li>a:hover,
	#nav ul li>a:focus {
		color: #FFFFFF;
		background-color: #1D1D1D !important;
	}
	#nav ul li.active a {
		color: #FFFFFF !important;
		background-color: #1D1D1D !important;
	}
}

#nav .dropdown-menu {
	background: rgba(0, 0, 0, 0.7);
}

#nav .dropdown-menu li {
	width: 100%;
	line-height: 30px;
}

#nav .dropdown-menu li a {
	width: 100%;
	line-height: 30px;
	padding: 3px 20px;
	color: #FFFFFF !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: rgba(255, 255, 255, 0.3) !important;
	color: #FFFFFF !important;
}

@media all and (max-width: 991px) {
	#nav .nav {
		width: 40%;
		height: 100%;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	}
	#nav .nav>li {
		width: 100%;
		display: block;
		text-align: center;
		border-bottom: 1px solid #646464;
		background: #424242;
	}
	#nav .nav>li>a {
		color: #ffffff;
		height: 40px !important;
		line-height: 40px !important;
	}
	.navbar {
		padding: 0;
		margin: 0;
		width: 100%;
		margin-top: -1px;
		padding-bottom: 10px;
		z-index: 100;
	}
	.dropdown-menu {
		width: 100%;
		left: -160px;
		top: 0;
		padding: 0 1px 0 0;
	}
	.dropdown-menu li {
		width: 100%;
		display: block;
		text-align: center;
		border-bottom: 1px solid #646464;
		background: #424242;
	}
	#nav .dropdown-menu li a {
		padding: 3px 0px;
	}
}


/*banner*/

.banner {
	margin-top: 80px;
}

.banner img {
	margin: 0;
}

@media only screen and (min-width:992px) {
	.banner img {
		min-height: 500px;
	}
	.banner .banner-bg {
		position: absolute;
		top: 0;
	}
}

.banner .banner-bg {
	display: none;
	width: 100%;
	height: 100%;
	background: url(../img/banner/banner-bg2.png) no-repeat;
	opacity: 0.3;
	text-align: center;
}

.banner .banner-bg img {
	width: 100%;
	opacity: 0;
}

.nopadding {
	padding: 0;
}

.banner .carousel-caption {
	bottom: 105px;
}

@media only screen and (max-width:991px) {
	.banner {
		margin: 0;
	}
	.banner .carousel-inner>.item>img {
		width: 100%;
		height: 180px;
		object-fit: cover
	}
	.banner .carousel-caption {
		bottom: -80px;
		padding: 0;
	}
	.banner .carousel-caption p {
		display: none;
		font-size: 12px;
		line-height: 18px;
	}
}

.carousel-caption @media only screen and (min-width:992px) {
	.navbar {
		background: none;
		border-bottom: none;
	}
}

.content h3 {
	font-size: 22px;
}


/*面包屑*/

.content .breadcrumb {
	display: none;
	margin-top: 15px;
	background: none;
	border-radius: none;
}

.content .breadcrumb li {
	width: 140px;
	height: 40px;
	background: url(../img/breadcrumb.png) no-repeat;
	text-align: center;
	margin-left: -20px;
}

.content .breadcrumb li:first-child {
	width: 112px;
	margin-left: 0;
	text-align: left;
	padding-left: 15px;
}

.content .breadcrumb li:last-child {
	background: url(../img/breadcrumb-active.png) no-repeat;
}

.content .breadcrumb li a {
	padding: 0px 15px;
	color: #FFFFFF;
	line-height: 40px;
	letter-spacing: 2px;
}

.content .breadcrumb li:last-child a {
	color: #1D1D1D;
}


/*END面包屑*/


/*创新实验室*/

@media only screen and (min-width: 992px) {
	.content .lab {
		position: relative;
	}
	.content .lab .lab-group {
		position: absolute;
		z-index: 16;
		top: -130px;
		width: 1140px;
		margin: 0 auto;
	}
	.lab .lab-module {
		height: 260px;
	}
}

.content .lab .lab-group a:hover {
	text-decoration: none;
}

.lab .lab-module {
	background: #1D1D1D;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}

.lab .lab-module img {
	height: 60px;
	margin: 35px 0 0;
}

.lab .lab-module h3 {
	color: #f7f7f7;
	margin: 15px 0;
	font-size: 22px;
}

.lab .lab-module p {
	color: #dcdcdc;
	text-align: left;
	line-height: 22px;
}

.lab .lab-group div.active {
	/*background: #ffca19;*/
	background: #ffd23a;
}

.lab .lab-group div.active h3 {
	color: #333333;
}

.lab .lab-group div.active p {
	color: #4d4d4d;
	height: 90px;
	overflow: hidden;
}

.lab .lab-group div:hover {
	margin-top: -8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
	.lab .lab-module p {
		display: none;
	}
	.lab .lab-module img {
		height: 30px;
		margin-top: 15px;
	}
	.lab .lab-module h3 {
		font-size: 16px;
		margin: 10px 0 15px;
	}
	.lab .lab-module {
		padding: 0;
	}
}


/*END 创新实验室*/


/*模块通用样式*/

.module-title {
	margin: 80px 0 30px;
}

.module-title h3 {
	font-size: 28px;
	color: #1d1d1d;
	letter-spacing: 5px;
}

.module-title .line1 {
	width: 4%;
	height: 1px;
	background: #1d1d1d;
	margin: 0 auto;
}

.module-title .line2 {
	width: 8%;
	height: 1px;
	background: #1d1d1d;
	margin: 6px auto;
}

.module-content {
	margin-bottom: 30px;
}

.btn-warning {
	color: #333333;
	background-color: #ffd23a;
	border-color: #e3b51b;
	margin-top: 10px;
	padding: 6px 18px;
	font-size: 16px;
}

.btn-warning:hover {
	color: #000000;
	background-color: #f1c42d;
	border-color: #dcb019;
}


/*END 模块通用样式*/


/*解决方案*/

@media only screen and (min-width:992px) {
	.solution {
		margin-top: 130px;
	}
}

.solution .module-content {
	padding: 0 5%;
}

.solution .module-content .thumbnail {
	border: none;
	padding-top: 20px;
	margin-bottom: 0;
}

.solution .module-content .caption {
	padding: 0;
}

.solution .module-content .caption h3 {
	text-align: center;
	margin: 20px 0 30px;
	color: #4e4e4e;
	letter-spacing: 1px;
	font-size: 24px;
}

.solution .module-content .caption p {
	margin: 0;
	line-height: 22px;
	color: #7f7f7f;
}

.solution .module-content .icons {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: #1d1d1d;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}

.solution .module-content .icons img {
	width: 50%;
}

.solution .module-content .thumbnail:hover {
	/*background: #f9f9f9;*/
	/*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
}

.solution .module-content a:hover {
	text-decoration: none;
}

.solution .module-content a:hover .icons {
	background: #ffd23a;
}

.solution .module-content a:hover .caption {
	color: #000;
}


/*END 解决方案*/


/*黑色透明度为0.55的遮罩层*/

.bg-black {
	background: rgba(0, 0, 0, 0.65);
	text-align: center;
}

.bg-black,
.bg-black .module-title h3 {
	color: #FFFFFF !important;
}

.bg-black .module-title .line1,
.bg-black .module-title .line2 {
	background: #FFFFFF;
}


/*END 黑色透明度为0.7的遮罩层*/


/*关于我们*/

.aboutus {
	background: url(../img/bg1.jpg) no-repeat;
}

@media only screen and (min-width:992px) {
	.aboutus .container {
		padding: 10px 0 40px;
	}
	.aboutus .module-content p.p-pc {
		color: #F3F3F3;
		font-size: 16px;
		line-height: 36px;
		letter-spacing: 1px;
	}
	.aboutus .module-content p.p-phone {
		display: none;
	}
}

@media only screen and (max-width:991px) {
	.aboutus .module-content p.p-pc {
		display: none;
	}
	.aboutus .module-content p.p-phone {
		color: #F3F3F3;
		font-size: 14px;
		line-height: 30px;
	}
}


/*END 关于我们*/


/*全栈工程师培养*/

.train .module-content {
	padding: 15px 0 40px;
}

.train ul {
	display: block;
	padding: 0;
}

.train ul li {
	display: block;
	list-style: none;
	/*float: left;
	width: 25%;*/
	margin: 20px 0;
}

.train ul li h3 {
	background: #F7C41B;
	margin: 0;
	line-height: 40px;
	color: #FFFFFF;
	padding: 45px 0;
	text-align: center;
	font-size: 24px;
}

.train ul li .caption {
	color: #8e8e8e;
	background: #F6F6F6;
	text-align: center;
	padding: 20px 20px 30px;
	line-height: 32px;
}

.train ul li .caption p {
	height: 166px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}

.btn-default {
	background: #F1F1F1;
	border-color: #696969;
	color: #696969;
}

.train ul li:nth-child(2n) h3 {
	background: #1D1D1D;
}

.train ul li.active {
	margin: 0;
	border: 1px solid #ababab;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.train ul li.active .caption {
	height: 290px;
}

.train ul li.active .caption p {
	height: 210px;
}

@media only screen and (min-width: 992px) {
	.train ul {
		height: 460px;
	}
	.train ul li {
		float: left;
		width: 25%;
	}
}

@media only screen and (max-width: 991px) {
	.train ul {
		padding: 0 15px;
	}
	.train .module-content {
		margin-bottom: 0px;
	}
}


/* END 全栈工程师培养*/


/*案例分析*/

.case-group {
	margin: 0 auto;
	padding: 10px 0 30px;
}

.case {
	background: url(../img/bg3.jpg) no-repeat fixed;
	background-size:cover ;
}
.technology{
	margin-bottom: 50px;
}
.technology .tech-title {
	width: 30%;
}

.technology .tech-title ul li {
	list-style: none;
	width: 233px;
	height: 57px;
	background: url(../img/tech-title-l.png) no-repeat;
	line-height: 57px;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 45px 0;
	margin-left: 10px;
	cursor: pointer;
}

.technology .tech-title-right ul li {
	background: url(../img/tech-title.png) no-repeat;
	margin: 45px 0;
	margin-left: 30px;
}

.technology .tech-title-left ul li:first-child,
.technology .tech-title-left ul li:last-child {
	margin-left: 45px;
}

.technology .tech-title-right ul li:first-child,
.technology .tech-title-right ul li:last-child {
	margin-left: 0;
}

.technology .tech-title-left ul li.active {
	background: url(../img/tech-title-l-active.png);
}

.technology .tech-title-right ul li.active {
	background: url(../img/tech-title-activ.png);
}

.technology .tech-content {
	width: 448px;
	height: 448px;
	background: url(../img/technology.png) no-repeat;
}

.technology .tech-content ul {
	padding: 0;
	list-style: none;
}

.technology .tech-content ul li {
	display: none;
}

.technology .tech-content ul li.active {
	display: block;
}

.technology .tech-content p {
	color: #FFFFFF;
	padding: 137px 125px;
}

.case .module-content .col-md-12 {
	position: relative;
}

.case .module-content .left {
	position: absolute;
	left: -40px;
	z-index: 1;
}

.case .module-content .right {
	position: absolute;
	right: -40px;
	z-index: 1;
}

.case .module-content .thumbnail {
	margin-top: 0;
	padding: 0;
	border: 0;
}

.case .module-content .thumbnail:hover {
	margin-top: -10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.case .module-content .thumbnail img {
	width: 100%;
}

.case .module-content .thumbnail .caption {
	padding: 10px 20px;
}

.case .module-content .thumbnail .caption h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.case .module-content .thumbnail .caption p {
	height: 65px;
	overflow: hidden;
}

.case .btn-default {
	background: #FFFFFF;
	margin: 5px 0 15px;
}

.case .module-content .projects ul {
	padding: 0;
}

.case .module-content .projects ul li {
	list-style: none;
	width: 25%;
	float: left;
	padding: 0 15px;
	display: none;
}

.case .module-content .projects ul li.active {
	display: block;
}

.case span.glyphicon {
	font-size: 40px;
	line-height: 320px;
	text-align: center;
}

@media only screen and (max-width:991px) {
	.case-group {
		padding: 10px 0 0px;
	}
	.case .module-content ul li {
		width: 50%;
		float: left;
		padding: 0 7px;
	}
	.case .module-content .thumbnail img {
		height: 100px;
		object-fit: cover
	}
	.case .module-content .thumbnail .caption {
		padding: 0px 8px;
		text-align: right;
	}
	.case .module-content .thumbnail .caption h3 {
		margin: 10px 0 5px;
		font-size: 18px;
		text-align: left;
	}
	.case .module-content .thumbnail .caption a {
		border: none;
		margin: 0;
		padding: 0 0 10px 0;
	}
	.case .module-content .thumbnail .caption a:hover,
	.case .module-content .thumbnail .caption a:focus,
	.case .module-content .thumbnail .caption a:visited {
		border: none;
		background: none;
		box-shadow: none;
	}
	.case .module-content .projects ul li {
		width: 50%;
	}
}


/* END 案例分析*/


/* 公司动态*/

.dynamic ul {
	padding: 0;
	list-style: none;
	padding-bottom: 20px;
}

.dynamic ul li {
	margin-bottom: 15px;
}

.dynamic .dynamic-title {
	width: 100%;
	background: #F6F6F6;
	padding: 10px 15px;
}

.dynamic .dynamic-title a {
	font-size: 18px;
	color: #333;
}

.dynamic .dynamic-title span.glyphicon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
	float: right;
	text-align: center;
	border-radius: 50%;
}

.dynamic .dynamic-title span.glyphicon-plus {
	color: #3E3E3E;
	background: #F7C41B;
}

.dynamic .dynamic-title span.glyphicon-minus {
	color: #F7C41B;
	background: #3E3E3E;
	display: none;
}

.dynamic .dynamic-detail {
	background: #F6F6F6;
	padding: 0px 15px 10px;
	display: none;
}

.dynamic .dynamic-detail a:hover {
	text-decoration: none;
}

.dynamic .dynamic-detail p {
	height: 66px;
	color: #7f7f7f;
	overflow: hidden;
}

.dynamic ul li.active .glyphicon-plus {
	display: none;
}

.dynamic ul li.active .glyphicon-minus,
.dynamic ul li.active .dynamic-detail {
	display: block;
}


/*.dynamic .dynamic-group .carousel-indicators{
	bottom: 130px;
	left: 5%;
	margin-left: 0;
	text-align: left;
}
.dynamic .dynamic-group .carousel-caption{
	position: initial;
	text-align: left;
	padding: 0;
	text-shadow: none;
}
.dynamic .dynamic-group .carousel-caption h3{
	font-size: 22px;
	color: #333
}*/

.dynamic .dynamic-group img {
	width: 100%;
	height: 255px;
}

.dynamic .dynamic-group span {
	color: #9b9b9b;
	margin-right: 15px;
}

.dynamic .dynamic-group p {
	height: 66px;
	margin-top: 5px;
	overflow: hidden;
}

.dynamic .dynamic-group ul li {
	display: none;
}

.dynamic .dynamic-group ul li.active {
	display: block;
}

.dynamic .dynamic-group ul li h3 {
	height: 24px;
	overflow: hidden;
}

@media only screen and (max-width:991px) {
	.dynamic .dynamic-group img {
		height: 180px;
	}
	.dynamic ul {
		padding-bottom: 0;
	}
}


/* END 公司动态*/

.company {
	background: url(../img/bg4.jpg) no-repeat fixed;
}

.company-group {
	height: 400px;
	position: relative;
}

.company .company-group ul {
	padding: 0;
	list-style: none;
	height: 170px;
	text-align: center;
}

.company .company-group ul li {
	float: left;
	padding: 0 10px;
}

.company .company-group ul li a {
	display: block;
	width: 170px;
	height: 170px;
	text-align: center;
}

.company .company-group ul li a img:hover {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-moz-transform: scale(1.08);
}

.company-second {
	position: absolute;
	top: 106px;
	left: 112px;
}

.company-third {
	position: absolute;
	top: 210px;
}

.company-four {
	position: absolute;
	top: 310px;
	left: 112px;
	display: none;
}

@media only screen and (max-width: 991px) {
	.module-title {
		margin: 30px 0 0;
	}
	.company {
		height: 1100px;
	}
	.company .col-padding {
		padding: 0;
	}
	.company-second {
		top: 85px;
		left: 98px;
	}
	.company-third {
		top: 0;
		left: 195px;
	}
	.company-four {
		display: none;
	}
}


/*footer*/

.contact {
	width: 100%;
	background: #1d1d1d;
	padding: 20px 0 20px 0;
	color: #FFFFFF;
}

.contact span {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}

.contact h3 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	line-height: 42px;
	letter-spacing: 4px;
}

.contact .phone {
	font-size: 34px;
	font-weight: 700;
	line-height: 64px;
}

.contact .campus-add .glyphicon {
	margin-right: 5px;
}

.contact .campus-add ul {
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
}

.contact .campus-add ul li {
	width: 33.333333333%;
	float: left;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.contact {
		margin-top: 30px;
	}
	.contact .campus-add ul li {
		width: 100%;
		padding: 0 15px;
	}
}

.footer {
	line-height: 30px;
	color: #F1F1F1;
	background: #000000;
	text-align: center;
	padding: 5px 0;
}

@media only screen and (max-width: 991px) {
	.footer span {
		display: block;
		margin: 0 !important;
		line-height: 24px;
	}
}


/*.footer .phone {
	font-size: 34px;
	font-weight: 700;
	line-height: 64px;
}

.footer .campus-add ul {
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	 font-size: 12px;
    line-height: 22px;
    overflow: hidden;
}
.footer .campus-add ul li{
	width: 50%;
	float: left;
	   
	
}*/

@media (max-width: 991px) {
	.footer {
		line-height: none;
		backgound: none;
		padding: 10px 0;
	}
}


/* foot */