@charset "utf-8";
/* CSS Document */
@import url(font-awesome5.css);

*{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,Microsoft YaHei,Helvetica!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;
}

ul li{
	list-style: none;
	/*float: left;*/
}

.no-padding {
	padding: 0;
}

.wid{
	width: 82%;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

@media (max-width:1200px){
	.wid{
		width: 90%!important;
	}
}

@media (max-width:767px){
	.wid{
		width: 95%!important;
	}
}




/*nav*/

header#header .menuzord-brand img{
	max-height: 100px!important;
}

header#header .scroll-to-fixed-fixed .menuzord-brand img{
	max-height: 65px!important;
}

#main-nav{
	float: none!important;
}

#main-nav li{
	float: left;
	width: 11.1%;
	text-align: center;
}

#main-nav li a{
	padding: 7px 0!important;
}

#main-nav li ul{
	width: 100%!important;
}

#main-nav li ul li{
	width: 100%!important;
}

#main-nav li ul li a{
	padding: 10px 25px 10px 22px!important;
	text-align: left;
}

.hamburger-box .hamburger-inner{
	width: 16px!important;
}

.hamburger-box .hamburger-inner:after{
    width: 25px!important;
}

.hamburger-box .hamburger-inner:before{
    width: 25px!important;
}

.hamburger-box:hover .hamburger-inner:after{
    width: 16px!important;
}

.hamburger-box:hover .hamburger-inner:before{
    width: 16px!important;
}

.hamburger-box:hover .hamburger-inner{
	width: 25px!important;
}



#side-panel-container .side-panel-wrap{
	overflow: hidden;
}

#side-panel-container .cmlogo{
	margin-top: 1rem;
	margin-bottom: 3rem;
}

#side-panel-container .cmp{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}


header nav ul li:hover a{
	color: #0099cc!important
}















footer{
	background-color: #333;
    color: #fff;
	padding: 70px 0 30px;
}

.foott{
	
	width: 100%;
}

.footone{
	width: 35%;
}

.footone h3{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 1.5rem;
}

.footone p,.footone a{
	font-size: 0.9rem;
	color: #999;
	margin: 0;
	line-height: 2rem;
}

.footone a:hover{
	color: #fff;
}

.foottwo{
	width: 30%;
	margin-right: 5%;
}

.foottwo img{
	width: auto;
	height: 150px;
	position: relative;

	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.foottwo img:hover{
	height: 200px;

}

.foottwoimg{
	text-align: center;
	margin: 0 1rem;
}

.foottwoimg p{
	margin: 0;
	padding-top: 10px;
	font-size: 0.9rem;
	color: #999;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.foottwoimg:hover p{
	color: #fff;

}

.footth{
	flex: 1;
}

.footth h3,.footsj h3{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 1.5rem;
}

.footth p,.footsj p{
	font-size: 0.9rem;
	color: #999;
	margin: 0;
	line-height: 2rem;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.footth p:hover{
	color: #fff;
}


.footb{
	width: 100%;
	text-align: center;
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
}

.footb p{
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #999;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}


.footb a{
	margin-left: 10px;
	font-size: 0.9rem;
	color: #999;
}

.footb a:hover{
	color: #fff;
}






.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 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 .menuzord-brand{
		padding-top: 0;
	}
	
	.menuzord-responsive .showhide{
		margin-top: 0;
	}
	
	header .wid{
		width: 100%!important;
	}
	
	header #main-nav li{
		width: 100%;
	}
	
	header #main-nav li a{
		padding: 1rem 0!important;
	}
	
	#top-primary-nav-clone .menuzord-menu{
		margin-bottom: 0;
	}
	
	header img{
		margin-left: 2rem;
	}
	
	header .scroll-to-fixed-fixed img{
		padding-top: 1rem;
	}
	
	header .scroll-to-fixed-fixed .menuzord-responsive .showhide{
		margin-top: 1rem;
	}
	

	.foott{
		display: none;
	}

	footer{
		padding: 3rem 0 2rem;
	}
	
	.footsj{
		padding: 0 5%;
	}

	.footsj .foottwoimg{
		margin: 1rem 0 0 0;
		text-align: left;
		float: left;
		width: 50%;
		padding: 0.5%;
	}

	.footsj .foottwoimg img{
		max-width: 100%;
		height: auto;;
	}

	.footsj .foottwoimg p{
		text-align: center;
	}

	.footb{
		margin-top: 2rem;
		padding-top: 2rem;
		text-align: left;
	}
}




@media (max-width:767px){
	header#header .menuzord-brand{
		padding-top: 0;
	}

	header#header .menuzord-brand img{
		margin-left: 0;
		width: auto;
		height: 50px;
	}

	.header-nav .header-nav-col-row > div{
		width: auto;
		max-width: none;
		flex: 1;
		margin-right: 5%;
	}

	.header-nav-clone-col-row{
		display: flex!important;
	}

	.header-nav-clone-col-row .col-12{
		padding: 0;
	}

	.menuzord-responsive .showhide{
		margin-top: 0;
	}

	header .wid{
		width: 100%!important;
	}

	header #main-nav li{
		width: 100%;
	}

	header #main-nav li a{
		padding: 1rem 0!important;
	}

	#top-primary-nav-clone .menuzord-menu{
		margin-bottom: 0;
	}

	header img{
		margin-left: 2rem;
	}

	header .scroll-to-fixed-fixed img{
		padding-top: 1rem;
	}

	header .scroll-to-fixed-fixed .menuzord-responsive .showhide{
		margin-top: 1rem;
	}


	.foott{
		display: none;
	}

	footer{
		padding: 3rem 0 2rem;
		margin-bottom: 68px;
	}

	.footsj{
		padding: 0 5%;
	}

	.footsj .foottwoimg{
		margin: 1rem 0 0 0;
		text-align: left;
		float: left;
		width: 50%;
		padding: 0.5%;
	}

	.footsj .foottwoimg img{
		max-width: 100%;
		height: auto;;
	}

	.footsj .foottwoimg p{
		text-align: center;
	}

	.footb{
		margin-top: 2rem;
		padding-top: 2rem;
		text-align: left;
	}
}