body{
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 13px;
}

#topline{
	background: #edeef0;
	width: 100%;
	padding: 10px 0px;
	float: left;
}
#topitem{
	width: 100%;
	float: left;
}
#topitem > li:first-child{
	float: left;
}
#topitem > li{
	float: right;
}
#topitem > li > a{
	padding: 0px 5px;
	color: #666;
}

#headerline{
	width: 100%;
	padding: 30px 0px;
	float: left;
}
#logo{
	width: 200px;
	height: 56px;
	float: left;
}
#logo h1 a{
	display: block;
	width: 200px;
	height: 56px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -999em;
}
#logo p{
	display: none;
}
#topskflogo{
	float: right;
}

#menuline{
	background: #00a1ea;
	width: 100%;
	padding: 20px 0px;
	float: left;
}
#topmenu{
	float: left;
}
#topmenu > li:first-child{
	border-left: none;
}
#topmenu > li{
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	float: left;
}
#topmenu > li:first-child > a{
	padding-left: 0px;
}
#topmenu > li > a{
	letter-spacing:0.5px;
	font-size: 13px;
	padding: 0px 20px;
	color: #fff;
	text-decoration: none;
	float: left;
}
#topmenu > li > a:hover{
	color: rgba(255, 255, 255, 0.5);
}

.container{
	margin-left: 5%;
	margin-right:5%;
}

b{
	font-weight: 700;
}
.titleone{
	font-size: 30px;
	color: #00a1ea;
	text-align: center;
	width: 100%;
	float: left;
}
.titleone + span{
	margin-top: 10px;
	font-size: 15px;
	width: 100%;
	line-height: 25px;
	text-align: center;
	float: left;
}

#slider{
	background: url("../images/searchbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
	float: left;
}
#search{
	width: 100%;
	margin-top: 20%;
	float: left;
}
#search-item{
	background: #fff;
	padding: 2%;
	width: 96%;
	float: left;
}
#search-item > li:first-child{
	width: 9%;
	text-align: center;
	font-size: 19px;
	padding-right: 1%;
	padding-left: 0px;
	border-right: 1px solid #ebebeb;
	float: left;
}
#search-item > li{
	width: 35%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#search-item > li:nth-child(3){
	width: 12.3%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#search-item > li:nth-child(4){
	width: 12.3%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#search-item > li:nth-child(5){
	width: 12.3%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
#search-item > li:nth-child(6){
	width: 8%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}

#content{
	width: 100%;
	padding: 100px 0px;
	float: left;
}

#conproduct{
	width: 100%;
	float: left;
}
#conproduct > li{
	width: 100%;
	float: left;
}
#conproduct > li > img{
	width: 50%;
	float: left;
}
#conproduct > li:nth-child(even){
	width: 100%;
	background: #edeef0;
	float: right;
}
#conproduct > li:nth-child(even) > img{
	width: 50%;
	float: right;
}
#conproduct > li > h1{
	width: 50%;
	margin-top: 100px;
	font-size: 25px;
	text-align: center;
	color: #00a1ea;
	float: left;
}
#conproduct > li > span{
	text-align: center;
	width: 46%;
	line-height: 20px;
	font-size: 15px;
	padding: 2%;
	float: left;
}
#conproduct > li > a{
	text-decoration: none;
	color: #fff;
	background: #00a1ea;
	text-align: center;
	margin-left: 11%;
	margin-top: 30px;
	font-size: 15px;
	padding: 20px;
	float: left;
}

.txtInput{
	width: 100%;
	height: 39px;
	color: #a7a7a7;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f5f6f6;
	border: 1px solid #ebebeb;
	outline: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.btnSubmit{
	width: 100%;
	height: 39px;
	line-height: 38px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background-color: #00a1ea;
	float: left;
}

#pagecontact{
	padding: 50px 0px;
	background: #00a1ea;
	width: 100%;
	float: left;
}

#pagecontact > .container > b{
	width: 80%;
	font-size: 17px;
	color: #fff;
	float: left;
}
#pagecontact > .container > span{
	width: 80%;
	font-size: 15px;
	margin-top: 10px;
	color: #fff;
	float: left;
}
#pagecontact > .container > a{
	text-decoration: none;
	color: #00a1ea;
	font-size: 15px;
	margin-top: -15px;
	padding: 10px 20px;
	background: #fff;
	float: left;
}

#footer{
	width: 100%;
	padding: 20px 0px;
	background: #edeef0;
	float: left;
}
#footermenu{

	float: left;
}
#footermenu > li:first-child{
	padding-left: 0px;
	float: left;
}
#footermenu > li{
	padding: 0px 10px;
	float: left;
}
#footermenu > li:last-child{
	margin-top: 6px;
	font-size: 12px;
	padding: 0px;
	width: 100%;
	float: left;
}
#footermenu > li > a{
	text-decoration: none;
	color: #666;
	float: left;
}
#footermenu + b{
	margin-top: 10px;
	font-size: 10px;
	color: #666;
	width: 265px;
	float: right;
}
