@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{padding:0px; margin:0px }
body{
	padding:0px; 
	margin:0px auto;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 100%;
	min-width: 320px;
}
/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

#head{
	
}
.top{
	
}
#toolbar{
	
	}
.top-bar {
	display: block; 
	margin: 0 auto; 
	min-width: 320px; 
	/*height: 93px; */
	width: 100%;  
	z-index: 3; 
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	background: #7b0002;
}
#popmenu{cursor:pointer; display:block; text-align: center; margin:0 auto; line-height:35px; color:#FFFFFF}
#popmenuXX:after {content: "";width: 0;height: 0;position: absolute;right: 50px;top: 50%;margin-top: -2px;border-width: 5px 5px 0 5px;border-style: solid;border-color: #ffffff transparent;}
/*遮罩层*/
#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#333;
	opacity:0.3;
	filter:alpha(opacity=0.3);
	display:none;
	z-index: 4;}
/*遮罩层 end*/
/*top*/
a.logo{
	display: block;
	float: left;
}
a.logo img{
	width: 11.5rem;
	height: 2.5rem;
}
a.menu{
	float: right;
	width: 10%;
	height: 93px;
	background: #bc1010 url(../img/menu1.png) center no-repeat;
	cursor: pointer;
}
div.phone{
	float: right;
	width: 172px;
	height: 58px;
	margin-top: 28px;
}
div.phone img{
	float: left;
	width: 18px;
	height: 15px;
	margin-left: 16px;
	margin-right: 12px;
}
div.phone span{
	float: left;
	height: 15px;
	line-height: 15px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #fff;
}
div.phone p{
	font-family: "microsoft yahei";
	font-size: 26px;
	color: #fff;
	height: 28px;
	line-height: 28px;
}
/*top end*/


/*导航窗口*/
#window{position: fixed;top:94px;right:10px;width: auto;margin:0 0 0 -100px; display:none; z-index: 5;}
.windowlist {
    /* Size and position */
    position: relative;
	display:block;
    margin: 0 auto;
    padding: 0px;
    /* Styles */
    background-color: #BC1010;
    border-radius: 5px;-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; 
    border: 1px solid rgba(0,0,0,0.15);
	box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15);-o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    outline: none;
	list-style: none outside none;
}

.windowlist li {display: block; height: 37px; padding:0px 10px; text-align:left;
}
.windowlist li span{
    color: #FFFFFF;
	line-height: 37px;
    display: block;
    font-size: 15px;
    height: 37px;
    text-align: center;
    text-shadow: 0 2px 2px #000000;
    width: 100%;
}
.windowlist li:hover {background-color: #7B0002;}
/*导航窗口 end*/
.m-up{width: 100%;}
.m-down{width: 100%;}

/*footer*/
#footer{
	width: 100%;
	background: #7B0002;
	position: fixed;
	bottom: 0px;
    left: 0px;
}
#footer a{
	display: block;
	float: left;
	width: 24.7%;
	height: 100%;
	border-right: 1px solid #fff;
    text-align: center;
    padding: 10px 0px;
}
#footer a img{
	max-width: 94px;
}
#footer a.sy img{
	max-width: 45px;
}
/*a.sy{
	background: url(../img/sy_bg.png) center no-repeat;
}
a.gylj{
	background: url(../img/gylj_bg.png) center no-repeat;
}
a.yjbh{
	background: url(../img/yjbh.png) center no-repeat;
}
a.dtdh{
	background: url(../img/dtdh_bg.png) center no-repeat;
}*/
#footer a.last{
	border-right: none;
}
/*footer end*/
@media only screen and (min-width: 320px){
	a.logo {
	margin-top: 22px;
	}
	div.phone {
	width: 128px;
	height: 38px;
	margin-top: 22px;
	}
	div.phone img {
	width: 13px;
	height: 11px;
	margin-left: 5px;
	margin-right: 2px;
	}
	div.phone span {
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	}
	div.phone p {
	font-size: 18px;
	height: 23px;
	line-height: 23px;
	}
	a.menu {
	height: 72px;
	}
	.banner {
	margin-top: 72px;
	}
	#footer a.sy img {
	width: 28px;
	}
	#footer a img {
	width: 60px;
	}
	ul.zxal-con li h3 {
	font-size: 1rem;
	}
	.m-up {
	height: 74px;
	}
	.m-down {
	height: 60px;
	}
	.content{
	margin-top: 72px;
	}
}
@media only screen and (min-width: 400px){
	div.phone{
	width: 162px;
	height: 40px;
	margin-top: 18px;
	}
	div.phone img{
		margin-left: 10px;
		margin-right: 8px;
	}
	div.phone p{
		font-size: 23px;
		height: 24px;
		line-height: 24px;
	}
	/*ul.content2 li{
		width: 49.7%;
	}*/
}
@media only screen and (min-width: 550px){
	div.phone {
	width: 166px;
	height: 40px;
	margin-top: 18px;
	}
	div.phone img{
		margin-left: 12px;
		margin-right: 10px;
	}
	div.phone p{
		font-size: 24px;
		height: 26px;
		line-height: 26px;
	}
}
@media only screen and (min-width: 620px) and (max-width: 839px) {
	a.logo{
		margin-top: 12px;
	}
	a.logo img{
		width: 225px;
		height: 54px;
	}
}
@media only screen and (min-width: 840px) {
	a.logo{
		margin-top: 20px;
	}
	a.logo img{
		width: 225px;
		height: 54px;
	}
}
@media only screen and (min-width: 1020px){
	a.logo{
		margin-top: -6px;
	}
	#footer a.sy img {
	width: 40px;
	}
	#footer a img {
	width: 84px;
	}
}



