@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}
html, body{
	width: 100%;
	font-family:"微软雅黑", "黑体", "宋体", sans-serif;
	font-size: 14px;
}
ul,ol,dl{
	list-style: none;
}
a{
	color: #000;
	text-decoration: none;
}
*{
    box-sizing: border-box;
}
/*表单相关元素*/
fieldset,img,input,button,textarea{
	border: none;
	margin: 0;
	padding: 0;
	/*去除外边线*/
	outline: none;
}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
img{
	vertical-align: top;
}
/*浮动*/
.fl{
	float: left;
}
.fr{
	float: right;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
/*版心*/
.w-wrapper{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.w{
	width: 1280px;
	margin: 0 auto;
}
.w31{
	width: 31%;
}
.maginAt{
	margin: 0 auto;
}
/* 主要颜色 */
.col{
	color: #0c51ab;
}
/*水平对齐*/
.tl{
	text-align: left;
}

.tc{
	text-align: center;
}

.tr{
	text-align: right;
}
.tj{
    text-align: justify;
}
.mrt0{
	margin-top: 0 !important;
}
@font-face{
    font-family: 'Arial'; 
    src: url('../css/fzxbs_GBK.ttf');
    font-weight: normal;
    font-style: normal;
}
.fzxbs{
	font-family: "Arial";
}
.line{
    margin: 5px;
    background: #fff;
    width: 1px;
    height: 11px;
    display: block;
}
/*opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);/兼容ie8及以下/*/
/* 相对定位 */
.pr{
	position: relative;
}

/* 顶部链接 */
.top-link {
    background: #313131;
    padding: 3px 0;
}
.top-link a{
    color: #fff;
    float: left;
}
.top-link .line{
    float: left;
}
.logo {
    display: inline-block;
}
/* 搜索框 */
#search{
	float: right;
    position: relative;
    /* margin-top: 60px; */
}
.search-txt{
    box-sizing: border-box;
	width: 190px;
	height: 30px;
    font-size: 12px;
    padding: 5.5px;
    color: #000;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #a40000;
}
.search-btn{
    float: right;
    width: 35px;
    height: 30px;
	background: url(../img/search.png) no-repeat center;
    background-color: #990e0e;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;

}
.search-wrapper{
    padding: 37px 0;
    background: url(../img/top-bg.png) no-repeat center;
}
/* 导航 */
.nav-wrapper{
    background: #990e0e;
    box-shadow: 0px 6px 10px #848484;
}
.nav{
    /* background: url(../img/home.png) no-repeat left center; */
}
.nav ul li{
    float: left;
}
.nav ul li a{
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 20px 68px;
    display: block;
}
/* 尾部开始 */
.footer{
    background: url(../img/footer-bg.png) no-repeat center;
    background-color: #a40000;
    padding: 25px 0 16px 0;
}
.footer-link{
    text-align: center;
    
}
.footer-link a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.footer-link .line{
    display: inline-block;
    vertical-align: text-top;
}
.copyright{
    background: #313131;
    text-align: center;
    padding: 5px 0;
}
.copyright p{
    font-size: 12px;
    color: #fff;
    display: inline-block;
}
.copyright img{
    display: inline-block;
    margin-left: 10px;
}
.addres{
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 36px;
    margin-left: 36px;
}
.addres p{
    color: #fff;
    text-align: left;
    line-height: 34px;
    font-size: 14px;
}
.footer-in{
    text-align: center;   
}
/* 二维码开始 */
.code{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.code img{
    width: 86px;
    height: 86px;
}
.code p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
/* 二维码结束 */