@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: 95%!important;
	}
}

@media (max-width:767px){
	.wid{
		width: 90%!important;
	}
}




/*nav*/


header{
	z-index: 111;
	position: fixed;
	width: 100%;

	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

header .wid{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

header.xiao{
	margin-top: 2rem;
	height: 90px;
	line-height: 90px;

	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

header.xiao .wid{
	background: rgba(255,255,255,.9);
	width: 85%;
	padding: 0 3%;
	border-radius: 10px;
}

header.da{
	margin-top: 0px;
	height: 100px;
	line-height: 100px;
	box-shadow: 0 0 5px #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;
}

header.da .wid{
	background: rgba(255,255,255,1);
	width: 100%;
	padding: 0 10%;
	border-radius: 0px;
}

header .navlogo img{
	width: auto;
	height: 70px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header.da .navlogo img{
	width: auto;
	height: 80px;
}

header .nav ul{
	width: 100%;
}

header .nav ul li{
	float: left;
	width: 14%;
	text-align: right;
}

header .nav ul li a{
	font-size: 0.9rem;
	color: #111;
	font-weight: 600;
}

header .nav ul li:hover a{
	color: #7dcb3a;
}

@media (min-width:992px){
	header .nav ul li:nth-child(1){
		width: 13%;
	}
	header .nav ul li:nth-child(3){
		width: 17%;
	}
}

.m-nav-c{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	background: #000;
	height: 45px;
	width: 45px;
	border-radius: 5px;
	cursor: pointer;
}

.m-nav-c .m-nav-span{
	width: 28px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
}

.m-nav-c .m-nav-span1{
	left: 50%;
	top: 30%;
	transform: translate(-50%,-50%);
}

.m-nav-c .m-nav-span2{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}

.m-nav-c .m-nav-span3{
	left: 50%;
	top: 70%;
	transform: translate(-50%,-50%);
}

#m-dh{
	height: 100vh;
	width: 0%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	transition: all .5s;
}

#m-dh.active{
	width: 100%;
}

.m-dh-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: #000;
	cursor: pointer;
}

.m-dh-close .m-dh-span{
	width: 28px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
}

.m-dh-close .m-dh-span1{
	left: 40%;
	top: 75%;
	transform: rotate(45deg) translate(-50%,-50%);
}

.m-dh-close .m-dh-span2{
	left: 40%;
	top: 30%;
	transform: rotate(-45deg) translate(-50%,-50%);
}

.m-dh ul{
	margin-top: 2.5rem;
}

.m-dh ul li{
	line-height: 2rem;
	padding: 0 5%;
	width: 100%;
	position: relative;
}

.m-dh ul li a{
	display: block;
	position: relative;
	color: #333;
	border-bottom: 2px solid #f2f2f2;
	font-weight: 600;
	padding: 1rem 0;
}







.backTop{
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	height: 3rem;
	width: 3rem;
	background: #000 url(../images/top.png) no-repeat center center;
	opacity: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	background-size: 1.5rem;
	border-radius: 5px;
	z-index: 555;
}

.backTop:hover{
	cursor: pointer;
}

.backTop.active{
	opacity: 1;
}











footer{
	background-color: #333;
    color: #fff;
	padding: 0px 0 30px;
}

.footsou{
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 0 40px;
}

.footimg{
	width: 60%;
}

.footimg img{
	width: auto;
	height: 65px;
}

.footss{
	flex: 1;
}

.footform .footinput{ 
	background-color: rgba(255, 255, 255, 0.1); 
	width: 77%;
	padding: 20px;
	color: #fff;
	font-size: 0.9rem;
	border: none;
}

.footform .footsubmit{ 
	width: 23%;
	background-color: #7dcb3a;
	color: #fff;
	font-size: 0.9rem;
	border: none;
}

.foott{
	padding-top: 50px;
	width: 100%;
}

.footone{
	width: 70%;
}

.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;
}

.footth{
	flex: 1;
}

.footth h3{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 1.5rem;
}

.footth 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%;
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
}

.footb p{
	margin: 0;
	font-size: 0.9rem;
	color: #999;
	float: left;
	
	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;
}

.footbcon{
	float: right;
}









.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.xiao,header.da{
		margin-top: 0;
		height: 80px;
		line-height: 80px;
	}

	header.xiao .wid,header.da .wid{
		background: #fff;
		width: 100%!important;
		border-radius: 0px;
		padding: 0 3%;
	}

	.navlogo img{
		height: 66px!important;
		margin-left: 1rem;
	}

	.footb{
		margin-top: 0;
	}

	footer{
		margin-bottom: 68px;
	}
}







@media (max-width:768px){
	header.xiao,header.da{
		margin-top: 0;
		height: 68px;
		line-height: 68px;
	}

	header.xiao .wid,header.da .wid{
		background: #fff;
		width: 100%!important;
		border-radius: 0px;
		padding: 0 3%;
	}

	.navlogo img{
		height: 58px!important;
		margin-left: 1rem;
	}

	.footb{
		margin-top: 0;
	}

	footer{
		margin-bottom: 68px;
	}

	.footbcon{
		float: none;
	}

	.footb a{
		margin-left: 0;
		margin-right: 1rem;
	}
}








