﻿/* #Base (1180 Grid)
================================================== */
.banner_bg img {
	float: left;
	width: 100%;
}
.rslides {
	width: 100%;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.rslides li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
	-webkit-backface-visibility: hidden;
}
.rslides li:first-child {
	float: left;
	display: block;
	position: relative;
}
.rslides img {
	width: 100%;
	float: left;
	height: auto;
	display: block;
}
.prev, .next {
	left: 10%;
	top: 250px;
	width: 30px;
	height: 30px;
	z-index: 2000;
	position: absolute;
	background: url(../images/arr_lft.png) 0 0 no-repeat;
	background-size: 100%;
}
.next {
	left: auto;
	right: 10%;
	background: url(../images/arr_rht.png) 0 0 no-repeat;
	background-size: 100%;
}
.content01 {
	float: left;
	width: 100%;
	padding: 4% 0;
}
.product {
	float: left;
	width: 32.15%;
	background-color: #fff;
	box-shadow: 0px 0px 2px #aaa;
	border-radius: 5px;
}
.one:hover, .two:hover, .three:hover, .four:hover {
	cursor: pointer;
	background-color: #666;
}
.secord_Margin {
	margin: 0 1.5% 0 1.5%;
}
.third_Margin {
	margin: 0 1% 0 0.5%;
}
.one, .two, .three, .four {
	width: 90%;
	float: left;
	height: 150px;
	padding: 0 5% 5% 5%;
	background-color: #c1c3c0;
	border-radius: 5px 5px 0 0;
}
.two {
	background-color: #136f63;
}
.three {
	background-color: #c36f09;
}
.four {
	background-color: #3e2f5b;
}
.product img {
	margin: 10%;
	display: block;
}
.title {
	width: 84%;
	float: left;
	padding: 8%;
}
.title h5 {
	color: #fa8039;
	padding-top:10%;
	text-align:center;
}
.content02 {
	float: left;
	width: 100%;
}
.content01 h4, .services h4 {
	margin-bottom: 3%;
	position: relative;
}
.content02 h4 {
	margin-bottom: 5%;
	position: relative;
}
.content01 h4:after, .content02 h4:after, .services h4:after {
	left: 0px;
	width: 75px;
	bottom: -5px;
	content: " ";
	position: absolute;
	border-bottom: 3px solid #fa8039;
}
.con_lft {
	width: 48%;
	float: left;
	text-align: justify;
}
.con_rht {
	width: 48%;
	float: right;
}
.director {
	width: 94%;
	float: left;
	padding: 3%;
	background-color: #fff;
	box-shadow: 0px 0px 2px #aaa;
	border-radius: 5px;
}
.dir_lft {
	width: 30%;
	float: left;
}
.dir_rht {
	width: 65%;
	float: right;
	position: relative;
}
.msg {
	padding: 0 6%;
}
.alignRight {
	text-align: right;
}
.alignRight1 {
	padding-top: 5%;
	text-align: right;
	font-style: italic;
}
.alignRight1 a, .alignRight a{
	color:#666;
}
.alignRight1 a:hover, .alignRight a:hover{
	color:#009DDB;
}
@media only screen and (min-width:1290px) and (max-width:1390px) {
.prev, .next {
	top: 250px;
}
}
/* #Dekstop (960 Grid)
================================================== */
@media only screen and (min-width:960px) and (max-width:1389px) {
.prev, .next {
	top: 250px;
}
}
@media only screen and (min-width:769px) and (max-width:1040px) {
}
/* #Tablet (Landscape)
================================================== */
@media only screen and (min-width:768px) and (max-width:990px) {
.prev, .next {
	top: 180px;
	width: 20px;
	height: 20px;
}
}
/* #Tablet (Portrait)
================================================== */
@media all and (max-width: 768px) {
.logo {
	width:50%;
}
.product {
	width: 100%;
	margin-bottom:5%;
}
.secord_Margin {
	margin: 0 0 5% 0;
}
.third_Margin {
	margin: 0 2% 2% 0;
}
.con_lft {
	width: 100%;
	margin-bottom: 4%;
}
.con_rht {
	width: 100%;
}
}
/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:767px) {
.prev, .next {
	top: 120px;
	width: 15px;
	height: 15px;
}
}
/* #Mobile (Landscape)
================================================== */
@media only screen and (min-width:480px) and (max-width:767px) {
.prev, .next {
	top: 170px;
	width: 20px;
	height: 20px;
}
}
