@charset "utf-8";
.top{width:100%;position:fixed; z-index:999;background:url("/images/topbg.jpg") center;}
.top .logo{float:left; text-align:center;padding:30px;}
.top .logo img{width:70px;height:70px;}

.top .right{ float:right;width:58%; color:#bebebe; font-size:18px; font-weight: bold; text-align:right; margin-right:30px}
.top .menu{
    float:right;
    text-align: right;
    width: 100%;
	height:50px;
}

.top .menu a:link,.top .menu a:visited{ color:limegreen; font-size:12px; display:inline-block; padding:0px 5px}
.top .menu a.current{ color:rgb(220, 248, 6);}
.top .menu a:hover{color:#E9E9EB;}
.top .t{ float:right;margin-bottom:19px}
.top .t div{ float:right;width:124px;}
.top .t a{ display:block; float:left; height:24px;width:30px; padding-top:38px; text-align:center}
.top .t a img{filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.top .t a:hover img{filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;}


.footer{width:100%; height:27px;line-height:27px; bottom:0; left:0px;/*background-color: #000;*/}
.footer div{float:left; color:#a9a7a7;}
.footer .left{width:50%;}
.footer .left a{ display:inline-block; padding:0px 10px; color:rgb(66, 65, 65); }
.footer a:link,.footer a:visited{ color:#bebebe; font-size:12px; display:inline-block; padding:0px 5px}
.footer a:hover,.footer a:active{ color:#fff;}
.footer .right{ text-align:right; font-size: 12px; width:50%;}

.footer .left a{ display:inline-block; padding:0px 10px; color:#fff;}
.footer a:link,.footer a:visited{ color:#bebebe; font-size:12px; display:inline-block; padding:0px 5px}
.footer a:hover,.footer a:active{ color:#fff;}

.pop_bg{width:626px; height:385px; background:url(images/mm01.png); padding:0 0 0 25px; position:absolute; top:0px; left:0px; z-index:999;}
.pop_scroll{float:left; width:587px; height:292px;overflow-y:scroll;overflow-x:0;overflow-x:none;scrollbar-3dlight-color:#959695;scrollbar-highlight-color:#F0F0F0;scrollbar-shadow-color:#F0F0F0;scrollbar-face-color:#E9E9EB;scrollbar-darkshadow-color:#959695;scrollbar-base-color:#959695;scrollbar-arrow-color:#4B4A4A;;}
.pop_wen strong{color:#000;}
.pop_wen{float:left; width:567px;  color:#666; line-height:20px}
.pop_wen p{text-indent:2em;}

@media only screen and (min-width: 768px) {
	.top .t a {
		padding-top: 38px; 
	}
    .footer{
         
        background:#646464;
        position:fixed; 
        height:30px;
        z-index:999;
    }
}

@media only screen and (min-width: 240px) and (max-width: 767px){
    .top .logo{float:left; text-align:center;padding:20px;}
	.top .t a {
		padding-top: 10px;	 
	}
    .top .logo img{width:80px;height:80px;}
    .div1{display: none;}
    .div2{display: none;}


    .footer{bottom:40px;}
    .footer div{width:100%}
    .footer .left{width:0;display: none;}
    .footer .right{text-align: left;width:100%;font-size: 10px;padding-left:30px;}

 
}

