*{padding: 0;margin: 0;}
html,body{font-family: "微软雅黑"; height: 100%;}
.pull-left{float: left;}
.pull-right{float: right;}
a,a:hover{text-decoration: none;}
ul li{list-style: none;}
.container{
	width: 1140px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
header{
	overflow: auto;
	background: #fff;
}
.header-top{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e1e1e1;
}
header .contact img{
	width: 20px;
	height: 20px;
	margin: 12px 10px 0 0;
	float: left;
	display: inline-block;
}
header .contact span{
	color: #ea5044;
	padding-right: 40px;
	display: inline-block;
}
header .cooperation{
	color: #666;
	
}
header .cooperation a{
	display: inline-block;
	color: #666;
}

header .cooperation a:not(:last-child):not(:first-child):after{
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    margin: 0 8px 0 13px;
    border-top: 5px solid transparent;
    border-left: 8px solid #666;
    border-bottom: 5px solid transparent;
    
}
header .nav{
	height: 74px;
	line-height: 74px;
	margin-right:-14px;
}
header .nav li{
	font-size:16px;
	float: left;
	padding: 0 14px;
	margin-right: 20px;
}
header .nav li:last-child{
	margin-right: 0;
}
header .nav a{
	color: #666;
}
header .nav .on,header .nav li:hover{
	border-top: 3px solid #47b6f3;
	height: 71px;
	line-height: 67px;
}
header .nav .on a,header .nav li:hover a{
	color:#47b6f3;
}

.banner{
	width: 100%;
	overflow: hidden;
    margin-top:109px;
}
.banner img{
	width: 100%;
	display: block;
}
.logo{
	width: 190px;
    height: 100%;
    margin-top: 3px;
}
.logo img{
	/*width:100%;*/
}
footer{
	height: 380px;
	background: #1f2021;
	position:relative;
}
footer li:not(:last-child){
	border-right: 2px solid #fff;}
footer li{
	height: 15px;
	float: left;
	margin-top: 30px;
}
footer li a{
	margin-top: -5px;
	color: #fff;
	display: block;
	padding: 0 15px;
	position: relative;
}
footer li:first-child a{
	padding-left: 0;
}
.copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #2b2b2b;
	text-align: center;
	color: #757575;
}
.footer-text{
	color: #757575;
}
.erwei{
	width: 140px;
	padding-top: 20px;
	overflow: hidden;
	text-align: center;
}
.erwei span{
	height: 50px;
	color: #fff;
	line-height: 50px;
	display: block;
	font-size: 20px;
}.erwei img{
	width:100%;
}
.text-info{
	font-size: 14px;
	overflow: auto;
	line-height: 34px;
	
}
.footer-cont{
	padding-top: 30px;
	width: calc(80%);
}
.text-info p{
	padding-left: 60px;
}
.text-info span{
	float: left;
}
.text-info a{
	color: #757575;
}



