@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: Microsoft YaHei,Helvetica,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;
}

ul li{
	list-style: none;
}

.no-padding {
	padding: 0;
}

.wid{
	width: 80%;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

@media (max-width:1200px){
	.wid{
		width: 1200px!important;
	}
}












.top{
	height: 100px;
	line-height: 100px;
	background: #fff;
	position: fixed;
	z-index: 111;
	width: 100%;
	box-shadow: 0 0 5px #ccc;
}

.topwid{
	width: 95%;
	margin: 0 auto;
	position: relative;
	height: 100px;
}

.topl{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
}

.topl img{
	width: auto;
	height: 80px;
}

.topc{
	position: absolute;
	left: 51%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	width: 55%;
}

.topc ul li{
	float: left;
	width: 14%;
	text-align: center;
}

.topc ul li a{
	font-size: 15px;
	color: #333;
}

.topc ul li:hover a{
	color: #50c303;
}

.topr{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	text-align: right;
}

.toprcon{
	height: 36px;
	line-height: 36px;
}

.topr img{
	margin-right: 8px;
	border-radius: 5px;
	height: 36px;
	width: auto;
}

.topr span{
	font-size: 20px;
	color: #333;
	font-weight: 600;
	float: right;
}















footer{
	background-color: #333;
    color: #fff;
	padding: 70px 0 30px;
}

.foott{
	
	width: 100%;
}

.footone{
	width: 45%;
}

.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: 20%;
	margin-right: 5%;
}

.foottwo img{
	width: auto;
	height: 150px;
}

.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;
}

