h1,h2 {
	font-size: 1.85em;
	line-height: 160%;
	padding-top: 30px;
}

h2.large {
	font-size: 2.15em;
}

h3 {
	font-size: 1.5em;
}

header {
	width: 100%;
	height: 590px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: left;
}

header.mobile {
	background-image: url(../images/site/index/video_poster.jpg);
}

header video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	background-position: center center;
}

header h1 {
	position: relative;
	margin: 0;
	top: 155px;
}

header h1 img {
	width: 200px;
}

.navbar {
	margin: 0;
}

.container {
	width: 100%;
	background: #fff;
}

.container .header-description {
	margin-top: 40px;
	margin-bottom: 100px;
}

/********************
   .container.main 
********************/

.container.main {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.container.main .mini-title {
	font-size: 1.2em;
	color: #eb0000;
	text-align: center;
}

/********************
   description-row
********************/

#description-row .description-child {
	text-align: center;
	margin-bottom: 110px;
}

#description-row .description-child p {
	margin-top: 14px;
	margin-bottom: 0px;
	line-height: 180%;
}

#description-row .description-child p.up {
	margin-top: 40px;
}


#description-row .description-child img {
	width: 127px;
	height: 127px;
}

/********************
   interval
********************/

.interval {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/********************
   interval-live
********************/

#interval-live {
	background-image: url(../images/site/index/top_liveImage@2x.jpg);
}

#interval-live img {
	display: block;
	width: 72%;
	margin: 170px auto 0 auto;
}

/********************
   slide-instructor
********************/

#slide-instructor {
	width: 100%;
	height: 485px;
	margin: -50px 0 0 0;
	padding-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
}

#slide-instructor .card-box {
	height: 485px;
	color: #666;
}

#slide-instructor .card-box .left-info {
	width: 20%;
	float: left;
	margin: 20px 0 0 35px;
	text-align: center;
	line-height: 150%;
}

#slide-instructor .card-box img {
	width: 170px;
	display: inline; /* slick clear */
}

#slide-instructor .card-box .left-info .ins-name {
	margin: 30px 0 20px 0;
}

#slide-instructor .card-box .right-info {
	width: 65%;
	height: 468px;
	float: left;
	margin: 0 0 0 20px;
	padding: 15px 4px 0 40px;
	background-image: url(../images/site/index/top_commentLine.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 160%;
}

#slide-instructor .card-box .right-info p {
	margin: 0 0 15px 0;
}

.message-box {
	padding-top: 30px;
	color: #666;
	overflow: hidden;
}

.message-box .main {
	width: 1100px;
	margin: 0 auto;
}

.message-box h2 {
	text-align: left;
	line-height: 45px;
}

.message-box .left-info {
	margin: 20px 0 0 35px;
	float: left;
	text-align: center;
	line-height: 150%;
}

.message-box img {
	width: 170px;
	display: inline;
}

.message-box .left-info .ins-name {
	margin: 16px 0 10px 0;
}

.message-box .right-info {
	float: left;
	margin: 0 0 0 20px;
	padding: 15px 4px 0 40px;
	background-image: url(../images/site/index/top_messageLine.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 160%;
}

.message-box .right-info p {
	margin: 0 0 25px 0;
}

.t-align{
	text-align: right;
}

/********************
   slide-btn
********************/
#slide-btn {
	width: 100%;
	height: 42px;
	background-color: #fff;
}

.btn-prev {
	position: relative;
	top: -280px;
	left: 340px;
	width: 24px;
	height: 42px;
	background-image: url(../images/site/index/top_btn_Prev.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

.btn-next {
	position: relative;
	top: -280px;
	right: 400px;
	float: right;
	width: 24px;
	height: 42px;
	background-image: url(../images/site/index/top_btn_Next.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

/********************
   interval-exp
********************/

#interval-exp {
	background-image: url(../images/site/index/top_expImage@2x.jpg);
}

#interval-exp img {
	display: block;
	width: 72%;
	margin: 170px auto 0 auto;
}

/********************
   interval-health
********************/

#interval-health {
	background-image: url(../images/site/index/top_healthImage@2x.jpg);
}

#interval-health img {
	display: block;
	width: 32%;
	margin: 170px auto 0 auto;
}

/********************
   result-list
********************/
#result-list {
	margin-top: 45px;
}

#result-list ul {
	list-style: none;
}

#result-list .row {
	margin: 0 auto;
	padding: 0;
}

#result-list li {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
}

#result-list li p {
	margin-bottom: 4px;
}

#result-list .count-info {
	margin-top: 25px;
}

/********************
   bottom-menus
********************/

#bottom-menus {
}

#bottom-menus a {
	color: #eb0000;
}

#bottom-menus a:hover {
	text-decoration: none;
}


#bottom-menus .description-child .line-box {
	padding: 50px 5px;
	border-top: 1px solid #eb0000;
	border-bottom: 1px solid #eb0000;
}

#bottom-menus .description-child img {
	width: 64px;
	height: 64px;
}

footer .container {
	background-color: #333333;
}

@media (max-width: 1499px) {
	.btn-prev {
		left: 180px;
	}

	.btn-next {
		right: 250px;
	}
}

@media (max-width: 1199px) {
	.btn-prev {
		left: 100px;
	}

	.btn-next {
		right: 150px;
	}
}

@media (max-width: 1026px) {
	.btn-prev {
		left: 20px;
	}

	.btn-next {
		right: 20px;
	}
}

@media (max-width: 810px) {
	.container.main {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.interval {
		height: 340px;
	}

	#interval-live img {
		margin: 150px auto 0 auto;
	}

	#interval-health img {
		margin: 150px auto 0 auto;
	}

	#interval-exp img {
		margin: 150px auto 0 auto;
	}

	#slide-instructor {
		height: 445px;
	}

	#slide-instructor .card-box .right-info {
		display: none;
	}

	#slide-instructor .card-box .left-info {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	#slide-instructor .card-box .left-info {
		width: 80%;
	}

	.message-box .main {
		width: 100%;
		margin: auto;
	}

	.message-box .main .left-info {
		width: 90%;
		margin: 20px 0 0 20px;
	}

	.message-box .main .right-info {
		background-image: none;
		margin: 20px 0 0 0;
		padding: 15px 0 0 0;
	}

	.btn-prev {
		left: 60px;
	}

	.btn-next {
		right: 60px;
	}

	#result-list li {
		margin-bottom: 30px;
	}

	#bottom-menus {
		margin: 0 auto;
	}
	
}

@media (max-width: 552px) {

	header {
		width: 100%;
		height: 320px;
	}

	header h1 {
		top: 36px;
	}

	.interval {
		height: 280px;
	}

	#interval-live img {
		margin: 130px auto 0 auto;
	}

	#interval-health img {
		margin: 130px auto 0 auto;
	}

	#interval-exp img {
		margin: 130px auto 0 auto;
	}

	.btn-prev {
		left: 10px;
	}

	.btn-next {
		right: 10px;
	}
	
	.responsive-img {
    	width: 100%;
	}
}