body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1320px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1000px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* a {
    transition: all 0.3s linear 0s;
} */


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #eee inset;
    -webkit-text-fill-color: #fff;
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*index banner*/

.banner {
    position: relative;
    background: #000;
    height: 590px;
}

.banner .flexslider {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav {
    display: none
}

.banner .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
    z-index: 999;
}

.banner .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.banner .flex-control-nav li a {
    width: 19px;
    height: 19px;
    display: block;
    background: rgba(0, 0, 0, 0.70);
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-radius: 20px;
    *background: #000;
}

.banner .flex-control-nav li a.flex-active {
    background: rgba(230, 196, 32, 0.70);
    cursor: default;
    *background: #FF0;
}

.header {
    width: 100%;
    z-index: 1002;
    background: #000;
}

.header .logo {
    width: 96px;
}

.header .logo a img {
    display: block;
    max-width: 100%;
}

.header .tel {
    width: 224px;
    background: url(../images/logo_06.jpg) no-repeat 0px 0px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    float: left;
    text-indent: 45px;
    margin-top: 60px;
    line-height: 30px;
}

.header .search {
    width: 229px;
    height: 30px;
    float: right;
    background: url(../images/searchbg.png) no-repeat;
    margin-top: 10px;
}

.search input.txt {
    width: 200px;
    line-height: 30px;
    border: none;
    background: none;
    text-indent: 10px;
    float: left;
    font-size: 12px;
    color: #555555;
}

.search input.btn {
    width: 29px;
    height: 30px;
    border: none;
    float: left;
    background: none;
    cursor: pointer;
}


/*public*/

.size1 {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #004098;
}

.color {
    color: #004098
}


/*menu*/

.nav {
    width: 670px;
    float: left;
    margin: 50px 0 0 10px;
}

.nav ul {}

.nav ul li {
    text-align: center;
    float: left;
    height: 60PX;
    width: 110px;
}

.nav ul li a {
    font-size: 18px;
    display: block;
    color: #FFF;
    line-height: 40PX;
}

.nav ul li.active a {
    color: #f00;
}

.nav ul li a:hover {
    color: #F00;
    line-height: 40PX;
}

.nav ul li a.hover {
    line-height: 40PX;
    background: url(../images/logo_10.jpg) no-repeat bottom center;
}

.nav ul li a.hover:hover {
    color: #F00;
    line-height: 40PX;
    background: url(../images/navlibg.png) no-repeat bottom center;
}

.nav>ul>li>ul {
    display: none;
    z-index: 9999999;
    position: absolute;
    top: 19px;
    left: 0px;
}

.nav ul li:hover a {
    width: 110px;
    line-height: 40PX;
    display: block;
    color: #F00;
}

.nav ul li:hover .hover {
    background: url(../images/navlibg.png) no-repeat bottom center;
}

.nav ul li:hover ul {
    width: 1000px;
    display: block;
    background: url(../images/prodlibg_03.png);
    margin-left: -340px;
    z-index: 1200;
    position: relative;
}

.nav ul li:hover ul li {
    width: 330px;
    height: auto;
    float: left;
    background: none;
    margin: 20px 0;
    border-right: 1px solid #9d8484
}

.nav ul li:hover ul li a {
    font-size: 18px;
    display: block;
    height: 52px;
    color: #9d8484;
    background: none;
    width: 330px;
    line-height: 52px;
    text-align: center
}

.nav ul li:hover ul li a:hover {
    color: #9d8484
}

.nav ul li:hover ul li ul {
    width: 270px;
    height: auto;
    margin: 0 auto;
    border-top: none;
    background: none
}

.nav ul li:hover ul li ul li {
    width: 270px;
    height: 30px;
    float: left;
    margin: 0px;
    border-right: none;
    overflow: hidden
}

.nav ul li:hover ul li ul li a {
    width: 270px;
    height: 30px;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.nav ul li:hover ul li ul li a:hover {
    color: #9d8484
}

.erji {
    max-height: 666px;
    overflow: hidden;
}

.erji>li {
    min-height: 285px;
}


/* .nav01 {
    position: fixed;
    width: 100%;
} */

.main {
    margin-bottom: 10px;
}


/*footer*/


/*footer*/

.footer {
    background: #000000;
    overflow: hidden;
    padding-top: 15px;
    color: #fff
}

.footerTop {
    overflow: hidden;
    font-size: 12px;
}

.footerTop .logo-b {
    float: left;
    padding-right: 90px;
    color: #bababa;
    line-height: 40px;
    margin-left: 15px;
}

.footerTop .logo-b p {
    line-height: 40px;
}

.footerTop .footer_bo {
    width: 500px;
    float: right;
}

.footer .foot_nav {
    width: 100%;
    color: #bababa;
    text-align: center;
}

.footer .foot_nav span {
    line-height: 48px;
    font-size: 12px;
    padding: 0 10px;
}

.footer .foot_nav span a {
    color: #bababa;
}

.footer .foot_nav span img {
    display: inline-block;
    vertical-align: middle;
}