@CHARSET "GBK";
/*common*/
html,head,body,div,a,ul,li{margin: 0;padding: 0;}
body{font-family: 'Microsoft YaHei';font-size: 16px;background: #fff;}
ul{list-style: none;}
.clear{clear: both;}
.red{color: #e60012;}
.gray{color: gray;}
.cursor{cursor: pointer;}
input{background: #fff;border:0;border-style:none;outline:medium;}
table {border-collapse: collapse;border-spacing: 0;}
a{text-decoration: none;}
/*header*/
.header{width:100%;background-color: #fff;height: 100px;float:left;border: 0px;display: block;}
.header .logo{width:996px;height:85px;margin:10px auto 0 auto;}
.header .logoimg{width:191px;height:85px;margin:0 529px 0 20px;float: left;}
.header .logoimg img{width:191px;height:85px;}
.header .navright{width:236px;height:85px;float:left;}
.header .navright img{width:52px;height:33px;margin:34px 10px 33px auto;float:left;}
.header .hotline{width:164px;height:43px;float:left;font-size:14px;color: #8b897b;margin:26px auto 26px 9px;border-left:1px solid #d2d2d2;}
/*footer*/
.footer{width:100%;background-color: #f2f2f2;height: 65px;float:left;overflow: hidden;position:fixed;bottom: 0;right:0;}
.footer .nav{width:996px;height:14px;margin:26px auto 25px;font-size:14px;line-height: 14px;text-align: center;color: #8b897b;}
.footer .nav .menu{width:513px;height:14px;float:left;margin-left:90px;}
.footer .nav .menu div{width:91px;height:14px;border-right: 1px solid #8b897b;float:left;cursor:pointer;}
.footer .nav .menu .lastdiv{border:0}
.footer a{color:#8b897b;}
.copyright{width:393px;height:14px;float:left;}
/*container*/
.container{width:100%;height:auto;display: block;}

@media screen and (max-width:996px){
	/*header*/
	.header .logo{width:768px;}
	.header .logoimg{width:191px;height£º85px;margin:0 318px 0 0;float: left;}
	/*footer*/
	.footer .nav{width:768px;height:14px;margin:26px auto 25px;font-size:14px;line-height: 14px;text-align: center;color: #8b897b;}
	.footer .nav .menu{width:409px;margin-left:10px}
	.copyright{width:349px;}
	
}
@media screen and (max-width:767px){
	/*header*/
	.header .logo{width:512px;}
	.header .logoimg{width:191px;height:85px;margin:0 85px 0 0;float: left;}
	/*footer*/
	.footer{height:85px;}
	.footer .nav{width:512px;height:14px;margin:26px auto 25px;font-size:14px;line-height: 14px;text-align: center;color: #8b897b;}
	.footer .nav .menu{width:409px;margin-left:10px}
	.copyright{width:349px;margin:10px auto 10px 180px;}
}
@media screen and (max-height:810px){
	.footer{position: relative;}
}