@charset "utf-8";


.banner {
	background: url(../images/header-bg.png);background-size: cover;height: 500px;
}
.banner>.row>.col-md-8{
	background: rgba(0, 15, 32, 0.7);height: 300px;margin-top: 100px;
}
.banner .container .col-md-9{
	margin-top: -250px;
}
.banner h1{
	font-size: 40px;color: #fff;font-weight: bold;text-align: center;margin-bottom: 30px;
}
.banner p{
	font-size: 16px;color: #fff;text-align: center;line-height: 26px;
}
.service {
	background: #f5f5f5;padding: 30px 15px 0;
}

.service .container h2{
	font-size: 36px;color: #333;text-align: center;font-weight: bold;margin: 30px 0;
}
.service .container .row .col-md-3{
	padding-bottom: 60px;
}
.service .container .row .col-md-3 div{
	width: 125px;height: 125px;margin: 0 auto;
}
.service .container p{
	text-align: center;font-size: 16px;color: #333;
}
.service .container img{
	display: block;margin: 0 auto;
}

.details .row .col-md-12{
	display: none;padding: 60px 15px;
}
.details .row .list-con{
	display: block;
}
.details .row .col-md-12 p{
	font-size: 16px;color: #333;line-height: 30px;
}

.nav-down{
	display: none;
}
.classification h2{
	font-size: 36px;color: #fff;text-align: center;font-weight: bold;margin: 30px 0;
}
.classification .tab p{
	font-size: 16px;color: #fff;text-align: center;margin-bottom: 20px;
}
.classification .list-con .col-md-4{
	margin-bottom: 15px;
}
.classification .list-con .col-md-4 h3{
	font-size: 20px;color: #fff;margin: 15px 0;
}
.classification .list-con .col-md-4 p{
	font-size: 16px;color: #fff;margin-bottom: 30px;
}
.programme{
	background: #f5f5f5;padding: 50px 15px;
}
.programme h2{
	font-size: 36px;color: #333;text-align: center;font-weight: bold;margin: 30px 0;
}
.programme p{
	font-size: 16px;color: #333;line-height: 26px;
}
.input-but {
	padding: 30px 15px;
}
.input-but input,.hot_line{
	width: 100%;height: 50px;font-size: 16px;color: #333;border-radius: 3px;padding-left: 15px;background: #fff;
	line-height: 50px;margin-bottom: 30px;
}
.input-but input:focus{
	transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s; border: 1px solid #26ace2;box-shadow: inset 0 0 8px rgba(38,172,226,.5);
}
.input-but .submit{
	background: #26ace2;color: #fff;padding: 0;
}
.input-but h2{
	text-align: center;font-size: 36px!important;padding-bottom: 40px;color: #fff!important;
}
.hot_line{
	font-size: 16px;font-weight: bold;
}	
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.banner{
		height: 400px;
	}
	.banner>.row>.col-md-8{
		height:400px;margin: 0;
	}
	.banner .container .col-md-9{
		margin-top: -318px;
	}
	.nav-down{
		display: block;background: #ddd;padding: 6px 15px;text-align: center;font-size: 18px;color: #333;border-bottom: 1px solid #26ace2;
	}
	.service{
		display: none;
	}
}
