html, body {
	font-size: 14px;
}
.navbar-brand img{display: block; width:66px; height: 44px;}
.banner {display: block;}
.banner img{display: block; width: 100%;}
.navbar-nav li.cur {background-color: #ffd977;}

.service{margin-top: 40px;}
.service img{display: block; margin: 0 auto;}
.service img:hover{transform: scale(1.1);-ms-transfrom: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.service h3 {color: #280a01; text-align: center; margin-bottom: 20px;}
.service .col-md-3 {margin-bottom: 40px;}
.service .col-md-3 p {font-size: 13px;} 

.case {background-color: #eee; padding-bottom: 40px;}
.case-show .col-md-12 h2 {text-align: center; color: #280a01; font-weight: 500; margin: 40px auto;}
.case-show .col-md-3 {margin-bottom: 40px;}
/* .case-show .col-md-3 a {display: block; margin: 0 auto;} */
.case-show .col-md-3 img{display:block; width: 100%;}
.case-show .col-md-3 h4 {text-align: center; margin: 20px auto;}
/* .case-show .col-md-3 h4 a {color: #280a01;} */
.case-show .col-md-3 p {font-size: 13px;}

.footer {background-color: #280a01; color: #fff;}
.footer .container {padding-top: 20px; padding-bottom: 20px;}
.footer .container .col-md-4 {margin-bottom: 30px;}
.footer .container .col-md-4 h4 {width: 110px; border-bottom: 1px solid #ffd977; padding-bottom: 10px; margin-bottom: 20px; }
.footer .container .col-md-4 p {font-size: 13px;}
.bottom p {font-size: 13px; text-align: center;}


.section-til {background-color: #ffd977; height: 50px; }
.section-til h3{margin: 0; padding: 0;line-height: 50px;}

.click-link {display:block; margin: 20px auto  40px; width: 150px; height:40px; line-height: 40px; 
	font-size: 16px; text-align: center; background-color: #f58d76; color: #fff; }
.click-link:hover{color: #fff; text-decoration: none; background: rgba(255,141,118,.8);}

.job .col-md-6 {margin-bottom: 40px;}
.job .col-md-6 h4 {border-bottom: 2px solid #ffd977;  padding-bottom: 20px;}
.job .col-md-6 h6 {color: #280a01; font-weight: bold; font-size: 14px; margin-top: 20px; margin-bottom: 15px;}
.job .col-md-6 p {font-size: 13px;}

.contact{text-align: center; margin: 30px auto  60px;}
.contact p:nth-child(2) {color: #f58d76;}
.contact p:nth-child(3) span {display:inline-block; margin-right: 30px;}

/*carousel*/
 #slide {
 	position: relative;
 	width: 60%;
 	margin: 20px auto 0;
 }
 ul#pic-list{
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	#slide {
		width: 100%;
	}
}
ul#pic-list li{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
ul#pic-list li:first-child{
	position: relative;
	display: block;
	float: left;
}
ul#pic-list a {display: block; height: auto;}
ul#pic-list img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_nav { display:none; cursor: pointer; text-align: center; font-size: 26px; font-weight: bold; 
	width: 40px; height: 40px; border-radius: 40px; position: absolute; z-index: 2; top: 50%; margin-top: -30px; 
	background-color: RGBA(0,0,0,.3); color: #fff; text-decoration: none;}
.prev { left: 20px;}
.next { right: 20px;}
.rslides_nav:link, .rslides_nav:visited {text-decoration: none; color: #fff;}
.rslides_nav:hover { background-color: RGBA(0,0,0,.7); color: #fff;}
#slide:hover .rslides_nav { display: block;}

.rslides_tabs{width: 120px; height: 15px; margin: 15px auto; list-style-type: none; padding: 0;}
.rslides_tabs li{float:left;margin-right:15px}
.rslides_tabs li:last-child {margin-right: 0;}
.rslides_tabs a{ width:12px; height:12px; border-radius:6px; background:#ffd977;text-indent:-5em; overflow:hidden; 
	display:block;}
.rslides_tabs .rslides_here a{ background: #280a01;}

.dropdown-menu.lang { min-width: 80px;}
.dropdown-menu.lang > li > a { padding: 3px 5px;}