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: 1020px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1020 ? "1020px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    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: 1020px;
    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 {
    width: 100%;
    position: relative;
    z-index: 0;
}

.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 {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav {
    display: none
}

.header {
    background: transparent url(../images/headerbg.jpg) repeat-x top center;
    margin: 0px auto;
    position: relative;
    z-index: 1002;
}

.headerTop {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.header .logo a img {
    display: block;
    margin: 18px 0;
}

.header .tel {
    margin-top: 20px;
}

.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: #3671cf;
}

.color {
    color: #3671cf
}


/*menu*/

.header_nav {
    width: 100%;
}

.nav-menu {
    position: relative;
}

.nav-menu>li {
    float: left;
    text-align: center;
    line-height: 42px;
    color: #FFF;
    position: relative;
}

.nav-menu>li>a {
    font-size: 14px;
    padding: 0 28px;
    color: #FFF;
    display: block;
}

.nav-menu li.active,
.nav-menu li:hover {
    background: url(../images/abg.jpg) no-repeat center center;
}

.header_nav.nav01 {}

.nav-menu>li .nav2 {
    position: absolute;
    left: 0;
    top: 42px;
    background: #034A9A;
    width: 100%;
    z-index: 1001;
    display: none;
}

.nav-menu>li .nav2>li>a {
    padding: 10px 0;
    color: #FFF;
}

.nav-menu>li:hover .nav2 {
    display: block;
}

.main {
    margin-bottom: 10px;
}


/*footer*/


/*footer*/

.footer {
    background: url(../images/footerbg.jpg) repeat-x top center;
    color: #fff;
    padding-top: 15px;
    font-size: 14px;
}

.footer .fl {
    width: 50%;
}

.footer .fl p {
    color: #fff;
    overflow: hidden;
    line-height: 20px;
}

.footer .fr {
    width: 50%;
    text-align: right;
}

.footer .fr a {
    color: #FFF;
}

.footer .fr span {
    line-height: 20px;
    display: block;
}

.footer .fr span img {
    display: inline-block;
    vertical-align: middle;
}

.footer .fr span a {
    color: #FFF;
}

.layer {
    background: #FFF;
    padding: 14PX;
    position: fixed;
    right: 0;
    top: 40%;
    font-size: 15px;
    text-align: center;
    color: #333;
    z-index: 1000;
    width: 150px;
}

.layer img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}