﻿/* 
 Copyright @ 2008-present BJYZF.COM
 Date: 2018-10-08 09:30
 */

/* 全局通用 */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1200px;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}

a img {
    border: 0;
}

img {
    vertical-align: middle;
}

table {
    empty-cells: show;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

em {
    font-style: normal;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 全局通用 - 自定义 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

*html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    min-height: 1%;
}

.overflow {
    overflow: hidden;
}

.form label,
.form input,
.form select,
.form textarea,
.form button,
.form .label {
    float: left;
    font-size: 12px;
}

.block {
    display: block;
    overflow: hidden;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.tab {
    overflow: hidden;
    zoom: 1;
}

.tab li,
.tab a,
.tab-item {
    float: left;
    text-align: center;
}

.btn-img,
.button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    cursor: pointer;
}

.btn-text {
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

body {
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";
    color: #000;
    background: #fff;
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

h1 {
    font: 20px "microsoft yahei", "\5b8b\4f53";
}

h2,
h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 12px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

.w {
    width: 1200px;
    /* 控制宽度 */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.red {
    color: red;
}

/* 分页区域 */
.page {
    margin-top: 20px;
    /*border-top: 1px dotted #DCDCDC;*/
    padding: 5px;
    font-size: 12px;
}

.page a {
    display: block;
    padding: 0px 3px 0px 3px;
    float: left;
    margin-left: 2px;
    color: #666666;
}


/* 顶部导航条 */

#mininav {
    line-height: 37px;
    background-color: #F4F4F4;
    height: 37px;
    font-size: 16px;
    font-weight: bold;
    color: #074B8C;
}

#mininav .w {
    height: 37px;
}

#mininav a {
    color: #074B8C;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding-right: 24px;
    padding-left: 24px;
}

/* 主导航条 */

#nav {
    line-height: 46px;
    height: 46px;
    background-image: url(/img/nav_bg.jpg);
    background-repeat: repeat-x;
}

/* 导航菜单 */

#nav li a.first {
    width: 100px;
}

#nav li a.last {
    background-image: none;
    background-repeat: no-repeat;
    padding-right: 0px;
}


#navul {
    text-align: center;
    height: 46px;
}

#navul>li {
    display: block;
    float: left;
    position: relative;
    height: 46px;
}

#navul>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 46px;
    display: inline-block;
    float: left;
    width: 120px;
    text-align: center;
    background-image: url(/img/nav_line.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 3px;
}

#navul>li>a.notline {
    border-right: 0px solid #B1D7FB;
}

/*
a:link，定义正常链接的样式；
a:visited，定义已访问过链接的样式；
a:hover，定义鼠标悬浮在链接上时的样式；
a:active，定义鼠标点击链接时的样式。
*/

#navul a {
    text-decoration: none;
}

#navul a:link {
    color: #fff;
}

#navul a:visited {
    color: #fff;
}

#navul a:hover {
    color: #ffd800;
}

#navul a:active {
    color: #ffd800;
}

#navul a.now {
    color: #ffd800;
}

#navul .sub-menu {
    display: none;
    padding-left: 0 !important;
    width: 100%;
    background-color: #0463BF;
    position: absolute;
    top: 42px;
    left: 0px;
    /*最好计算*/
    z-index: 999;
}

#navul .sub-menu li {
    display: block;
}

#navul .sub-menu a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 3px;
    background: url("/images/navline.jpg") no-repeat center;
    background-position-y: bottom;
}

#navul .sub-menu a.notline {
    background: none !important;
}

#navul .sub-menu a:hover {
    color: #91E0FF;
}

/* 隐藏原始二维码图片 */
.qrcode-small {
    position: relative;
    display: block;
    max-width: 40px;
    /* max-height: 46px; */
}

/* 显示大的二维码图片 */
.qrcode-large {
    position: absolute;
    display: block;
    right: 0;
    max-width: 391px;
    max-height: 467px;
    z-index: 99999;
}

/* 页面主区域 */

#main {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* 左侧区域 */

#left {
    width: 234px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #F4F4F4;
    padding-right: 14px;
    float: left;
}

/*企业荣誉*/
#qyry {
    margin-bottom: 14px;
}

#qyry p {
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background-color: #0C72DE;
    text-align: center;
}

#qyry img {
    border-radius: 5px 5px 0 0;
}

/*企业资质*/
#qyzz p {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #B69E30;
}

#qyzz img {
    border-radius: 5px 5px 0 0;
}

/* 页脚区域 */
#footer {}

#footnav {
    height: 40px;
    background-color: #1D6ABC;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding-top: 26px;
}

#footnav a {
    color: #FFF;
    padding-right: 8px;
    padding-left: 8px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #FFF;
    height: 14px;
}

#footnav a.last {
    border-right-width: 0px;
}

#bottom {
    line-height: 24px;
    color: #656565;
    font-size: 14px;
    background-color: #F5F5F5;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 37px;
    font-weight: bold;
}

/* 变灰 */
#abody * {
    -webkit-filter: grayscale(100%);
    /* webkit */
    -moz-filter: grayscale(100%);
    /*firefox*/
    -ms-filter: grayscale(100%);
    /*ie9*/
    -o-filter: grayscale(100%);
    /*opera*/
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    /*ie9- */
}