@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family: Arial!important;
	overflow-x: hidden;
	font-size: 16px!important;
}

html{
	font-size: 16px;
}

a{
	text-decoration: none;
	
  transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

a:hover{
		text-decoration: none;
}

ul{
	margin-bottom: 0;
	padding-left: 0;
}

ul li{
	list-style: none;
	/*float: left;*/
}

.no-padding {
	padding: 0;
}

.wid{
	width: 80%;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	z-index: 2;
}

@media (max-width:1200px){
	.wid{
		width: 92%!important;
	}
}





/*nav*/

body.color .header-inside{
	background: #000!important;
}

.header-inside{
	background-color: transparent!important;
}

.kayden-logo img{
	width: auto;
	height: 100px;
	margin-top: 1rem;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

@media (max-width:1600px){
	.kayden-logo img{
		height: 80px;
	}
}

body.color .kayden-logo img{
	margin-top: 0rem;
	height: 66px;
}

.header-email{
	float: right;
	width: auto;
	height: 2rem;
	margin-right: 15px;
}

.header-text{
	float: right;
}

#kaydenOffCanvas{
	background-image: linear-gradient(#0099cc, #003399)!important;
}
















.footer {
	padding: 3% 0 1.5%;
	border-top: 3px solid #00569f;
	background: #1f1d1e;
}
.footw{
	width: 70%;
	margin: 0 auto;
}
.foot-menu {
	width: 49%;
	float: right;
}
.foot-menu ul {
	margin: 0 -18px;
	padding: 0
}
.foot-menu li {
	float: left;
	width: 20%;
	padding: 0 1rem
}
.foot-menu li:nth-child(1){
	width: 40%;
}
.foot-menu li:nth-child(2){
	width: 30%;
}
.foot-menu li:nth-child(3){
	width: 30%;
}

.foot-menu p {
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1.5rem;
}
.foot-menu dl {
	
}
.foot-menu dd {
	font-size: 12px;
	line-height: 30px
}
.foot-menu a {
	color: #999;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}
.foot-menu a:hover{
	color: #fff;
}
.foot-contact {
	width: 49%;
	float: left;
}
.foot-contact h3 {
	font-size: 22px;
	line-height: 1;
	color: #233645
}
.foot-contact .contact-con {
	/*margin-top: 30px*/
	padding: 0
}
.foot-contact .contact-con li {
	font-size: 0.9rem;
	line-height: 24px;
	color: #fff;font-weight: 600;
	margin-bottom: 15px
}

.foot-contact .contact-con .foot-tel {
	font-size: 24px;
	line-height: 1
}
.foot-contact .contact-con .foot-tel a {
	color: #57ade3
}

.copyright {
	font-size: 0.9rem;
	color: #fff;
	margin-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #555;
	padding-top: 30px;
}
.copyright a {
	color: #fff;
	display: inline-block;
	margin-left: 5px
}

.footlj{
	float: right;
}

@media (max-width:1500px){
	.foot-contact {
	width: 35%
}
	
	.foot-menu{
		width: 58%;
	}
}



.menubox{
	background-color: #fafafa;
	position: relative;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding:5.5px 0;
	border-top: #eee solid 1px;
	height: 68px;
}
.menubox ul{
	padding-left: 0;
}
.menubox ul li{
	float: left;
	width: 33%;
	text-align: center;
}
.menubox ul li i{
	display: block;
	margin:0 auto;
	width: 1.8rem;
	height: 1.8rem;
	margin-bottom: 0.3rem;
}
.menubox ul li i img{
	display: none;
	margin:0 auto;
	width: 1.8rem;
}
.menubox ul li i img:first-child{
	display: block;
}
.menubox ul li span{
	display: block;
	font-size: 0.9rem;
	color: #111;
	line-height: 140%;
}
.menubox ul li.cur i img:first-child{
	display: none;
}
.menubox ul li.cur i img:last-child{
	display: block;
}
.menubox ul li.cur span{
	color: #111;
}
.menubox dl{
	position: absolute;
	right: 5%;
	width: 90%;
	background-color: #fafafa;
	text-align: center;
	padding: 1% 0;
	border:#ddd solid 1px;
	border-bottom: 0;
	display: none;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.menubox dl dd{
	line-height: 320%;
	border-top: #ddd solid 1px;margin-left: 0;
}
.menubox dl dd:first-child{
	border:0;
}
.menubox dl a{
	display: block;
	color: #111;
	font-size: 1rem;
}
.menubox dl a:active{
	color: #fff;
	background-color: #3385cc;
}

















@media (min-width:768px) and (max-width:991px){
	header .header-inside{
		padding: 10px 5%!important;
	}

	header .kayden-nav-meta{
		display: none!important;
	}


	footer{
		padding: 2rem 0!important;
		margin-bottom: 68px;
	}

	.foot-menu{
		display: none;
	}

	.foot-contact{
		float: none;
		width: 100%;
	}
}







@media (max-width:768px){
	header .header-inside{
		padding: 0px 5%!important;
	}

	body.color header .header-inside{
		padding: 10px 5%!important;
	}

	header .kayden-nav-meta,.kt-t{
		display: none!important;
	}

	.kayden-logo img{
		height: 40px!important;
	}


	footer{
		padding: 2rem 0!important;
		margin-bottom: 68px;
	}

	.foot-menu{
		display: none;
	}

	.foot-contact{
		float: none;
		width: 100%;
	}

	.footlj{
		float: none;
	}

	.copyright a{
		margin-left: 0;
	}
}
