﻿@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
		

}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	background: #fff;overflow-x: hidden;

}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}






/*底下栏目*/
.menu{ position:fixed; bottom:0; left:0; width:100%;border-top:solid 1px #600211; z-index:9999999999999999999999999999;background:#12337E;}
.menu .m{ float:left; width:24.6%; height:50px; line-height:50px; color:#FAD507; background:#12337E; position:relative; text-align:center;
display:block; height:50px; border-right:solid 1px #600211;
}
/*.menu .m strong{ display:block; height:50px; border-right:solid 1px #333;}*/
.menu .m ul{ position:absolute; display:none; bottom:50px; width:100%; 
color: #FCB409;
background:#12337E;
	/*filter:alpha(Opacity=50);-moz-opacity:0.8;opacity: 0.8;*/
	filter: Alpha(Opacity=10, Style=0);
    opacity: 0.70;text-shadow:0.5px 0.5px 0px #000;
}
.menu .m ul li{height:28px;line-height:28px; border-bottom:solid 1px #3B020B; overflow:hidden;font-size: 1.25rem;}
.menu .m ul li a{ color:#FAD507;font-size:1rem;line-height:25px;} 
.menu .m4 dd{ font-weight:bold;}
.menu .m4 strong{border-right:none;font-size:1rem;color:#FAD507;}

.menu .m:nth-of-type(4n){border-right:solid 0px #333;}

/*底下右下角*/
.tel{ width:100%; height:100%; background:#202020; position:fixed; top:0px; left:0; z-index:999999999999; display:none;}
.tel p{text-align:center; font-size:16px;color:#FF0;margin-top:0px; padding-left:.5px;padding-right:5px;line-height:150%;clear:both;}
.tel a:nth-of-type(4n){background:#058D2F;border-right:solid 0px #333;}

.tel a{ display:block; width:95%; height:48px; line-height:48px; background:#033BAE; border-radius:5px; color:#fff; font-size:14px; margin:15px auto 0;} 

.tel span{ display:block; width:80%; height:35px; line-height:30px; background:#AA1D2F; border-radius:5px; color:#fff; font-size:16px; margin:20px auto 0;padding-top:20px;}










/*浮动框

.box_tel{
	width: 320px;
	height: 430px;
	background: url(../images/telx.png) no-repeat center 8px rgba(255, 255, 255, 0.7);
	background-size: 90%;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -225px 0 0 -175px;
	z-index: 99999999999;
	display: none;
	padding: 10px;
	border: solid 4px #666;
}

.box_tel .box {
	width: 320px;
	height: 390px;
}

.box_tel h5 {
	margin: 0 0 230px;
	height: 20px;
	cursor: move;
	text-align: right;
	padding: 0 10px;
	font-size: 18px;
}

.box_tel h5 a {
	color: #F00;
	font: 18px;
	text-decoration: none;
	outline: none;
}

.box_tel h6 {
	font-weight: normal;
	text-align: center;
	margin: 8px 0;
	font-size: 14px;
}

.box_tel h6 span {
	color: #F00;
}

.box_tel ul {
	width: 90px;
	float: left;
}

.box_tel ul li img {
	width: 90px;
}

.box_tel ul li {
	text-align: center;
	font-size: 10px;
	color: #de1920;
}

.box_tel ul li strong {
	font-size: 12px;
}

.box_tel dl {
	width: 220px;
	float: right;
	font-size: 12px;
}

.box_tel dl dd {
	text-indent: 2em;
	line-height: 18px;
	margin-top: 5px;
	color: #0d3694;
}

.box_tel h4{
	text-align: center;
	font-size: 14px;
	width: 320px;
	height: 30px;
	line-height: 30px;
	background: #830010;
	font-weight: normal;
	margin-top: 3px;
}

.box_tel h4 a {
	color: #fff;
}

.box_tel p {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: #c30d23;
}

.box_tel p strong {
	margin: 0 10px;
}

.box_tel p a {
	color: #c30d23;
}
*/



/*#box_tel{width:320px;height:auto; background:rgba(255,255,255,.8); position:fixed;left:50%;top:50%; margin:-170px 0 0 -170px; z-index:150;display:none; padding:10px;}
#box_tel .box{ width:320px; height:380px;}
#box_tel h5{ margin:0;height:20px;cursor:move;text-align:right;padding:0 10px; font-size:18px;}
#box_tel h5 a{color:#F00;font:18px;text-decoration:none;outline:none;}
#box_tel h6{ font-weight:normal; text-align:center; margin:8px 0; font-size:15px;}
#box_tel h6 span{ color:#F00;}
#box_tel ul{ width:320px; float:left;}
#box_tel ul li img{ width:320px;}
#box_tel ul li{ text-align:center; font-size:10px; color:#de1920;}
#box_tel ul li strong{ font-size:12px;}
#box_tel dl{ width:320px; float:right; font-size:12px;}
#box_tel dl dd{ text-indent:2em; line-height:18px; margin-top:5px; color:#0d3694;}
#box_tel dl h4{ text-align:center; width:300px; height:26px; line-height:26px;padding:10px; background:#AA051C; font-weight:normal; margin-top:3px;margin:0 auto;border:solid 1px #fff;}
#box_tel dl h4 a{ color:#fff;font-size:16px;}
#box_tel p{ text-align:center; margin-top:15px; font-size:16px; color:#F00;}
#box_tel p strong{ margin:0 10px;}
#box_tel p a{ color:#F00;}*/