@charset "utf-8";
/* CSS Document */

body
{
	background-color:#FFF;
	margin:0;
	padding:0;
	font-size:14px;
	border-top:10px solid #D60816;
	font-family:"Century Gothic";
}

a
{
	text-decoration:none;
	color:#000;
}

img
{
	border:none;
}

div
{
		display:block;
}

.container
{
	width:1250px;
	height:auto;
	margin:auto;
	display:table;
}

.containerin
{
	width:1200px;
	height:auto;
	margin:auto;
	display:table;
}

.container2
{
	width:100%;
	background:#D60816;	
}

.leftcol
{
		width:358px;
		height:auto;
		float:left;
}

.logo
{
	width:330px;
	height:177px;
	float:left;
	margin-left: 14px;
}

.logo-d
{
		width:358px;
		float:left;
}

.menu
{
		width:358px;
		float:left;
}

.menu a
{
		color:#fff;
}

.menu a:hover
{
		color:#000;
}

.menu ul
{
	list-style:none;
	width:358px;
	margin: 0px;
	padding: 0px;		
}

.menu ul li
{
	background:url(../images/menu.png);
	text-align: center;
	line-height: 44px;
	color:#fff;
	font-size: 22px;
	font-weight: bold;
}

.contact
{
	background:url(../images/call-us.png);
	width:358px;
	float:left;
	height:47px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 90px;
	color: #FFF;
}

.rightcol
{
	width:890px;
	float:right;
}

.rot
{

	float:right;
}

.dorw
{
	width:267px;
	height:160px;
	float:right;
	background:url(../images/solotion.png);
	margin-left: 25px;
	margin-top: 25px;
	-webkit-box-shadow: 0 0 20px 1px #000000;
	box-shadow: 0 0 20px 1px #000000;
}

.footer
{
		background:#000;
		height:20px;
		color:#fff;
		text-align:center;
}

.footer a
{
		color:#fff;
		text-decoration:none;
}

.icon
{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.txt
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

.head
{
	width:100%;
	float:left;
}

.logoin
{
		float:left;
		margin-top: 7px;
}

.menuin
{
		float: left;
}

.menuin a
{
		color:#666666;
}

.menuin a:hover
{
		color:#fff;
}

.menuin ul
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	float: left;	
}

.menuin ul li
{
	background: url(../images/top-meu.png);
text-align: center;
line-height: 87px;
color: #000;
font-size: 17px;
font-weight: bold;
float: left;
width: 137px;
}

.menuin ul li:hover
{
		background: url(../images/top-meu-h.png);
		color:#fff !important;
}

.inh
{
	float: left;
	margin-top: 20px;
}

.tit
{
	background: url(../images/title.png) no-repeat right;
	height: 60px;
	background-color: #D60816;
	float: left;
	padding-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 60px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	margin-top: 15px;
	min-width:200px;
}

.content
{
	width: 95%;
float: left;
margin-left: 10px;
margin-right: 10px;
text-align: justify;
}


.swipe {
	overflow: hidden;
	position: relative;
	width: 860px;
	height: 420px;

}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
.swipe .nav {
	position: absolute;
	width: 80px;
	height: 38px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	top: 45%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8)
}
.swipe .nav.next {
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.swipe .nav.prev {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}